- 17 May, 2019 5 commits
-
-
This will allow to properly install and run the GPU example.
-
Flavio TARSETTI authored
Fix malformed URLs when `URL_PREFIX` is set Closes #522 See merge request !284
-
Now properly extracts the URL and prefix fragments to handle an arbitrary or empty prefix, using a simple regex. Closes #522
-
Flavio TARSETTI authored
Ensure no URL_PREFIX is used for test See merge request !285
-
Otherwise the testing of beat/beat.cmd.line> will break.
-
- 15 May, 2019 1 commit
-
-
Flavio TARSETTI authored
[reports][js] Remove redundant name segment in dowloaded plot filenames Closes #523 See merge request !283
-
- 13 May, 2019 1 commit
-
- 19 Apr, 2019 1 commit
-
-
André Anjos authored
[ci] Set PYTHONUNBUFFERED=1 on the CI yaml level to avoid cluttered output on docker builds (see bob/bob.devtools#2)
-
- 16 Apr, 2019 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 11 Apr, 2019 2 commits
-
-
André Anjos authored
Add BEAT framework classifier Closes #521 See merge request !282
-
Samuel GAIST authored
-
- 10 Apr, 2019 4 commits
-
-
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
-
- 22 Mar, 2019 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 20 Mar, 2019 3 commits
-
-
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
-
- 14 Mar, 2019 2 commits
-
-
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.
-
- 12 Mar, 2019 2 commits
-
-
André Anjos authored
Fix backup/restore See merge request !277
-
Samuel GAIST authored
This fixes an issue on restore with unique constraints violation.
-
- 11 Mar, 2019 5 commits
-
-
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.
-
-
- 09 Mar, 2019 10 commits
-
-
-
-
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.
-