Skip to content

Releases: workfloworchestrator/orchestrator-core

Websockets off.

08 Nov 08:19
d93ed71
Compare
Choose a tag to compare
Websockets off. Pre-release
Pre-release
Improve websocket enable/disable functionality (#57)

* Improve websocket enable/disable functionality

* Add websocket_enabled decorator to use for endpoints

- wrapped websocket manager will return an empty function as attr when websockets are disabled.

* Move empty handler outside websocket_enabled decorator

Lifecycle change

03 Nov 13:54
8778c41
Compare
Choose a tag to compare
Lifecycle change Pre-release
Pre-release
Lifecycle (#55)

* Add parents and children property to productblock model. Allow more in the subscription lifecycle sace constraint

* Bumpversion

Product Block relations.

25 Oct 06:51
Compare
Choose a tag to compare
Pre-release

Breaking changes

  • Added explicit subscription_id parameter to the ProductBlockModel.
  • You must add a product_block_relation entry to the database if you need to stack product blocks in a domain model
  • Some changes in helper functions

Features

  • Introduced hierarchical relationships across subscription boundaries
  • Added some documentation
  • Added new form field that gives the ability to add a divider to forms
  • Better handling of empty optional fields
  • Added websocket failed task banner.

Fix handling of Optional fields

22 Sep 09:09
Compare
Choose a tag to compare
0.0.21

Bumped the version

Union types in domain models. Direct dependancy on pydantic.

15 Sep 13:51
606dc6e
Compare
Choose a tag to compare
Update from tree2 (#37)

* Removed SURF specific code from the orchestrator-core

* Moved network type validators to separate file

* Attempt to fix direct dependancy on pydantic

Co-authored-by: Peter Boers <peter.boers@surfnet.nl>

Updated oauth2-lib and opentelemetry

05 Aug 20:33
3ddcb4b
Compare
Choose a tag to compare

Updated oauth2-lib and opentelemetry

0.0.19

19 Jul 13:14
Compare
Choose a tag to compare

Added

  • Work with python 3.9

Changed

  • Don't add transitive subscription instance relations to parents of parents (this was unintended behavior)

Support Poduct Block model inheritance

09 Jul 07:26
Compare
Choose a tag to compare
  • Support inheritance for product block model subclasses. Specifying a superclass in a domain model now resolves to the correct subclass on loading

Mypy fixes

09 Jun 14:11
9067d2c
Compare
Choose a tag to compare
Mypy fixes Pre-release
Pre-release
0.0.17

Update mypy typing and docs

CVE Patch in dependancies.

12 May 07:22
8fd82f7
Compare
Choose a tag to compare
Pre-release
Update Requirements to patch CVE (#15)

* Update Requirements to patch CVE

* Updated actions and dependancies