- Apr 16, 2019
-
- Apr 11, 2019
-
-
André Anjos authored
Add BEAT framework classifier Closes #521 See merge request !282
-
Samuel GAIST authored
-
- Apr 10, 2019
-
-
Flavio TARSETTI authored
Bug fixes for the reports app Closes #487 See merge request !280
-
-
See !280#note_40947
-
The experiments table in reports shouldn't be shown when the report is locked (versus being editable or being published). The secrecy around the experiment names in locked reports is due to the potential bias if reviewers knew who had created/ran the experiments See #487 and !280
-
- Mar 22, 2019
-
-
Samuel GAIST authored
-
- Mar 20, 2019
-
-
Samuel GAIST authored
- beat.core to 1.8.0 - beat.backend.python to 1.6.2 - beat.cmdline to 1.4.1
-
André Anjos authored
Implement password reset Closes #508 See merge request !281
-
Samuel GAIST authored
-
- Mar 14, 2019
-
-
André Anjos authored
Restore command: validate sqlite version See merge request !279
-
Samuel GAIST authored
Version 3.6 of SQLite introduced a change that broke the migration mechanism of Django. This patch checks that, if the database backend uses SQLite, and raises an exception if needed.
-
- Mar 12, 2019
-
-
André Anjos authored
Fix backup/restore See merge request !277
-
Samuel GAIST authored
This fixes an issue on restore with unique constraints violation.
-
- Mar 11, 2019
-
-
André Anjos authored
ZMQ refactoring Closes #518 and #517 See merge request !275
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This ensure that if the database was not cleaned on last run, it won't block waiting for the answer to the question. No database cleanup usually means that the tests were forcefully stopped.
-
-
- Mar 09, 2019
-
-
-
-
It's now properly pulled in by beat.cmdline
-
Using the new scheduler/broker/worker paradigm.
-
This command will start a full scheduler/broker/worker setup on the local machine. This allows to have a working system closer to what the platform uses.
-
This avoids building the documentation as part of the setup since its now provided through the dedicated beat doc repository.
-
The path was wrong and there for the packages pulled from the package manager rather than git.
-
Python json module takes only str up to 3.6. Therefore decode the message received if we are running a python version lower than 3.6.
-
-
The broker might be on another machine.
-
Create the subfolder if it does not exist.
-
This is used in scheduling tests were the database can be modified from outside processes.
-
This will allow to pull docker images when calling buildout with the default configuration.
-
This allows a nice speedup of the test database and prefix creation.
-
- beat.core to 1.8 - beat.devel to 2019.02.11 - bob.devel to 2019.02.11
-
This implements: - scheduler - broker - worker scheduler and broker are meant to be run on the scheduler node. worker is here for development and test purposes.
-
André Anjos authored
Update bob/beat-devel to fix numpy-base issue See merge request !276
-
André Anjos authored
-
- Feb 28, 2019
-
-
Samuel GAIST authored
Fix queryset related issue See merge request !274
-