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
24
+
25
+
### Changed
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.
31
+
- Reorganized builtin/default menu to provide a better user experience.
32
+
- Updated Infrahub account tokens view:
33
+
34
+
- Redesigned for a faster, cleaner experience
35
+
- Improved clarity and formatting of expiration dates.
36
+
- Resolved an issue where expiration data was not being sent to the API.
37
+
38
+
### Fixed
39
+
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
+
42
+
### Housekeeping
43
+
44
+
- Activate ruff B rules. ([#2193](https://github.com/opsmill/infrahub/issues/2193))
0 commit comments