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
- Added Containerlab to the codespace base image. ([#458](https://github.com/opsmill/infrahub/issues/458))
19
-
-- We added validation on UI for `min_count` and `max_count` in relationships fields. ([#5661](https://github.com/opsmill/infrahub/issues/5661))
20
-
-- Improved Infrahub app layout for a cleaner look.
21
-
- Made the top menu more compact.
22
-
-Add activities logs in the nodes details view
23
-
-Add new feature to create object templates when setting `generate_template: true` in a schema on a node
18
+
- Added Containerlab to the GitHub Codespace base image. ([#458](https://github.com/opsmill/infrahub/issues/458))
19
+
-Added validation to the UI for `min_count` and `max_count` in relationships fields. ([#5661](https://github.com/opsmill/infrahub/issues/5661))
20
+
-Added a new feature to create object templates when setting `generate_template: true` in a schema on a node.
21
+
- Added activities logs into the node details view.
22
+
-Added icon support to sub-menu items in the sidebar.
23
+
-Improved Infrahub app layout for a cleaner look. Made the top menu more compact.
24
24
25
25
### Changed
26
26
27
-
- Replace PrefixPool with netaddr.IPSet ([#3547](https://github.com/opsmill/infrahub/issues/3547))
28
-
- Modified query analyzer to not list all potential meta data models when only querying for "source" or "owner" ID. The full models will still show up if a fragment is used under the meta data properties. This change makes it easier to setup fine grained permissions and also speeds up the permission lookup as it doesn't require as many checks. ([#4644](https://github.com/opsmill/infrahub/issues/4644))
29
-
-- We made object list retrieval faster with an optimized query.
30
-
- Improve typing of GraphQL schema by defining list as non-nullable and ensure that top level item are mandatory.
27
+
- Replaced `PrefixPool` with `netaddr.IPSet`. ([#3547](https://github.com/opsmill/infrahub/issues/3547))
28
+
- Modified the query analyzer to not list all potential meta data models when only querying for "source" or "owner" ID. The full models will still show up if a fragment is used under the meta data properties. This change makes it easier to setup fine grained permissions and also speeds up the permission lookup as it doesn't require as many checks. ([#4644](https://github.com/opsmill/infrahub/issues/4644))
29
+
- Improved the performance of the cypher query that saves a diff.
30
+
- Improved typing of GraphQL schema by defining list as non-nullable and ensure that top level item are mandatory.
31
+
- Made object list retrieval faster with an optimized query.
31
32
- Reorganized builtin/default menu to provide a better user experience.
32
33
- Updated Infrahub account tokens view:
33
-
34
-
- Redesigned for a faster, cleaner experience
34
+
- Redesigned for a faster, cleaner experience.
35
35
- Improved clarity and formatting of expiration dates.
36
36
- Resolved an issue where expiration data was not being sent to the API.
37
+
- Updated the `DiffUpdate` mutation to return the id of the task when `wait_until_completion` is False. Also the argument `wait_for_completion` under data is deprecated and it has been replaced with `wait_until_completion` at the root of the mutation instead to align with the format of the other mutations.
37
38
38
39
### Fixed
39
40
40
-
- Set correct state in events after merging a proposed change, they were incorrectly set as "merging" instead of "merged" ([#5600](https://github.com/opsmill/infrahub/issues/5600))
41
+
- Fixed an event error in event state after merging a proposed change, they were incorrectly set as "merging" instead of "merged". ([#5600](https://github.com/opsmill/infrahub/issues/5600))
42
+
- Fixed an error in the query to count the number of peers for a given cardinality-many relationship. Previous logic could have resulted in the count being multiplied by a power of 2 if changes were made to the relationship during a merge.
41
43
42
44
### Housekeeping
43
45
44
-
-Activate ruff B rules. ([#2193](https://github.com/opsmill/infrahub/issues/2193))
Update DiffUpdate mutation to return the id of the task when `wait_until_completion` is False. Also the argument `wait_for_completion` under data is deprecated and it has been replaced with `wait_until_completion` at the root of the mutation instead to align with the format of the other mutations.
1
+
Updated the `DiffUpdate` mutation to return the id of the task when `wait_until_completion` is False. Also the argument `wait_for_completion` under data is deprecated and it has been replaced with `wait_until_completion` at the root of the mutation instead to align with the format of the other mutations.
0 commit comments