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] [Spotless] Applying Google Code Format for core/src/main files #1 #1930 #1992

Merged
merged 9 commits into from
Aug 22, 2023

Commits on Aug 18, 2023

  1. [Spotless] Applying Google Code Format for core/src/main files #1 (op…

    …ensearch-project#1930)
    
    * # This is a combination of 9 commits.
    
    Fix create_index/create_index_with_IOException issue caused by OpenSearch PR change (opensearch-project#1899)
    
    * Added setDefaultMediaType for create_index and create_index_with_IOException
    
    Signed-off-by: Mitchell Gale <[email protected]>
    (cherry picked from commit 7b932a7)
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Resolving merge conflicts for pre tag in java docs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    running spotless check on newly pre tagged javadocs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Converts java doc table to proper java doc table.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Resolving merge conflicts for pre tag in java docs 2
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    running spotless check on newly pre tagged javadocs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    cherry pick 60c0018
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Addressed PR comment for table format in AbstractExprValue.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from ExpressionReferenceOptimizer.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from AstDSL.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from AstDSL.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from SelectExpressionAnalyzer.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    fixed java doc in QualifiedName.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removing checkstyle test for core and added spotless for relevant directories.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Fixing spacing around headers in ExpressionReferenceOptimizer.java SelectExpressionAnalyzer.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Fix breaking changes. Disable some flaky tests in legacy.
    
    Signed-off-by: Yury-Fridlyand <[email protected]>
    
    (cherry picked from commit 809e656)
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Resolving merge conflicts for pre tag in java docs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    running spotless check on newly pre tagged javadocs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Fixed java doc spelling and improving string concatination.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    improving string concatination.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Improving failure format on some functions.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    spotless apply and fix of build.gradle
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    * parent 496fe8e
    author Mitchell Gale <[email protected]> 1691080710 -0700
    committer Mitchell Gale <[email protected]> 1691080766 -0700
    
    Fix create_index/create_index_with_IOException issue caused by OpenSearch PR change (opensearch-project#1899)
    
    * Added setDefaultMediaType for create_index and create_index_with_IOException
    
    Signed-off-by: Mitchell Gale <[email protected]>
    (cherry picked from commit 7b932a7)
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Resolving merge conflicts for pre tag in java docs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    running spotless check on newly pre tagged javadocs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Converts java doc table to proper java doc table.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Resolving merge conflicts for pre tag in java docs 2
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    running spotless check on newly pre tagged javadocs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    cherry pick 60c0018
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Addressed PR comment for table format in AbstractExprValue.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from ExpressionReferenceOptimizer.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from AstDSL.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from AstDSL.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removed pre tag from SelectExpressionAnalyzer.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    fixed java doc in QualifiedName.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removing checkstyle test for core and added spotless for relevant directories.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Fixing spacing around headers in ExpressionReferenceOptimizer.java SelectExpressionAnalyzer.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Fix breaking changes. Disable some flaky tests in legacy.
    
    Signed-off-by: Yury-Fridlyand <[email protected]>
    
    (cherry picked from commit 809e656)
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Resolving merge conflicts for pre tag in java docs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    running spotless check on newly pre tagged javadocs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Fixed java doc spelling and improving string concatination.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    improving string concatination.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Improving failure format on some functions.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    spotless apply and fix of build.gradle
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Resolving merge conflicts for pre tag in java docs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    running spotless check on newly pre tagged javadocs.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Converts java doc table to proper java doc table.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    Removing unused import in OpenSearchRestClientTest.java
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    * running spotless apply.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    * Addressed comments in PR 5.
    
    Signed-off-by: Mitchell Gale <[email protected]>
    
    ---------
    
    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    10c29f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. spotless apply

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    395f1e2 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.x' into backport2.x-1930

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f513ffb View commit details
    Browse the repository at this point in the history
  3. removed pitest

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    627e279 View commit details
    Browse the repository at this point in the history
  4. remove pitest

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    cd270eb View commit details
    Browse the repository at this point in the history
  5. add spotless

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    efd38d1 View commit details
    Browse the repository at this point in the history
  6. remove pitest

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0815cea View commit details
    Browse the repository at this point in the history
  7. Merge branch '2.x' into backport2.x-1930

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3319ad5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge branch '2.x' into backport2.x-1930

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    62cb152 View commit details
    Browse the repository at this point in the history