Skip to content
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

Stable to Develop Mergeback #4795

Merged
merged 204 commits into from
Oct 31, 2024
Merged

Stable to Develop Mergeback #4795

merged 204 commits into from
Oct 31, 2024

Conversation

lykinsbd
Copy link
Contributor

No description provided.

BaptisteGi and others added 30 commits October 11, 2024 15:07
We recently introduced changes to docker compose file. This was creating a discrepancy between the docker file (on develop branch) and the demo docker images (on stable). Thus the command invoke demo.start wasn't working anymore from develop branch. This has been solved with the newest release.
[FIX] Added context on relationship add mutation (#4621)
* address circular imports around GraphQLSchemaManager

* try checking cache in a different way

* fix for caching problems during unit tests

* cache these things better

* couple small unit test updates
Fixed validation for regex list type attributes
Fix Ruff UP007 for tests and utils
Add / correct typehints to query.attribute
Fix number pool allocation report for deleted nodes
… / IFC-805 / IFC-806 / IFC-807 / IFC-809 (#4683)

* fix reset curent object on close

* update columns and values for permissions

* add identifier as label in permission select

* update decisions label

* remove password field on update

* fix pagination in role management

* get decision description from schema

* update test for new ui

* lint

* remove log

* rename file
Fix service fixture initialization for  test_merged
ogenstad and others added 23 commits October 30, 2024 12:30
Initialize transform using `__init__()` (can go into 1.0.1 if it's too late for 1.0.0)
- scroll vertical is a props on ScrollArea
MenuItem:
- Accordion are open by default
- Chevron is on the right
- CSS updates
Create section in the menu for each top level items automatically imported from the schema
…n-demo-schema

Add order_weight to multiple attributes and relationships in the demo schema
Instrument Prefect Worker to make it easier to override some of it
…-management-menu

Restructure device management menu
* edited creating a schema page
* fixed typo
v1.0.0 release prep
…icts

Resolve merge conflicts from Stable -> Release-1.0
Release Infrahub Version 1.0
@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 Oct 31, 2024
Copy link

codspeed-hq bot commented Oct 31, 2024

CodSpeed Performance Report

Merging #4795 will degrade performances by 24.6%

Comparing stable (2e89e34) with develop (fad721d)

Summary

❌ 3 (👁 3) regressions
✅ 7 untouched benchmarks

Benchmarks breakdown

Benchmark develop stable Change
👁 test_get_menu 421.5 ms 474.1 ms -11.11%
👁 test_graphql_generate_schema 300.4 ms 366.1 ms -17.94%
👁 test_schemabranch_duplicate 308.6 µs 409.4 µs -24.6%

@dgarros dgarros merged commit be1ae13 into develop Oct 31, 2024
51 of 52 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/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.