-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: opensearch-project/OpenSearch
base: 104108f
head repository: opensearch-project/OpenSearch
compare: f593c45
- 16 commits
- 145 files changed
- 14 contributors
Commits on Sep 13, 2022
-
Add getHistoryOperationsFromTranslog method to fetch the history snap…
…shot from translogs (#3948) * Add getHistoryOperationsFromTranslog method to fetch the hostory snapshot from translogs Signed-off-by: Ankit Kala <ankikala@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 5dc3d2e - Browse repository at this point
Copy the full SHA 5dc3d2eView commit details -
Fixed flaky test: ResourceAwareTasksTests.testTaskIdPersistsInThreadC…
…ontext (#4484) Signed-off-by: Ketan Verma <ketan9495@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 763a89f - Browse repository at this point
Copy the full SHA 763a89fView commit details -
Getting security exception due to access denied 'java.lang.RuntimePer…
…mission' 'accessDeclaredMembers' when trying to get snapshot with S3 IRSA (#4469) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Co-authored-by: Suraj Singh <surajrider@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8366ea3 - Browse repository at this point
Copy the full SHA 8366ea3View commit details -
[Javadoc] add missing javadocs for :distribution:tools modules (#4483)
* Add javadocs for distribution:tools:java-version-checker Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs for distribution:tools:keystore-cli Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs for distribution:tools:plugin-cli Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs for distribution:tools:launchers Signed-off-by: Daniel Widdis <widdis@gmail.com> * Change log Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: Daniel Widdis <widdis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 29153fd - Browse repository at this point
Copy the full SHA 29153fdView commit details -
Bump reactive-streams from 1.0.3 to 1.0.4 in /plugins/repository-azure (
#4488) * Bump reactive-streams from 1.0.3 to 1.0.4 in /plugins/repository-azure Bumps [reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/reactive-streams/reactive-streams/releases) - [Changelog](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md) - [Commits](reactive-streams/reactive-streams-jvm@v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: org.reactivestreams:reactive-streams dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 51a529f - Browse repository at this point
Copy the full SHA 51a529fView commit details
Commits on Sep 15, 2022
-
Ignore all malformed objects when ignore_malformed is true (#4494)
Fixes a bug to not fail the entire document when "ignore_malformed" is set to true. Allowing the valid fields to be indexed and ignore only the malformed fields. Signed-off-by: Hauck <joaoh14@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45c9597 - Browse repository at this point
Copy the full SHA 45c9597View commit details -
[AUTO] [main] Added bwc version 2.3.1. (#4513)
* Added bwc version 2.3.1 * Add changelog of adding bwc version 2.3.1 Signed-off-by: Tianli Feng <ftianli@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 72e6801 - Browse repository at this point
Copy the full SHA 72e6801View commit details
Commits on Sep 16, 2022
-
[Segment Replication] Add snapshot and restore tests for segment repl…
…ication feature (#3993) * [Segment Replication] Add snapshots tests with segment replication enabled Signed-off-by: Suraj Singh <surajrider@gmail.com> * Fix spotless failures Signed-off-by: Suraj Singh <surajrider@gmail.com> * Add changelog entry, address review comments, add failover test Signed-off-by: Suraj Singh <surajrider@gmail.com> * Fix spotless failures Signed-off-by: Suraj Singh <surajrider@gmail.com> * Address review comments 2 Signed-off-by: Suraj Singh <surajrider@gmail.com> Signed-off-by: Suraj Singh <surajrider@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f73a870 - Browse repository at this point
Copy the full SHA f73a870View commit details
Commits on Sep 17, 2022
-
[Remote Store] Change behaviour in replica recovery for remote transl…
…og enabled indices (#4318) Signed-off-by: Ashish Singh <ssashish@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 57a4aed - Browse repository at this point
Copy the full SHA 57a4aedView commit details
Commits on Sep 19, 2022
-
Weighted round-robin scheduling policy for shard coordination traffic… (
#4241) * Weighted round-robin scheduling policy for shard coordination traffic routing Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 4657716 - Browse repository at this point
Copy the full SHA 4657716View commit details -
[Javadoc] add missing javadocs for :example-plugin modules (#4540)
* Add javadocs for example-plugins:custom-settings module Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs for example-plugins:custom-significance-heuristic Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs for example-plugins:custom-suggester Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs to example-plugins:painless-allowlist Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs to example-plugins:rescore Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs to example-plugins:rest-handler Signed-off-by: Daniel Widdis <widdis@gmail.com> * Add javadocs to example-plugins:script-expert-scoring Signed-off-by: Daniel Widdis <widdis@gmail.com> * Remove exclusions for module which aren't giving javadoc errors Signed-off-by: Daniel Widdis <widdis@gmail.com> * CI testing apparently needs to instantiate a no-op class Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: Daniel Widdis <widdis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fa07cd9 - Browse repository at this point
Copy the full SHA fa07cd9View commit details -
Add GeoBounds aggregation on GeoShape field type.(#3980) (#4266)
Enables geo_bounds aggregation to work with geo_shape field types. This enhancement includes: * Addition of Doc values on the GeoShape Field. * Addition of GeoShape ValueSource level code interfaces for accessing the DocValues. * Addition of Missing Value feature in the GeoShape Aggregations. Signed-off-by: Navneet Verma <navneev@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 56162a9 - Browse repository at this point
Copy the full SHA 56162a9View commit details -
Updates jackson and snakeyml dependencies (#4556)
* Upgrade jackson and snakeyml dependencies Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Updated changelog Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 658f7a6 - Browse repository at this point
Copy the full SHA 658f7a6View commit details
Commits on Sep 20, 2022
-
Bump com.diffplug.spotless from 6.10.0 to 6.11.0 (#4547)
* Bump com.diffplug.spotless from 6.10.0 to 6.11.0 --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f248394 - Browse repository at this point
Copy the full SHA f248394View commit details -
Bump reactor-core from 3.4.18 to 3.4.23 in /plugins/repository-azure (#…
…4548) * Bump reactor-core from 3.4.18 to 3.4.23 in /plugins/repository-azure Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.18 to 3.4.23. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.4.18...v3.4.23) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ea3231 - Browse repository at this point
Copy the full SHA 4ea3231View commit details -
Merge branch 'main' into txlog-transfer
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for f593c45 - Browse repository at this point
Copy the full SHA f593c45View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 104108f...f593c45