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

Format Solr schema.xml using update-fields.sh on Linux #11135

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pdurbin
Copy link
Member

@pdurbin pdurbin commented Jan 7, 2025

What this PR does / why we need it:

We need a consistent way to format our Solr schema.xml file. If we have some people using Mac and others using Linux, the git diff output will be harder to read due to sorting differences.

Which issue(s) this PR closes:

Special notes for your reviewer:

I used this procedure to update schema.xml in the following PR (which has already been merged):

Suggestions on how to test this:

Try the steps documented in this PR.

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

No.

Is there a release notes update needed for this change?:

No, this is dev territory.

Additional documentation:

None.

@pdurbin pdurbin added Size: 0.5 A percentage of a sprint. 0.35 hours FY25 Sprint 14 FY25 Sprint 14 (2025-01-02 - 2025-01-15) labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FY25 Sprint 14 FY25 Sprint 14 (2025-01-02 - 2025-01-15) Size: 0.5 A percentage of a sprint. 0.35 hours
Projects
Status: Ready for Review ⏩
Development

Successfully merging this pull request may close these issues.

The Solr schema.xml file should be generated programmatically using update-fields.sh
1 participant