- 19 Oct, 2021 1 commit
-
-
François Ferry authored
-
- 29 Aug, 2016 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
* Adjust "internal" imports in package and tests. * Switch to py.test to run tests in tox (better, and lgc.pytest does not like absolute imports apparently -- maybe because of chdir that's performed prior to run tests).
-
- 19 Jan, 2017 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 25 May, 2016 1 commit
-
-
Denis Laxalde authored
This is not used in this cube and should be handled in downstream application.
-
- 03 Feb, 2016 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
* Distinguish `ValidationScript` and `TransformationScript`. * Rename `ScriptSequence` and `ScriptSequenceItem` into * `TransformationSequence` and `TransformationStep`.
-
- 02 Feb, 2016 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
Otherwise, anonymous gets modification powers.
-
- 01 Feb, 2016 2 commits
-
-
Denis Laxalde authored
Previous restrictions were for datacat business logic.
-
Denis Laxalde authored
Parameters are modelled as a string attribute on Script entity type. This is simply transformed as options for the underlying Python script upon execution. Closes #10428307.
-
- 26 Jan, 2016 1 commit
-
-
Denis Laxalde authored
The former will allow for storing large stderr output (e.g. log files), the latter makes it possible for a script to change the format of its output.
-
- 01 Feb, 2016 1 commit
-
-
Denis Laxalde authored
The script sequence consists of sequence items, with an index corresponding to their position in the sequence and a relation to a script. Simplify tests in unittest_entities, drop tests for things that are not actually used (and dropping those things as well). Related to #10428298.
-
- 25 Jan, 2016 1 commit
-
-
Denis Laxalde authored
Closes #10267618.
-
- 22 Jan, 2016 1 commit
-
-
Denis Laxalde authored
-