@ -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.
|
||||
|
27
docs/projects/centurion_erp/user/devops/git_group.md
Normal file
27
docs/projects/centurion_erp/user/devops/git_group.md
Normal 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.
|
24
docs/projects/centurion_erp/user/devops/git_repository.md
Normal file
24
docs/projects/centurion_erp/user/devops/git_repository.md
Normal 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.
|
@ -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)
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user