- 16 Sep, 2019 1 commit
-
-
LETORT Sebastien authored
-
- 22 Jul, 2019 1 commit
-
-
LETORT Sebastien authored
-
- 04 Jun, 2019 3 commits
-
-
CAMPION Sebastien authored
-
CAMPION Sebastien authored
-
CAMPION Sebastien authored
-
- 28 May, 2019 1 commit
-
-
LETORT Sebastien authored
Resolve "APIDownloadView doesn't seem to work" Closes #119, #311 et #306 See merge request !178
-
- 23 May, 2019 4 commits
-
-
BAIRE Anthony authored
- API requests authenticated by token - UI requests authenticated by cookie fix #311 and #119
-
BAIRE Anthony authored
(because this endpoint is security-related)
-
BAIRE Anthony authored
(error messages for the sysadmin should be sent to the logs, not to the user)
-
BAIRE Anthony authored
-
- 21 May, 2019 2 commits
-
-
sebastien letort authored
django-nginx conf file has been reordered, and API location has been slightly rewritten with inner locations. Here we conserved the CORS principles and make them used to all API, datastore included. Note that trying to get a file with the api (api/v1/datastore/...) will return a 404. -> but the end user has no reason to known this path.
-
sebastien letort authored
APIDownloadView correction. Url match request, View returns a json error, and auth view allow to reach api/v1/datastore, not only /datastore. The idea is to make the code explains that the file should be served by nginx. It has to be accessible in http mode (dev) only.
-
- 15 May, 2019 2 commits
-
-
BAIRE Anthony authored
Minor refactoring See merge request !168
-
LETORT Sebastien authored
Resolve "nano error in sandbox (toolbox related)" Closes #316 See merge request !176
-
- 14 May, 2019 4 commits
-
-
BAIRE Anthony authored
it seems that debian moved '/usr/bin/nano' to '/bin/nano'
-
BAIRE Anthony authored
restore API legacy json returned format. Closes #317 See merge request !175
-
sebastien letort authored
It could though be used in a future V2. Note that I used get_state_display in APIJobView instead of the local dictionnary.
-
LETORT Sebastien authored
Purge rails See merge request !173
-
- 13 May, 2019 7 commits
-
-
BAIRE Anthony authored
New location rule to manage CORS for API only. Closes #314 See merge request !171
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
(which was previously named 'docker')
-
LETORT Sebastien authored
Removing .env and data files before launching bootstrap. Closes #320 See merge request !174
-
sebastien letort authored
-
- 10 May, 2019 1 commit
-
-
sebastien letort authored
-
- 07 May, 2019 2 commits
-
-
sebastien letort authored
-
sebastien letort authored
-
- 02 May, 2019 1 commit
-
-
sebastien letort authored
-
- 18 Apr, 2019 1 commit
-
-
sebastien letort authored
-
- 15 Apr, 2019 2 commits
-
-
BAIRE Anthony authored
Ci pylint See merge request !165
-
BAIRE Anthony authored
dev-toolbox added to the container list in bootstrap script. Closes #307 See merge request !167
-
- 04 Apr, 2019 1 commit
-
-
sebastien letort authored
I updated a debug message to use it.
-
- 03 Apr, 2019 2 commits
-
-
sebastien letort authored
-
sebastien letort authored
-
- 25 Mar, 2019 3 commits
-
-
sebastien letort authored
-
sebastien letort authored
I assume the runner will have docker and docker-compose installed. /!\ gitlab-runner has to be a sudoer, without asking for password. /!\ The build is only the call to ./bootstrap. The tests are done with pylint3 (can fail) and the 'test' (for unit and functionnal tests). And to terminate, cleanning is always done. This is required because otherwise bootstrap will try to erase previous data without being sudoer, and this will fail. Also to reduce the creation of files created by "root", we do not generate python cache files for the controller.
-
sebastien letort authored
Note that pylint will store its metrics in the metrics directory, through the PYLINTHOME env variable. The command to launch "from outside": docker exec -i dev-django pylint3 --rcfile=.pylintrc allgo
-
- 19 Mar, 2019 2 commits
-
-
BAIRE Anthony authored
Add django extension to generate the class diagram of the models See merge request !159
-
-