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

Add support for dependencies in plugin descriptor properties with semver range #11441

Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7e41183
Add support for dependencies in plugin descriptor properties with sem…
abseth-amzn Dec 4, 2023
7bae459
Remove unused gson licenses
abseth-amzn Dec 5, 2023
8657300
Maintain bwc in PluginInfo with addition of semver range
abseth-amzn Dec 5, 2023
c3b2718
Merge branch 'opensearch-project:main' into semver_range_support
abseth-amzn Dec 15, 2023
d785fa7
Added support for list of ranges
abseth-amzn Dec 14, 2023
52610b8
Merge remote-tracking branch 'upstream/main' into semver_range_support
abseth-amzn Jan 18, 2024
c9c0a08
Add bwc tests and restrict range list size to 1
abseth-amzn Jan 22, 2024
901170d
Merge remote-tracking branch 'upstream/main' into semver_range_support
abseth-amzn Jan 22, 2024
36c6739
Update SemverRange javadoc
abseth-amzn Jan 25, 2024
32bba1f
Merge remote-tracking branch 'upstream/main' into semver_range_support
abseth-amzn Jan 25, 2024
02ef7f7
Minor change to trigger jenkins re-run
abseth-amzn Jan 30, 2024
39d9339
Use jackson instead of gson
abseth-amzn Feb 5, 2024
b917fc1
Merge remote-tracking branch 'upstream/main' into semver_range_support
abseth-amzn Feb 5, 2024
ad4ef52
Remove jackson databind and annotations dependency from server
abseth-amzn Feb 6, 2024
b3161a6
Merge remote-tracking branch 'upstream/main' into semver_range_support
abseth-amzn Feb 6, 2024
51758ea
nit fixes
abseth-amzn Feb 7, 2024
f44551f
Merge remote-tracking branch 'upstream/main' into semver_range_support
abseth-amzn Feb 7, 2024
18a80e1
Minor change to re-run jenkins workflow
abseth-amzn Feb 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into semver_range_support
  • Loading branch information
abseth-amzn committed Jan 18, 2024
commit 52610b8dd95652751d5b1b0008fc7661fa691e59
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- GHA to verify checklist items completion in PR descriptions ([#10800](https://github.com/opensearch-project/OpenSearch/pull/10800))
- Allow to pass the list settings through environment variables (like [], ["a", "b", "c"], ...) ([#10625](https://github.com/opensearch-project/OpenSearch/pull/10625))
- [Admission Control] Integrate CPU AC with ResourceUsageCollector and add CPU AC stats to nodes/stats ([#10887](https://github.com/opensearch-project/OpenSearch/pull/10887))
- Maintainer approval check ([#11378](https://github.com/opensearch-project/OpenSearch/pull/11378))
- Add support for dependencies in plugin descriptor properties with semver range ([#11441](https://github.com/opensearch-project/OpenSearch/pull/11441))

### Dependencies
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.