- Apr 07, 2020
-
-
Samuel GAIST authored
More recent versions require jsonfied greater or equal to 3 which itself requires a newer django version.
-
- Apr 01, 2020
-
-
Samuel GAIST authored
Improve experiment failure/success notification email Closes #546 See merge request !323
-
- Mar 31, 2020
-
-
Flavio TARSETTI authored
Fixes #546
-
- Mar 16, 2020
-
-
Samuel GAIST authored
Fix Sign-up/Sign-in form and documentation pointers Closes #545 and #544 See merge request !322
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
pointers Fixes #545
-
Flavio TARSETTI authored
Fixes #544
-
Flavio TARSETTI authored
-
- Feb 25, 2020
-
-
Flavio TARSETTI authored
Fix new experiment save When pushing a completely new experiment on the platform, an error occurs when calling update_blocks on the cache content check. If the object does not exists, then an exception is rightfully raised. This patch changes that by using get_or_create like of the outputs handling. See merge request !321
-
When pushing a completely new experiment on the platform, an error occurs when calling update_blocks on the cache content check. If the object does not exists, then an exception is rightfully raised. This patch changes that by using get_or_create like of the outputs handling.
-
- Feb 13, 2020
-
-
Flavio TARSETTI authored
Add accessibility edition to admin page See merge request !320
-
-
Flavio TARSETTI authored
Add usage time to database See merge request !319
-
Samuel GAIST authored
This ensure that experiments can't be started if using a database that has accessibility dates and the user is not within the range of the dates.
-
Samuel GAIST authored
This makes easier to understand what it happening.
-
Samuel GAIST authored
-
- Feb 12, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Remove .conda and .condarc from docker image when doing deployment See merge request !318
-
Samuel GAIST authored
The current conda-concourse-ci includes wrong configuration
-
Flavio TARSETTI authored
Improve database map command output See merge request !317
-
Samuel GAIST authored
The scripts now lists by default only the users with an active account. There's an option that will print all users with their activate state. The user email has been added to the output.
-
- Jan 16, 2020
-
-
André Anjos authored
Remove the beta channel from the list in dev.yml See merge request !316
-
Samuel GAIST authored
dev.yml is used to test against the latest stable version of the beat packages. The CI build system now uses the new strict channel policy of conda which means that it does not search further after a package is found in a channel. Thus if the specified version is not found, it ends up with an error.
-
André Anjos authored
Remove google analytics Closes #543 See merge request !315
-
- beat.core to 1.9.2 - beat.backend.python to 1.7.3 - beat.cmdline to 1.6.1
-
- Dec 23, 2019
-
-
Samuel GAIST authored
Patch the cleaning of invalid users Closes #539 See merge request !313
-
Supervision key does not exist in Supervision tracks table for new users and waiting validation users. Fixes #539
-
Samuel GAIST authored
Postpone date of users validation and clean out layer profiles after a crash Closes #540 See merge request !312
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
- Dec 20, 2019
-
-
Flavio TARSETTI authored
-
-
-
-
Flavio TARSETTI authored
Cleanup model representation See merge request !314
-
Samuel GAIST authored
__unicode__ is a leftover of Python 2
-
Samuel GAIST authored
-
Samuel GAIST authored
__unicode__ is a leftover of Python 2
-