Skip to content

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

Merge stable into develop #6361

merged 30 commits into from
Apr 29, 2025

Conversation

infrahub-github-bot-app[bot]
Copy link

Merging stable into develop after merging pull request #6353.

@infrahub-github-bot-app infrahub-github-bot-app bot requested review from a team as code owners April 25, 2025 07:09
@github-actions github-actions bot added the type/documentation Improvements or additions to documentation label Apr 25, 2025
…-filter-query

Refactor computed attribute update_computed_attribute_value_jinja2
@github-actions github-actions bot added the group/backend Issue related to the backend (API Server, Git Agent) label Apr 25, 2025
Copy link

codspeed-hq bot commented Apr 25, 2025

CodSpeed Performance Report

Merging #6361 will not alter performance

Comparing stable (048608f) with stable (4853eb8)

Summary

✅ 10 untouched benchmarks

ogenstad and others added 5 commits April 25, 2025 10:36
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
@github-actions github-actions bot added the group/frontend Issue related to the frontend (React) label Apr 28, 2025
@opsmill-bot opsmill-bot requested a review from a team as a code owner April 28, 2025 15:29
LucasG0 and others added 6 commits April 28, 2025 20:01
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]>
ajtmccarty and others added 9 commits April 28, 2025 20:38
* 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 merged commit c621075 into develop Apr 29, 2025
34 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants