Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new parse util method to avoid repetition / refactored code with new method #721

Merged

Commits on Jun 2, 2024

  1. Add user mapping to Workflow State index (opensearch-project#705)

    * Add user mapping to Workflow State index
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Increment schema version
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Widdis <[email protected]>
    Signed-off-by: martinpkr <[email protected]>
    dbwiddis authored and martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    a0caf9c View commit details
    Browse the repository at this point in the history
  2. Added a new parse util method to avoid repetition / refactored code w…

    …ith new method
    
    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c537129 View commit details
    Browse the repository at this point in the history
  3. refactored method name and added unit test

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7e3a612 View commit details
    Browse the repository at this point in the history
  4. made method use generics + added test

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7a37dea View commit details
    Browse the repository at this point in the history
  5. fixed javadoc

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    00bd9c7 View commit details
    Browse the repository at this point in the history
  6. Added workflow step for ReIndex Step (opensearch-project#718)

    * Initial commit for reindex workflow step with extra params
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Addressed PR comments
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Changed request per second to Float
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Addressed string array for source indices and removed state index entry
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Minor comments
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    ---------
    
    Signed-off-by: owaiskazi19 <[email protected]>
    Signed-off-by: martinpkr <[email protected]>
    owaiskazi19 authored and martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2d9c0ac View commit details
    Browse the repository at this point in the history
  7. Incorporating parseIfExist method into ReindexStep class

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    aca39c6 View commit details
    Browse the repository at this point in the history
  8. Add param to delete workflow API to clear status even if resources ex…

    …ist (opensearch-project#719)
    
    Signed-off-by: Daniel Widdis <[email protected]>
    Signed-off-by: martinpkr <[email protected]>
    dbwiddis authored and martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    348dee6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ca0b71 View commit details
    Browse the repository at this point in the history
  10. Adding a missing param in javaDoc

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7c62fd9 View commit details
    Browse the repository at this point in the history
  11. Added workflow step for ReIndex Step (opensearch-project#718)

    * Initial commit for reindex workflow step with extra params
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Addressed PR comments
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Changed request per second to Float
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Addressed string array for source indices and removed state index entry
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Minor comments
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    ---------
    
    Signed-off-by: owaiskazi19 <[email protected]>
    Signed-off-by: martinpkr <[email protected]>
    owaiskazi19 authored and martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    f8d9b2b View commit details
    Browse the repository at this point in the history
  12. Add param to delete workflow API to clear status even if resources ex…

    …ist (opensearch-project#719)
    
    Signed-off-by: Daniel Widdis <[email protected]>
    Signed-off-by: martinpkr <[email protected]>
    dbwiddis authored and martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    d574dab View commit details
    Browse the repository at this point in the history
  13. Added a chagelog entry

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    84d33df View commit details
    Browse the repository at this point in the history
  14. fixed failing spotless check

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    ff536e6 View commit details
    Browse the repository at this point in the history
  15. Added workflow step for ReIndex Step (opensearch-project#718)

    * Initial commit for reindex workflow step with extra params
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Addressed PR comments
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Changed request per second to Float
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Addressed string array for source indices and removed state index entry
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    * Minor comments
    
    Signed-off-by: owaiskazi19 <[email protected]>
    
    ---------
    
    Signed-off-by: owaiskazi19 <[email protected]>
    Signed-off-by: martinpkr <[email protected]>
    owaiskazi19 authored and martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    180cd1e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ee6b0a0 View commit details
    Browse the repository at this point in the history
  17. removed unnecessary changelog info

    Signed-off-by: martinpkr <[email protected]>
    martinpkr committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    ec25f91 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    31d3ff3 View commit details
    Browse the repository at this point in the history