Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
0e98ee0e
Commit
0e98ee0e
authored
1 year ago
by
Hannes Feldt
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-1418
-fix_jsonschema' into 'master'
L2SS-1418
: jsonschema 4.18 update broke our build Closes
L2SS-1418
See merge request
!662
parents
3868a9d0
1d88cc36
No related branches found
No related tags found
1 merge request
!662
L2SS-1418: jsonschema 4.18 update broke our build
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/http-json-schemas/definitions/station-configuration.json
+14
-14
14 additions, 14 deletions
.../http-json-schemas/definitions/station-configuration.json
tangostationcontrol/requirements.txt
+1
-1
1 addition, 1 deletion
tangostationcontrol/requirements.txt
with
15 additions
and
15 deletions
docker-compose/http-json-schemas/definitions/station-configuration.json
+
14
−
14
View file @
0e98ee0e
...
...
@@ -27,28 +27,28 @@
"additionalProperties"
:
false
,
"patternProperties"
:
{
"^[\\-\\w]+$"
:
{
"$ref"
:
"
#/definition
s/server"
"$ref"
:
"
station-configuration.json#/$def
s/server"
}
}
},
"classes"
:
{
"type"
:
"object"
,
"additionalProperties"
:
{
"$ref"
:
"
#/definition
s/device"
"$ref"
:
"
station-configuration.json#/$def
s/device"
},
"properties"
:
{
"properties"
:
{
"$ref"
:
"
#/definition
s/property"
"$ref"
:
"
station-configuration.json#/$def
s/property"
}
}
}
},
"def
inition
s"
:
{
"
$
defs"
:
{
"server"
:
{
"type"
:
"object"
,
"patternProperties"
:
{
"^[\\-\\w]+$"
:
{
"$ref"
:
"
#/definition
s/instance"
"$ref"
:
"
station-configuration.json#/$def
s/instance"
}
}
},
...
...
@@ -56,7 +56,7 @@
"type"
:
"object"
,
"patternProperties"
:
{
"^[\\-\\w]+$"
:
{
"$ref"
:
"
#/definition
s/class"
"$ref"
:
"
station-configuration.json#/$def
s/class"
}
}
},
...
...
@@ -65,7 +65,7 @@
"additionalProperties"
:
false
,
"patternProperties"
:
{
"^[\\-\\w.@]+/[\\-\\w.@]+/[\\-\\w.@]+$"
:
{
"$ref"
:
"
#/definition
s/device"
"$ref"
:
"
station-configuration.json#/$def
s/device"
}
}
},
...
...
@@ -74,10 +74,10 @@
"additionalProperties"
:
false
,
"properties"
:
{
"properties"
:
{
"$ref"
:
"
#/definition
s/properties"
"$ref"
:
"
station-configuration.json#/$def
s/properties"
},
"attribute_properties"
:
{
"$ref"
:
"
#/definition
s/attribute_properties"
"$ref"
:
"
station-configuration.json#/$def
s/attribute_properties"
},
"alias"
:
{
"type"
:
"string"
...
...
@@ -87,7 +87,7 @@
"properties"
:
{
"type"
:
"object"
,
"additionalProperties"
:
{
"$ref"
:
"
#/definition
s/property"
"$ref"
:
"
station-configuration.json#/$def
s/property"
}
},
"property"
:
{
...
...
@@ -99,20 +99,20 @@
"attribute_properties"
:
{
"type"
:
"object"
,
"additionalProperties"
:
{
"$ref"
:
"
#/definition
s/attribute_property"
"$ref"
:
"
station-configuration.json#/$def
s/attribute_property"
}
},
"attribute_property"
:
{
"type"
:
"object"
,
"additionalProperties"
:
{
"$ref"
:
"
#/definition
s/property"
"$ref"
:
"
station-configuration.json#/$def
s/property"
}
},
"class_property"
:
{
"type"
:
"object"
,
"additionalProperties"
:
{
"type"
:
"object"
,
"$ref"
:
"
#/definition
s/property"
"$ref"
:
"
station-configuration.json#/$def
s/property"
}
}
}
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/requirements.txt
+
1
−
1
View file @
0e98ee0e
...
...
@@ -10,7 +10,7 @@ psycopg2-binary >= 2.9.2 # LGPL
pyasn1 == 0.4.8 # BSD, pinned because https://github.com/pyasn1/pyasn1/issues/28
pysnmp >= 0.1.7 # BSD
h5py >= 3.1.0 # BSD
jsonschema
=
= 4.1
7.3
# MIT
jsonschema
>
= 4.1
8
# MIT
docker >= 5.0.3 # Apache 2
python-logstash-async >= 2.5.0 # MIT
python-casacore >= 3.3.1 # LGPLv3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment