-
Notifications
You must be signed in to change notification settings - Fork 10
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
[#513] release 2.5.0 #516
Open
SonnyBA
wants to merge
45
commits into
stable/2.5.x
Choose a base branch
from
release/2.5.0-v2
base: stable/2.5.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[#513] release 2.5.0 #516
+6,988
−3,865
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [#13] reuse open-api-workflows workflows --------- Co-authored-by: Sonny Bakker <[email protected]>
…commonground-api-common to 2.0.1, OAF to 0.9.0
* [#485] Merge closed branch * [#485] Add SitesConfigurationStep and TokenAuthConfigurationStep in settings * [#485] Black and isort * [#485] Create Step and Model * [#485] Fix requirements * [#485] Fix yaml file * [#485] Update namespace * [#485] Fix tests * [#485] Update generate tokens * [#485] Fix docs * [#485] Add missing field in docs * [#485] Add validate_no_empty for identifier * [#485] Open-api-framework new realease * [#485] Run bin/generate_envvar_docs.sh * [#485] Update fixtures demodata * [#485] Add sites_config_enable in data.yaml
* parent 64fa395 author Daniel Mursa <[email protected]> 1734341658 +0100 committer Daniel Mursa <[email protected]> 1734604578 +0100 parent 64fa395 author Daniel Mursa <[email protected]> 1734341658 +0100 committer Daniel Mursa <[email protected]> 1734604572 +0100 [#485] Merge closed branch [#485] Add SitesConfigurationStep and TokenAuthConfigurationStep in settings [#485] Black and isort [#485] Fix requirements [#485] Update namespace [#486] Update TokenAuthConfigurationStep [#486] Permissions can be empty list [#486] Update tests [#486] New tests [#486] Update tests [#486] Fix old tests [#486] Update data.yaml [#486] Activate ObjectTypesConfigurationStep [#486] Add new test [#486] Update config_cli.rst [#486] Fix config_cli.rst [#486] Fix config_cli.rst [#486] Uniform data.yaml and config_cli.rst * [#486] Update PrerequisiteFailed in ConfigurationRunFailed * [#486] Fields type in permissions * [#486] Update debug message * [#486] Update permissions fields type * [#486] Fix tests * [#486] New test for field_based_authorization * [#486] Flake8
* add sphinx dependencies to ci.in * add flag to run docs check * fix broken links
this version fixes publishing latest docker tag
Closed
SonnyBA
force-pushed
the
release/2.5.0-v2
branch
from
January 9, 2025 13:29
be5daf5
to
17a6368
Compare
SonnyBA
force-pushed
the
release/2.5.0-v2
branch
from
January 9, 2025 14:04
17a6368
to
faca679
Compare
SonnyBA
commented
Jan 9, 2025
`Objecttypes API`_ 2.0.0 ( | ||
`Redoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/2.0.0/src/objecttypes/api/v2/openapi.yaml>`__, | ||
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/objecttypes-api/2.0.0/src/objecttypes/api/v2/openapi.yaml>`__ | ||
`Objecttypes API`_ 2.2.2 ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment remained unanswered here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partially fixes #513
Changes
Includes changes required for a
2.5.0
release. See #514 (review) for extra context. This is the minor release part.