- Jul 02, 2019
-
-
- Jun 28, 2019
-
-
Flavio TARSETTI authored
Don't let reports have unused experiments Closes #529 See merge request !290
-
Adds a flag to the experiments table to indicate which experiments need to be added to a group. Also changes the Lock Button functionality: - will save report before locking it - if the report has experiments that aren't in a group, the report wont lock and will instead show a modal asking the user to either add all exps to a group or remove them. Closes #529
-
Flavio TARSETTI authored
[ui] Show warning about saving docs changes in reports Closes #528 See merge request !291
-
The documentation editor for BEAT objects reloads the page when the user clicks "Save". This reload discards unsaved changes in the reports app. Unfortunately the documentation system is object-independent, so the entire system can't be changed just for the reports app. Instead, a warning is shown when editing the documentation in a report. Closes #528
-
Flavio TARSETTI authored
[doc] fixed external and internal links See merge request !293
-
- Jun 27, 2019
-
-
-
Flavio TARSETTI authored
[reports][js] Fix empty values in tables for experiments with changed aliases Closes #526 See merge request !292
-
- Jun 26, 2019
-
-
Jaden authored
There are 3 different ways an experiment can be indexed in the report's tables data: - experiment name - experiment alias - last segment of experiment name The last case wasnt being accounted for, resulting in blank values in reports' tables under specific conditions. Closes #526
-
- Jun 17, 2019
-
-
André Anjos authored
Don't use CDN See merge request !289
-
- Jun 12, 2019
-
-
We already have everything locally and thus no need for CDN uses.
-
We already have everything locally and thus no need for CDN uses.
-
We already have everything locally and thus no need for CDN uses.
-
We already have everything locally and thus no need for CDN uses.
-
These are used in some pages but were not listed here.
-
- May 20, 2019
-
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Add GPU environment to qsetup See merge request !286
-
- May 17, 2019
-
-
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.
-
- May 15, 2019
-
-
Flavio TARSETTI authored
[reports][js] Remove redundant name segment in dowloaded plot filenames Closes #523 See merge request !283
-
- May 13, 2019
-
- Apr 19, 2019
-
-
André Anjos authored
[ci] Set PYTHONUNBUFFERED=1 on the CI yaml level to avoid cluttered output on docker builds (see bob/bob.devtools#2)
-
- Apr 16, 2019
-
-
Samuel GAIST authored
-
- 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
-