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

Update the REST API endpoint for creating snapshots #4718

Merged
merged 4 commits into from
May 29, 2024

Conversation

EricWittmann
Copy link
Member

No description provided.

Copy link

github-actions bot commented May 29, 2024

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@@ -381,7 +382,7 @@ public List<ConfigurationProperty> listConfigProperties() {
// Return value is the set of all dynamic config properties, with either configured or default values (depending
// on whether the value is actually configured and stored in the DB or not).
return dynamicPropertyIndex.getAcceptedPropertyNames().stream()
.sorted((pname1, pname2) -> pname1.compareTo(pname2))
.sorted(String::compareTo)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@carlesarnal carlesarnal merged commit 9727e18 into main May 29, 2024
21 checks passed
@carlesarnal carlesarnal deleted the tweak/snapshot-rest-api branch May 29, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants