Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nomad-lab
nomad-FAIR
Commits
06746182
Commit
06746182
authored
5 years ago
by
Markus Scheidgen
Browse files
Options
Downloads
Patches
Plain Diff
Updated version information for v0.5.0.
parent
d6efcb83
No related branches found
No related tags found
1 merge request
!48
v0.5.0 Release
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
gui/package.json
+1
-1
1 addition, 1 deletion
gui/package.json
nomad/config.py
+1
-1
1 addition, 1 deletion
nomad/config.py
ops/helm/nomad/Chart.yaml
+2
-2
2 additions, 2 deletions
ops/helm/nomad/Chart.yaml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
10 additions
and
5 deletions
README.md
+
5
−
0
View file @
06746182
...
@@ -57,6 +57,11 @@ your browser.
...
@@ -57,6 +57,11 @@ your browser.
## Change log
## Change log
### v0.5.0
-
Raw file API with support to list directories. This replaces the
`files`
calculation
metadata key. It was necessary due to arbitrary large lists of
*auxfiles*
in some
calculations.
### v0.4.6
### v0.4.6
-
admin commands to directly manipulate upload data
-
admin commands to directly manipulate upload data
-
additional migration scripts
-
additional migration scripts
...
...
This diff is collapsed.
Click to expand it.
gui/package.json
+
1
−
1
View file @
06746182
{
{
"name"
:
"nomad-fair-gui"
,
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.
4.6
"
,
"version"
:
"0.
5.0
"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
"@material-ui/core"
:
"^3.9.0"
,
"@material-ui/core"
:
"^3.9.0"
,
...
...
This diff is collapsed.
Click to expand it.
nomad/config.py
+
1
−
1
View file @
06746182
...
@@ -171,7 +171,7 @@ client = NomadConfig(
...
@@ -171,7 +171,7 @@ client = NomadConfig(
url
=
'
http://localhost:8000/fairdi/nomad/latest/api
'
url
=
'
http://localhost:8000/fairdi/nomad/latest/api
'
)
)
version
=
'
0.
4.6
'
version
=
'
0.
5.0
'
commit
=
gitinfo
.
commit
commit
=
gitinfo
.
commit
release
=
'
devel
'
release
=
'
devel
'
domain
=
'
DFT
'
domain
=
'
DFT
'
...
...
This diff is collapsed.
Click to expand it.
ops/helm/nomad/Chart.yaml
+
2
−
2
View file @
06746182
apiVersion
:
v1
apiVersion
:
v1
appVersion
:
"
0.
4.6
"
appVersion
:
"
0.
5.0
"
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.
4.6
version
:
0.
5.0
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
06746182
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
setup
(
name
=
'
nomad
'
,
name
=
'
nomad
'
,
version
=
'
0.
4.6
'
,
version
=
'
0.
5.0
'
,
description
=
'
The nomad@FAIRDI infrastructure python package
'
,
description
=
'
The nomad@FAIRDI infrastructure python package
'
,
py_modules
=
[
'
nomad
'
],
py_modules
=
[
'
nomad
'
],
install_requires
=
reqs
,
install_requires
=
reqs
,
...
...
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