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

[Spotless] Applying Google Code Format for datasource files #6 #325

Merged
merged 2 commits into from
Aug 5, 2023

Conversation

MitchellGale
Copy link

Description

Applies spotless for Google Java Code Format for the datasource directory.

Issues Resolved

opensearch-project#1101

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #325 (4a25679) into integ/sl_GoogleJavaFormat6 (605f3df) will increase coverage by 0.00%.
The diff coverage is 70.34%.

@@                      Coverage Diff                      @@
##             integ/sl_GoogleJavaFormat6     #325   +/-   ##
=============================================================
  Coverage                         97.42%   97.43%           
  Complexity                         4647     4647           
=============================================================
  Files                               408      408           
  Lines                             11526    11528    +2     
  Branches                            839      838    -1     
=============================================================
+ Hits                              11229    11232    +3     
+ Misses                              290      289    -1     
  Partials                              7        7           
Flag Coverage Δ
sql-engine 97.43% <70.34%> (+<0.01%) ⬆️

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

Files Changed Coverage Δ
...ources/exceptions/DataSourceNotFoundException.java 100.00% <ø> (ø)
...earch/sql/datasources/exceptions/ErrorMessage.java 0.00% <ø> (ø)
...model/transport/CreateDataSourceActionRequest.java 30.00% <0.00%> (+2.72%) ⬆️
...odel/transport/CreateDataSourceActionResponse.java 0.00% <ø> (ø)
...model/transport/DeleteDataSourceActionRequest.java 21.42% <0.00%> (+2.67%) ⬆️
...odel/transport/DeleteDataSourceActionResponse.java 0.00% <ø> (ø)
...es/model/transport/GetDataSourceActionRequest.java 30.00% <0.00%> (+2.72%) ⬆️
...s/model/transport/GetDataSourceActionResponse.java 0.00% <ø> (ø)
...model/transport/UpdateDataSourceActionRequest.java 30.00% <0.00%> (+2.72%) ⬆️
...odel/transport/UpdateDataSourceActionResponse.java 0.00% <ø> (ø)
... and 12 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
@MitchellGale MitchellGale merged commit 601b598 into integ/sl_GoogleJavaFormat6 Aug 5, 2023
12 of 18 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the dev/sl_GoogleJavaFormat6 branch August 5, 2023 02:47
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.

4 participants