Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Showing links to the Jenkins build on the build page. | Trygve Laugstøl | 2013-01-22 | 4 | -16/+43 |
| | |||||
* | o Adding a page={page} when paging through the person list. | Trygve Laugstøl | 2013-01-21 | 3 | -8/+19 |
| | |||||
* | o Showing a message if there where no participants. | Trygve Laugstøl | 2013-01-21 | 2 | -2/+5 |
| | |||||
* | o Improved paging with a "view" state that's either 'loading', 'data' or ↵ | Trygve Laugstøl | 2013-01-21 | 3 | -33/+69 |
| | | | | 'error'. | ||||
* | o Making sure every resource that supports paging has a default ordering. | Trygve Laugstøl | 2013-01-19 | 13 | -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øl | 2013-01-19 | 13 | -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øl | 2013-01-18 | 3 | -13/+47 |
| | |||||
* | o timestamp => createdDate in the JSON to be consistent. | Trygve Laugstøl | 2013-01-18 | 11 | -48/+62 |
| | | | | | o Better builds list. o Renaming person-avatar to avatar-xl. | ||||
* | o Getting the dogtag to work again. | Trygve Laugstøl | 2013-01-18 | 3 | -8/+5 |
| | |||||
* | o Adding "jenkins_users" to the JSON representation of a person. | Trygve Laugstøl | 2013-01-17 | 10 | -16/+60 |
| | | | | o Showing the avatar on the person page too. | ||||
* | o Renaming PersonGenerator to LdapImporter. Taking arguments from args ↵ | Trygve Laugstøl | 2013-01-15 | 2 | -10/+13 |
| | | | | instead of system properties. | ||||
* | o Adding a tool to generate Person's from a LDAP directory. | Trygve Laugstøl | 2013-01-14 | 1 | -0/+121 |
| | |||||
* | o More asserts in jenkins build xml parser. | Trygve Laugstøl | 2013-01-14 | 1 | -12/+24 |
| | |||||
* | o Removing excessive logging in JenkinsServerActor. | Trygve Laugstøl | 2013-01-14 | 1 | -3/+1 |
| | |||||
* | PagingTableService: | Trygve Laugstøl | 2013-01-13 | 1 | -4/+15 |
| | | | | o Preventing sending too many queries. Sending the latest query when the previous one completes. | ||||
* | PagingTableService: | Trygve Laugstøl | 2013-01-13 | 8 | -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øl | 2013-01-13 | 2 | -9/+36 |
| | | | | searching. | ||||
* | o Implemented "build" view. | Trygve Laugstøl | 2013-01-13 | 10 | -15/+83 |
| | | | | o Created a better 'dogtag' directive, should be more reusable. | ||||
* | o Nailing the navbar to the top. | Trygve Laugstøl | 2013-01-13 | 2 | -1/+6 |
| | |||||
* | o Implementing search on people page. | Trygve Laugstøl | 2013-01-12 | 7 | -25/+62 |
| | |||||
* | o Allowing the user to have settings in <app>/<instance>/etc/app.conf. | Trygve Laugstøl | 2013-01-12 | 1 | -0/+5 |
| | |||||
* | o Going back to explicitly using the src/main/resources/webapp as the web ↵ | Trygve Laugstøl | 2013-01-12 | 1 | -1/+1 |
| | | | | app's root so we get proper reloading. | ||||
* | o Sorting the badge list with newest first. | Trygve Laugstøl | 2013-01-12 | 5 | -32/+52 |
| | |||||
* | o Adding "name" to JenkinsServer. | Trygve Laugstøl | 2013-01-12 | 5 | -6/+19 |
| | |||||
* | o Adding Sonatype OSS parent pom. | Trygve Laugstøl | 2013-01-12 | 1 | -0/+5 |
| | |||||
* | o Timezone safing a test. | Trygve Laugstøl | 2013-01-12 | 1 | -1/+2 |
| | |||||
* | o Prettier build list. | Trygve Laugstøl | 2013-01-11 | 3 | -12/+14 |
| | |||||
* | o Updating to the latest booter-jetty api. | Trygve Laugstøl | 2013-01-11 | 1 | -8/+4 |
| | |||||
* | o Trying out travis-ci.org. | Trygve Laugstøl | 2013-01-11 | 2 | -0/+58 |
| | |||||
* | o Creating bin/web for running the web application. | Trygve Laugstøl | 2013-01-11 | 73 | -8/+28 |
| | |||||
* | o Improved postinstall, don't loose logs/ on every installation. | Trygve Laugstøl | 2013-01-11 | 3 | -3/+2 |
| | |||||
* | o Fixing another bug in the unbreakable poller, stored one build too many in ↵ | Trygve Laugstøl | 2013-01-10 | 7 | -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øl | 2013-01-10 | 9 | -16/+121 |
| | |||||
* | o Adding basic build list in the front page application. | Trygve Laugstøl | 2013-01-09 | 13 | -82/+264 |
| | |||||
* | o Preventing duplicates when inserting build participants. | Trygve Laugstøl | 2013-01-09 | 1 | -0/+10 |
| | |||||
* | o Creating a recent badges view. | Trygve Laugstøl | 2013-01-06 | 9 | -26/+1473 |
| | |||||
* | o Getting the pager to work again. | Trygve Laugstøl | 2013-01-06 | 2 | -4/+4 |
| | |||||
* | o Much better person list. | Trygve Laugstøl | 2013-01-06 | 7 | -53/+139 |
| | |||||
* | o Adding a view for showing a list of people. | Trygve Laugstøl | 2013-01-06 | 10 | -82/+167 |
| | |||||
* | o Better front page. | Trygve Laugstøl | 2013-01-06 | 6 | -55/+63 |
| | |||||
* | o Relaxed parsing of xml files in case the file is missing. | Trygve Laugstøl | 2013-01-06 | 6 | -3/+21 |
| | |||||
* | o Reducing logging of table poller. | Trygve Laugstøl | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | o Using the correct timestamp when creating badges. | Trygve Laugstøl | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | o Moving data out of DDL files. | Trygve Laugstøl | 2013-01-06 | 10 | -21/+67 |
| | | | | o Making sure the dbdeltas work. | ||||
* | o Including state in both badge and badge progress. | Trygve Laugstøl | 2013-01-05 | 22 | -194/+799 |
| | | | | o Removing count from badge, inserting one badge per badge received. | ||||
* | o Specifying UTF-8 as encoding for the compiler. | Trygve Laugstøl | 2013-01-05 | 1 | -0/+1 |
| | |||||
* | o Trying out dbdeploy. | Trygve Laugstøl | 2013-01-05 | 12 | -0/+558 |
| | |||||
* | o Integrating the separate person app into the front page app. | Trygve Laugstøl | 2013-01-05 | 6 | -41/+42 |
| | |||||
* | o Adding missing i++. | Trygve Laugstøl | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | o Upgrading to bootstrap-2.2.2 (previous version was really 2.2.1). | Trygve Laugstøl | 2013-01-05 | 15 | -135/+9451 |
| |