aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp/frontPageApp.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-221-4/+4
|
* o Adding a page={page} when paging through the person list.Trygve Laugstøl2013-01-211-7/+10
|
* o Reverting the timestamp => createdDate change, it was wrong. Adding ↵Trygve Laugstøl2013-01-191-4/+4
| | | | | | 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-181-9/+10
|
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-181-17/+25
| | | | | 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-2/+8
| | | | o Showing the avatar on the person page too.
* PagingTableService:Trygve Laugstøl2013-01-131-2/+2
| | | | | o Adding support for showing a spinner if the query takes more than 500ms. o Adding a spinner when searching for people.
* o Implemented "build" view.Trygve Laugstøl2013-01-131-1/+1
| | | | o Created a better 'dogtag' directive, should be more reusable.
* o Implementing search on people page.Trygve Laugstøl2013-01-121-0/+4
|
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-121-10/+23
|
* o Prettier build list.Trygve Laugstøl2013-01-111-1/+1
|
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-111-0/+110