- 02 Sep, 2021 2 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
--HG-- branch : 3.32
-
- 31 Aug, 2021 2 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
--HG-- branch : 3.32
-
- 30 Jul, 2021 1 commit
-
-
Fabien Amarger authored
--HG-- branch : 3.32
-
- 23 Jul, 2021 3 commits
-
-
François Ferry authored
--HG-- branch : 3.30
-
François Ferry authored
--HG-- branch : 3.31
-
Carine Dengler authored
--HG-- branch : 3.32
-
- 19 Jul, 2021 1 commit
-
-
Elouan Martinet authored
--HG-- branch : 3.31
-
- 13 Jul, 2021 1 commit
-
-
Fabien Amarger authored
-
- 22 Jun, 2021 1 commit
-
-
Nicolas Chauvat authored
--HG-- branch : 3.28
-
- 18 May, 2021 1 commit
-
-
Simon Chabot authored
--HG-- branch : 3.31
-
- 04 May, 2021 1 commit
-
-
François Ferry authored
-
- 16 Mar, 2021 2 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
-
- 08 Dec, 2020 1 commit
-
-
Laurent Peuch authored
-
- 27 Nov, 2020 1 commit
-
-
Simon Chabot authored
-
- 20 Nov, 2020 1 commit
-
-
Laurent Peuch authored
--HG-- branch : 3.28
-
- 28 Oct, 2020 1 commit
-
-
Laurent Peuch authored
--HG-- branch : 3.28
-
- 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.
-
- 29 May, 2020 3 commits
-
-
Henri Cazottes authored
-
Henri Cazottes authored
-
Laurent Peuch authored
-
- 22 Sep, 2020 1 commit
-
-
Henri Cazottes authored
--HG-- branch : 3.26
-
- 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
-
- 04 Aug, 2021 2 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 03 Aug, 2021 1 commit
-
-
Fabien Amarger authored
-
- 13 Jul, 2021 2 commits
-
-
Nicolas Chauvat authored
-
Fabien Amarger authored
-
- 31 Jan, 2020 1 commit
-
-
Simon Chabot authored
--HG-- branch : 3.27
-
- 31 Mar, 2020 1 commit
-
-
Philippe Pepiot authored
Drop the configuration connections-pool-size and add new configurations options: * connections-pool-min-size. Set to 0 by default so we open connections only when needed. This avoid opening min-size*processes connections at startup, which is, it think, a good default. * connections-pool-max-size. Set to 0 (unlimited) by default, so we move the bottleneck to postgresql. * connections-idle-timeout. Set to 10 minutes. I don't have arguments about this except that this is the default in pgbouncer.
-
- 18 Dec, 2019 1 commit
-
-
Laurent Peuch authored
Closes #17260396
-
- 22 Sep, 2020 1 commit
-
-
Henri Cazottes authored
-
- 24 Jun, 2020 1 commit
-
-
Laurent Peuch authored
-
- 20 Jun, 2019 1 commit
-
-
Laurent Peuch authored
--HG-- branch : 3.26
-
- 08 Feb, 2020 1 commit
-
-
Nicolas Chauvat authored
The adapter mechanism is not specific to the use of views. Moving the class the cubicweb.entity makes this clearer.
-
- 05 Dec, 2019 3 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
So everything related to the debugtoolbar is close to its section.
-