You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix hot path of the transformation (#633)
* Fix hot path of the transformation
* Add cached interceptors
* Cache permissions
* Update requirements
* Update base.py for controllers
Permissions and Gateways (#630)
* Fix redundant checks on duplicates in gateways
* Add tests proving the OR operator
* Allow async permissions for the OR, NOT, AND
* Add tests for NOR and XOR
Tests and permissions (#629)
* Update tests to reflect the latest Lilya changes
* Allow only lilya or ravyn permissions but not both
* update tests to be compatible with python 3.14
* Remove unused function
* Document openapi.py
* Rewrite function module
Fix query string parsing and docs (#625)
* Refactor the get_request_params to be clearer
* Add extra test for query with lists
* Fix edge cases for dicts and query params