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

[Backport 2.x] Fix response codes returned by JSON formatting them #2200

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 5ce1bab from #2156.

* Glue datasource support (#2055)

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>

* Initial commit of new job APIs (#2050)

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>

* Create Job API (#2070)

* Create Job API

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>

* Refactor to Async Query API

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>

---------

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>

* Cancel Job API (#2126)

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>

* Fix response codes returned

Signed-off-by: Derek Ho <dxho@amazon.com>

* Remove @opensearch datasource, update with new type

Signed-off-by: Derek Ho <dxho@amazon.com>

* Spotless Apply

Signed-off-by: Derek Ho <dxho@amazon.com>

* Fix tests

Signed-off-by: Derek Ho <dxho@amazon.com>

* Revert change back to json string

Signed-off-by: Derek Ho <dxho@amazon.com>

* Update tests to use JSON string literal instead of formatting

Signed-off-by: Derek Ho <dxho@amazon.com>

* Update IT

Signed-off-by: Derek Ho <dxho@amazon.com>

* Fix show datsources IT

Signed-off-by: Derek Ho <dxho@amazon.com>

* Remove files from merge

Signed-off-by: Derek Ho <dxho@amazon.com>

---------

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
Signed-off-by: Derek Ho <dxho@amazon.com>
Co-authored-by: Vamsi Manohar <reddyvam@amazon.com>
(cherry picked from commit 5ce1bab)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #2200 (5f1984f) into 2.x (3f51079) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##                2.x    #2200   +/-   ##
=========================================
  Coverage     96.59%   96.59%           
  Complexity     4752     4752           
=========================================
  Files           437      437           
  Lines         12693    12699    +6     
  Branches        859      859           
=========================================
+ Hits          12261    12267    +6     
  Misses          422      422           
  Partials         10       10           
Flag Coverage Δ
sql-engine 96.59% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...anner/physical/datasource/DataSourceTableScan.java 100.00% <100.00%> (ø)
...ces/transport/TransportCreateDataSourceAction.java 100.00% <100.00%> (ø)
...ces/transport/TransportUpdateDataSourceAction.java 100.00% <100.00%> (ø)

@penghuo penghuo merged commit a88142c into 2.x Oct 3, 2023
34 checks passed
@github-actions github-actions bot deleted the backport/backport-2156-to-2.x branch October 3, 2023 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant