- 14 Mar, 2018 13 commits
-
-
Mathieu Giraud authored
See #3039.
-
Mathieu Giraud authored
Homogeneize with algo/ and germline/. See #3036 and #3039.
-
Mathieu Giraud authored
See #3036.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #3036 and #3039.
-
Mathieu Giraud authored
See #3036.
-
Mathieu Giraud authored
See #3039.
-
Mathieu Giraud authored
Feature branches are now named 'feautre-[gacw]+/.*', such as in 'feature-ga/', 'feature-ac/' or 'feature-cs/' (deprecates 'feature-w'). cc @RyanHerb @mikael-s
-
Mathieu Giraud authored
Additional icons for the server See merge request !162
-
Mikaël Salson authored
Feature g/3035 gapped j downstream Closes #3035 See merge request !150
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mathieu Giraud authored
.gitlab-ci.yml: deploy to production See merge request !53
-
- 13 Mar, 2018 3 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
much like the reset method that exists in model.js, reset the critical data of an instance. model.reset calls reset on all associated views. See #2847
-
Ryan Herbert authored
-
- 08 Mar, 2018 2 commits
-
-
Mikaël Salson authored
database.js remove call to initClones in displayResults Closes #3071 See merge request !173
-
Ryan Herbert authored
This call was causing issues when some controllers were returning error messages since it was attempting to initClones while displaying the return message even if the model had not yet been loaded. This lead to the ajax spinner to spin indefinitely. See #3071
-
- 07 Mar, 2018 3 commits
-
-
Ryan Herbert authored
See #3037
-
Ryan Herbert authored
See #3037
-
Ryan Herbert authored
makes logs available outside of containers
-
- 06 Mar, 2018 4 commits
-
-
Mikaël Salson authored
Following discussions in !53
-
Mikaël Salson authored
-
Ryan Herbert authored
The variables used for loading a run from a URL were outdated, rendring the feature non-functionnal.
-
Ryan Herbert authored
Adds alias 'patient' to 'patient_id' and 'run' to 'run_id'. The renaming of url paramters broke URLs that contained the legacy parameters 'patient' and 'run'. Adding an alias allows us to maintain the new parameters while allowing older URLs to function. See #3062
-
- 05 Mar, 2018 1 commit
-
-
Mikaël Salson authored
vidjil.less allow overflow-x for info-msg Closes #3057 See merge request !161
-
- 02 Mar, 2018 1 commit
-
-
Ryan Herbert authored
in some cases there can be a lot of samples to view in the infoBox of a clone, so we need a way of scrolling to see this information. See #3057
-
- 28 Feb, 2018 4 commits
-
-
Ryan Herbert authored
sample_sets.stats() See merge request !155
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
- 27 Feb, 2018 9 commits
-
-
Ryan Herbert authored
clarity ! See #3041
-
Ryan Herbert authored
mostly a failsafe in case of bad data. In a normal environment this should not matter. See #3041
-
Ryan Herbert authored
instead of having one button per config, just a single button that extracts for all configs should suffice. See #3041
-
Ryan Herbert authored
if config is not selected then send all results_files See #3041
-
Ryan Herbert authored
See #3041
-
Mathieu Giraud authored
Feature s/server unit tests Closes #3061 See merge request !160
-
Mathieu Giraud authored
-
Ryan Herbert authored
We want our testRunner script to exit with an error code if tests failed for gitlab-ci
-
Ryan Herbert authored
what seems to be some recent changes to pyDAL are causing our method for copying fields to fail since we are trying to assign a field to a new table while it is already assigned to it's parent. Cloning the field allows us to have a new field assigned to the new table.
-