- Mar 31, 2022
-
-
Frank Bessou authored
-
- Mar 29, 2022
-
-
Frank Bessou authored
-
- Feb 13, 2022
-
-
Nsukami Patrick authored
type:ignore comments are used to silence mypy errors let's remove the ones that are not anymore necessary
-
- Mar 29, 2022
-
-
François Ferry authored
-
François Ferry authored
-
- Mar 23, 2022
-
-
François Ferry authored
-
François Ferry authored
related: cubicweb#528
-
François Ferry authored
-
- Jan 13, 2022
-
-
François Ferry authored
-
François Ferry authored
-
François Ferry authored
-
Frank Bessou authored
These types are not supposed to be accessed by client code.
-
Frank Bessou authored
TypeVars should be referenced at least twice otherwise they have no effect.
-
- Oct 18, 2021
-
-
Nsukami Patrick authored
Add a job that will: - clone the last Cubicweb version - update rql requirement within Cubicweb's setup.py - finally, run tox -e py3-server See #8
-
- Dec 22, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
Searched across all projects on the forge.
-
- Jan 05, 2022
-
-
Frank Bessou authored
-
Frank Bessou authored
-
- Dec 22, 2021
-
-
Frank Bessou authored
-
- Jan 05, 2022
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
- Jan 03, 2022
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
- Dec 22, 2021
-
-
Frank Bessou authored
This allows to support pyright which doesn't support sub-typing of conditional types. See https://github.com/microsoft/pyright/issues/2047.
-
Frank Bessou authored
Not a breaking change since no version has been released.
-
- Jan 05, 2022
-
-
Frank Bessou authored
-
- Dec 03, 2021
-
-
Frank Bessou authored
BREAKING CHANGE: this shouldn't affect projects since updating rql will automacally install the new dependency.
-
- Dec 14, 2021
-
-
Frank Bessou authored
-
- Dec 01, 2021
-
-
François Ferry authored
Without this, we have an error if we have aggregate functions indise other function. related: cubicweb#242
-
- Dec 02, 2021
-
-
Nsukami Patrick authored
-
- Dec 01, 2021
-
-
Nsukami Patrick authored
-
- Nov 30, 2021
-
-
Nsukami Patrick authored
-
- Nov 25, 2021
-
-
Nsukami Patrick authored
-
Nsukami Patrick authored
update undo_manager property, type: self._undo_manager as SelectionManager and fix: rql/stmts.py:424: error: Cannot determine type of "_undo_manager" [has-type] rewrite the undo_manager function and make sure it always returns a SelectionManager
-
- Nov 24, 2021
-
-
Nsukami Patrick authored
- remove even more useless comments - remove even more useless casts
-