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

Implement patch API for datasources #2273

Merged
merged 22 commits into from
Oct 18, 2023

Add docs

87f0605
Select commit
Loading
Failed to load commit list.
Merged

Implement patch API for datasources #2273

Add docs
87f0605
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 17, 2023 in 1s

97.03% (target 99.00%)

View this Pull Request on Codecov

97.03% (target 99.00%)

Details

Codecov Report

Merging #2273 (87f0605) into main (501cf91) will increase coverage by 0.42%.
Report is 1 commits behind head on main.
The diff coverage is 72.81%.

@@             Coverage Diff              @@
##               main    #2273      +/-   ##
============================================
+ Coverage     96.61%   97.03%   +0.42%     
+ Complexity     4777     4538     -239     
============================================
  Files           449      401      -48     
  Lines         12907    11779    -1128     
  Branches        882      792      -90     
============================================
- Hits          12470    11430    -1040     
+ Misses          429      343      -86     
+ Partials          8        6       -2     
Files Coverage Δ
...sql/datasources/service/DataSourceServiceImpl.java 100.00% <100.00%> (ø)
...rces/transport/TransportPatchDataSourceAction.java 100.00% <100.00%> (ø)
...rch/sql/datasources/utils/XContentParserUtils.java 98.90% <97.50%> (-1.10%) ⬇️
...model/transport/PatchDataSourceActionResponse.java 0.00% <0.00%> (ø)
.../model/transport/PatchDataSourceActionRequest.java 21.42% <21.42%> (ø)
...ql/datasources/rest/RestDataSourceQueryAction.java 0.00% <0.00%> (ø)

... and 51 files with indirect coverage changes