Compare commits
59 Commits
6ecf771f8e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 41168df5fd | |||
| 98f80d58f8 | |||
| f4e7dbd1ff | |||
| ac5604ec92 | |||
| c26a432769 | |||
| 289ebc84d6 | |||
| 25ef56fc30 | |||
| 112f7c8042 | |||
| b126fffe17 | |||
| 8207d8cc8a | |||
| 55151a8796 | |||
| 8bc04e2c7d | |||
| 2cb056cbac | |||
| 9ab540719e | |||
| 66823a939a | |||
| 26e7723251 | |||
| 1a43ed6a47 | |||
| de2b8acf8a | |||
| 93b47c0941 | |||
| 73cc875373 | |||
| 4424abad17 | |||
| 96ca0630d5 | |||
| deaa0f003d | |||
| d0c1f7f6bd | |||
| 9230ece23a | |||
| 62b8ab4e9c | |||
| 7b699c36b7 | |||
| c731f89dd4 | |||
| 2e9a5fb8d4 | |||
| cb61d385e2 | |||
| dd26c861fc | |||
| 4b30ba0cfd | |||
| 0e9f2a1279 | |||
| a38a792f69 | |||
| cd006fdff6 | |||
| ae41bf6cdc | |||
| 98169c7cf8 | |||
| 960e88cd7e | |||
| 9ac6edd0a1 | |||
| f83bdff5e6 | |||
| e4a65e18ab | |||
| 54fb6154af | |||
| 3cbfac7017 | |||
| 58c67e69be | |||
| 43a43b5f85 | |||
| d4018f6b7e | |||
| 22f11a0bda | |||
| 78191e8eaf | |||
| 9f85070281 | |||
| fe7dec14e8 | |||
| dd02e3dc75 | |||
| c44f90e1ff | |||
| 6e6dcc1f25 | |||
| 7fa013160a | |||
| 62a9f092d1 | |||
| b178a5cb37 | |||
| 16e8d4cb18 | |||
| abc4f0c3f2 | |||
| 2365b182f4 |
@@ -23,7 +23,7 @@ init:
|
|||||||
|
|
||||||
plan: init
|
plan: init
|
||||||
@$(call vault_env) && \
|
@$(call vault_env) && \
|
||||||
terragrunt run --all --parallelism 4 --non-interactive plan
|
terragrunt run --all --parallelism 4 --non-interactive plan -- -lock=false
|
||||||
|
|
||||||
apply-if-changes: init
|
apply-if-changes: init
|
||||||
@$(call vault_env) && \
|
@$(call vault_env) && \
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
description: "Pull mirrors of upstream repositories"
|
||||||
|
visibility: public
|
||||||
|
repo_admin_change_team_access: true
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
description: "Pull mirror of github.com/9p4/jellyfin-plugin-sso, the Jellyfin SSO/OIDC authentication plugin"
|
||||||
|
private: false
|
||||||
|
has_issues: false
|
||||||
|
has_pull_requests: false
|
||||||
|
mirror: true
|
||||||
|
migration_clone_address: "https://github.com/9p4/jellyfin-plugin-sso"
|
||||||
|
migration_service: "git"
|
||||||
|
migration_mirror_interval: "8h0m0s"
|
||||||
|
migration_issue_labels: false
|
||||||
|
migration_milestones: false
|
||||||
|
migration_releases: false
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Neovim plugin manager that installs plugins from tagged archives in an HTTP artifact repository into nvim's native package path"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/lint"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
description: "Vault PKI certificate issuance and SSH host key signing tool for Puppet-managed infrastructure"
|
description: "Vault-backed X.509 certificate signing helper for Puppet"
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: true
|
default_delete_branch_after_merge: true
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "CLI tools (chcat, chtail, chgrep) for searching, filtering and tailing logs in the ClickHouse log store"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
description: "Build repo that compiles the tailscale/go-cache-plugin GOCACHEPROG S3 Go build cache from a pinned upstream module version and publishes static binaries as Gitea releases."
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
approval_whitelist_users:
|
||||||
|
- "benvin"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Shared Go library for estate services: postgres, http service kit, vault and gitea clients"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
fork_from: "mirrors/jellyfin-plugin-sso"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
# Whitelist-push: the owner pushes main directly when syncing upstream;
|
||||||
|
# everyone else must open a PR.
|
||||||
|
enable_push: true
|
||||||
|
push_whitelist_users:
|
||||||
|
- "unkinben"
|
||||||
|
# PRs to main must pass the plugin build pipeline before merge.
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/ci"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Web UI for the ClickHouse log store: fuzzy find, tail and SQL-filter logs (logviewer.unkin.net)"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Keyboard-centric web UI to mark media as cheeztv (kids) content via hardlinks; oauth2-proxy fronted, talks to sonarr/radarr APIs"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
description: "Media copy/move tool: Go API + UI spawning per-file k8s Jobs from mediafs CephFS to media PVCs; doubles as a Ceph aggregate-bandwidth test"
|
||||||
|
private: true
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Go CLIs to diff Puppet catalogs between branches and map puppet-prod changes to affected hosts"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "API service that opens terraform-git PRs for new repo requests via kube Jobs; oauth2-proxy'd status UI"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Vault-backed SSH host certificate signing helper for Puppet"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -2,6 +2,7 @@ description: "Manage nomad with Terraform"
|
|||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "master"
|
||||||
default_delete_branch_after_merge: true
|
default_delete_branch_after_merge: true
|
||||||
|
archived: true
|
||||||
branch_protection:
|
branch_protection:
|
||||||
- rule_name: "master"
|
- rule_name: "master"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
description: "Terraform provider to manage the arrstack Vault secrets engine (config + roles)"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
# Squash-only: the gitea provider has no "default merge style", so we restrict
|
||||||
|
# the allowed styles to squash to force it.
|
||||||
|
allow_merge_commits: false
|
||||||
|
allow_rebase: false
|
||||||
|
allow_rebase_explicit: false
|
||||||
|
allow_squash_merge: true
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
description: "Vault/OpenBao secrets engine minting dynamic arrproxy per-user API tokens"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
# Squash-only: the gitea provider has no "default merge style", so we restrict
|
||||||
|
# the allowed styles to squash to force it.
|
||||||
|
allow_merge_commits: false
|
||||||
|
allow_rebase: false
|
||||||
|
allow_rebase_explicit: false
|
||||||
|
allow_squash_merge: true
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
approval_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
description: "Neovim plugin manager installing plugins from tagged archives on artifactapi/Artifactory instead of git clones"
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/lint"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
description: "A small Go tool, shipped as a container image, used as a Kubernetes initContainer to block an app from starting until its database is ready."
|
||||||
|
private: false
|
||||||
|
default_branch: "main"
|
||||||
|
default_delete_branch_after_merge: true
|
||||||
|
default_merge_style: "squash"
|
||||||
|
branch_protection:
|
||||||
|
- rule_name: "main"
|
||||||
|
merge_whitelist_teams:
|
||||||
|
- "Owners"
|
||||||
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
approval_whitelist_users:
|
||||||
|
- "benvin"
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
# Least-privilege access for the repospawner bot: Write on terraform-git only,
|
||||||
|
# which is the minimum Gitea permission that allows pushing a branch and opening
|
||||||
|
# a pull request. repospawner does its whole job here (repo-creation PRs), so it
|
||||||
|
# is kept out of the org-wide "agents" team (include_all_repositories: true).
|
||||||
|
#
|
||||||
|
# Merge stays reserved for Ben: branch protection on terraform-git's main sets a
|
||||||
|
# merge whitelist of the Owners team only. Keep this team out of every merge and
|
||||||
|
# approval whitelist.
|
||||||
|
description: "repospawner bot -- push branches + open PRs on terraform-git only"
|
||||||
|
permission: write
|
||||||
|
include_all_repositories: false
|
||||||
|
can_create_repos: false
|
||||||
|
repositories:
|
||||||
|
- terraform-git
|
||||||
|
members:
|
||||||
|
- repospawner
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
# Service identity for repospawner, which opens pull requests against this
|
||||||
|
# repository (terraform-git) to add new Gitea repositories on request. It is
|
||||||
|
# deliberately separate from unkin-agent so its access can stay scoped to the
|
||||||
|
# single repository it needs: the "repospawner" team (unkin/team/repospawner.yaml)
|
||||||
|
# grants Write on terraform-git and nothing else.
|
||||||
|
#
|
||||||
|
# Auth is via ephemeral API tokens minted by the vault-plugin-secrets-gitea
|
||||||
|
# engine -- no usable credential lives in this repo's state beyond the generated
|
||||||
|
# placeholder. Merge stays blocked by branch protection (merge whitelist =
|
||||||
|
# Owners only), so it can push branches and open PRs but never merge.
|
||||||
|
email: repospawner@unkin.net
|
||||||
|
full_name: "Repo Spawner"
|
||||||
|
description: "repospawner service identity -- opens repo-creation PRs against terraform-git"
|
||||||
|
# Conservative bot posture: not a site admin, cannot create orgs or repos,
|
||||||
|
# profile visible only to signed-in users.
|
||||||
|
visibility: limited
|
||||||
|
admin: false
|
||||||
|
# Restricted: account can only see repos/orgs it is explicitly added to -- the
|
||||||
|
# repospawner team grant on terraform-git is all it needs.
|
||||||
|
restricted: true
|
||||||
|
allow_create_organization: false
|
||||||
|
max_repo_creation: 0
|
||||||
@@ -4,167 +4,167 @@ import {
|
|||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/puppet-prod"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/puppet-prod"].gitea_repository.this[0]
|
||||||
id = "2"
|
id = "2"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/puppet-r10k"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/puppet-r10k"].gitea_repository.this[0]
|
||||||
id = "3"
|
id = "3"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/rpmbuild-gonic"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/rpmbuild-gonic"].gitea_repository.this[0]
|
||||||
id = "23"
|
id = "23"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/docker-almalinux-base"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/docker-almalinux-base"].gitea_repository.this[0]
|
||||||
id = "24"
|
id = "24"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/rpmbuild-internal-ca-certificates"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/rpmbuild-internal-ca-certificates"].gitea_repository.this[0]
|
||||||
id = "27"
|
id = "27"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/rpmbuild-template"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/rpmbuild-template"].gitea_repository.this[0]
|
||||||
id = "29"
|
id = "29"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/rpmbuild-jellyfin-web"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/rpmbuild-jellyfin-web"].gitea_repository.this[0]
|
||||||
id = "31"
|
id = "31"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/rpmbuild-proxlb"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/rpmbuild-proxlb"].gitea_repository.this[0]
|
||||||
id = "33"
|
id = "33"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/docker-almalinux-buildrunner"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/docker-almalinux-buildrunner"].gitea_repository.this[0]
|
||||||
id = "36"
|
id = "36"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/docker-template"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/docker-template"].gitea_repository.this[0]
|
||||||
id = "38"
|
id = "38"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/terraform-vault"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/terraform-vault"].gitea_repository.this[0]
|
||||||
id = "39"
|
id = "39"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/docker-almalinux-jupyterinstance"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/docker-almalinux-jupyterinstance"].gitea_repository.this[0]
|
||||||
id = "40"
|
id = "40"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/rpmbuilder"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/rpmbuilder"].gitea_repository.this[0]
|
||||||
id = "41"
|
id = "41"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/docker-almalinux-runnerdnd"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/docker-almalinux-runnerdnd"].gitea_repository.this[0]
|
||||||
id = "43"
|
id = "43"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/initbuilder"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/initbuilder"].gitea_repository.this[0]
|
||||||
id = "47"
|
id = "47"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/puppetapi"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/puppetapi"].gitea_repository.this[0]
|
||||||
id = "50"
|
id = "50"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/terraform-nomad"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/terraform-nomad"].gitea_repository.this[0]
|
||||||
id = "53"
|
id = "53"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/packer-images"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/packer-images"].gitea_repository.this[0]
|
||||||
id = "59"
|
id = "59"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/app-sudaporn-research-normalised"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/app-sudaporn-research-normalised"].gitea_repository.this[0]
|
||||||
id = "60"
|
id = "60"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/app-sudaporn-research-individual"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/app-sudaporn-research-individual"].gitea_repository.this[0]
|
||||||
id = "63"
|
id = "63"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/terraform-incus"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/terraform-incus"].gitea_repository.this[0]
|
||||||
id = "66"
|
id = "66"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/artifactapi"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/artifactapi"].gitea_repository.this[0]
|
||||||
id = "67"
|
id = "67"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/argocd-apps"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/argocd-apps"].gitea_repository.this[0]
|
||||||
id = "100"
|
id = "100"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/certmanager"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/certmanager"].gitea_repository.this[0]
|
||||||
id = "101"
|
id = "101"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/node-lookup"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/node-lookup"].gitea_repository.this[0]
|
||||||
id = "102"
|
id = "102"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/container-devcompute"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/container-devcompute"].gitea_repository.this[0]
|
||||||
id = "135"
|
id = "135"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/streamstack"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/streamstack"].gitea_repository.this[0]
|
||||||
id = "136"
|
id = "136"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/terraform-provider-artifactapi"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/terraform-provider-artifactapi"].gitea_repository.this[0]
|
||||||
id = "137"
|
id = "137"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/forgebot"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/forgebot"].gitea_repository.this[0]
|
||||||
id = "139"
|
id = "139"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/forgebot-skills"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/forgebot-skills"].gitea_repository.this[0]
|
||||||
id = "140"
|
id = "140"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/container-agent-base"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/container-agent-base"].gitea_repository.this[0]
|
||||||
id = "141"
|
id = "141"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/container-agent-dev"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/container-agent-dev"].gitea_repository.this[0]
|
||||||
id = "142"
|
id = "142"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/container-agent-infra"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/container-agent-infra"].gitea_repository.this[0]
|
||||||
id = "143"
|
id = "143"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -199,7 +199,7 @@ import {
|
|||||||
}
|
}
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.repository["git.unkin.net/unkin/terraform-git"].gitea_repository.this
|
to = module.repository["git.unkin.net/unkin/terraform-git"].gitea_repository.this[0]
|
||||||
id = "144"
|
id = "144"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ module "repository" {
|
|||||||
|
|
||||||
name = each.value.name
|
name = each.value.name
|
||||||
organisation = each.value.organisation
|
organisation = each.value.organisation
|
||||||
|
fork_from = each.value.fork_from
|
||||||
description = each.value.description
|
description = each.value.description
|
||||||
private = each.value.private
|
private = each.value.private
|
||||||
default_branch = each.value.default_branch
|
default_branch = each.value.default_branch
|
||||||
@@ -35,6 +36,16 @@ module "repository" {
|
|||||||
website = each.value.website
|
website = each.value.website
|
||||||
autodetect_manual_merge = each.value.autodetect_manual_merge
|
autodetect_manual_merge = each.value.autodetect_manual_merge
|
||||||
|
|
||||||
|
mirror = each.value.mirror
|
||||||
|
migration_clone_address = each.value.migration_clone_address
|
||||||
|
migration_service = each.value.migration_service
|
||||||
|
migration_mirror_interval = each.value.migration_mirror_interval
|
||||||
|
migration_lfs = each.value.migration_lfs
|
||||||
|
migration_lfs_endpoint = each.value.migration_lfs_endpoint
|
||||||
|
migration_issue_labels = each.value.migration_issue_labels
|
||||||
|
migration_milestones = each.value.migration_milestones
|
||||||
|
migration_releases = each.value.migration_releases
|
||||||
|
|
||||||
depends_on = [module.organisation]
|
depends_on = [module.organisation]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
|
locals {
|
||||||
|
fork_source = var.fork_from == null ? null : split("/", var.fork_from)
|
||||||
|
}
|
||||||
|
|
||||||
resource "gitea_repository" "this" {
|
resource "gitea_repository" "this" {
|
||||||
|
count = var.fork_from == null ? 1 : 0
|
||||||
|
|
||||||
username = var.organisation
|
username = var.organisation
|
||||||
name = var.name
|
name = var.name
|
||||||
description = var.description
|
description = var.description
|
||||||
@@ -18,8 +24,32 @@ resource "gitea_repository" "this" {
|
|||||||
autodetect_manual_merge = var.autodetect_manual_merge
|
autodetect_manual_merge = var.autodetect_manual_merge
|
||||||
archive_on_destroy = true
|
archive_on_destroy = true
|
||||||
|
|
||||||
|
mirror = var.mirror
|
||||||
|
migration_clone_address = var.migration_clone_address
|
||||||
|
migration_service = var.migration_service
|
||||||
|
migration_mirror_interval = var.migration_mirror_interval
|
||||||
|
migration_lfs = var.migration_lfs
|
||||||
|
migration_lfs_endpoint = var.migration_lfs_endpoint
|
||||||
|
migration_issue_labels = var.migration_issue_labels
|
||||||
|
migration_milestones = var.migration_milestones
|
||||||
|
migration_releases = var.migration_releases
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
# migration_mirror_interval defaults to "8h0m0s" but Gitea returns an empty MirrorInterval for non-mirror repos, so the read-back never matches and plans a spurious update every run; it is a migration-only knob with no drift to track here.
|
# migration_mirror_interval defaults to "8h0m0s" but Gitea returns an empty MirrorInterval for non-mirror repos, so the read-back never matches and plans a spurious update every run; it is a migration-only knob with no drift to track here.
|
||||||
ignore_changes = [migration_mirror_interval]
|
ignore_changes = [migration_mirror_interval]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
moved {
|
||||||
|
from = gitea_repository.this
|
||||||
|
to = gitea_repository.this[0]
|
||||||
|
}
|
||||||
|
|
||||||
|
# gitea_fork has no archive_on_destroy, so removing a fork from the config deletes the repository instead of archiving it.
|
||||||
|
resource "gitea_fork" "this" {
|
||||||
|
count = var.fork_from == null ? 0 : 1
|
||||||
|
|
||||||
|
owner = local.fork_source[0]
|
||||||
|
repo = local.fork_source[1]
|
||||||
|
organization = var.organisation
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
output "id" {
|
output "id" {
|
||||||
value = gitea_repository.this.id
|
value = one(concat(gitea_repository.this[*].id, gitea_fork.this[*].id))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,22 @@ variable "organisation" {
|
|||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "fork_from" {
|
||||||
|
description = "Source repository to fork, as \"<owner>/<repo>\". When set, a fork is created instead of a new repository."
|
||||||
|
type = string
|
||||||
|
default = null
|
||||||
|
|
||||||
|
validation {
|
||||||
|
condition = var.fork_from == null || can(regex("^[^/]+/[^/]+$", var.fork_from))
|
||||||
|
error_message = "fork_from must be \"<owner>/<repo>\"."
|
||||||
|
}
|
||||||
|
|
||||||
|
validation {
|
||||||
|
condition = var.fork_from == null || try(split("/", var.fork_from)[1], null) == var.name
|
||||||
|
error_message = "fork_from source repository must be named \"${var.name}\": a fork inherits the source name, so it cannot differ from the config file name."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
variable "description" {
|
variable "description" {
|
||||||
type = string
|
type = string
|
||||||
default = null
|
default = null
|
||||||
@@ -80,3 +96,48 @@ variable "autodetect_manual_merge" {
|
|||||||
type = bool
|
type = bool
|
||||||
default = null
|
default = null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "mirror" {
|
||||||
|
type = bool
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_clone_address" {
|
||||||
|
type = string
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_service" {
|
||||||
|
type = string
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_mirror_interval" {
|
||||||
|
type = string
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_lfs" {
|
||||||
|
type = bool
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_lfs_endpoint" {
|
||||||
|
type = string
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_issue_labels" {
|
||||||
|
type = bool
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_milestones" {
|
||||||
|
type = bool
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "migration_releases" {
|
||||||
|
type = bool
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ variable "repository" {
|
|||||||
type = map(object({
|
type = map(object({
|
||||||
name = string
|
name = string
|
||||||
organisation = string
|
organisation = string
|
||||||
|
fork_from = optional(string)
|
||||||
description = optional(string)
|
description = optional(string)
|
||||||
private = optional(bool)
|
private = optional(bool)
|
||||||
default_branch = optional(string)
|
default_branch = optional(string)
|
||||||
@@ -32,8 +33,31 @@ variable "repository" {
|
|||||||
repo_template = optional(bool)
|
repo_template = optional(bool)
|
||||||
website = optional(string)
|
website = optional(string)
|
||||||
autodetect_manual_merge = optional(bool)
|
autodetect_manual_merge = optional(bool)
|
||||||
|
|
||||||
|
mirror = optional(bool)
|
||||||
|
migration_clone_address = optional(string)
|
||||||
|
migration_service = optional(string)
|
||||||
|
migration_mirror_interval = optional(string)
|
||||||
|
migration_lfs = optional(bool)
|
||||||
|
migration_lfs_endpoint = optional(string)
|
||||||
|
migration_issue_labels = optional(bool)
|
||||||
|
migration_milestones = optional(bool)
|
||||||
|
migration_releases = optional(bool)
|
||||||
}))
|
}))
|
||||||
default = {}
|
default = {}
|
||||||
|
|
||||||
|
validation {
|
||||||
|
condition = alltrue([
|
||||||
|
for key, repo in var.repository :
|
||||||
|
length([for attribute, value in repo : attribute if value != null && !contains(["name", "organisation", "fork_from"], attribute)]) == 0
|
||||||
|
if repo.fork_from != null
|
||||||
|
])
|
||||||
|
error_message = "gitea_fork only takes the source repository and the owning organisation, so fork_from cannot be combined with other repository settings: ${join("; ", [
|
||||||
|
for key, repo in var.repository :
|
||||||
|
"${key} also sets ${join(", ", [for attribute, value in repo : attribute if value != null && !contains(["name", "organisation", "fork_from"], attribute)])}"
|
||||||
|
if repo.fork_from != null && length([for attribute, value in repo : attribute if value != null && !contains(["name", "organisation", "fork_from"], attribute)]) > 0
|
||||||
|
])}."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "branch_protection" {
|
variable "branch_protection" {
|
||||||
|
|||||||
Reference in New Issue
Block a user