Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
501e95a3
Commit
501e95a3
authored
5 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-142
: use pip3 package jsonschema
parent
cff7bba7
No related branches found
No related tags found
2 merge requests
!98
Resolve TMSS-142 and TMSS-141
,
!97
Resolve TMSS-138
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
SAS/TMSS/src/CMakeLists.txt
+1
-0
1 addition, 0 deletions
SAS/TMSS/src/CMakeLists.txt
SAS/TMSS/src/tmss/tmssapp/models/scheduling.py
+0
-1
0 additions, 1 deletion
SAS/TMSS/src/tmss/tmssapp/models/scheduling.py
SubSystems/RAServices/Dockerfile
+1
-1
1 addition, 1 deletion
SubSystems/RAServices/Dockerfile
with
2 additions
and
2 deletions
SAS/TMSS/src/CMakeLists.txt
+
1
−
0
View file @
501e95a3
...
...
@@ -16,6 +16,7 @@ find_python_module(coreapi REQUIRED) # sudo apt-get install python3-c
find_python_module
(
django_jsonforms REQUIRED
)
# pip3 install django-jsonforms
find_python_module
(
django_json_widget REQUIRED
)
# pip3 install django-json-widget
find_python_module
(
jsoneditor REQUIRED
)
# pip3 install django-jsoneditor
find_python_module
(
jsonschema REQUIRED
)
# pip3 install jsonschema
# modules for swagger API export
find_python_module
(
drf_yasg REQUIRED
)
# pip install drf-yasg
...
...
This diff is collapsed.
Click to expand it.
SAS/TMSS/src/tmss/tmssapp/models/scheduling.py
+
0
−
1
View file @
501e95a3
...
...
@@ -12,7 +12,6 @@ from rest_framework.serializers import HyperlinkedRelatedField
from
lofar.sas.tmss.tmss.exceptions
import
*
import
json
import
fastjsonschema
import
jsonschema
#
...
...
This diff is collapsed.
Click to expand it.
SubSystems/RAServices/Dockerfile
+
1
−
1
View file @
501e95a3
...
...
@@ -10,7 +10,7 @@ RUN yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x
RUN
yum
install
-y
postgresql96 postgresql96-server postgresql96-devel
ENV
PATH /usr/pgsql-9.6/bin:$PATH
RUN
pip3
install
cython kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil django djangorestframework djangorestframework-xml
ldap
==
1.0.2 flask fabric coverage python-qpid-proton PyGreSQL numpy h5py psycopg2 testing.postgresql Flask-Testing scipy Markdown django-filter python-ldap python-ldap-test ldap3 djangorestframework django-jsonforms django-json-widget django-jsoneditor drf-yasg flex swagger-spec-validator django-auth-ldap mozilla-django-oidc
RUN
pip3
install
cython kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil django djangorestframework djangorestframework-xml
ldap
==
1.0.2 flask fabric coverage python-qpid-proton PyGreSQL numpy h5py psycopg2 testing.postgresql Flask-Testing scipy Markdown django-filter python-ldap python-ldap-test ldap3 djangorestframework django-jsonforms django-json-widget django-jsoneditor drf-yasg flex swagger-spec-validator django-auth-ldap mozilla-django-oidc
jsonschema
RUN
adduser lofarsys
USER
lofarsys
...
...
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