- 17 Nov, 2017 1 commit
-
-
Mikaël Salson authored
We just wanted the Python3's print not anything else. See !85
-
- 05 Oct, 2017 2 commits
-
-
Mathieu Giraud authored
See #2685.
-
Mathieu Giraud authored
See #2685
-
- 07 Sep, 2017 1 commit
-
-
Ryan Herbert authored
there were a couple issues with calls to in non-existant helper instance, so now we have an instance to work with
-
- 23 Aug, 2017 2 commits
-
-
Mikaël Salson authored
-
Ryan Herbert authored
-
- 12 Jul, 2017 2 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
-
- 07 Jul, 2017 1 commit
-
-
Mathieu Giraud authored
See #2519.
-
- 05 Jul, 2017 5 commits
-
-
Ryan Herbert authored
The add_form controller had a reference to the wrong variable
-
Ryan Herbert authored
If the config has results_files associated, gisable the delete button
-
Ryan Herbert authored
Previously deleting a config would delete all associated results_files. This is not what we want, and somewhat dangertous since a couple wrong clicks could lead to massive data loss. An error message is now displayed when attempting to remove a config which has results_files associated.
-
Ryan Herbert authored
Add an indication of which file has been selected in the jstree module.
-
Ryan Herbert authored
Add a set of default permissiopns to a newly created group
-
- 30 Jun, 2017 1 commit
-
-
Ryan Herbert authored
migrator.py requires running within the web2py environment which involves a lot of parameters to get everyting working as intended. This is more user-friendly.
-
- 29 Jun, 2017 7 commits
-
-
Ryan Herbert authored
After a little hacking with models and modules, the scope for migrator i n the tests now works, so we implemented the offending tests.
-
Ryan Herbert authored
Modular models make for module imports for modular tests outside the model scope.
-
Ryan Herbert authored
Some erferences to db in the classes were to the global variable defined in the web2py models. This variable is not defined in the test environment.
-
Ryan Herbert authored
-
Ryan Herbert authored
Just removing some capitals from logs.
-
Ryan Herbert authored
-
Ryan Herbert authored
The object is to provide a basis for mapping ids in a more versatile way. Currently a dict is used, but the ConfigMapper will allow us to load a file that contains mappings.
-
- 27 Jun, 2017 10 commits
-
-
Ryan Herbert authored
fixes a wrong parameter in a call to getTableEntries
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
in order to allow the testRunner script to pick up on the test suite we need to respect the expected naming convention
-
Ryan Herbert authored
Made the migrator into a module in order to import it into the tests, since the execfile method was executing the main function.
-
Ryan Herbert authored
-
Ryan Herbert authored
-
Ryan Herbert authored
We'll need this for the tests.
-
Ryan Herbert authored
Having a class that depends on a global variable isn't a very good practice, so we'll pass it as a parameter to the constructors
-
- 26 Jun, 2017 8 commits
-
-
Ryan Herbert authored
-
Ryan Herbert authored
In order to exclude some unwanted fields (such as ids and pydal helpers) the names of the fields were being used. However, the fused_file table contains a field that shares it's name with a helper in other tables. So using the type of the field was necessary.
-
Ryan Herbert authored
Remove more logger parameters that are no longer used
-
Ryan Herbert authored
-
Ryan Herbert authored
At some point the Extractor an Importer classes inherited from MigratorLogger. This is no longer the case and therefore logging level parameters are no longer useful
-
Ryan Herbert authored
-
Ryan Herbert authored
The keys were set to be plural versions of table names for absolutely no good reason. Setting them to the table names saves a couple lines of code
-
Ryan Herbert authored
-