Skip to content

Commit

Permalink
Update venvironment(-basic) schema and split it per version (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-grimm authored Nov 4, 2024
1 parent fe3ca10 commit 3fea4a8
Show file tree
Hide file tree
Showing 39 changed files with 13,824 additions and 23,561 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ src/negative_test/circleciconfig/ @CircleCI-Public/developer-experience
src/schemas/json/youtrack-app.json @skoch13 @andrey-skl @zmaks
src/test/youtrack-app/ @skoch13 @andrey-skl @zmaks
src/negative_test/youtrack-app/ @skoch13 @andrey-skl @zmaks

# Managed by Vector Informatik canoe-ci-tools team
src/schemas/json/venvironment-* @vectorgrp/canoe-ci-tools
src/test/venvironment-* @vectorgrp/canoe-ci-tools
src/negative_test/venvironment-* @vectorgrp/canoe-ci-tools
12 changes: 10 additions & 2 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5236,7 +5236,11 @@
"venvironment.json",
"*.venvironment.json"
],
"url": "https://json.schemastore.org/venvironment-schema.json"
"url": "https://json.schemastore.org/venvironment-schema-v3.2.0.json",
"versions": {
"2.2.0": "https://json.schemastore.org/venvironment-schema-v2.2.0.json",
"3.2.0": "https://json.schemastore.org/venvironment-schema-v3.2.0.json"
}
},
{
"name": "venvironment-basic.yaml",
Expand All @@ -5249,7 +5253,11 @@
"venvironment-basic.json",
"*.venvironment-basic.json"
],
"url": "https://json.schemastore.org/venvironment-basic-schema.json"
"url": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json",
"versions": {
"2.2.0": "https://json.schemastore.org/venvironment-basic-schema-v2.1.0.json",
"3.2.0": "https://json.schemastore.org/venvironment-basic-schema-v3.2.0.json"
}
},
{
"name": "Version Bumper config",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version: 2.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version: 2.2.0

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version: 2.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
can-networks:
- name: can
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version: 2.2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
can-networks:
- name: can
1 change: 0 additions & 1 deletion src/negative_test/venvironment-schema/invalid-version.yaml

This file was deleted.

Loading

0 comments on commit 3fea4a8

Please sign in to comment.