- 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).
-
- 18 Oct, 2021 1 commit
-
-
François Ferry authored
-
- 25 Sep, 2020 1 commit
-
-
Laurent Peuch authored
-
- 31 Jul, 2019 3 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 19 Jan, 2017 3 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 26 May, 2016 5 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 25 May, 2016 2 commits
-
-
Denis Laxalde authored
-
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 5 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
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.
-
Denis Laxalde authored
Avoids relative imports.
-
- 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.
-
- 25 Jan, 2016 1 commit
-
-
Denis Laxalde authored
Each script is run using the output of its predecessor as input. Store transitional data in temporary file and retrieve the last product of transformation to attach it to the process entity. Closes #10428298.
-
- 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 4 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
Closes #10267618.
-
Denis Laxalde authored
-
- 22 Jan, 2016 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-