- 19 Feb, 2021 1 commit
-
-
Laurent Peuch authored
-
- 16 Feb, 2021 1 commit
-
-
Laurent Peuch authored
-
- 10 Jan, 2021 1 commit
-
-
François Ferry authored
-
- 22 Dec, 2020 1 commit
-
-
Nicola Spanti authored
- The older versions are not supported anymore. - apycot is not used anymore.
-
- 01 Dec, 2020 1 commit
-
-
Laurent Peuch authored
-
- 24 Nov, 2020 1 commit
-
-
Laurent Peuch authored
-
- 10 Nov, 2020 1 commit
-
-
Laurent Peuch authored
-
- 15 Nov, 2019 1 commit
-
-
Arthur Lutz authored
-
- 25 Sep, 2020 1 commit
-
-
Laurent Peuch authored
-
- 01 Oct, 2019 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 19 Sep, 2019 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 19 Dec, 2017 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 12 Dec, 2017 2 commits
-
-
Sylvain Thénault authored
When one add some non-composite relation to be followed, it should be automatically added to cw_skip_copy_for else it will be both deep copied and swallow copied, as demonstrated by the amended test.
-
Sylvain Thénault authored
We have to consider it at every levels of the container tree, not only for the top-level entity. While doing so, it sounded good to move creation of the list to a cached property to avoid redoing this for each cloned entity of the tree.
-
- 11 Oct, 2017 2 commits
-
-
Philippe Pepiot authored
cw_skip_copy_for on an entity class allow to skip non final relations in Entity.copy_relations(). Extend this behavior to final relations in compound clone, this allow to skip (i.e. not set) some attributes on the cloned entities.
-
Philippe Pepiot authored
-
- 13 Jul, 2017 3 commits
-
-
Philippe Pepiot authored
This can occur in real cases when etype is related to his parent by multiple optional relations where only one could be filled. We could generate 'OR' expressions but for now this is not handled.
-
Philippe Pepiot authored
The compound graph may be used to generate RQL expressions that can be used in permissions. E.g. when permissions depend on permissions on container. Use a shortest path algorithm to generate RQL expressions from any etype to the container of the graph using exclusively mandatory relations. Make expressions more readable by using variables based on etype name.
-
Philippe Pepiot authored
-
- 21 Mar, 2017 3 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 08 Mar, 2017 1 commit
-
-
Sylvain Thénault authored
and write some tests about graph traversal functions.
-
- 07 Mar, 2017 6 commits
-
-
Sylvain Thénault authored
preventing NoWarningCopyFormView to be selected when expected.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 03 Mar, 2017 3 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
* removed backward compat on structure_def location, broken by moving to the new layout * __pkginfo__ and setup are now flake8 compliant
-
- 01 Mar, 2017 1 commit
-
-
Sylvain Thénault authored
those are copied using standard Entity.copy_relations method, hence adapter's skiprtypes should be copied in entity's cw_skip_copy_for to control above method.
-
- 03 Mar, 2017 4 commits
-
-
Sylvain Thénault authored
that's at least desired by current usage of CloneAction, let's suppose it's a fine default.
-
Sylvain Thénault authored
so any clonable entity relying on the copy form won't have the 'swallow copy' warning message.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
and test it.
-