aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps
Commit message (Expand)AuthorAgeFilesLines
* o Better look for tables showing some kind of details of an object.HEADmasterTrygve Laugstøl2013-01-239-53/+47
* NavbarService:Trygve Laugstøl2013-01-224-22/+52
* NavbarService:Trygve Laugstøl2013-01-223-9/+20
* o Creating a little component to create and maintain a Bootstrap navbar.Trygve Laugstøl2013-01-223-56/+122
* 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 Showing links to the Jenkins build on the build page.Trygve Laugstøl2013-01-222-7/+25
* o Adding a page={page} when paging through the person list.Trygve Laugstøl2013-01-213-8/+19
* o Showing a message if there where no participants.Trygve Laugstøl2013-01-211-1/+4
* o Improved paging with a "view" state that's either 'loading', 'data' or 'err...Trygve Laugstøl2013-01-212-31/+60
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-195-43/+26
* o Reverting the timestamp => createdDate change, it was wrong. Adding ability...Trygve Laugstøl2013-01-198-17/+22
* o Grouping builds by day on the person view.Trygve Laugstøl2013-01-183-13/+47
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-1810-45/+59
* o Getting the dogtag to work again.Trygve Laugstøl2013-01-183-8/+5
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-174-7/+32
* PagingTableService:Trygve Laugstøl2013-01-131-4/+15
* PagingTableService:Trygve Laugstøl2013-01-134-4/+69
* o Adding PagingTableService.showNext()/nextDisabled() for better look when se...Trygve Laugstøl2013-01-132-9/+36
* o Implemented "build" view.Trygve Laugstøl2013-01-1310-15/+83
* o Nailing the navbar to the top.Trygve Laugstøl2013-01-131-1/+1
* o Implementing search on people page.Trygve Laugstøl2013-01-125-22/+49
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-123-21/+36
* o Prettier build list.Trygve Laugstøl2013-01-113-12/+14
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-1120-0/+1007