Release version v1.1.1#252
Merged
Merged
Conversation
…oid authentication errors with OpenID Connect clients that do not encode client secrets properly before sending them over the wire like the Python library `requests-oauthlib` as of this writing
…em of the port not being released before it is tried to being used again
Reformatted instructions for access right management into a numbered list for clarity.
Corrected formatting and improved clarity in instructions for access right management.
…` before building or uping docker compose services
…ble in `./.env` before building or uping docker compose services
…a user may also delete his/her primary group)
…on containers, use double quotes around string values in YAML to have it not misinterpret special characters, and error out on missing or empty variables
…onment and frontend environment samples for consistency
…pose ... build --check` fails otherwise)
…ies into their own static class, map policies to scopes in a dictionary, and do not duplicate class name in logger extension
…resource servers necessary to satisfy the requested scopes as audiences of access tokens
…r refresh tokens (even though those are special-cased by OpenIddict and don't require explicit permissions according to https://documentation.openiddict.com/configuration/application-permissions#definition-2), add response type "id_token" for issuing ID tokens, make "explicit" the only consent type for security reasons, set audience and resource permissions (the latter are needed for RFC 8693 - OAuth 2.0 Token Exchange), and allow only the necessary scopes for seeded OpenId Connect applications
…o not unnecessarily export types, and remove unnecessary anonymous functions for `onClick`
…e reverse proxy of the machine project)
…d sometimes for some reason)
…e a warning during build
…the database name for running tests
… NUnit as test runner and log to NUnit with its Serilog sink
…ate entities and to make communication with product-data database in development work out of the box)
… there are not errors in the "arrange" part of tests, and make use simple composable functions and methods
…onents by name to make response deterministic
…ion-tests Level-up integration tests
This file contains hidden or 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
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.
Hi @christoph-maurer!
This pull request was created in response to a manual trigger of the release workflow here: https://github.com/building-envelope-data/metabase/actions/runs/24342874023.
I've updated the changelog and bumped the versions in the manifest files in this commit: e38ccc2.
Merging this pull request will create a GitHub release and upload any assets that are created as part of the release build.