aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/web/resource/JenkinsResource.java
Commit message (Collapse)AuthorAgeFilesLines
* NavbarService:Trygve Laugstøl2013-01-221-5/+17
| | | | | o Renamed to NavTabService. o Listing builds per server, with paging.
* NavbarService:Trygve Laugstøl2013-01-221-2/+15
| | | | | | o Storing the current tab with $location.search. JenkinsApp: o Implementing job search.
* o Adding build count and last time timestamp to the Jenkins server view.Trygve Laugstøl2013-01-221-10/+11
|
* o Showing links to the Jenkins build on the build page.Trygve Laugstøl2013-01-221-7/+11
|
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-191-10/+12
| | | | | o Fixing mis-mapped JenkinsJob. o Better navigation in the Jenkins app, <a> links are now proper links.
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-171-0/+11
| | | | o Showing the avatar on the person page too.
* o Adding "name" to JenkinsServer.Trygve Laugstøl2013-01-121-2/+4
|
* o Relaxed parsing of xml files in case the file is missing.Trygve Laugstøl2013-01-061-2/+10
|
* o Adding build view for jenkins app.Trygve Laugstøl2013-01-041-25/+77
|
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-031-6/+20
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Adding jobs view for jenkins app.Trygve Laugstøl2012-12-291-30/+100
|
* o Starting on a generic paging component.Trygve Laugstøl2012-12-291-2/+43
| | | | o Showing recent jobs on the jenkins server page.
* o Listing builds on the person view.Trygve Laugstøl2012-12-281-0/+86