-
Notifications
You must be signed in to change notification settings - Fork 25
Merge stable into develop #6361
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
Merged
Merged
Conversation
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
Use custom GraphQL query instead of using a query defined by the SDK
…nt-types docs: add artifact content types and clarify transformation output formats
…-filter-query Refactor computed attribute update_computed_attribute_value_jinja2
CodSpeed Performance ReportMerging #6361 will not alter performanceComparing Summary
|
Update vulnerable h11 package
By directly filtering the node labels. Using WHERE in labels() did not trigger the NodeByLabelScan and thus processed all nodes. Also add a WHERE IN clause for the binary address lookup so that the binary address index is effectively used. Looking up for the binary address + prefix length tuple prevented the planner from using the index. Signed-off-by: Fatih Acar <[email protected]>
update frontend dependencies
improve video player appearance
Signed-off-by: Fatih Acar <[email protected]>
This should significantly make node creation faster using this index because it solves the issue with the MERGE statement within the query node_create_all. Signed-off-by: Fatih Acar <[email protected]>
By leveraging the AttributeValue index. We add an explicit IN clause for the attribute values to force the planner to use the index. Relying on the [attr.name, type(r), attr_value.value] tuple only does not help the planner to guess the right index to use. Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
Signed-off-by: Fatih Acar <[email protected]>
Upgrade Prefect to 3.3.7
* change date set * update loader margin * update branch generator to avoid undefined in the string * update merge test * add random branches * delete branch after test * set to 2 workers * remove test id for cypress * update test to ensure the alert visibility
…kflow fix infrahub version in repository dispatch call for the release workflow
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/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 #6353.