Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | o Showing recent badges on the front page. | Trygve Laugstøl | 2013-01-04 | 9 | -63/+180 |
| | |||||
* | o Adding a basic navbar for ease of use. | Trygve Laugstøl | 2013-01-04 | 9 | -11/+41 |
| | | | | o Bootstrap-responsive. | ||||
* | o UUID => Uuid. | Trygve Laugstøl | 2013-01-04 | 2 | -3/+3 |
| | |||||
* | o Ordering by created_date desc by default. | Trygve Laugstøl | 2013-01-04 | 2 | -3/+3 |
| | |||||
* | o Adding build view for jenkins app. | Trygve Laugstøl | 2013-01-04 | 5 | -35/+149 |
| | |||||
* | o Trying out a custom UUID type for prettier formatting. | Trygve Laugstøl | 2013-01-04 | 12 | -34/+362 |
| | |||||
* | o Using the PagingTableService on the front page and person apps. | Trygve Laugstøl | 2013-01-04 | 6 | -102/+44 |
| | |||||
* | o Skipping builds where the job is a <mavenModule>. | Trygve Laugstøl | 2013-01-03 | 13 | -41/+100 |
| | | | | o Using the build's timestamp instead of createdDate in the UI. | ||||
* | o Moving Jenkins XML objects and parsing to it's own package. | Trygve Laugstøl | 2013-01-03 | 36 | -120/+309 |
| | | | | o Removing fields from JenkinsBuild that's read from the XML later on. | ||||
* | o Adding jobs view for jenkins app. | Trygve Laugstøl | 2012-12-29 | 10 | -144/+282 |
| | |||||
* | o Starting on a generic paging component. | Trygve Laugstøl | 2012-12-29 | 19 | -56/+332 |
| | | | | o Showing recent jobs on the jenkins server page. | ||||
* | o A custom pageable table with builds. | Trygve Laugstøl | 2012-12-28 | 4 | -25/+117 |
| | |||||
* | o Using INFO as the default log level for stdout. | Trygve Laugstøl | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | o Sending logs to to disk. | Trygve Laugstøl | 2012-12-28 | 14 | -18/+47 |
| | |||||
* | o Showing date and build result IN COLOR! | Trygve Laugstøl | 2012-12-28 | 4 | -15/+31 |
| |