Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/opensearch-api-specification
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 84c37227c223621e5041669adb01d9d129b79d0f
Choose a base ref
...
head repository: opensearch-project/opensearch-api-specification
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b25edd9deb758b72f1e72e452084414b1dcfcb2d
Choose a head ref
  • 8 commits
  • 45 files changed
  • 3 contributors

Commits on Nov 14, 2024

  1. Update Query Group API descriptions (#674)

    * Update Query Group API descriptions
    
    Will have @natebower review before merging.
    
    Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
    
    * Add parameter descriptions
    
    Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Nathan Bower <nbower@amazon.com>
    Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
    Co-authored-by: Nathan Bower <nbower@amazon.com>
    Naarcha-AWS and natebower authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0f40a0e View commit details
    Browse the repository at this point in the history
  2. Replaced all indices with indexes. (#671)

    * Replaced all indices with indexes.
    
    Signed-off-by: dblock <dblock@amazon.com>
    
    * Fixed CHANGELOG entries under the 0.1.0 release.
    
    Signed-off-by: dblock <dblock@amazon.com>
    
    ---------
    
    Signed-off-by: dblock <dblock@amazon.com>
    dblock authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    398481e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Added test for GET /{index}/_refresh.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fc846cd View commit details
    Browse the repository at this point in the history
  2. Added and returning .

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f6532e9 View commit details
    Browse the repository at this point in the history
  3. Added tests for POST /{index}/_mget.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c27e0de View commit details
    Browse the repository at this point in the history
  4. Fixed all refresh options to allow boolean and string.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9a69b1f View commit details
    Browse the repository at this point in the history
  5. Added tests for POST /_msearch.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3039104 View commit details
    Browse the repository at this point in the history
  6. Added tests for PUT /_bulk/stream.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b25edd9 View commit details
    Browse the repository at this point in the history
Loading