docs(user): Add Git repository and groups

ref: #693 #515
This commit is contained in:
2025-03-20 15:48:54 +09:30
parent 2994cfd783
commit f6bf6df31c
5 changed files with 62 additions and 0 deletions

View File

@ -1,3 +1,8 @@
## Version 1.14.0
- Git Repository and Git Group Models added behind feature flag `2025-00001`. They will remain behind this feature flag until the Git features are fully developed and ready for use.
## Version 1.13.0
- DevOps Module added.

View File

@ -0,0 +1,27 @@
---
title: Git Group
description: Git Group (DevOps) Module User Documentation for Centurion ERP by No Fuss Computing
date: 2025-03-20
template: project.html
about: https://github.com/nofusscomputing/centurion_erp
---
Git Groups are analogs to GitHub Organizations and GitLab Groups. To create a Git repository you will first need to create a git group.
## Fields
- `parent_group` - The Parent Group for this group.
!!! note
GitHub does not have nested Organizations. Attempting to set this for a GitHub Group will fail to validate.
- `provider` - The Git Provider.
- `provider_id` - The Git Providers ID/Primary Key (PK).
- `name` - Friendly Name for this group.
- `path` - The path of this group.
- `description` Description for this group.

View File

@ -0,0 +1,24 @@
---
title: Git Repository Management
description: Git Repository Management (DevOps) Module User Documentation for Centurion ERP by No Fuss Computing
date: 2025-03-20
template: project.html
about: https://github.com/nofusscomputing/centurion_erp
---
Git Repository Management provides a single location to manage the lifecycle of your GIT repositories on both GitHub and GitLab.
## Fields
- `provider` - The Git Provider.
- `provider_id` - The Git Providers ID/Primary Key (PK).
- [`git_group`](./git_group.md) - The Git Group / Organization for the repository.
- `path` - The path of this repository.
- `name` - Friendly Name for this Repository.
- `description` Description for this repository.

View File

@ -12,3 +12,5 @@ Developer Operations or DevOps for short, is a module that contains items relate
## DevOps Components
- [Feature Flags](./feature_flags.md)
- [Git Repository Management](./git_repository.md)

View File

@ -195,6 +195,10 @@ nav:
- projects/centurion_erp/user/devops/feature_flags.md
- projects/centurion_erp/user/devops/git_group.md
- projects/centurion_erp/user/devops/git_repository.md
- ITAM:
- projects/centurion_erp/user/itam/index.md