aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/web/resource
Commit message (Expand)AuthorAgeFilesLines
* o Showing links to the Jenkins build on the build page.Trygve Laugstøl2013-01-222-9/+18
* o Improved paging with a "view" state that's either 'loading', 'data' or 'err...Trygve Laugstøl2013-01-211-2/+9
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-191-10/+12
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-181-3/+3
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-173-8/+18
* PagingTableService:Trygve Laugstøl2013-01-131-0/+5
* o Implementing search on people page.Trygve Laugstøl2013-01-121-2/+3
* o Adding "name" to JenkinsServer.Trygve Laugstøl2013-01-121-2/+4
* o Creating a single (awarded) badge view.Trygve Laugstøl2013-01-102-6/+35
* o Adding basic build list in the front page application.Trygve Laugstøl2013-01-091-21/+57
* o Much better person list.Trygve Laugstøl2013-01-062-2/+9
* o Adding a view for showing a list of people.Trygve Laugstøl2013-01-061-3/+1
* o Better front page.Trygve Laugstøl2013-01-061-5/+5
* o Relaxed parsing of xml files in case the file is missing.Trygve Laugstøl2013-01-061-2/+10
* o Including state in both badge and badge progress.Trygve Laugstøl2013-01-052-26/+39
* o Showing recent badges on the front page.Trygve Laugstøl2013-01-043-55/+119
* o UUID => Uuid.Trygve Laugstøl2013-01-041-1/+1
* o Adding build view for jenkins app.Trygve Laugstøl2013-01-041-25/+77
* o Trying out a custom UUID type for prettier formatting.Trygve Laugstøl2013-01-042-5/+7
* o Skipping builds where the job is a <mavenModule>.Trygve Laugstøl2013-01-031-7/+7
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-032-7/+21
* o Adding jobs view for jenkins app.Trygve Laugstøl2012-12-292-30/+111
* o Starting on a generic paging component.Trygve Laugstøl2012-12-292-2/+57
* o Showing date and build result IN COLOR!Trygve Laugstøl2012-12-281-5/+9
* o Listing builds on the person view.Trygve Laugstøl2012-12-285-0/+293