-
Notifications
You must be signed in to change notification settings - Fork 24
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
Merge stable into develop #6128
Closed
Closed
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
Signed-off-by: Fatih Acar <[email protected]>
Simplify main mutation code and move out event collection
Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
Fix deprecated warnings for Pydantic
…nfo-IFC-1397 Add relationship info to node mutation activity log entries
* extract event details component * add artifact event in query * add artifact event title * update types * update ui
Add node creations batch benchmark
* Add webhooks docs * Fix linting issues * update examples * Add node kind * Individual node webhook events * Fix links and sidebar * Remove fixed timeout * Improve E2E tests and split into parts --------- Co-authored-by: pa-lem <[email protected]>
Bdl 20250320 release 1.2
Release 1.2
Update 1.2.0 release notes
Signed-off-by: Fatih Acar <[email protected]>
Its making things too complicated to allow toggling it. Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
Tweak the `inherited_from` to use schema IDs instead of kinds to spot renaming and stop identifying it as unsupported removal. This change also includes a fix for kind update involving hierarchy and inbound relationships.
Fix version of internal graph after 1.2 release
* inherited schema fixes (#6074) * WIP code fix and unit test * fix for overriding a generic schema field * updates for special order_weight and branch property handling * try removing this PYTEST_RUNNING env var * try a sentinel value * add missing conditional * more unit tests * typing fix and cleanup * handling for existing for duplicate inherited schema fields (#6123) * add the migration * avoid migration * add changelog
* fix labels * add relationships in event details * update ui * add fragment * update fragment * disable test
Signed-off-by: Fatih Acar <[email protected]>
* fix loading state * update tasks query * add test * move file * update test * add fragment * update test * fix flaky * fix locator * disable test
…ct-mode-compose-env-var Add INFRAHUB_SCHEMA_STRICT_MODE to docker compose file.
* add upgrade docs
Prepare Release 1.2.1
…ghts integration test covering updated order weights
Replaced by #6168 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
group/ci
Issue related to the CI pipeline
group/frontend
Issue related to the frontend (React)
type/documentation
Improvements or additions to documentation
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.
Merging stable into develop after merging pull request #6117.