fix(tests): revert OASF schema version from 1.1.0 back to 1.0.0 - #1815
Merged
Conversation
paralta
force-pushed
the
refactor/revert-oasf-110
branch
from
July 15, 2026 13:09
ae0c476 to
7364dd8
Compare
paralta
force-pushed
the
refactor/revert-oasf-110
branch
from
July 15, 2026 13:13
7364dd8 to
6a27270
Compare
paralta
force-pushed
the
refactor/revert-oasf-110
branch
from
July 15, 2026 13:30
6a27270 to
9340c45
Compare
ramizpolic
reviewed
Jul 15, 2026
| {Id: 10102, Name: "natural_language_processing/natural_language_understanding/semantic_understanding"}, //nolint:mnd | ||
| {Id: 10103, Name: "natural_language_processing/natural_language_understanding/entity_recognition"}, //nolint:mnd | ||
| {Id: 20103, Name: "computer_vision/image_analysis/image_segmentation"}, //nolint:mnd | ||
| {Id: 1504, Name: "reasoning_planning/strategic_planning"}, //nolint:mnd |
Member
There was a problem hiding this comment.
Suggested change
| {Id: 1504, Name: "reasoning_planning/strategic_planning"}, //nolint:mnd | |
| {Id: 1504, Name: "advanced_reasoning_planning/hypothesis_generation"}, //nolint:mnd |
ramizpolic
reviewed
Jul 15, 2026
| {Id: 10101, Name: "natural_language_processing/natural_language_understanding/contextual_comprehension"}, //nolint:mnd | ||
| {Id: 10102, Name: "natural_language_processing/natural_language_understanding/semantic_understanding"}, //nolint:mnd | ||
| {Id: 10103, Name: "natural_language_processing/natural_language_understanding/entity_recognition"}, //nolint:mnd | ||
| {Id: 20103, Name: "computer_vision/image_analysis/image_segmentation"}, //nolint:mnd |
Member
There was a problem hiding this comment.
does not exist
Suggested change
| {Id: 20103, Name: "computer_vision/image_analysis/image_segmentation"}, //nolint:mnd | |
| {Id: 201, Name: "images_computer_vision/image_segmentation"}, //nolint:mnd |
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
paralta
force-pushed
the
refactor/revert-oasf-110
branch
from
July 15, 2026 13:45
9340c45 to
ac660e3
Compare
ramizpolic
approved these changes
Jul 15, 2026
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
paralta
marked this pull request as ready for review
July 15, 2026 15:24
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
The OASF 1.1.0 schema deployment at
schema.oasf.outshift.comwas reverted, causing the/api/1.1.0/validate/...endpoint to return 404 and breaking any push of a record withschema_version: "1.1.0". This PR undoes the schema bump introduced in #1785 and #1806, restoring all OASF references — skill taxonomy names, domain IDs, test fixtures, the OASF server image tag, and the self-describing DIR skill record — to their 1.0.0 equivalents.