- 18 Sep, 2018 3 commits
-
-
BAIRE Anthony authored
This is no longer needed because we can now configure the UID:GID running the job.
-
BAIRE Anthony authored
The "UID:GID" is configurable in the JOB_USER environment. This config is the same for all the jobs. In production this has to be set to the squashed uid/gid configured in the NFS exports so that we can read/write job files.
-
BAIRE Anthony authored
-
- 17 Sep, 2018 1 commit
-
-
BERJON Matthieu authored
We changed the job creation process (commit #90c7cdd9 ). I forgot to update the templates accordingly creating errors. This commit fixes it. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 14 Sep, 2018 2 commits
-
-
BERJON Matthieu authored
I updated the link to the user documentation. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I commented the links related to the `privacy` and `terms of use` instead of deleting them to keep track of it once the RGDP will be ready to integrate. Resolves: #260 Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 13 Sep, 2018 1 commit
-
-
BAIRE Anthony authored
Merge branch '228-webappversion-changelog-should-be-renamed-as-webappversion-description' into 'django' Resolve "WebappVersion.changelog should be renamed as WebappVersion.description" Closes #228 See merge request !117
-
- 12 Sep, 2018 6 commits
-
-
BAIRE Anthony authored
same as 60e8c7ec500656fa6f664db1eaf0fa030e5267e1
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
Feature tags Closes #199 See merge request !95
-
BAIRE Anthony authored
-
BERJON Matthieu authored
I changed the `changelog` field name into `description` and updated all the related files (views.py, forms.py and related templates). Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 10 Sep, 2018 4 commits
-
-
BAIRE Anthony authored
-
BAIRE Anthony authored
Resolve "disable runner in the UI" Closes #256 See merge request !113
-
BERJON Matthieu authored
-
BERJON Matthieu authored
The plugin Select2 isn't necessary anymore and I removed from the templates and CSS either calls to it or its CSS stylesheet. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 07 Sep, 2018 2 commits
-
-
BERJON Matthieu authored
I commented the url mappings dedicated to the runner management. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I commented the link to the runner in the main menu. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 06 Sep, 2018 7 commits
-
-
BAIRE Anthony authored
-
BAIRE Anthony authored
# Conflicts: # django/allgo/main/models.py # django/allgo/main/views.py
-
BAIRE Anthony authored
-
BAIRE Anthony authored
Resolve "download file with nginx" Closes #238 and #226 See merge request !93
-
BAIRE Anthony authored
# Conflicts: # django/allgo/main/views.py
-
BAIRE Anthony authored
Resolve "Footer on small viewports" Closes #211 See merge request !109
-
BAIRE Anthony authored
add model constraints (mostly validators) and enforce them Closes #223 See merge request !105
-
- 04 Sep, 2018 6 commits
-
-
BERJON Matthieu authored
I updated the template grid to have a better rendering on smaller viewports. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I updated the grid in order to have a better rendering on smaller viewports. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
bootstrap fixes Closes #254 See merge request !110
-
BAIRE Anthony authored
(doesn't fix anything, but this is cleaner)
-
BAIRE Anthony authored
Because the dst file mtime may already be newer (if the dev-django container is not reinitialised). We actually need to copy the secrets when either the source or destination container is reinitialised (hence the pattern match on the $TODO)
-
BAIRE Anthony authored
(because "docker exec" fails if the container dev-controller is not running) fix #254
-
- 03 Sep, 2018 4 commits
-
-
BAIRE Anthony authored
Resolve "Queue api parameter may be optional" Closes #232 See merge request !88
-
BERJON Matthieu authored
I updated the grid of the cards describing Allgo features in order to have a better display on smaller viewports. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I forgot to delete a border on the footer that was used for debug. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I added a mediaquery for smaller viewports. It's not perfect yet but the footer is now readable and stay at the bottom on every pages. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
- 20 Aug, 2018 4 commits
-
-
BERJON Matthieu authored
I updated the templates in order to make few changes that would satisfy the use of the Taggit plugin. I added a new template to display a complete list of the tags with their occurences number per tag. I updated as well the stylesheet to improve the tag display. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I updated the tag views by importing the `Tag` model provided by the Taggit plugin, deleted the `WebappTag` model and `TagForm` form that are obsolete. I updated the `WebappUpdate` view to follow the recommendation given by the Taggit plugin documentation. The `TagList` now uses directly the `Tag` model and send both the tag fields and a count of each tag occurence. I removed the `TagAdd` list that is obsolete. I updated the `TagWebappList` that returns simply a list of all `Webapp`objects for a given tag. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I deleted the url to add a tag that is now managed by the taggit plugin. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-
BERJON Matthieu authored
I changed the `Webapp` models by using the Taggit plugin on the `tags` field. I deleted the `WebappTag` model because it became obsolete. Signed-off-by:
Matthieu Berjon <matthieu.berjon@inria.fr>
-