Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster-www:master commit in: /
Date: Tue, 28 Sep 2021 21:01:43
Message-Id: 1632862916.50e585855726e1d79ab7f21b2c5494321e79b7d2.zorry@gentoo
1 commit: 50e585855726e1d79ab7f21b2c5494321e79b7d2
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 21:01:56 2021 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 21:01:56 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster-www.git/commit/?id=50e58585
7
8 Add TODO list
9
10 Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
11
12 TODO.txt | 26 ++++++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/TODO.txt b/TODO.txt
16 new file mode 100644
17 index 0000000..8a6fdee
18 --- /dev/null
19 +++ b/TODO.txt
20 @@ -0,0 +1,26 @@
21 +* Project
22 + + List Project
23 + + Add Project (User) (Admins enable project)
24 + + Add workers (Project creator), (Admins enable worker)
25 + + List builds
26 + + List build requests
27 + + List issues
28 + + Add issues (User)
29 + + Add,change,remove settings (User, Group Member of the project)
30 + + Add repository (Project creator), (Admins enable repository)
31 +* Repository
32 + + Mix of Gitlab, Github, Gitweb view
33 + + Request builds (User, Group Member of the projects)
34 +* Issues
35 + + List
36 + + Add issues (User)
37 + + Support for PR's (User creator)
38 + + Support for Bugzilla (User creator)
39 + + Support Bumps (User)
40 + + Support Patches (User)
41 + + Support Attachment (User)
42 +* REST
43 + + List Workers
44 + + List Workers with password (authentication needed)
45 + + List Repository
46 + + List Repository with ssh keys (authentication needed)