-
Notifications
You must be signed in to change notification settings - Fork 22
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 release-1.2 into develop #5870
Open
infrahub-github-bot-app
wants to merge
90
commits into
develop
Choose a base branch
from
release-1.2
base: develop
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
+15,525
−10,120
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
Fix node kind migration with agnostic relationships
Moved to opsmill/infrahub-helm Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
clean and migrate sdk
Fix node deletion with unidirectional optional relationship
* improve diff save performance * handle hierarchy updates * more comments and a changelog
Merge stable into release-1.2
Updated all Menu YAML references to use infrahub-jsonschema
Refactoring of Webhook to support `event_type` and `branch_scope`
Update main Python packages
…C-1303 Provide option to set GraphQL context information as input to mutations
* set current branch in filter * set current branch in filter + update event type filter * add event type * fix param * update ui * add kind filter form for filter * add new group event properties * ui + lint * temporary fix for global events * udpate labels * update ui for column display * fix combobox list * lint
* Create docs for activity logs, update bus and write down something for task and infrahub event
* try getting the hierarchy for multiple nodes at once * batch getting display labels if over maximum node limit * a few more logging statements in the enrichers * split diff hierarchy linking query into smaller batches * split diff summary query in two * more logging, smaller pieces when saving a diff * Revert "try getting the hierarchy for multiple nodes at once" This reverts commit 2d624a9. * query update to improve performance of diff parent linking * add diff indices * clean up diff save method * improve diff save query performance * improve parent hierarchy enrichment performance * remove a few unused diff indices * fix typo * save query performance improvement * error message update
Stable to release 1.2
…-IFC-1333 Add override_context global permission
Send node mutation events with rebase
…hen eligible in a hierarchical relationship field (#5909) * extracted pool-select component from relationship-one component * added pool on relationship hierarchical
…tead of a text input (#5922)
Co-authored-by: bilalabbad <[email protected]>
* set current branch in filter * set current branch in filter + update event type filter * add event type * fix param * update ui * add kind filter form for filter * add new group event properties * ui + lint * temporary fix for global events * udpate labels * update ui for column display * fix combobox list * lint * update label map * Merge branch 'release-1.2' of github.com:opsmill/infrahub into ple-activities-updates * add default case * add group event and ensure default display * fix global event * fix branch event with new properties * update branch events * always display link * fix links from events * udpate date in tooltip * fix typo * handle commit events * display branch * fix test * fix node label ffrom different branch
Merge stable into release-1.2
* bump SDK to 1.8.0b2 * update changelog.md and Release Notes for latest changes * update Release Notes with screenshots
… and errors (#5929) * Corrected toast message on ip address pol create/update success/error * fix typo * Added changelog * fix changelog
Fix testcontainers check
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 release-1.2 into develop after merging pull request #5859.