diff options
author | Magnus Granberg <zorry@gentoo.org> | 2021-09-28 23:01:56 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2021-09-28 23:01:56 +0200 |
commit | 50e585855726e1d79ab7f21b2c5494321e79b7d2 (patch) | |
tree | 90544e2309a1b9b2a26c90bed62f86cab15cf19c | |
parent | Add Buildbot Dashboard for Gentoo Ci (diff) | |
download | tinderbox-cluster-www-master.tar.gz tinderbox-cluster-www-master.tar.bz2 tinderbox-cluster-www-master.zip |
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r-- | TODO.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..8a6fdee --- /dev/null +++ b/TODO.txt @@ -0,0 +1,26 @@ +* Project + + List Project + + Add Project (User) (Admins enable project) + + Add workers (Project creator), (Admins enable worker) + + List builds + + List build requests + + List issues + + Add issues (User) + + Add,change,remove settings (User, Group Member of the project) + + Add repository (Project creator), (Admins enable repository) +* Repository + + Mix of Gitlab, Github, Gitweb view + + Request builds (User, Group Member of the projects) +* Issues + + List + + Add issues (User) + + Support for PR's (User creator) + + Support for Bugzilla (User creator) + + Support Bumps (User) + + Support Patches (User) + + Support Attachment (User) +* REST + + List Workers + + List Workers with password (authentication needed) + + List Repository + + List Repository with ssh keys (authentication needed) |