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

Always specify a region. #2

Open
wants to merge 18 commits into
base: repository-s3-default-region
Choose a base branch
from

Conversation

dblock
Copy link

@dblock dblock commented Jun 9, 2023

Description

[Describe what this change achieves]

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

ankitkala and others added 10 commits June 7, 2023 09:56
…pensearch-project#7653)

* SegRep with Remote: Add Remote store as a segment replication source

Signed-off-by: Ankit Kala <[email protected]>

* Fix Gradle check

Signed-off-by: Ankit Kala <[email protected]>

* Retrying Gradle check

Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>
* Resolve forbidden APIs

Signed-off-by: Suraj Singh <[email protected]>

* Address review comments

Signed-off-by: Suraj Singh <[email protected]>

* Remove older lucene test

Signed-off-by: Suraj Singh <[email protected]>

* Remove older lucene test

Signed-off-by: Suraj Singh <[email protected]>

---------

Signed-off-by: Suraj Singh <[email protected]>
…on (opensearch-project#7898)

* Bringing new query profile collector fields with concurrent search execution

Signed-off-by: Ticheng Lin <[email protected]>

* Update CHANGELOG.md and fix gradle check format violations

Signed-off-by: Ticheng Lin <[email protected]>

* Change query profile collector field data types to primitives and add more tests

Signed-off-by: Ticheng Lin <[email protected]>

---------

Signed-off-by: Ticheng Lin <[email protected]>
Signed-off-by: Ticheng Lin <[email protected]>
…1.0.83 (opensearch-project#7933)

* Update network schema

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

* Add joni and jcoding to path

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update buildSrc/src/main/java/org/opensearch/gradle/precommit/ValidateJsonAgainstSchemaTask.java

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Signed-off-by: Stephen Crawford <[email protected]>

* Update Apache Lucene to 9.7.0-snapshot-204acc3 (opensearch-project#7887)

Signed-off-by: Andriy Redko <[email protected]>

* Add bwc version 2.8.1 (opensearch-project#7942)

Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>

* Fix changelog entries (opensearch-project#7946)

Move entry for opensearch-project#7321 to correct section and fix the malformed entry
from opensearch-project#7452.

Signed-off-by: Andrew Ross <[email protected]>

* SegRep with Remote: Add Remote store as a segment replication source (opensearch-project#7653)

* SegRep with Remote: Add Remote store as a segment replication source

Signed-off-by: Ankit Kala <[email protected]>

* Fix Gradle check

Signed-off-by: Ankit Kala <[email protected]>

* Retrying Gradle check

Signed-off-by: Ankit Kala <[email protected]>

---------

Signed-off-by: Ankit Kala <[email protected]>

* rebase

Signed-off-by: Stephen Crawford <[email protected]>

* remove empty line

Signed-off-by: Stephen Crawford <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: Ankit Kala <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Ross <[email protected]>
Co-authored-by: Ankit Kala <[email protected]>
…ch responsible for processing a specific part of the file (opensearch-project#7000)

* Support to emit multiple streams for a file content each responsible for processing a specific part of the file

Signed-off-by: Raghuvansh Raj <[email protected]>
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: null ❌
  • URL:
  • CommitID: b3dd31a
    Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green.
    Is the failure a flaky test unrelated to your change?

…iant (opensearch-project#7978)

* Fix flake

Signed-off-by: Stephen Crawford <[email protected]>

* Drop threshold further

Signed-off-by: Stephen Crawford <[email protected]>

* Remove empty line

Signed-off-by: Stephen Crawford <[email protected]>

* Change threshold for ShardCPU test

Signed-off-by: Stephen Crawford <[email protected]>

---------

Signed-off-by: Stephen Crawford <[email protected]>
@dblock dblock force-pushed the repository-s3-default-region branch from b3dd31a to 2184c3e Compare June 9, 2023 16:32
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: null ❌
  • URL:
  • CommitID: 2184c3e
    Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green.
    Is the failure a flaky test unrelated to your change?

reta and others added 7 commits June 9, 2023 12:53
…test {p0=search/110_field_collapsing/field collapsing and search_after} flaky test (opensearch-project#7988)

Signed-off-by: Andriy Redko <[email protected]>
… to 10.0.0 in /buildSrc (opensearch-project#7068)

* Bump com.netflix.nebula:gradle-extra-configurations-plugin in /buildSrc

Bumps [com.netflix.nebula:gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases)
- [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md)
- [Commits](nebula-plugins/gradle-extra-configurations-plugin@v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: com.netflix.nebula:gradle-extra-configurations-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Added CHANGELOG entry

Signed-off-by: owaiskazi19 <[email protected]>

* Add OptionalDependenciesPlugin to support Maven/Ivy style optional dependencies

Signed-off-by: Andriy Redko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: owaiskazi19 <[email protected]>
Co-authored-by: Andriy Redko <[email protected]>
@dblock dblock force-pushed the repository-s3-default-region branch from 2184c3e to 24b039d Compare June 9, 2023 20:04
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: null ❌
  • URL:
  • CommitID: 24b039d
    Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green.
    Is the failure a flaky test unrelated to your change?

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.

10 participants