- 15 Oct, 2018 3 commits
-
-
Mathieu Giraud authored
See #3546.
-
Mikaël Salson authored
.gitlab-ci.yml docker func tests restore http files See merge request !324
-
Ryan Herbert authored
when making the volumes for the conff directory the default, we were overriding the baked-in http config files with the default https config files.
-
- 12 Oct, 2018 19 commits
-
-
Mathieu Giraud authored
Feature s/3489 fix multi upload edit See merge request !300
-
Mathieu Giraud authored
Docker pre deploy See merge request !304
-
Mathieu Giraud authored
Gestion des germlines et config dans docker Closes #3521 See merge request !317
-
Mathieu Giraud authored
.gitlab-ci.yml also remove reporter images See merge request !318
-
Mikaël Salson authored
Resolve "Test serveurs unitaires cassés depuis 2 mois : 'init_db_helper' is not defined" Closes #3470 and #3548 See merge request !321
-
Mikaël Salson authored
Fixes #3470
-
Mikaël Salson authored
Since 66a1edd4
-
Mikaël Salson authored
This reverts merge request !196
-
Ryan Herbert authored
-
Ryan Herbert authored
ensure the germlines are included correctly in the docker images when running server functional tests
-
Ryan Herbert authored
-
Ryan Herbert authored
for more consistant tests in the event of changes
-
Ryan Herbert authored
for accessing the correct sample_set
-
Ryan Herbert authored
add tests that ensure set associations behave correctly when editing a sample.
-
Ryan Herbert authored
See #3489
-
Ryan Herbert authored
See #3489
-
Ryan Herbert authored
The separator for set_ids loaded into the form when editing a sample was not the expected separator, causing the form validation to only detect on set whithin the field and removing all other set associations See #3489
-
Ryan Herbert authored
Ensure germlines aren't packaged in the server image. Use volumes and symlinks so that it is no longer necessary to alter containers to add germlines. See #3521
-
Mikaël Salson authored
.gitlab-ci.yml remove containers after func tests See merge request !312
-
- 11 Oct, 2018 14 commits
-
-
Mikaël Salson authored
Feature c/notify server error See merge request !136
-
Ryan Herbert authored
Since two stages aren't necessrily executed on the same slave, we need to build the image and push it in the same stage
-
Ryan Herbert authored
Adds a rule to build build a docker image for prod-client or prod-server and improves the rule to deploy an image by including the login line and making it generic to prod-client or prod-server. Also ensures the images are deleted at the end. See #2924
-
Ryan Herbert authored
-
(See also #2770.)
-
Mathieu Giraud authored
Allow user to modify password Closes #1682 See merge request !196
-
As users will be able to modify their own password, we need to give a limit on the minimal password length
-
Fixes #1682
-
This is more flexible to add new errors.
-
We don't store specific rights for modifying user yet. For now we can only modify our own account (or all accounts if the person is admin)
-
Mathieu Giraud authored
graph labels : one more test See merge request !293
-
Mathieu Giraud authored
Fix compiler error (gcc4.8) See merge request !310
-
There is a problem in g++4.8: erase with a const_iterator doesn't exist (while it should: it is c++11).
-
- 10 Oct, 2018 4 commits
-
-
Mathieu Giraud authored
Filtering and take into account close sequences Closes #3225 See merge request !268
-
Mathieu Giraud authored
Provide a color by CDR3 method See merge request !309
-
Mathieu Giraud authored
-
Mikaël Salson authored
-