SOLR-15752: Migrate admin UI to v2 apis#4659
Draft
epugh wants to merge 8 commits into
Draft
Conversation
We don't yet have the plumbing appaerntly to push the updates to "all" nodes in the V2 api.
Contributor
Author
|
Created https://issues.apache.org/jira/browse/SOLR-18318 to track blocker to finishing this. |
Contributor
Author
|
Migrated to V2
Still on v1 — deliberately, with a documented reason
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/SOLR-15752
Description
Start using V2 apis in our solr admin. We need to use them "in anger" if we want to build confidence in them, and to help us move away from v1 equivalents.
Solution
Work with Claude to do the updates to our javascript from v1 to v2. We don't have tests, so this is all manually tested.
I've chosen the easiest apis first.
Tests
Sigh. No JS tests. And not ready to even begin that!