Remove ROR v1 support from indexing and dump workflows #239
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.
Purpose
The purpose of this PR is to deprecate and remove support for ROR Schema version 1 (v1) from the manual indexing and index dump CI/CD workflows. This ensures the workflows primarily target the current v2 schema.
Approach
The changes involve updating GitHub Action workflow files to remove logic branches and input options related to
v1.Key Modifications
dev_index_dump.yml:v1from the schema version choice list.INDEX_DUMP_DEV_API_URL_V2secret, removing the conditional check for schema versions.dev_manual_index.yml:v1from the schema version choice list.v1(which used the masterror_schema.json).v1(which used theINDEX_DEV_API_URL_V1secret).Important Technical Details
dev_manual_index.ymlnow focuses exclusively on thev2_1schema specification.Types of changes
Reviewer, please remember our guidelines: