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
8ef5bda9
Commit
8ef5bda9
authored
Sep 21, 2020
by
Markus Scheidgen
Browse files
Updated version information.
parent
97c1e303
Pipeline
#82619
passed with stages
in 25 minutes and 36 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8ef5bda9
...
...
@@ -46,7 +46,7 @@ contributing, and API reference.
Omitted versions are plain bugfix releases with only minor changes and fixes.
### v
1.0
.0
### v
0.9
.0
-
The encyclopedia runs on top of the new infrastructure. The GUIs are integrated via
bi-lateral navigation between entries.
-
The parsers have new documentation and development instructions and can be easily developed
...
...
gui/package.json
View file @
8ef5bda9
{
"name"
:
"nomad-fair-gui"
,
"version"
:
"
1.0
.0"
,
"version"
:
"
0.9
.0"
,
"commit"
:
"e98694e"
,
"private"
:
true
,
"dependencies"
:
{
...
...
gui/public/env.js
View file @
8ef5bda9
...
...
@@ -9,7 +9,7 @@ window.nomadEnv = {
'
matomoUrl
'
:
'
https://nomad-lab.eu/fairdi/stat
'
,
'
matomoSiteId
'
:
'
2
'
,
'
version
'
:
{
'
label
'
:
'
1.0
.0
'
,
'
label
'
:
'
0.9
.0
'
,
'
isBeta
'
:
false
,
'
isTest
'
:
true
,
'
usesBetaData
'
:
true
,
...
...
nomad/config.py
View file @
8ef5bda9
...
...
@@ -270,7 +270,7 @@ datacite = NomadConfig(
)
meta
=
NomadConfig
(
version
=
'
1.0
.0'
,
version
=
'
0.9
.0'
,
commit
=
gitinfo
.
commit
,
release
=
'devel'
,
default_domain
=
'dft'
,
...
...
ops/helm/nomad/Chart.yaml
View file @
8ef5bda9
apiVersion
:
v1
appVersion
:
"
1.0
.0"
appVersion
:
"
0.9
.0"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
1.0
.0
version
:
0.9
.0
ops/helm/nomad/values.yaml
View file @
8ef5bda9
## Default values for nomad@FAIRDI
version
:
label
:
"
1.0
.0"
label
:
"
0.9
.0"
isTest
:
false
isBeta
:
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