Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Better look for tables showing some kind of details of an object.HEADmaster | Trygve Laugstøl | 2013-01-23 | 5 | -12/+30 |
| | | | | o Using smaller buttons for navigation so they don't change their container's size. | ||||
* | NavbarService: | Trygve Laugstøl | 2013-01-22 | 2 | -22/+29 |
| | | | | | o Renamed to NavTabService. o Listing builds per server, with paging. | ||||
* | NavbarService: | Trygve Laugstøl | 2013-01-22 | 2 | -8/+19 |
| | | | | | | o Storing the current tab with $location.search. JenkinsApp: o Implementing job search. | ||||
* | o Creating a little component to create and maintain a Bootstrap navbar. | Trygve Laugstøl | 2013-01-22 | 2 | -51/+117 |
| | |||||
* | o Adding build count and last time timestamp to the Jenkins server view. | Trygve Laugstøl | 2013-01-22 | 1 | -3/+11 |
| | |||||
* | o Fixing so that it queries builds based on created_date and not timestamp. | Trygve Laugstøl | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | o Making sure every resource that supports paging has a default ordering. | Trygve Laugstøl | 2013-01-19 | 5 | -43/+26 |
| | | | | | o Fixing mis-mapped JenkinsJob. o Better navigation in the Jenkins app, <a> links are now proper links. | ||||
* | o Reverting the timestamp => createdDate change, it was wrong. Adding ↵ | Trygve Laugstøl | 2013-01-19 | 2 | -2/+2 |
| | | | | | | ability to sort on timestamp. Created date is when we discovered the build, the timestamp is when Jenkins did the build. | ||||
* | o timestamp => createdDate in the JSON to be consistent. | Trygve Laugstøl | 2013-01-18 | 2 | -2/+2 |
| | | | | | o Better builds list. o Renaming person-avatar to avatar-xl. | ||||
* | o Adding "jenkins_users" to the JSON representation of a person. | Trygve Laugstøl | 2013-01-17 | 1 | -0/+8 |
| | | | | o Showing the avatar on the person page too. | ||||
* | o Implemented "build" view. | Trygve Laugstøl | 2013-01-13 | 1 | -0/+0 |
| | | | | o Created a better 'dogtag' directive, should be more reusable. | ||||
* | o Creating bin/web for running the web application. | Trygve Laugstøl | 2013-01-11 | 6 | -0/+282 |