- 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
-
- 11 Apr, 2020 3 commits
-
-
Simon Chabot authored
not when the rset is a number, or a string. It *has* to be an entity.
-
Simon Chabot authored
NQuads need a context to be serialized, opposed to other serializers which do not. To keep the code simple, let's remove this (this feature has not been release yet, and removing it should not break anything) BREAKING CHANGE: nquad serialization is removed (but… I guess it has never worked)
-
Simon Chabot authored
new rdf views have been added in 50122959acbc, but the test has been unchanged. Let's fix that.
-
- 07 May, 2020 2 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
already install on the base image
-
- 17 Apr, 2020 1 commit
-
-
Guillaume Vandevelde authored
-
- 10 Apr, 2020 3 commits
-
-
François Ferry authored
-
Simon Chabot authored
-
Simon Chabot authored
-
- 20 Mar, 2020 1 commit
-
-
Simon Chabot authored
plpython has never been used in cubicweb. Moreover, it prevents the upgrade to postgresql 12. In consequence, as of now importing plpython is the responsability of each cube. closes #17277267 co-authors: - Guillaume Vandevelde - Katia Saurfelt - Noé Gaumont - Simon Chabot
-
- 10 Apr, 2020 1 commit
-
-
Philippe Pepiot authored
-