You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When a user is not logged in and the branch name is not found, hide the quick-create action and display the message: 'No branch found' ([#4801](https://github.com/opsmill/infrahub/issues/4801))
19
+
- Fix automation to trigger generation of artifacts after merging a branch ([#4804](https://github.com/opsmill/infrahub/issues/4804))
20
+
- Avoid sending an empty list to the load schema API on repository import if it's not required
21
+
- Update demo environment to work with Infrahub 1.0
- Remove previously deprecated GET API endpoint "/api/schema/" ([#3884](https://github.com/opsmill/infrahub/issues/3884))
28
+
29
+
### Deprecated
30
+
31
+
- Marked CoreAccount.role as deprecated
32
+
Due to the new permissions framework the account roles "admin" / "read-only" / "read-write" are deprecated and will be removed in Infrahub 1.1
33
+
34
+
### Added
35
+
36
+
- Reworked branch selector:
37
+
- Redesigned the UI
38
+
- Added filter for branch
39
+
- Improved accessibility & keyboard navigation
40
+
- Improved UX on new branch form
41
+
- Added quick link to view all branches
42
+
- Add support to sign in with OAuth2 and Open ID Connect (OIDC) ([#1568](https://github.com/opsmill/infrahub/issues/1568))
43
+
- Add internal HTTP adapter to allow for generic access from Infrahub ([#3302](https://github.com/opsmill/infrahub/issues/3302))
44
+
- Add support to search a node by human friendly ID within a GraphQL query ([#3908](https://github.com/opsmill/infrahub/issues/3908))
45
+
- Added link to our Discord server in the account menu
46
+
- Added permissions framework for global and object kind level permissions
47
+
48
+
In this first iteration the object permissions are applied to nodes as a whole, in upcoming versions it will be possible to define attribute level permissions as well.
49
+
- New permissions system in UI:
50
+
- Implemented CRUD views for managing accounts, groups, roles, and permissions
51
+
- Updated all components to support new permission system
52
+
- Added dynamic message display according to user access levels
53
+
54
+
### Fixed
55
+
56
+
- The `infrahub-git` agent service has been renamed to `task-worker` in docker compose and the command to start it has been updated as well ([#1075](https://github.com/opsmill/infrahub/issues/1075))
57
+
- Add ability to import repositories with default branch other than 'main' ([#3435](https://github.com/opsmill/infrahub/issues/3435))
58
+
- Disable approve/merge/close buttons for merged Proposed Changes ([#3495](https://github.com/opsmill/infrahub/issues/3495))
59
+
- Fixed regex validation for List type attributes ([#3929](https://github.com/opsmill/infrahub/issues/3929))
60
+
- Allow users to run artifacts and generators on nodes without name attribute ([#4062](https://github.com/opsmill/infrahub/issues/4062))
61
+
- In the schema, properly delete inherited attribute and relationship on Node when the original attribute or relationship are being deleted on the Generic ([#4301](https://github.com/opsmill/infrahub/issues/4301))
62
+
- "Retry All" button for checks is bigger ([#4315](https://github.com/opsmill/infrahub/issues/4315))
63
+
- Add a size restriction on common attribute kinds. Only TextArea and JSON support large values ([#4432](https://github.com/opsmill/infrahub/issues/4432))
64
+
- The HFID of a related node is properly returned via GraphQL in all scenarios ([#4482](https://github.com/opsmill/infrahub/issues/4482))
65
+
- Add full validation to BranchMerge and BranchRebase mutations ([#4595](https://github.com/opsmill/infrahub/issues/4595))
66
+
- Report user-friendly error for invalid uniqueness_constraints when loading schemas ([#4677](https://github.com/opsmill/infrahub/issues/4677))
67
+
- Fixed pagination query for nodes with order_by clause using non unique attributes ([#4700](https://github.com/opsmill/infrahub/issues/4700))
68
+
- Fixed schema migration when an attribute previously present on a node is added back ([#4727](https://github.com/opsmill/infrahub/issues/4727))
69
+
- Add order_weight property to multiple attributes and relationships in the demo schema to improve how some models are displayed in the list views
70
+
- Changed the Python SDK connection timeout to 60s
71
+
- Fix metric missing the query name in Prometheus data
72
+
- Fixes an issue where docker compose would output ANSI control characters that don't support it
73
+
- Prevent temporary directories generated by Docusaurus to be imported by Docker
- Fixed an issue on the UI where a new relationship was being added to the main branch instead of the current branch. ([#4598](https://github.com/opsmill/infrahub/issues/4598))
0 commit comments