- 28 Nov, 2019 2 commits
-
- 27 Nov, 2019 11 commits
-
-
Mikaël Salson authored
Resolve "Distributions : le calcul de countRealClones est faux" Closes #4057 See merge request !549
-
Mikaël Salson authored
Feature s/3698 persistent web2py password Closes #3698 See merge request !548
-
Mikaël Salson authored
Its complexity is now linear and not constant anymore. See #4057 and previous commits.
-
Mikaël Salson authored
See #3698
-
Ryan Herbert authored
-
Ryan Herbert authored
In order to not set a default password, which could cause issues if not updated by users.
-
Ryan Herbert authored
use openssl to generate a random 10-character password as the default for the web2py admin See #3698
- 26 Nov, 2019 4 commits
-
-
Ryan Herbert authored
See #3698
-
Ryan Herbert authored
Allows users of docker to set and environment variable in order to "simulate" password persistence. See #3698
-
Mikaël Salson authored
doc/server.md: How to know what docker image is running Closes #2939 See merge request !547
-
Mikaël Salson authored
Thanks to @RyanHerb. Closes #2939.
-
- 22 Nov, 2019 12 commits
-
-
Mathieu Giraud authored
Do not remove proxy config See merge request !544
-
Mathieu Giraud authored
Take into account JUnit reports generated by Watir Closes #3471 and #3469 See merge request !545
-
Mikaël Salson authored
Fix #3469 #3471
-
Mikaël Salson authored
-
Mathieu Giraud authored
gitlab-ci : separate build for each browser See merge request !542
-
Mathieu Giraud authored
Dockerfile: Include git sha1 See merge request !543
-
Mikaël Salson authored
They are put in the template. We overwrite them when needed. See !542 (comment 279587)
-
Mikaël Salson authored
-
Mathieu Giraud authored
Better display on gitlab, seeing actual browser versions
-
Mikaël Salson authored
Now the browsers have to be defined in the .gitlab-ci.yml so that one job is run for each of them. This doesn't make possible to store this information in an external file. Removes useless IGNORE_FUNCTIONAL_CBP.
-
Mikaël Salson authored
Will allow us to know on what client version is running a vidjil-client container.
-
Mikaël Salson authored
This follows commit 6f79c840 that wrongly removed a similar proxy variable. Actually in some cases we may need to have a proxy in a place different from where the database is. This is the case when servers have high restrictions on the websites they can connect to.
-
- 21 Nov, 2019 11 commits
-
-
Mikaël Salson authored
The drawback is that we'll need to build the docker twice. It could be built in a separate job and be used as an artifact instead.
-
Mikaël Salson authored
See previous commit. This is used when launching the tests separately. In that case the browser-file is not used anymore (still for the server tests but they may be treated in the same way).
-
Mathieu Giraud authored
CloneDB : axe sur le nombre de sample sets Closes #3534 and #3715 See merge request !540
-
Mikaël Salson authored
This will prevent relaunching the tests on all the browsers when only one fails. This should also make the pipelines quicker as the jobs could run at the same time on different slaves.
-
Mikaël Salson authored
Fix #3715
-
Mikaël Salson authored
Add tests on cloneDB. Fix #3534
-
Mikaël Salson authored
-
Mathieu Giraud authored
Doc/improve See merge request !539
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-