- 02 Jun, 2020 1 commit
-
-
Laurent Peuch authored
Added some retro compatibility code while I'm not super fan of it. This is related to this commit in YAMS open-source/yams@c61e1c0e4b49
-
- 04 Jun, 2020 1 commit
-
-
François Ferry authored
-
- 10 Jun, 2020 2 commits
-
-
Henri Cazottes authored
-
Henri Cazottes authored
-
- 02 Jun, 2020 4 commits
-
-
Fabien Amarger authored
-
Fabien Amarger authored
closes #5
-
Fabien Amarger authored
-
Fabien Amarger authored
-
- 11 May, 2020 1 commit
-
-
François Ferry authored
This will allow to add rewriting rules to dispatch url without cubicweb.web.views.urlrewrite.
-
- 03 Jun, 2020 1 commit
-
-
Simon Chabot authored
-
- 02 Jun, 2020 1 commit
-
-
Laurent Peuch authored
Before this commit, doing: stuff = dict_protocol_catcher(entity) not_in_entity in stuff Would break because since __contains__ doesn't exist, __getitem__ is called instead and fails with a KeyError.
-
- 28 May, 2020 1 commit
-
-
Simon Chabot authored
- forge dependancies are now installed at first, therefore they will not be upgraded by the next requirements (no need to upgrade or force installation). - simply use the zip archive, provided by the forge. No need to install hg-evolve.
-
- 29 May, 2020 3 commits
-
-
Henri Cazottes authored
-
Henri Cazottes authored
-
Laurent Peuch authored
-
- 30 May, 2020 1 commit
-
-
Simon Chabot authored
-
- 29 May, 2020 2 commits
-
-
Henri Cazottes authored
-
Henri Cazottes authored
-
- 28 May, 2020 2 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 27 May, 2020 1 commit
-
-
Laurent Peuch authored
-
- 26 May, 2020 1 commit
-
-
Laurent Peuch authored
-
- 27 May, 2020 3 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 26 May, 2020 1 commit
-
-
Laurent Peuch authored
-
- 11 May, 2020 1 commit
-
-
François Ferry authored
"has_permission" route predicate was added in previous patch, in this patch, we reuse most of the route predicate to create a view predicate. This will allow to define several views for a single route, but with different features depending on the user permissions. For instance, if the user have the right to edit the entity, we can add a little box with edition options.
-
- 22 May, 2020 3 commits
-
-
Simon Chabot authored
pyfilereader was an old alias for SchemaLoader. Let's remove it. (it has been removed from yams)
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 15 May, 2020 1 commit
-
-
Laurent Peuch authored
-
- 08 May, 2020 2 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 12 May, 2020 3 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
- 08 May, 2020 1 commit
-
-
Simon Chabot authored
test_chmod used to check that permission are 644, but this is not what is done in the `process_resource` method. This function sets the permissions to the same as the source file. As a consequence, depending on your configuration (default umask for instance), you may end up with the expected 644 permissions or… something else. (666 on our gitlab-runner for instance). To make the test consistent with what is done in the function, and consistent with the initial purpose of this test [0], let's simply check that the permissions of the source file and the compiled file are the same. If it appears that this is not enough, a solution could be to enforce 644 permissions in the `process_resource` method, or give the expected permissions through parameters. [0]: https://www.cubicweb.org/ticket/17143773
-
- 07 May, 2020 1 commit
- 12 Apr, 2020 1 commit
-
-
Simon Chabot authored
related: #1
-
- 07 May, 2020 1 commit
-
-
Simon Chabot authored
-