diff options
author | 2009-07-20 16:13:47 -0400 | |
---|---|---|
committer | 2009-07-20 16:13:47 -0400 | |
commit | 6f995b43606448b7f615353a542a08e23613919b (patch) | |
tree | 6c8dcd8637124ffd83594f35b7c352a402b77128 /frontend/routing.csv | |
parent | Added metadata back to log viewer (diff) | |
download | ingenue-6f995b43606448b7f615353a542a08e23613919b.tar.gz ingenue-6f995b43606448b7f615353a542a08e23613919b.tar.bz2 ingenue-6f995b43606448b7f615353a542a08e23613919b.zip |
Converted backend status to TINYINT; First try at logging non-execution messages; Added download history page; Only show links from builds that the user has perms to access
Diffstat (limited to 'frontend/routing.csv')
-rw-r--r-- | frontend/routing.csv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/routing.csv b/frontend/routing.csv index 7312364..3a93c19 100644 --- a/frontend/routing.csv +++ b/frontend/routing.csv @@ -24,7 +24,8 @@ ^config/([a-zA-Z0-9]{6})/status$ configurations/status configuration ^configurations$ configurations/manager # Download finished image -^download/([a-zA-Z0-9]{6})$ downloadimage build +^download/([a-zA-Z0-9]{6})$ builds/download build +^download/([a-zA-Z0-9]{6})/history$ builds/history build # Session ^login$ login ^login/(.+)$ login go |