-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ [#4788] ConfigurationStep for Objects API registration config #4822
base: master
Are you sure you want to change the base?
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf4322b - Browse repository at this point
Copy the full SHA bf4322bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdd2bb - Browse repository at this point
Copy the full SHA 4bdd2bbView commit details -
✨ [#4788] Add ServiceConfigurationStep to steps
this is needed to load the Services required to setup configuration such as ObjectsAPIGroupConfig, etc.
Configuration menu - View commit details
-
Copy full SHA for 9efc6bb - Browse repository at this point
Copy the full SHA 9efc6bbView commit details -
🐳 [#4788] Docker compose setup for setup-configuration
add a web-init container and the required scripts for setup_configuration. Example data has been added to docker/setup_configuration
Configuration menu - View commit details
-
Copy full SHA for 50eaaa0 - Browse repository at this point
Copy the full SHA 50eaaa0View commit details -
✨ [#4788] ConfigurationStep for Objects API registration config
this step relies on the previously added ServiceConfigurationStep and can be used to set up the necessary configuration for the Objects API registration backend
Configuration menu - View commit details
-
Copy full SHA for b6e9c24 - Browse repository at this point
Copy the full SHA b6e9c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d990a - Browse repository at this point
Copy the full SHA b3d990aView commit details -
🐳 [#4788] Disable setup_config command in upgrade tests
to avoid having to bring up the Open Zaak and Objects/Objecttypes docker compose stacks for the CI tests to simulate upgrading Open Forms
Configuration menu - View commit details
-
Copy full SHA for d25f60c - Browse repository at this point
Copy the full SHA d25f60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4ffde - Browse repository at this point
Copy the full SHA 9f4ffdeView commit details -
✨ [#4788] Add identifier field to ObjectsAPIGroupConfig
to make sure there is a unique field that can be used to refer to the groups and identify them when they are loaded using setup-configuration
Configuration menu - View commit details
-
Copy full SHA for 526cad8 - Browse repository at this point
Copy the full SHA 526cad8View commit details -
♻️ [#4788] Changes to setup_config implementation after discussion
* Make Documenten and Catalogi API optional in config model * Add identifier * Use lowercase namespaces * Remove is_configured and validate_result * add tests for required fields, all fields and idempotency * Rename service_slug to service_identifier
Configuration menu - View commit details
-
Copy full SHA for 1ed1fe3 - Browse repository at this point
Copy the full SHA 1ed1fe3View commit details -
🐳 [#4788] Update setup_configuration docker setup
identifiers were added instead of slugs, and the selftest functionality has been removed
Configuration menu - View commit details
-
Copy full SHA for 62695ee - Browse repository at this point
Copy the full SHA 62695eeView commit details -
🚚 [#4788] Move setup config code to objects_api contrib directory
since this is all tightly coupled with the objects API models, the steps and models should be defined there as well
Configuration menu - View commit details
-
Copy full SHA for e70f68a - Browse repository at this point
Copy the full SHA e70f68aView commit details