Skip to content

Merge stable into develop #6375

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 31 commits into from
Apr 29, 2025
Merged

Merge stable into develop #6375

merged 31 commits into from
Apr 29, 2025

Conversation

bilalabbad
Copy link
Contributor

No description provided.

wvandeun and others added 30 commits April 24, 2025 16:25
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
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
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]>
* 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
@bilalabbad bilalabbad requested review from a team as code owners April 29, 2025 14:59
@github-actions github-actions bot added type/documentation Improvements or additions to documentation group/backend Issue related to the backend (API Server, Git Agent) group/frontend Issue related to the frontend (React) group/ci Issue related to the CI pipeline labels Apr 29, 2025
Copy link

codspeed-hq bot commented Apr 29, 2025

CodSpeed Performance Report

Merging #6375 will not alter performance

Comparing bab-merge-stable-into-develop (c621075) with develop (282e91f)

Summary

✅ 10 untouched benchmarks

@bilalabbad bilalabbad merged commit f034d18 into develop Apr 29, 2025
32 checks passed
@bilalabbad bilalabbad deleted the bab-merge-stable-into-develop branch April 29, 2025 15:42
@bilalabbad bilalabbad restored the bab-merge-stable-into-develop branch May 15, 2025 15:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants