Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
c5bc49eb
Commit
c5bc49eb
authored
Jan 25, 2021
by
Markus Scheidgen
Browse files
Raised version. OASIS documentation fix.
parent
ddc0b19b
Pipeline
#92066
passed with stages
in 35 minutes and 2 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/package.json
View file @
c5bc49eb
{
{
"name"
:
"nomad-fair-gui"
,
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.9.
9
"
,
"version"
:
"0.9.
10
"
,
"commit"
:
"e98694e"
,
"commit"
:
"e98694e"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
...
gui/public/env.js
View file @
c5bc49eb
...
@@ -9,7 +9,7 @@ window.nomadEnv = {
...
@@ -9,7 +9,7 @@ window.nomadEnv = {
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoSiteId
'
:
'
2
'
,
'
matomoSiteId
'
:
'
2
'
,
'
version
'
:
{
'
version
'
:
{
'
label
'
:
'
0.9.
9
'
,
'
label
'
:
'
0.9.
10
'
,
'
isBeta
'
:
false
,
'
isBeta
'
:
false
,
'
isTest
'
:
true
,
'
isTest
'
:
true
,
'
usesBetaData
'
:
true
,
'
usesBetaData
'
:
true
,
...
...
gui/src/setupTests.js
View file @
c5bc49eb
...
@@ -8,7 +8,7 @@ global.nomadEnv = {
...
@@ -8,7 +8,7 @@ global.nomadEnv = {
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoSiteId
'
:
'
2
'
,
'
matomoSiteId
'
:
'
2
'
,
'
version
'
:
{
'
version
'
:
{
'
label
'
:
'
0.9.
9
'
,
'
label
'
:
'
0.9.
10
'
,
'
isBeta
'
:
false
,
'
isBeta
'
:
false
,
'
isTest
'
:
true
,
'
isTest
'
:
true
,
'
usesBetaData
'
:
true
,
'
usesBetaData
'
:
true
,
...
...
nomad/config.py
View file @
c5bc49eb
...
@@ -283,7 +283,7 @@ datacite = NomadConfig(
...
@@ -283,7 +283,7 @@ datacite = NomadConfig(
)
)
meta
=
NomadConfig
(
meta
=
NomadConfig
(
version
=
'0.9.
9
'
,
version
=
'0.9.
10
'
,
commit
=
gitinfo
.
commit
,
commit
=
gitinfo
.
commit
,
release
=
'devel'
,
release
=
'devel'
,
default_domain
=
'dft'
,
default_domain
=
'dft'
,
...
...
ops/docker-compose/nomad-oasis/README.md
View file @
c5bc49eb
...
@@ -140,7 +140,7 @@ services:
...
@@ -140,7 +140,7 @@ services:
volumes
:
volumes
:
-
./nomad.yaml:/app/nomad.yaml
-
./nomad.yaml:/app/nomad.yaml
-
nomad_oasis_files:/app/.volumes/fs
-
nomad_oasis_files:/app/.volumes/fs
command
:
gunicorn -b 0.0.0.0 nomad.app:app
command
:
./run.sh
# nomad gui (a reverse proxy for nomad)
# nomad gui (a reverse proxy for nomad)
gui
:
gui
:
...
...
ops/helm/nomad/Chart.yaml
View file @
c5bc49eb
apiVersion
:
v1
apiVersion
:
v1
appVersion
:
"
0.9.
9
"
appVersion
:
"
0.9.
10
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
name
:
nomad
version
:
0.9.
9
version
:
0.9.
10
ops/helm/nomad/values.yaml
View file @
c5bc49eb
## Default values for nomad@FAIRDI
## Default values for nomad@FAIRDI
version
:
version
:
label
:
"
0.9.
9
"
label
:
"
0.9.
10
"
isTest
:
false
isTest
:
false
isBeta
:
false
isBeta
:
false
usesBetaData
:
false
usesBetaData
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment