Skip to content

Commit

Permalink
hide auto-generated groups
Browse files Browse the repository at this point in the history
  • Loading branch information
lykinsbd committed Sep 11, 2024
1 parent 78753d3 commit f56ac7c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 34 additions & 17 deletions docs/docs/release-notes/infrahub/release-0_16.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ title: Release 0.16

## Main changes

### Object management

#### Number resource pool

Users can now create a Resource pool for Numbers (integers) as well as IP Addresses/Prefixes.

This will enable users to assign items such as AS Number from a pool, and is managed via a Resource Manager the same way that IP Addresses/Prefixes are:

![](../../media/release_notes/infrahub_0_16_0/number_pool.png)

Adding a Number Pool:

![](../../media/release_notes/infrahub_0_16_0/number_pool_detail.png)

See the Resource Manager documentation for more information on managing and utilizing Resource Pools:

- [Tutorials - Resource Manager](/tutorials/getting-started/resource-manager)

### Unified storage

#### Git repository management
Expand All @@ -46,34 +64,33 @@ See the documentation for more information on using Git repositories with Infrah
- [Guides - Adding/updating external repositories](/guides/repository)
- [Topics - Repository](/topics/repository)

#### Number resource pool

Users can now create a Resource pool for Numbers (integers) as well as IP Addresses/Prefixes.

This will enable users to assign items such as AS Number from a pool, and is managed via a Resource Manager the same way that IP Addresses/Prefixes are:
### Schema

![](../../media/release_notes/infrahub_0_16_0/number_pool.png)
### Frontend

Adding a Number Pool:
#### Branch diff view improvements

![](../../media/release_notes/infrahub_0_16_0/number_pool_detail.png)
There were many improvements to how the Proposed Change diff between branches is shown.

See the Resource Manager documentation for more information on managing and utilizing Resource Pools:
For example:

- [Tutorials - Resource Manager](/tutorials/getting-started/resource-manager)
-

Check failure on line 77 in docs/docs/release-notes/infrahub/release-0_16.mdx

View workflow job for this annotation

GitHub Actions / markdown-lint

Trailing spaces

docs/docs/release-notes/infrahub/release-0_16.mdx:77:2 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md009.md

### Schema
#### Filter internal groups

### Frontend
Infrahub makes extensive use of Groups internally for features such as Generators.

#### Branch Diff View Improvements
However, these groups can clutter and confuse the Group assignment/editing user experience.

https://github.com/opsmill/infrahub/issues/1216
https://opsmill.atlassian.net/browse/IFC-646
In v0.16.0, these groups are now hidden by default but can be made visible via an `auto-generated` toggle on the Group management screen as shown below:

#### Filter Internal Groups
import hagg from '../../media/release_notes/infrahub_0_16_0/hide_auto_generated_groups.png';

https://github.com/opsmill/infrahub/issues/402
<img
src={hagg}
alt="Example of the button to hide 'auto-generated' groups."
style={{width: 500}}
/>

### Other

Expand Down

0 comments on commit f56ac7c

Please sign in to comment.