- May 07, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
These endpoints usually gives access to the "latest" object version which is not clear. If this is really something we want to provide it should be using an explicit route ending for example with "latest" at the end.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will make the code cleaner and allow to do custom error handling properly.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
The items needed are the same as provided by the fullname method. This allows to integrate the Experiment creation serializer
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Some code still uses it in other parts so make it easier to re-use.
-
Samuel GAIST authored
Also move all imports at the top, it's counter-productive to have try/except import clauses on a package that is mandatory for the code to work.
-
Samuel GAIST authored
-
- May 06, 2020
-
-
André Anjos authored
Fix supervision lists expand Closes #549 See merge request !329
-
- May 05, 2020
-
-
Flavio TARSETTI authored
Fixes #549
-
Flavio TARSETTI authored
-
- 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.
-