Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a link to the build log in the recent builds table | Adam Coldrick | 2015-10-03 | 1 | -0/+16 |
| | | | | | Take a guess at the most useful log by trying to work out which step failed (if failure), or just using the last log otherwise. | ||||
* | Show real data on the builder detail page | Adam Coldrick | 2015-10-03 | 1 | -10/+29 |
| | | | | | Get data for the recent builds on a specific builder, and display it in the table in a nice way. | ||||
* | Remove unused route | Adam Coldrick | 2015-10-03 | 1 | -4/+0 |
| | |||||
* | Change name from deploy to image | Adam Coldrick | 2015-10-03 | 1 | -1/+1 |
| | |||||
* | Add currentBuild information in details dialogpedroalvarez/third-version | Pedro Alvarez | 2015-10-02 | 1 | -1/+9 |
| | |||||
* | Fix indentation | Pedro Alvarez | 2015-10-02 | 1 | -78/+78 |
| | |||||
* | State now in selected.state (Idle - In progress) | Pedro Alvarez | 2015-10-02 | 1 | -0/+6 |
| | |||||
* | Sort the buils lane by name | Pedro Alvarez | 2015-10-02 | 1 | -4/+4 |
| | |||||
* | Revert "Failed attempt to hide status bar in completed builds" | Pedro Alvarez | 2015-10-02 | 1 | -1/+1 |
| | | | | This reverts commit 1e659642f2f957b0d489132e1471d24ea81eee3b. | ||||
* | Failed attempt to hide status bar in completed builds | Pedro Alvarez | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | Not success is always failure | Pedro Alvarez | 2015-10-01 | 1 | -2/+4 |
| | |||||
* | Add progress bars to the "Builds" lane | Pedro Alvarez | 2015-10-01 | 1 | -4/+32 |
| | |||||
* | Rename keyword Publishing -> Publish | Pedro Alvarez | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Start getting data needed for progress bars | Pedro Alvarez | 2015-09-30 | 1 | -0/+3 |
| | |||||
* | Add publish boxes to the publishing lane | Pedro Alvarez | 2015-09-30 | 1 | -0/+8 |
| | |||||
* | Separate boxes by lane | Pedro Alvarez | 2015-09-29 | 1 | -5/+36 |
| | |||||
* | Initial builder detail page | Adam Coldrick | 2015-09-29 | 1 | -3/+16 |
| | |||||
* | Click builder to close details | Adam Coldrick | 2015-09-29 | 1 | -1/+5 |
| | |||||
* | First attempt at using $routeProvider | Adam Coldrick | 2015-09-29 | 1 | -1/+17 |
| | |||||
* | Fix sort | Adam Coldrick | 2015-09-28 | 1 | -1/+3 |
| | |||||
* | Clean up mess from rebase | Adam Coldrick | 2015-09-28 | 1 | -2/+2 |
| | |||||
* | Timestamp | Adam Coldrick | 2015-09-28 | 1 | -1/+3 |
| | |||||
* | Show step names | Adam Coldrick | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | Initial log link | Adam Coldrick | 2015-09-28 | 1 | -1/+2 |
| | |||||
* | Allow selection | Adam Coldrick | 2015-09-28 | 1 | -0/+8 |
| | |||||
* | Arrays dont have charAt... | Adam Coldrick | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | Sort the steps array and reload the array each minute | Adam Coldrick | 2015-09-28 | 1 | -12/+16 |
| | |||||
* | Move $scope.steps.push into $http success callback | Adam Coldrick | 2015-09-28 | 1 | -26/+25 |
| | | | | Also make the callback useful | ||||
* | FIXME: Do something | Adam Coldrick | 2015-09-28 | 1 | -10/+6 |
| | |||||
* | Inject $interval | Adam Coldrick | 2015-09-28 | 1 | -2/+2 |
| | |||||
* | Missed brace | Adam Coldrick | 2015-09-28 | 1 | -0/+1 |
| | |||||
* | Do initial load | Adam Coldrick | 2015-09-28 | 1 | -0/+1 |
| | |||||
* | Try to autorefresh data | Adam Coldrick | 2015-09-28 | 1 | -26/+40 |
| | |||||
* | More sensible success check | Adam Coldrick | 2015-09-28 | 1 | -1/+7 |
| | |||||
* | Handle in-progress build | Adam Coldrick | 2015-09-28 | 1 | -4/+15 |
| | |||||
* | Get last build | Adam Coldrick | 2015-09-28 | 1 | -1/+10 |
| | |||||
* | Process the data a bit | Adam Coldrick | 2015-09-28 | 1 | -1/+12 |
| | |||||
* | Enable CORS properly | Adam Coldrick | 2015-09-28 | 1 | -0/+6 |
| | |||||
* | Try to fix stuff | Adam Coldrick | 2015-09-28 | 1 | -2/+3 |
| | |||||
* | Inject $http | Adam Coldrick | 2015-09-26 | 1 | -2/+2 |
| | |||||
* | Use AngularJS in index.html | Adam Coldrick | 2015-09-26 | 1 | -0/+5 |
| | |||||
* | Add AngularJS | Adam Coldrick | 2015-09-26 | 1 | -0/+1 |