- 02 Jun, 2020 2 commits
-
-
Mathieu Giraud authored
This reverts commit 5b75ad4a.
-
Mathieu Giraud authored
-
- 20 May, 2020 2 commits
-
-
Mikaël Salson authored
Fix #918
-
Mikaël Salson authored
-
- 07 May, 2020 1 commit
-
-
Mathieu Giraud authored
-
- 06 May, 2020 1 commit
-
-
Mathieu Giraud authored
-
- 04 May, 2020 1 commit
-
-
Mikaël Salson authored
We take the minimal among the runs as the program is deterministic the minimal value is the closest to the execution time without external perturbations. Fix #4275
-
- 29 Apr, 2020 1 commit
-
-
Mikaël Salson authored
-
- 23 Apr, 2020 2 commits
-
-
Mikaël Salson authored
This will allow filtering depending on the server that sends emails
-
Mikaël Salson authored
Otherwise the directory is created by Docker with root ownership which prevents it from being remove when stopping the environment
-
- 17 Apr, 2020 3 commits
-
-
Mikaël Salson authored
Not used anymore
-
Mikaël Salson authored
Storing the UID was needed before using chown in docker/vidjil-server/scripts
-
Mikaël Salson authored
Otherwise we may miss a commit that would break the review server. To avoid a large burden on server side (vdj#1039) such environment will be automatically stopped after 2 months
-
- 08 Apr, 2020 1 commit
-
-
Mathieu Giraud authored
!632 is great, but we need to ensure that this would not bring too much pressure on a production server see also #3397
-
- 06 Apr, 2020 3 commits
-
-
Mikaël Salson authored
Don't remove files as it would remove the databases files for instance
-
Mikaël Salson authored
-
Mikaël Salson authored
-
- 02 Apr, 2020 5 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
Make them point on the demo/ directory
-
- 30 Mar, 2020 14 commits
-
-
Mikaël Salson authored
When updating we may have some issues with permissions (eg. because rsync will try to delete folders that have been created by uwsgi on which it doesn't have permissions): we ignore such errors.
-
Mikaël Salson authored
-
Mikaël Salson authored
We also need browser/ and server/
-
Mikaël Salson authored
We need to give rights to www-data. But for deleting the directory at the end we need the current user to have the rights. Thus before deleting we need to set back the ownership to the original owner.
-
Mikaël Salson authored
The Nginx configuration needs to be different for client and server config. XXXX.ci.vidjil.org is already used for client review
-
-
Mikaël Salson authored
That may be useful on ci.vidjil.org
-
Mikaël Salson authored
-
Mikaël Salson authored
1. Only one awk script now 2. Certificates are directly managed on the server now
-
See #4167
-
set the host in conf.js to point to the VIRTUAL_HOST value See #4167
-
-
missing volumes, missing make calls, permissions, etc...
-
Uses to new awk scripts to alter the docker-compose.yml to allow for the environments to run concurrently and adds variables for jwilder/nginx-proxy to reverse proxy the environment.
-
- 27 Mar, 2020 3 commits
-
-
Mikaël Salson authored
docker-compose down -v removes all that without the need of doing a docker ps (and potentially removing more containers than needed)
-
Mikaël Salson authored
-
Mikaël Salson authored
The volume is classically mounted on the host which is not desirable when testing. See vdj#1034
-
- 26 Mar, 2020 1 commit
-
-
Mikaël Salson authored
Fix vdj#1034
-