-
Notifications
You must be signed in to change notification settings - Fork 18
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
test #5150
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
Contributor
LucasG0
commented
Dec 5, 2024
- add contition to task-manager-db
- add retry decorator to Ipam reconcile method (add retry decorator to Ipam reconcile method #5037)
- Load and process new schema before replacing registry branch
- Set artifact content type when rendered (Set artifact content type when rendered #5047)
- fix(helm): enable rabbitmq startup probe
- Raise error if pool allocation misses data to create node (Raise error if pool allocation misses data to create node #5050)
- Add changelog for PR Raise error if pool allocation misses data to create node #5050 (Add changelog for PR #5050 #5056)
- Update search anywhere to use cmdk and fix focus issues - IFC-837 (Update search anywhere to use cmdk and fix focus issues - IFC-837 #5039)
- fix request_generator_definition_run to support read-only repositories (fix request_generator_definition_run to support read-only repositories #5071)
- drop tracking id from any diffs using it after a merge completes (drop tracking id from any diffs using it after a merge completes #5072)
- update ipam reconcile query to handle deleted relationships correctly (update ipam reconcile query to handle deleted relationships correctly #5074)
- Loosen requirements for when to regenerate artifacts
- Remove flows for webhooks and node mutated event
- fix(ci): use forked paths-filter
- Update SDK to version 1.1.0
- Use neo4j sessions for multiple flows/tasks
- Add changelog entry
- fix confusing path (Fix confusing path in Docs for backup utility #5066)
- Wait until schema convergence when syncing a repo with schema updates
- Add default group setting for SSO accounts (Add default group setting for SSO accounts #5086)
- chore: update docker-compose and helm chart
- Fix git auth prompting and allow config of '.git' auto suffix
- chore: update docker-compose and helm chart
- Added combobox component for Relationship many (Added combobox component for Relationship many #4422) (Cherry pick combobox for relationship of cardinality many #5095)
- Fix query filter on attribute of type List
- Initial testing library based on docker compose
- Support updating artifact definition targets
- npm audit fix (npm audit fix #5114)
- Close button was looking for not disabled rather than disabled. Added check to existing test to validate PC details has the close button as not disabled. (Bugfix: PC Close Button Fix #5105)
- correctly set value for list field on create/update/filter form (correctly set value for list field on create/update/filter form #5119)
- fix SchemaNotFoundError for renamed schema during diff enrichment
- Fail schema validation when deleting a referenced node (Fail schema validation when deleting a referenced node #5079)
- Bump python-multipart in the pip group across 1 directory
- Fixes user permissions updates (Fixes user permissions updates #4985) (Fixes user permissions updates (#4985) #5123)
- Run permission queries without isolation mode
- IFC-988 Enforce artifact's object to be artifact targets (IFC-988 Enforce artifact's object to be artifact targets #5127)
- Update docs installation guide (Update docs installation guide #5112)
- Add validator when adding a new attribute to the schema
- Refresh branch hash in cache for local worker on create
- release v1.0.8 (release v1.0.8 #5137)
- add pypi publish
- fix(ci): update release workflow to use release events
- fix(ci): ignore some linter rules
- fix(ci): add workflow_dispatch for publish pypi
Add `condition: service_healthy` to task-manager-db
* add retry decorator to Ipam reconcile method * add changelog
This avoids some race conditions on infrahub startup where the queues disappear because infrahub created them while rabbitmq was initializing. Enabling the startup probe ensures that rabbitmq is fully started and ready. Signed-off-by: Fatih Acar <[email protected]>
Load and process new schema before replacing registry branch
#5071) * allow read-only repo linked to generator * add changelog
…#5074) * unit tests and a first fix * add labels filter to IP nodes so we don't pick up DiffNodes * update reconcile query for deleted edges * allow deleting last prefix * add changelog
Loosen requirements for when to regenerate artifacts
Signed-off-by: Fatih Acar <[email protected]>
Update SDK to version 1.1.0
…-import-IFC-955 Wait until schema convergence when syncing a repo with schema updates
Remove flows for webhooks and node mutated event
Use neo4j sessions for multiple flows/tasks
…to-suffix-IFC-967 Fix git auth prompting and allow config of '.git' auto suffix
… check to existing test to validate PC details has the close button as not disabled. (#5105)
Fix query filter on attribute of type List
* correctly set value for list field on create/update mutation * correctly set and get filter value for attribute of kind list
* Fail schema validation when deleting a referenced node * Add test for schema node deletion validation * Add changelog entry * Delete profile for nodes marked as absent * Add PR suggestions
Bumps the pip group with 1 update in the / directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.9 to 0.0.18 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.9...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
…f-fix fix SchemaNotFoundError for renamed schema during diff enrichment
* Fixes user permissions updates (#4985) * update alerts * fix relationship mutation * add test for role crud * update test * fix modal delete * fix modal delete * fix global permission delete modal * fix test * fix update global permission * update test * add test id in loader + update test * add fragment
Helper for integration tests based on docker compose
…-963 Support updating artifact definition targets
Run permission queries without isolation mode
Bump python-multipart from 0.0.9 to 0.0.18 in the pip group across 1 directory
* update docs installation guide
Add validator when adding a new attribute / relationship to the schema
* v1.0.8
…-IFC-991 Refresh branch hash in cache for local worker on create
This fixes issues with pre-releases where the git tag may not match the previous filter we had. We now check if the github release is a "pre-release" and also check if the Poetry version is also a pre-release or dev-release one. If the github release is not pre-release, we ensure that the Poetry version is also not a pre-release one. We also fix a potential issue where the "latest" Docker tag would be added to older versions. Leverage the GitHub "latest" release flag to solve that. 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]>
* update changelog with proper/valid tags * fix template for Towncrier version for future releases
CodSpeed Performance ReportMerging #5150 will not alter performanceComparing Summary
|
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.