aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2022-11-25 21:28:54 -0800
committerMax Resnick <max@ofmax.li>2022-12-11 21:13:05 -0800
commitab38860d69c194969bea9ae5ef385c35eb94b988 (patch)
treec319053354cb2a772609b706368b1fd5741a44fc /README.md
parent9e79e588131b0d59abefd84405cb7908bc2baa77 (diff)
downloadgo-git-server-ab38860d69c194969bea9ae5ef385c35eb94b988.tar.gz
add tests, new policies, init repo manager
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b04925..75e2f0c 100644
--- a/README.md
+++ b/README.md
@@ -26,3 +26,28 @@ Tools like gitea are great, but they require things like a DBMS. This increases
* create repo
* update gitweb config per repo
* migration from gitolite
+
+## Admin
+
+
+### Admin events
+
+triggered by handler?
+triggered by hooks?
+
+* [ ] new repo
+* [ ] admin push
+
+### Git Mgmt
+
+* [ ] git web export
+* [ ] web description
+
+### Policy Mgmt
+
+* [x] policy generate
+* [x] upsert policies
+
+## Hooks
+
+what's the env for this?