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
- Correctly display XML and CSV artifacts in the UI.
34
+
- Added a fallback to plain text for unsupported content types.
35
+
36
+
- Fix a bug that allowed duplicate attributes and/or relationships on Node or Generic schemas to be merged into the default branch,
37
+
which would cause the application and workers to crash with an error message similar to the following:
38
+
39
+
> ValueError: SchemaName: Names of attributes and relationships must be unique : ['field_name_1', 'field_name_2']
40
+
41
+
Added a new CLI command `infrahub db check-duplicate-schema-fields` to resolve this duplicated schema fields issue if it appears. ([#7346](https://github.com/opsmill/infrahub/issues/7346))
42
+
- Fixed an issue where boolean fields in the object Details view always displayed a checkmark, even when the value was false. ([#7372](https://github.com/opsmill/infrahub/issues/7372))
43
+
- Fixed prefix utilization showing as greater than 100% after setting the pool attribute to false ([#7388](https://github.com/opsmill/infrahub/issues/7388))
44
+
- Corrected the labels on the branch list and detailed view to use the correct terminology
45
+
- Fixed issue with number pool popover stuck in the top-left corner and not expandable during the initial render in some cases.
46
+
- Improved artifacts generation and proposed change checks performance by leveraging caching and avoiding excessive GraphQL queries.
0 commit comments