aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/jenkinsApp
Commit message (Collapse)AuthorAgeFilesLines
* NavbarService:Trygve Laugstøl2013-01-222-22/+29
| | | | | o Renamed to NavTabService. o Listing builds per server, with paging.
* NavbarService:Trygve Laugstøl2013-01-222-8/+19
| | | | | | o Storing the current tab with $location.search. JenkinsApp: o Implementing job search.
* o Creating a little component to create and maintain a Bootstrap navbar.Trygve Laugstøl2013-01-222-51/+117
|
* o Adding build count and last time timestamp to the Jenkins server view.Trygve Laugstøl2013-01-221-3/+11
|
* o Fixing so that it queries builds based on created_date and not timestamp.Trygve Laugstøl2013-01-221-1/+1
|
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-195-43/+26
| | | | | o Fixing mis-mapped JenkinsJob. o Better navigation in the Jenkins app, <a> links are now proper links.
* o Reverting the timestamp => createdDate change, it was wrong. Adding ↵Trygve Laugstøl2013-01-192-2/+2
| | | | | | ability to sort on timestamp. Created date is when we discovered the build, the timestamp is when Jenkins did the build.
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-182-2/+2
| | | | | o Better builds list. o Renaming person-avatar to avatar-xl.
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-171-0/+8
| | | | o Showing the avatar on the person page too.
* o Implemented "build" view.Trygve Laugstøl2013-01-131-0/+0
| | | | o Created a better 'dogtag' directive, should be more reusable.
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-116-0/+282