|
|
@@ -1,6 +1,6 @@
|
|
|
|
# MokoGitea
|
|
|
|
# MokoGitea
|
|
|
|
|
|
|
|
|
|
|
|
Custom Gitea fork with enhanced wiki system, DLID licensing, issue statuses, org metadata, CI standardization, and project board API.
|
|
|
|
Custom Gitea fork with enhanced wiki system, DLID licensing, issue statuses, cascade merge, secret scanning, org metadata, CI standardization, and project board API.
|
|
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
|
@@ -11,8 +11,12 @@ Custom Gitea fork with enhanced wiki system, DLID licensing, issue statuses, org
|
|
|
|
- **Wiki System** -- wikilinks, categories, backlinks, template transclusion, revision diffs, rename redirects, folder ACL, enhanced ToC, print view, ZIP export ([details](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki/standards/Wiki-Features))
|
|
|
|
- **Wiki System** -- wikilinks, categories, backlinks, template transclusion, revision diffs, rename redirects, folder ACL, enhanced ToC, print view, ZIP export ([details](https://git.mokoconsulting.tech/MokoConsulting/.mokogitea/wiki/standards/Wiki-Features))
|
|
|
|
- **DLID Licensing** -- license management, entitlements, domain activations, ed25519-signed downloads
|
|
|
|
- **DLID Licensing** -- license management, entitlements, domain activations, ed25519-signed downloads
|
|
|
|
- **API Token Scope Editing** -- edit token scopes via API (PATCH) or web UI after creation
|
|
|
|
- **API Token Scope Editing** -- edit token scopes via API (PATCH) or web UI after creation
|
|
|
|
- **Issue Statuses** -- custom workflow statuses per org with required baseline protection
|
|
|
|
- **Issue Statuses** -- custom workflow statuses per org with required baseline protection, presets, cross-org migration
|
|
|
|
|
|
|
|
- **Cascade Merge** -- auto-create PRs to downstream branches after merge with configurable rules per repo
|
|
|
|
|
|
|
|
- **Secret Scanning** -- built-in pre-receive hook secret blocking with REST API for alerts, config, and on-demand scans
|
|
|
|
|
|
|
|
- **Default Org Teams** -- auto-create Developers, Reviewers, and CI/CD teams on org creation
|
|
|
|
- **Org Metadata** -- per-repo metadata API (public GET, admin PUT), platform detection for versioning
|
|
|
|
- **Org Metadata** -- per-repo metadata API (public GET, admin PUT), platform detection for versioning
|
|
|
|
|
|
|
|
- **Branch Protection** -- delete allowlist for protected branches (per-user/team/deploy-key)
|
|
|
|
- **Project Board API** -- REST endpoints for project columns and cards
|
|
|
|
- **Project Board API** -- REST endpoints for project columns and cards
|
|
|
|
- **CI Infrastructure** -- reusable workflows, centralized ci-issue-reporter, standardized MOKOGITEA_TOKEN naming
|
|
|
|
- **CI Infrastructure** -- reusable workflows, centralized ci-issue-reporter, standardized MOKOGITEA_TOKEN naming
|
|
|
|
- **Dev Deploy Gate** -- builds deploy to dev environment first, production checks dev health
|
|
|
|
- **Dev Deploy Gate** -- builds deploy to dev environment first, production checks dev health
|
|
|
|