From 48e3f58bc70138be3486eb124c9dcaeb4043bd58 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 18 Oct 2025 16:52:35 +0000 Subject: [PATCH] init: scaffold internal-docs repository structure --- .gitignore | 4 ++++ CODEOWNERS | 3 +++ README.md | 4 ++-- adr/0001-jwt-rotation.md | 3 +++ adr/0002-dbt-migration.md | 3 +++ adr/0003-monitoring-stack.md | 3 +++ postmortems/2024-08-12-pg-oom.md | 3 +++ postmortems/2024-09-23-deploy-rollback.md | 3 +++ runbooks/grafana-dashboard.md | 3 +++ runbooks/oncall-rotation.md | 3 +++ runbooks/postgres-failover.md | 3 +++ 11 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 CODEOWNERS create mode 100644 adr/0001-jwt-rotation.md create mode 100644 adr/0002-dbt-migration.md create mode 100644 adr/0003-monitoring-stack.md create mode 100644 postmortems/2024-08-12-pg-oom.md create mode 100644 postmortems/2024-09-23-deploy-rollback.md create mode 100644 runbooks/grafana-dashboard.md create mode 100644 runbooks/oncall-rotation.md create mode 100644 runbooks/postgres-failover.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..394f772 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.bak +*.swp +*.pyc +.env diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..6497ac8 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# CODEOWNERS +/runbooks/ @marcus @sara +/adr/ @marcus diff --git a/README.md b/README.md index 2fdc58e..9826a49 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# internal-docs +# internal-docs — README -Internal engineering wiki, runbooks, postmortems \ No newline at end of file +(Initial — see git history.) diff --git a/adr/0001-jwt-rotation.md b/adr/0001-jwt-rotation.md new file mode 100644 index 0000000..f9b0391 --- /dev/null +++ b/adr/0001-jwt-rotation.md @@ -0,0 +1,3 @@ +# internal-docs — 0001-jwt-rotation + +(Initial — see git history.) diff --git a/adr/0002-dbt-migration.md b/adr/0002-dbt-migration.md new file mode 100644 index 0000000..4434f6e --- /dev/null +++ b/adr/0002-dbt-migration.md @@ -0,0 +1,3 @@ +# internal-docs — 0002-dbt-migration + +(Initial — see git history.) diff --git a/adr/0003-monitoring-stack.md b/adr/0003-monitoring-stack.md new file mode 100644 index 0000000..91d6b13 --- /dev/null +++ b/adr/0003-monitoring-stack.md @@ -0,0 +1,3 @@ +# internal-docs — 0003-monitoring-stack + +(Initial — see git history.) diff --git a/postmortems/2024-08-12-pg-oom.md b/postmortems/2024-08-12-pg-oom.md new file mode 100644 index 0000000..03d6652 --- /dev/null +++ b/postmortems/2024-08-12-pg-oom.md @@ -0,0 +1,3 @@ +# internal-docs — 2024-08-12-pg-oom + +(Initial — see git history.) diff --git a/postmortems/2024-09-23-deploy-rollback.md b/postmortems/2024-09-23-deploy-rollback.md new file mode 100644 index 0000000..3e05a06 --- /dev/null +++ b/postmortems/2024-09-23-deploy-rollback.md @@ -0,0 +1,3 @@ +# internal-docs — 2024-09-23-deploy-rollback + +(Initial — see git history.) diff --git a/runbooks/grafana-dashboard.md b/runbooks/grafana-dashboard.md new file mode 100644 index 0000000..497007a --- /dev/null +++ b/runbooks/grafana-dashboard.md @@ -0,0 +1,3 @@ +# internal-docs — grafana-dashboard + +(Initial — see git history.) diff --git a/runbooks/oncall-rotation.md b/runbooks/oncall-rotation.md new file mode 100644 index 0000000..0a8e445 --- /dev/null +++ b/runbooks/oncall-rotation.md @@ -0,0 +1,3 @@ +# internal-docs — oncall-rotation + +(Initial — see git history.) diff --git a/runbooks/postgres-failover.md b/runbooks/postgres-failover.md new file mode 100644 index 0000000..e1efddd --- /dev/null +++ b/runbooks/postgres-failover.md @@ -0,0 +1,3 @@ +# internal-docs — postgres-failover + +(Initial — see git history.)