-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fixing various javadocs #9817
Fixing various javadocs #9817
Conversation
Signed-off-by: Laurent Laborde <[email protected]>
Signed-off-by: Laurent Laborde <[email protected]>
Signed-off-by: Laurent Laborde <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:Checks if related components are compatible with change 157dd0c Incompatible componentsIncompatible components: [https://github.com/opensearch-project/security.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git] |
@ker2x Thanks for contributing :) |
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:Checks if related components are compatible with change 0662ffd Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git] |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
i have much more javadoc to commit, should i wait ? |
Let's merge this one first. Gradle checks are failing due to flaky tests. I've restarted the check run (see https://github.com/opensearch-project/OpenSearch/actions/runs/6113402537/job/16644851983?pr=9817), but I suspect that you may need to merge from main again to pick up the fixes for those tests. Sorry about that :( Thank you so much for these fixes, @ker2x! These new Javadocs are so much better. |
Gradle Check (Jenkins) Run Completed with:
|
Merged. i didn't make the mistake to commit on my main this time so i didn't mistakenly push more unrefined javadoc this time :) Let's see how it goes. there are some javadoc with some "todo fix before commit" in this PR. I'll fix it in next PR (i shouldn't have disabled the "check for TODO" in inteliJ ^^) thanks for the kind words. i'm having fun doing this. (i'm an Elastic database administrator switching to opensearch. i'm doing this for learning purpose) |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9817 +/- ##
============================================
- Coverage 71.16% 71.11% -0.06%
- Complexity 58114 58126 +12
============================================
Files 4824 4824
Lines 273897 273897
Branches 39910 39910
============================================
- Hits 194926 194788 -138
- Misses 62573 62800 +227
+ Partials 16398 16309 -89
|
* fixing javadoc of org.opensearch.cli.Terminal Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc of org.opensearch.cli.ExitCodes Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc Signed-off-by: Laurent Laborde <[email protected]> * fixing a mishap in formatting rule Signed-off-by: Laurent Laborde <[email protected]> --------- Signed-off-by: Laurent Laborde <[email protected]> (cherry picked from commit 77f0df3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fixing javadoc of org.opensearch.cli.Terminal * fixing javadoc of org.opensearch.cli.ExitCodes * fixing javadoc * fixing a mishap in formatting rule --------- (cherry picked from commit 77f0df3) Signed-off-by: Laurent Laborde <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fixing javadoc of org.opensearch.cli.Terminal Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc of org.opensearch.cli.ExitCodes Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc Signed-off-by: Laurent Laborde <[email protected]> * fixing a mishap in formatting rule Signed-off-by: Laurent Laborde <[email protected]> --------- Signed-off-by: Laurent Laborde <[email protected]> Signed-off-by: Kaushal Kumar <[email protected]>
* fixing javadoc of org.opensearch.cli.Terminal Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc of org.opensearch.cli.ExitCodes Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc Signed-off-by: Laurent Laborde <[email protected]> * fixing a mishap in formatting rule Signed-off-by: Laurent Laborde <[email protected]> --------- Signed-off-by: Laurent Laborde <[email protected]>
* fixing javadoc of org.opensearch.cli.Terminal Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc of org.opensearch.cli.ExitCodes Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc Signed-off-by: Laurent Laborde <[email protected]> * fixing a mishap in formatting rule Signed-off-by: Laurent Laborde <[email protected]> --------- Signed-off-by: Laurent Laborde <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
* fixing javadoc of org.opensearch.cli.Terminal Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc of org.opensearch.cli.ExitCodes Signed-off-by: Laurent Laborde <[email protected]> * fixing javadoc Signed-off-by: Laurent Laborde <[email protected]> * fixing a mishap in formatting rule Signed-off-by: Laurent Laborde <[email protected]> --------- Signed-off-by: Laurent Laborde <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Greetings !
I'm in the process of completing javadoc of OpenSearch.
I have other javadoc fix in progress but not yet ready.
I tried my best following the contributing rule. i hope it's ok.
I didn't create a new issue as there is this one already #221
Should i make one large pull request or many small one ?
Thank you,
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.