Mark Moes
Mark Moes
To be specced, details in https://git.ia.surfsara.nl/netdev/automation/projects/cim/-/issues/119
_Originally posted by @tjeerddie in https://github.com/workfloworchestrator/orchestrator-core/pull/408#discussion_r1384758538_ BaseModel json_encoders will be removed in Pydantic 3.x. Find another solution to encode datetimes.
create ticket or fix it in this PR _Originally posted by @tjeerddie in https://github.com/workfloworchestrator/orchestrator-core/pull/408#discussion_r1384847747_ Some of the ProductBlock fixtures have required resource types which in an actual Orchestrator implementation would...
`ProductBlockModel.name` is used as both a ClassVar and a pydantic Field. In the initial pydantic 2.0 release this raised an error, they have later changed this to a warning. But...
It is illegal to save a subscription during an inputstep or form generator step, because these steps run "on the API side". The framework still allows you to do this....
* Make `RedisBroadcast` retry in case of connection errors/timeouts * Fix `RedisBroadcast` not releasing redis connection * Extend logging in `BroadcastWebsocketManager` and catch exceptions * Fixed some tests, updated pre-commit...
The "Authorize" button used to be on the `/api/docs` page in the top-right. This allowed to test endpoints with JWT or Basic auth. This button has disappeared now, this may...
`subscriptions_search` is a materialized view created manually through a migration. When running alembic's [revision](https://workfloworchestrator.org/orchestrator-core/reference-docs/cli/?h=autogenerate#orchestrator.cli.database.revision) it creates the following migration ```python def upgrade() -> None: # ### commands auto generated by...