Breaking : migrate your tests that use the TestDomain.client method
following the instructions here https://github.com/Kludex/bump-testclient
Squashed commit of the following:
commit 0417f27b3f
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 11:08:44 2023 +0100
[deps] starlette 0.23
commit 552f00a65b
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:59:42 2023 +0100
[deps] starlette 0.22
commit aefe448717
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:55:45 2023 +0100
[tests][fix] compares the json interpreted value instead of the string
commit 01333a200c
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:55:20 2023 +0100
[testing] changes from requests to httpx for Starlette TestClient (breaks)
commit f3784fab7f
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:54:10 2023 +0100
[deps][breaking] starlette 0.21
commit 717d3f8bd6
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:26:31 2023 +0100
[responses] use a wrapper function for exception handling (fix starlette 0.20)
commit d0876e45da
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:25:21 2023 +0100
[deps][breaking] starlette 0.20
commit 6504191c53
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:12:51 2023 +0100
[deps] starlette 0.19
commit 7b639a8dc2
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:11:14 2023 +0100
[deps] starlette 0.18
commit 20bd9077a4
Author: Maxime Alves LIRMM <maxime.alves@lirmm.fr>
Date: Sat Jan 14 10:07:48 2023 +0100
pipenv update
- (rollback from 0.6.12) Remove pytest from dependencies in Docker file and
remove tests
- (dep) Add "packaging" dependency
- Add dependency check capability when instantiating a domain (__deps__
variable, see in dummy_domain)
- Add "x-out" field in HTTP headers when "out" parameters are specified for a
route
- Add "out" kwarg for not-async functions that specify it
- Hide data fields in args_check logs
- Fix testing lib for domains (add default secret and debug option)
- Domains now need to include the following variables in their __init__.py
- __name__ (str, optional)
- __id__ (str, optional)
- halfapi domain
- Mounts domain routers with their ACLs as decorator
- Configuration example files for systemd and a system-wide halfapi install
- Runs projects
- Handles JWT authentication middleware