-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstories
29 lines (25 loc) · 816 Bytes
/
stories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Admin
x * Add a project
* Remove a project
x * Remember projects across restarts
x * Configure a build task
* Display origin url for existing projects
* Limit admin access based on username/password
* Edit an existing project
Git Support
x * Clone repository on add
* Delete repository on remove
* Check for changes and pull
Building
x * Run project build task immediately after add
* Run project build task after pull
* Report successful run of build task
* Report unsuccessful run of build task
* Reload view periodically to get new status
* View results of past builds
Infrastructure
* Return error 400 for bad url
* Return error 500 if there is an error
Cleanup
* Fix SQLite3 file handle leak in addon rather than adapter
* Look into future proxy turning integers into strings