- 09 Apr, 2020 1 commit
-
-
BAIRE Anthony authored
commit 5311d3a7 Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Tue Sep 17 09:29:45 2019 +0200 WebappVersion.webapp related_name changed from 'webapp' to 'version'. commit 0f68b0e0 Merge: 7aa839c4 8a251945 Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Mon Sep 16 12:08:26 2019 +0200 Merge branch 'django' into 266-allow-unpublished-webapp-version commit 7aa839c4 Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Mon Sep 16 12:07:00 2019 +0200 Several fixes after code review. query_webapps_for_user doesn't have the only_published_version param anymore. comment explains the filtering with 'webapp__published'. debug log comment are removed. WebappVersion in error state are show to the user. WebappVersionList.get_queryset return query_set and not values. no more mention of atomic transaction. WebappVersionList.post: var name correction. commit ab7107e3 Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Mon Jul 22 12:19:55 2019 +0200 sugar +/- PEP8 syntax correction. remove useless else in helpers.query_webapps_for_user commit e32ec378 Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Mon Jul 22 11:13:54 2019 +0200 update of query_webapps_for_user, specially when used by views.WebappList. Now the user cannot view public app if no version is published. commit 55061286 Merge: 5a2b0b7e 979954ef Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Mon Jul 1 14:12:17 2019 +0200 Merge branch 'django' into 266-allow-unpublished-webapp-version commit 5a2b0b7e Merge: b7f1b67c ffa355b0 Author: sebastien letort <sletort@capri.irisa.fr> Date: Fri Apr 19 10:16:16 2019 +0200 Merge branch 'django' into 266-allow-unpublished-webapp-version commit b7f1b67c Author: sebastien letort <sletort@capri.irisa.fr> Date: Fri Apr 19 10:15:27 2019 +0200 Published status of version can now be updated. I used @transaction atomic to make all the update in one access to the DB (so speed up). But there is no constraint for that. commit ddf2cf17 Author: sebastien letort <sletort@capri.irisa.fr> Date: Wed Apr 17 14:05:42 2019 +0200 list all versions available for an app. The app owner will be able to update published status, not yet implemented. commit d2d6176a Author: sebastien letort <sletort@capri.irisa.fr> Date: Tue Apr 16 11:11:21 2019 +0200 The owner of an app can run job on unpublished webapp (it appears in the list of available version). commit 0c053a2d Merge: a8c1d1d4 610f9c90 Author: sebastien letort <sletort@capri.irisa.fr> Date: Mon Apr 15 15:21:42 2019 +0200 Merge branch 'django' into 266-allow-unpublished-webapp-version commit a8c1d1d4 Author: sebastien letort <sletort@capri.irisa.fr> Date: Mon Apr 15 13:54:04 2019 +0200 Webapp version can now be commited 'unpublished'. commit 22799031 Author: sebastien letort <sletort@capri.irisa.fr> Date: Tue Apr 2 16:12:50 2019 +0200 Only the published webapp versions are shown in the jobCreate view.
-
- 02 Apr, 2020 8 commits
-
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
- add the Token model to store the authentication tokens - add the WebappTokenCreate & WebappTokenDelete views to manage the tokens - enable the docker panel in the WebappSandboxPanel - rename the jwt token class 'Token' as 'JwtToken' (to avoid any confusion) - enable access to the registry (only for pushing for the moment) close #44 close allgo.inria.fr#5 mitigates #227
-
BAIRE Anthony authored
(because escaping '$' in the shell is an unnecessary burden)
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
- 24 Mar, 2020 1 commit
-
-
BAIRE Anthony authored
-
- 23 Mar, 2020 1 commit
-
-
BAIRE Anthony authored
(do not store the default values)
-
- 19 Mar, 2020 3 commits
-
-
BAIRE Anthony authored
(to remove uninteresting warnings raised by firefox)
-
BAIRE Anthony authored
This adds support for: - uploading multiple files from separate directories (close allgo.inria.fr#7) - removing a file (close #338) - drag-and-drop I used the bs-custom-file-input plugin because this is the one used by the official bootstrap doc.
-
BAIRE Anthony authored
-
- 18 Mar, 2020 8 commits
-
-
BAIRE Anthony authored
commit 08eb24e5 Merge: cc0b7eb0 2698751b Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Wed Sep 18 10:50:33 2019 +0200 Merge branch 'django' into 336-impossible-de-choisir-plusieurs-fichiers-de-dossiers-differents commit cc0b7eb0 Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Wed Sep 18 10:41:05 2019 +0200 no more specific css for file-chooser. all js code written in html template -> rm misc_allgo.js. commit 089c4d70 Author: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Fri Sep 6 16:59:14 2019 +0200 make bootstrap formatted input-file has been replaced by a span group (label+input-file+input-text+clear btn), with a '+' button. a new js script has been added to manage this file-chooser behaviour. some css properties have also been added.
-
BAIRE Anthony authored
(to avoid any info leak)
-
BAIRE Anthony authored
fix #347, allgo.inria.fr#8
-
BAIRE Anthony authored
(do not display the exception type)
-
BAIRE Anthony authored
-
BAIRE Anthony authored
.value may be empty
-
BAIRE Anthony authored
-
BAIRE Anthony authored
(because it bypasses the integrity checks performed by our BaseModel.save) fix #309 fix #345
-
- 17 Mar, 2020 4 commits
-
-
BAIRE Anthony authored
(to keep consistent with the rails implementation) fix #349 fix #356
-
BAIRE Anthony authored
This reverts commit af9b6351. (use django's autogenerated method instead)
-
BAIRE Anthony authored
fix the generation of the job uri See merge request !184
-
BAIRE Anthony authored
the generation of the uri *must* take into account the reverse-proxy headers
-
- 18 Feb, 2020 3 commits
-
-
GARNIER Laurent authored
mistake... This reverts commit 42c9bd8a.
-
LETORT Sebastien authored
Resolve "script prepare.sh" Closes #358 See merge request !201
-
-
- 14 Feb, 2020 1 commit
-
-
LETORT Sebastien authored
Replace second call to email2name() by title(). title() already capitalize all... Closes #342 See merge request !193
-
- 13 Feb, 2020 2 commits
-
-
GARNIER Laurent authored
Replace second call to email2name() by title(). title() already capitalize all first letter while capitalize() do it only on the first letter.
-
GARNIER Laurent authored
-
- 06 Jan, 2020 1 commit
-
-
BAIRE Anthony authored
The link returned by APIJobView starts with api/v1, this allows the... Closes #350 See merge request !188
-
- 28 Nov, 2019 1 commit
-
-
LETORT Sebastien authored
The link returned by APIJobView starts with api/v1, this allows the authentication by token, which make file downloading work.
-
- 08 Oct, 2019 1 commit
-
-
LETORT Sebastien authored
Update of the command used to generate an image of the data model (~django DB). Now we do not have to be in the container anymore to run it.
-
- 16 Sep, 2019 3 commits
-
-
BAIRE Anthony authored
The 2 constraints identified placed in the README file. Closes #308 See merge request !166
-
LETORT Sebastien authored
-
BAIRE Anthony authored
deletion of django/requirements_dev.txt Closes #331 See merge request !180
-
- 13 Sep, 2019 1 commit
-
-
LETORT Sebastien authored
-
- 29 Aug, 2019 1 commit
-
-
GARNIER Laurent authored
-