Skip to content

Commit ab76193

Browse files
Update environment make schema 4.2.0 (#3) (SchemaStore#5129)
* Add venvironment schema v4.2.0 * Remove venvironment-basic and venvplus-basic schemas * Fix venvironment-schema for 4.2.0
1 parent 1c06734 commit ab76193

34 files changed

+8418
-5044
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ src/test/youtrack-app/ @skoch13 @andrey-skl @zmaks
2727
src/negative_test/youtrack-app/ @skoch13 @andrey-skl @zmaks
2828

2929
# Managed by Vector Informatik canoe-ci-tools team
30-
src/schemas/json/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
31-
src/test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
32-
src/negative_test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
33-
src/schemas/json/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
34-
src/test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
35-
src/negative_test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
30+
src/schemas/json/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
31+
src/test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
32+
src/negative_test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
33+
src/schemas/json/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
34+
src/test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
35+
src/negative_test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
3636

3737
# Managed by CTFer.io team:
3838
src/schemas/json/ctfd.json @pandatix @NicoFgrx

src/api/json/catalog.json

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6279,29 +6279,8 @@
62796279
"3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
62806280
"3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
62816281
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
6282-
"4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json"
6283-
}
6284-
},
6285-
{
6286-
"name": "venvironment-basic.yaml",
6287-
"description": "Test environment for Vector Test Unit Runner",
6288-
"fileMatch": [
6289-
"venvironment-basic.yaml",
6290-
"*.venvironment-basic.yaml",
6291-
"venvironment-basic.yml",
6292-
"*.venvironment-basic.yml",
6293-
"venvironment-basic.json",
6294-
"*.venvironment-basic.json"
6295-
],
6296-
"url": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json",
6297-
"versions": {
6298-
"1.0.0": "https://www.schemastore.org/venvironment-basic-schema-v1.0.0.json",
6299-
"1.1.0": "https://www.schemastore.org/venvironment-basic-schema-v1.1.0.json",
6300-
"2.0.0": "https://www.schemastore.org/venvironment-basic-schema-v2.0.0.json",
6301-
"2.1.0": "https://www.schemastore.org/venvironment-basic-schema-v2.1.0.json",
6302-
"3.0.0": "https://www.schemastore.org/venvironment-basic-schema-v3.0.0.json",
6303-
"3.2.0": "https://www.schemastore.org/venvironment-basic-schema-v3.2.0.json",
6304-
"4.0.0": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json"
6282+
"4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
6283+
"4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json"
63056284
}
63066285
},
63076286
{
@@ -6320,22 +6299,6 @@
63206299
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
63216300
}
63226301
},
6323-
{
6324-
"name": "venvplus-basic.yaml",
6325-
"description": "venvplus-basic settings of Vector Test Unit Runner",
6326-
"fileMatch": [
6327-
"venvplus-basic.yaml",
6328-
"*.venvplus-basic.yaml",
6329-
"venvplus-basic.yml",
6330-
"*.venvplus-basic.yml",
6331-
"venvplus-basic.json",
6332-
"*.venvplus-basic.json"
6333-
],
6334-
"url": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json",
6335-
"versions": {
6336-
"1.0.0": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json"
6337-
}
6338-
},
63396302
{
63406303
"name": "Version Bumper config",
63416304
"description": "Configuration for Version Bumper, a Composer plugin to bump project versions during release preparations",

src/negative_test/venvironment-basic-schema-v2.1.0/missing-version.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/negative_test/venvironment-basic-schema-v3.2.0/invalid-version.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/negative_test/venvironment-basic-schema-v3.2.0/missing-version.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/negative_test/venvironment-basic-schema-v4.0.0/invalid-version.yaml renamed to src/negative_test/venvironment-schema-v4.2.0/invalid-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# yaml-language-server: $schema=../../schemas/json/venvironment-basic-schema-v4.0.0.json
1+
# yaml-language-server: $schema=../../schemas/json/venvironment-schema-v4.2.0.json
22
version: 2.2.0

src/negative_test/venvironment-basic-schema-v4.0.0/missing-version.yaml renamed to src/negative_test/venvironment-schema-v4.2.0/missing-version.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# yaml-language-server: $schema=../../schemas/json/venvironment-basic-schema-v4.0.0.json
2-
can-networks:
3-
- name: can
1+
# yaml-language-server: $schema=../../schemas/json/venvironment-schema-v4.2.0.json
2+
variables:
3+
- name: var
4+
value: -42

src/negative_test/venvplus-basic-schema-v1.0.0/invalid-version.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/negative_test/venvplus-basic-schema-v1.0.0/missing-version.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/schemas/json/venvironment-basic-schema-v1.0.0.json

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)