Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ 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 @raphael-grimm @JoergSrj
src/test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
src/negative_test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
src/schemas/json/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
src/test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
src/negative_test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj
src/schemas/json/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
src/test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
src/negative_test/venvironment-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
src/schemas/json/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
src/test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian
src/negative_test/venvplus-* @vectorgrp/canoe-ci-tools @raphael-grimm @JoergSrj @VCecileKefelian

# Managed by CTFer.io team:
src/schemas/json/ctfd.json @pandatix @NicoFgrx
Expand Down
41 changes: 2 additions & 39 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -6278,29 +6278,8 @@
"3.1.0": "https://www.schemastore.org/venvironment-schema-v3.1.0.json",
"3.2.0": "https://www.schemastore.org/venvironment-schema-v3.2.0.json",
"4.0.0": "https://www.schemastore.org/venvironment-schema-v4.0.0.json",
"4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json"
}
},
{
"name": "venvironment-basic.yaml",
"description": "Test environment for Vector Test Unit Runner",
"fileMatch": [
"venvironment-basic.yaml",
"*.venvironment-basic.yaml",
"venvironment-basic.yml",
"*.venvironment-basic.yml",
"venvironment-basic.json",
"*.venvironment-basic.json"
],
"url": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json",
"versions": {
"1.0.0": "https://www.schemastore.org/venvironment-basic-schema-v1.0.0.json",
"1.1.0": "https://www.schemastore.org/venvironment-basic-schema-v1.1.0.json",
"2.0.0": "https://www.schemastore.org/venvironment-basic-schema-v2.0.0.json",
"2.1.0": "https://www.schemastore.org/venvironment-basic-schema-v2.1.0.json",
"3.0.0": "https://www.schemastore.org/venvironment-basic-schema-v3.0.0.json",
"3.2.0": "https://www.schemastore.org/venvironment-basic-schema-v3.2.0.json",
"4.0.0": "https://www.schemastore.org/venvironment-basic-schema-v4.0.0.json"
"4.1.0": "https://www.schemastore.org/venvironment-schema-v4.1.0.json",
"4.2.0": "https://www.schemastore.org/venvironment-schema-v4.2.0.json"
}
},
{
Expand All @@ -6319,22 +6298,6 @@
"1.0.0": "https://www.schemastore.org/venvplus-schema-v1.0.0.json"
}
},
{
"name": "venvplus-basic.yaml",
"description": "venvplus-basic settings of Vector Test Unit Runner",
"fileMatch": [
"venvplus-basic.yaml",
"*.venvplus-basic.yaml",
"venvplus-basic.yml",
"*.venvplus-basic.yml",
"venvplus-basic.json",
"*.venvplus-basic.json"
],
"url": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json",
"versions": {
"1.0.0": "https://www.schemastore.org/venvplus-basic-schema-v1.0.0.json"
}
},
{
"name": "Version Bumper config",
"description": "Configuration for Version Bumper, a Composer plugin to bump project versions during release preparations",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# yaml-language-server: $schema=../../schemas/json/venvironment-basic-schema-v4.0.0.json
# yaml-language-server: $schema=../../schemas/json/venvironment-schema-v4.2.0.json
version: 2.2.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=../../schemas/json/venvironment-basic-schema-v4.0.0.json
can-networks:
- name: can
# yaml-language-server: $schema=../../schemas/json/venvironment-schema-v4.2.0.json
variables:
- name: var
value: -42

This file was deleted.

This file was deleted.

198 changes: 0 additions & 198 deletions src/schemas/json/venvironment-basic-schema-v1.0.0.json

This file was deleted.

Loading