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
d2c1d7a9
Commit
d2c1d7a9
authored
Mar 25, 2020
by
Lauri Himanen
Browse files
Merged with v0.7.10.
parents
7e719534
74195402
Pipeline
#71456
passed with stages
in 21 minutes and 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
d2c1d7a9
...
...
@@ -22,3 +22,4 @@ vscode/
nomad.yaml
gunicorn.log.conf
gunicorn.conf
nomad/normalizing/data/springer.msg
nomad/app/api/upload.py
View file @
d2c1d7a9
...
...
@@ -380,7 +380,7 @@ class UploadResource(Resource):
order_by
=
(
'-%s'
if
order
==
-
1
else
'+%s'
)
%
order_by
calcs
=
upload
.
all_calcs
((
page
-
1
)
*
per_page
,
page
*
per_page
,
order_by
=
order_by
)
calcs
=
list
(
upload
.
all_calcs
((
page
-
1
)
*
per_page
,
page
*
per_page
,
order_by
=
order_by
)
)
failed_calcs
=
upload
.
failed_calcs
result
=
ProxyUpload
(
upload
,
{
'pagination'
:
dict
(
...
...
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