aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp
Commit message (Collapse)AuthorAgeFilesLines
* o Better look for tables showing some kind of details of an object.HEADmasterTrygve Laugstøl2013-01-233-39/+11
| | | | o Using smaller buttons for navigation so they don't change their container's size.
* o Creating a little component to create and maintain a Bootstrap navbar.Trygve Laugstøl2013-01-221-5/+5
|
* 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-212-8/+11
|
* 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 ↵Trygve Laugstøl2013-01-211-5/+14
| | | | 'error'.
* o Reverting the timestamp => createdDate change, it was wrong. Adding ↵Trygve Laugstøl2013-01-195-14/+19
| | | | | | ability to sort on timestamp. Created date is when we discovered the build, the timestamp is when Jenkins did the build.
* o Grouping builds by day on the person view.Trygve Laugstøl2013-01-182-13/+45
|
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-186-41/+55
| | | | | o Better builds list. o Renaming person-avatar to avatar-xl.
* o Getting the dogtag to work again.Trygve Laugstøl2013-01-181-6/+3
|
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-172-3/+20
| | | | o Showing the avatar on the person page too.
* PagingTableService:Trygve Laugstøl2013-01-132-3/+12
| | | | | o Adding support for showing a spinner if the query takes more than 500ms. o Adding a spinner when searching for people.
* o Adding PagingTableService.showNext()/nextDisabled() for better look when ↵Trygve Laugstøl2013-01-131-2/+2
| | | | searching.
* o Implemented "build" view.Trygve Laugstøl2013-01-136-15/+46
| | | | o Created a better 'dogtag' directive, should be more reusable.
* o Implementing search on people page.Trygve Laugstøl2013-01-123-19/+30
|
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-123-21/+36
|
* o Prettier build list.Trygve Laugstøl2013-01-112-11/+5
|
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-117-0/+414