- 07 Apr, 2017 3 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
If a sample was edited ad the new file had no pre-process, the status from the previous pre-process would remain set, and in case of errors, could sometimes block any runs. mention #2343
-
- 06 Apr, 2017 4 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
The validation only checked for a file value in the upload_file2 field
-
-
Typing errors, misspellings, etc.
-
- 05 Apr, 2017 8 commits
-
-
Mathieu Giraud authored
See #2338.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
If there need some space, we will do it through CSS See #2338.
-
Mathieu Giraud authored
See #2338.
-
Mathieu Giraud authored
See #2338.
-
Ryan Herbert authored
The sample_set/all page was redirecting to an inexistant page if not logged in
-
Ryan Herbert authored
The redirection after deleting a sample_set did not take the sample_type into account.
-
Ryan Herbert authored
call would append trailing question mark to a URL which did not have any args. This was causing some issues with some redirects, namely for the login page.
-
- 04 Apr, 2017 10 commits
-
-
Ryan Herbert authored
runs jshint on all javascript files in browser/js/
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
We need to update lines in list.js/segmenter.js.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
(We still have #1763.)
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 03 Apr, 2017 13 commits
-
-
Mikaël Salson authored
This is necessary as process substitution is not available in sh. However the command is portable (tested under Bash on FreeBSD)
-
Mikaël Salson authored
In some cases we may not have access to /dev/stderr which causes an error. This has been rewritten to redirect the output both to STDERR and STDIN. The output which is on STDIN is still grep-ped to check the number of errors.
-
Mikaël Salson authored
Deploy to $PROD_CLIENT_SERVER where the SSH config is as is: Host app.vidjil.org StrictHostKeyChecking no UserKnownHostsFile=/dev/null User = bonsai-ci IdentityFile = ~/.ssh/bonsai-ci
-
Mikaël Salson authored
See vdj#210
-
Mikaël Salson authored
It also brings valuable information on nb of occurrences of the sequence
-
Mikaël Salson authored
-
Mikaël Salson authored
This is commented for now as it can be resource-consuming. We may want to wait a bit before putting it in production for everyone.
-
Mikaël Salson authored
-
Mikaël Salson authored
SO that they can be displayed in the clone info page
-
Mikaël Salson authored
-
Mathieu Giraud authored
Closes #2304.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2304.
-
- 02 Apr, 2017 2 commits
-
-
Mathieu Giraud authored
-
Mikaël Salson authored
Actually it is not a good idea that the client directly calls the CloneDB. Indeed some tags from the CloneDB directly refers to data on the server-side. Therefore the server can bring valuable informations. That's what we do know: the client calls a controller which calls the CloneDB. The controller then adds other information useful to the client (URL of the sample sets, name of the sample sets).
-