- Sep 20, 2018
-
-
Samuel GAIST authored
This is a production dependency.
-
Samuel GAIST authored
This migration fails to apply properly when using PostgreSQL. Separating the data migration and the last field alteration fixes it.
-
- Sep 14, 2018
-
-
André Anjos authored
Database improvements See merge request !251
-
- Sep 12, 2018
-
-
Samuel GAIST authored
This command will allow to add new databases more easily from beat.examples. It can either only add new versions or update all.
-
Samuel GAIST authored
-
- Sep 11, 2018
-
-
Samuel GAIST authored
The needed dataformats were returned as referenced_dataformats replacing the content of the field.
-
Samuel GAIST authored
-
- Sep 10, 2018
-
-
André Anjos authored
Refactor buildout See merge request !250
-
Samuel GAIST authored
-
- Sep 04, 2018
-
-
Samuel GAIST authored
-
- Sep 03, 2018
-
-
Flavio TARSETTI authored
Web fixes See merge request !249
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
With python 3 we get bytes, ensure we are working on strings.
-
Samuel GAIST authored
Make it properties like for other models
-
Samuel GAIST authored
-
Samuel GAIST authored
If the input is of binary type, returns the decoded version.
-
- Aug 29, 2018
-
-
Samuel GAIST authored
-
Samuel GAIST authored
Python 3 has brought several modifications regarding sorting. This patch refactors the code so it can be properly used with both versions of Python.
-
Samuel GAIST authored
-
Samuel GAIST authored
This property already provides the declaration in a suitable form.
-
Samuel GAIST authored
We are receiving JSON data for the fork_of field so this simplifies its handling.
-
Samuel GAIST authored
This allows the PlotterParameterCreationSerializer to properly handle the json given as data parameter.
-
Samuel GAIST authored
Better handling of "default". The current code didn't properly handled absence of defaults.
-
Samuel GAIST authored
-
Samuel GAIST authored
The FullPlotterSerializer created within FullPlotterParameterSerializer was not getting any context so it could not perform proper checks regarding the user that made the request.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Work now on copy of QueryObject as recommended in the Django documentation and replace the original with the copy
-
- Jul 19, 2018
-
-
Flavio TARSETTI authored
Handle empty choice case for string field See merge request !248
-
Samuel GAIST authored
String fields should provide all the possible values that a user can select. But if for some reason the field is missing, the interface loading will break. This patch fixes that by setting the default value as only choice.
-
- Jul 18, 2018
-
-
Flavio TARSETTI authored
Add django command to get users active on the site See merge request !247
-
- Jul 17, 2018
-
-
Samuel GAIST authored
This commands allows to retrieve the list of users who have a session opened on the site. Note that this does not mean that they are currently using the web site, just that they have logged in. This can be useful when needing to do an unplanned reboot of the platform for security reasons to warn potentially affected users.
-
- Jul 13, 2018
-
-
Flavio TARSETTI authored
Fix handling of itertools.izip See merge request !246
-
Samuel GAIST authored
In python 3, izip became zip in the global space.
-
- Jul 06, 2018
-
-
Samuel GAIST authored
Fix anchors doc See merge request !245
-
Samuel GAIST authored
-