- 09 Aug, 2018 8 commits
-
-
Mathieu Giraud authored
Everything should now be in nice_min_max_steps()
-
Mathieu Giraud authored
The new x positions of clones were checked. They are consistent with the new (and better) position of labels.
-
Mathieu Giraud authored
See #2699.
-
Mathieu Giraud authored
Simultaneously find nice (min, max, step, nb_steps) values. See #2699.
-
Mathieu Giraud authored
See #2699.
-
Mathieu Giraud authored
See #2699.
-
Mathieu Giraud authored
Resolve "La selection par les labels de certains axes est fausse" Closes #2751 See merge request !277
-
- 08 Aug, 2018 14 commits
-
-
Mathieu Giraud authored
Feature c/2641 generic axis init Closes #2641 See merge request !273
-
Mathieu Giraud authored
See #2700.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Should be more robust.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Remove duplicated code. See #2641.
-
Mathieu Giraud authored
See #2641.
-
Mathieu Giraud authored
converter() could be rather clone.getGene() See #2641.
-
Mathieu Giraud authored
See #3431.
-
Mathieu Giraud authored
See #2465.
-
Mathieu Giraud authored
See #3431.
-
Mathieu Giraud authored
We want to regularly run all our tests (and not to rely only on branch names).
-
Mathieu Giraud authored
See #3430.
-
- 07 Aug, 2018 12 commits
-
-
Ryan Herbert authored
Vidjil parser prototype See merge request !201
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Ryan Herbert authored
allows vidjil files to contain no clones
-
Mathieu Giraud authored
merge -- packageless docker, server functional tests See merge request !225
-
Ryan Herbert authored
Merge branch 'vidjil_parser_prototype' of gitlab.inria.fr:vidjil/vidjil into vidjil_parser_prototype
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Closes #3418.
-
Mathieu Giraud authored
See #3418.
-
Mathieu Giraud authored
feature-a/3393-binreadstorage-use-bins-when-necessary into dev Closes #3393 and #3395 See merge request !267
-
Mathieu Giraud authored
Feature a/update TODOs See merge request !257
-
- 06 Aug, 2018 1 commit
-
-
Ryan Herbert authored
Changing the test order for browser_test.rb is not the best idea in the scope of this feature. Implementing a ServerTest class that inherits from BrowserTest changing only the test order allows us to maintain behaviour for browser tests and still have a random order for server tests.
-
- 03 Aug, 2018 4 commits
-
-
Ryan Herbert authored
since the test order is random, the successful login test can be executed before the failure. So we need to logout if we are already logged between the tests
-
Ryan Herbert authored
Found another crappy test thanks to random order. In some cases, the patient needed for the edit test was being deleted before the test could execute. So selecting a specific patient for the delete test should make things more robust.
-
Ryan Herbert authored
Watir was clicking on the get_results link (in the centre or the rows) which was causing issues with the tests. Clicking the first cell of the line ensures that no link is being clicked.
-
Ryan Herbert authored
-
- 02 Aug, 2018 1 commit
-
-
Ryan Herbert authored
Add some pre_process dummy data and add edit and delete test
-