- Apr 30, 2020
-
-
André Anjos authored
-
André Anjos authored
-
- Apr 16, 2020
-
-
André Anjos authored
Fix object existence check in common serialiser See merge request !326
-
Samuel GAIST authored
The check worked with SQLite but not with PostgreSQL. In any case, since we have a user object here, there's no reason to not use it directly.
-
- Apr 14, 2020
-
-
André Anjos authored
Improve new version handling Closes #547 See merge request !325
-
Samuel GAIST authored
- beat.core to 1.10.3 - beat.backend.python to 1.7.6 - beat.cmdline to 1.7.0
-
Samuel GAIST authored
- beat.core to 1.10.3 - beat.backend.python to 1.7.6 - beat.cmdline to 1.7.0
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Apr 09, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This mimicks the Linux behaviour and allows to properly run the beat/beat.cmdline tests on macOS.
-
Samuel GAIST authored
The original code would automatically generate a number based on the previous version if any or set it to one. This has the drawback of generating cryptic errors if for example someone sends an asset with a version number higher than the one available on the platform without providing historical data. To avoid that, version is now a mandatory field. When doing local development, it's already assigned. This allows for better handling of posted data. The refactored code makes only use of the database rather than mixing prefix and database usage.
-
Samuel GAIST authored
This makes things clearer and easier to understand. Current code using these methods can be use as is while new code can make use of the named fields.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Apr 08, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Apr 07, 2020
-
-
André Anjos authored
Return compatibility information for algorithms and libraries Closes #548 See merge request !324
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
It uses the new output of the "environemnts" method.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This allows to re-use the annotation in both algorithm and library models.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
It uses the new output of the "environemnts" method.
-
Samuel GAIST authored
This field will return a list of the environments in which the algorithm was successfully run with the use count.
-
Samuel GAIST authored
No reason to return a tuple as the query is annotated. This will allow easier use in the serialization part.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
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
-