summaryrefslogtreecommitdiff
path: root/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
* Add a link to the build log in the recent builds tableAdam Coldrick2015-10-031-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 pageAdam Coldrick2015-10-031-10/+29
| | | | | Get data for the recent builds on a specific builder, and display it in the table in a nice way.
* Remove unused routeAdam Coldrick2015-10-031-4/+0
|
* Change name from deploy to imageAdam Coldrick2015-10-031-1/+1
|
* Add currentBuild information in details dialogpedroalvarez/third-versionPedro Alvarez2015-10-021-1/+9
|
* Fix indentationPedro Alvarez2015-10-021-78/+78
|
* State now in selected.state (Idle - In progress)Pedro Alvarez2015-10-021-0/+6
|
* Sort the buils lane by namePedro Alvarez2015-10-021-4/+4
|
* Revert "Failed attempt to hide status bar in completed builds"Pedro Alvarez2015-10-021-1/+1
| | | | This reverts commit 1e659642f2f957b0d489132e1471d24ea81eee3b.
* Failed attempt to hide status bar in completed buildsPedro Alvarez2015-10-011-1/+1
|
* Not success is always failurePedro Alvarez2015-10-011-2/+4
|
* Add progress bars to the "Builds" lanePedro Alvarez2015-10-011-4/+32
|
* Rename keyword Publishing -> PublishPedro Alvarez2015-09-301-1/+1
|
* Start getting data needed for progress barsPedro Alvarez2015-09-301-0/+3
|
* Add publish boxes to the publishing lanePedro Alvarez2015-09-301-0/+8
|
* Separate boxes by lanePedro Alvarez2015-09-291-5/+36
|
* Initial builder detail pageAdam Coldrick2015-09-291-3/+16
|
* Click builder to close detailsAdam Coldrick2015-09-291-1/+5
|
* First attempt at using $routeProviderAdam Coldrick2015-09-291-1/+17
|
* Fix sortAdam Coldrick2015-09-281-1/+3
|
* Clean up mess from rebaseAdam Coldrick2015-09-281-2/+2
|
* TimestampAdam Coldrick2015-09-281-1/+3
|
* Show step namesAdam Coldrick2015-09-281-1/+1
|
* Initial log linkAdam Coldrick2015-09-281-1/+2
|
* Allow selectionAdam Coldrick2015-09-281-0/+8
|
* Arrays dont have charAt...Adam Coldrick2015-09-281-1/+1
|
* Sort the steps array and reload the array each minuteAdam Coldrick2015-09-281-12/+16
|
* Move $scope.steps.push into $http success callbackAdam Coldrick2015-09-281-26/+25
| | | | Also make the callback useful
* FIXME: Do somethingAdam Coldrick2015-09-281-10/+6
|
* Inject $intervalAdam Coldrick2015-09-281-2/+2
|
* Missed braceAdam Coldrick2015-09-281-0/+1
|
* Do initial loadAdam Coldrick2015-09-281-0/+1
|
* Try to autorefresh dataAdam Coldrick2015-09-281-26/+40
|
* More sensible success checkAdam Coldrick2015-09-281-1/+7
|
* Handle in-progress buildAdam Coldrick2015-09-281-4/+15
|
* Get last buildAdam Coldrick2015-09-281-1/+10
|
* Process the data a bitAdam Coldrick2015-09-281-1/+12
|
* Enable CORS properlyAdam Coldrick2015-09-281-0/+6
|
* Try to fix stuffAdam Coldrick2015-09-281-2/+3
|
* Inject $httpAdam Coldrick2015-09-261-2/+2
|
* Use AngularJS in index.htmlAdam Coldrick2015-09-261-0/+5
|
* Add AngularJSAdam Coldrick2015-09-261-0/+1