aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o Better look for tables showing some kind of details of an object.HEADmasterTrygve Laugstøl2013-01-239-53/+47
| | | | o Using smaller buttons for navigation so they don't change their container's size.
* NavbarService:Trygve Laugstøl2013-01-227-28/+87
| | | | | o Renamed to NavTabService. o Listing builds per server, with paging.
* NavbarService:Trygve Laugstøl2013-01-225-14/+50
| | | | | | o Storing the current tab with $location.search. JenkinsApp: o Implementing job search.
* JenkinsServerActor:Trygve Laugstøl2013-01-223-7/+56
| | | | o Adding a check to see if we're missing builds based on the previous build number.
* 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-224-13/+44
|
* o Fixing so that it queries builds based on created_date and not timestamp.Trygve Laugstøl2013-01-222-2/+2
|
* o Showing links to the Jenkins build on the build page.Trygve Laugstøl2013-01-224-16/+43
|
* 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-212-2/+5
|
* o Improved paging with a "view" state that's either 'loading', 'data' or ↵Trygve Laugstøl2013-01-213-33/+69
| | | | 'error'.
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-1913-69/+71
| | | | | 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øl2013-01-1913-54/+51
| | | | | | 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-183-13/+47
|
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-1811-48/+62
| | | | | o Better builds list. o Renaming person-avatar to avatar-xl.
* 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-1710-16/+60
| | | | o Showing the avatar on the person page too.
* o Renaming PersonGenerator to LdapImporter. Taking arguments from args ↵Trygve Laugstøl2013-01-152-10/+13
| | | | instead of system properties.
* o Adding a tool to generate Person's from a LDAP directory.Trygve Laugstøl2013-01-141-0/+121
|
* o More asserts in jenkins build xml parser.Trygve Laugstøl2013-01-141-12/+24
|
* o Removing excessive logging in JenkinsServerActor.Trygve Laugstøl2013-01-141-3/+1
|
* PagingTableService:Trygve Laugstøl2013-01-131-4/+15
| | | | o Preventing sending too many queries. Sending the latest query when the previous one completes.
* PagingTableService:Trygve Laugstøl2013-01-138-7/+400
| | | | | 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-132-9/+36
| | | | searching.
* o Implemented "build" view.Trygve Laugstøl2013-01-1310-15/+83
| | | | o Created a better 'dogtag' directive, should be more reusable.
* o Nailing the navbar to the top.Trygve Laugstøl2013-01-132-1/+6
|
* o Implementing search on people page.Trygve Laugstøl2013-01-127-25/+62
|
* o Allowing the user to have settings in <app>/<instance>/etc/app.conf.Trygve Laugstøl2013-01-121-0/+5
|
* o Going back to explicitly using the src/main/resources/webapp as the web ↵Trygve Laugstøl2013-01-121-1/+1
| | | | app's root so we get proper reloading.
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-125-32/+52
|
* o Adding "name" to JenkinsServer.Trygve Laugstøl2013-01-125-6/+19
|
* o Adding Sonatype OSS parent pom.Trygve Laugstøl2013-01-121-0/+5
|
* o Timezone safing a test.Trygve Laugstøl2013-01-121-1/+2
|
* o Prettier build list.Trygve Laugstøl2013-01-113-12/+14
|
* o Updating to the latest booter-jetty api.Trygve Laugstøl2013-01-111-8/+4
|
* o Trying out travis-ci.org.Trygve Laugstøl2013-01-112-0/+58
|
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-1173-8/+28
|
* o Improved postinstall, don't loose logs/ on every installation.Trygve Laugstøl2013-01-113-3/+2
|
* o Fixing another bug in the unbreakable poller, stored one build too many in ↵Trygve Laugstøl2013-01-107-23/+42
| | | | | | some progress objects too. o Got the logback.xml + system properties combination to finally work.
* o Creating a single (awarded) badge view.Trygve Laugstøl2013-01-109-16/+121
|
* o Adding basic build list in the front page application.Trygve Laugstøl2013-01-0913-82/+264
|
* o Preventing duplicates when inserting build participants.Trygve Laugstøl2013-01-091-0/+10
|
* o Creating a recent badges view.Trygve Laugstøl2013-01-069-26/+1473
|
* o Getting the pager to work again.Trygve Laugstøl2013-01-062-4/+4
|
* o Much better person list.Trygve Laugstøl2013-01-067-53/+139
|
* o Adding a view for showing a list of people.Trygve Laugstøl2013-01-0610-82/+167
|
* o Better front page.Trygve Laugstøl2013-01-066-55/+63
|
* o Relaxed parsing of xml files in case the file is missing.Trygve Laugstøl2013-01-066-3/+21
|
* o Reducing logging of table poller.Trygve Laugstøl2013-01-061-1/+1
|
* o Using the correct timestamp when creating badges.Trygve Laugstøl2013-01-061-1/+1
|