- Dec 22, 2020
-
-
Nicola Spanti authored
- The older versions are not supported anymore. - apycot is not used anymore.
-
- Oct 01, 2019
-
-
Denis Laxalde authored
-
- Dec 19, 2017
-
-
Sylvain Thénault authored
-
- Dec 12, 2017
-
-
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.
-
- Oct 11, 2017
-
-
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.
-
- Jul 13, 2017
-
-
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
-
- Mar 21, 2017
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- Mar 08, 2017
-
-
Sylvain Thénault authored
and write some tests about graph traversal functions.
-
- Mar 07, 2017
-
-
Sylvain Thénault authored
preventing NoWarningCopyFormView to be selected when expected.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- Mar 03, 2017
-
-
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
-