- 09 Aug, 2018 12 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
js/{generic,numerical}_axis.js, js/scatterPlot.js: rename and set MAX_NB_STEPS_IN_AXIS to 8, but stay at 6 for Y As the mechanism is more generic that what was used by bb410296, we can now have a higher maximal number of steps, at least for X. The actual numbers of steps will be often smaller, adapted to a nice distribution of label values. Closes #2699. One day, these values will be fixed dynamically to be responsive. See #2450.
-
Mathieu Giraud authored
-
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 1 commit
-
-
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
-