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

Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.1 in /server #15423

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.1.

Release notes

Sourced from org.roaringbitmap:RoaringBitmap's releases.

1.2.1

This is mostly a patch release with fixes. Some limited new functionality is introduced on an experimental basis: we will release a minor version soon.

What's Changed

New Contributors

Full Changelog: RoaringBitmap/RoaringBitmap@1.2.0...1.2.1

1.2.0

What's Changed

New Contributors

Full Changelog: RoaringBitmap/RoaringBitmap@1.1.0...1.2.0

Commits
  • a6cc3da [Gradle Release Plugin] - pre tag commit: '1.2.1'.
  • 71ba146 Implement signed first/last methods (#738)
  • 79f1deb Skip over empty words in RunContainer#contains(BitmapContainer) (#739)
  • 3dbd2be fix: add a few additional small tests (#737)
  • 9a862d5 Fix previousValue not returning correct results in some cases (#736)
  • 08b1e41 Fix advanceIfNeeded in signed int iterators and simplify finding starting con...
  • 88292e0 fix hasNext behaviour for BitmapBatchIterator (#732)
  • 24790bc add getSignedIntIterator to roaring bitmaps (#729)
  • 799365f [Gradle Release Plugin] - new version commit: '1.2.1-SNAPSHOT'.
  • b7b1ded [Gradle Release Plugin] - pre tag commit: '1.2.0'.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Contributor

❌ Gradle check result for b1d6f81: FAILURE

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?

Copy link
Contributor

✅ Gradle check result for d05a6fd: SUCCESS

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.85%. Comparing base (771949d) to head (41b4796).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15423      +/-   ##
============================================
- Coverage     71.99%   71.85%   -0.14%     
+ Complexity    63317    63199     -118     
============================================
  Files          5224     5224              
  Lines        296137   296137              
  Branches      42777    42777              
============================================
- Hits         213212   212798     -414     
- Misses        65446    65856     +410     
- Partials      17479    17483       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

❕ Gradle check result for 8a6bb53: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.index.ShardIndexingPressureIT.testShardIndexingPressureTrackingDuringBulkWrites

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

@dblock dblock added the backport 2.x Backport to 2.x branch label Aug 26, 2024
@dblock
Copy link
Member

dblock commented Aug 26, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/server/org.roaringbitmap-RoaringBitmap-1.2.1 branch from d05a6fd to 4e60c25 Compare August 26, 2024 19:56
Copy link
Contributor

❌ Gradle check result for 4e60c25: FAILURE

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?

Copy link
Contributor

✅ Gradle check result for 0b65775: SUCCESS

Copy link
Contributor

✅ Gradle check result for 73b1d95: SUCCESS

@dblock
Copy link
Member

dblock commented Aug 27, 2024

@dependabot recreate

Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](RoaringBitmap/RoaringBitmap@1.1.0...1.2.1)

---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/server/org.roaringbitmap-RoaringBitmap-1.2.1 branch from 73b1d95 to 560289f Compare August 27, 2024 10:30
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

❌ Gradle check result for 560289f: FAILURE

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?

Copy link
Contributor

✅ Gradle check result for 3c98ce5: SUCCESS

Copy link
Contributor

✅ Gradle check result for 41b4796: SUCCESS

@reta reta merged commit 5e44976 into main Aug 27, 2024
34 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/server/org.roaringbitmap-RoaringBitmap-1.2.1 branch August 27, 2024 12:32
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 27, 2024
…15423)

* Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.1 in /server

Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](RoaringBitmap/RoaringBitmap@1.1.0...1.2.1)

---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Updating SHAs

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

* Update changelog

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 5e44976)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Aug 27, 2024
…15423) (#15440)

* Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.1 in /server

Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](RoaringBitmap/RoaringBitmap@1.1.0...1.2.1)

---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Updating SHAs



* Update changelog



---------




(cherry picked from commit 5e44976)

Signed-off-by: dependabot[bot] <[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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
akolarkunnu pushed a commit to akolarkunnu/OpenSearch that referenced this pull request Sep 10, 2024
…pensearch-project#15423)

* Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.1 in /server

Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](RoaringBitmap/RoaringBitmap@1.1.0...1.2.1)

---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Updating SHAs

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

* Update changelog

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants