Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 Timezone safing a test. | Trygve Laugstøl | 2013-01-12 | 1 | -1/+2 |
| | |||||
* | o Updating to the latest booter-jetty api. | Trygve Laugstøl | 2013-01-11 | 1 | -8/+4 |
| | |||||
* | o Creating bin/web for running the web application. | Trygve Laugstøl | 2013-01-11 | 1 | -2/+8 |
| | |||||
* | o Improved postinstall, don't loose logs/ on every installation. | Trygve Laugstøl | 2013-01-11 | 1 | -2/+0 |
| | |||||
* | o Fixing another bug in the unbreakable poller, stored one build too many in ↵ | Trygve Laugstøl | 2013-01-10 | 1 | -0/+11 |
| | | | | | | some progress objects too. o Got the logback.xml + system properties combination to finally work. | ||||
* | o Adding basic build list in the front page application. | Trygve Laugstøl | 2013-01-09 | 1 | -3/+63 |
| | |||||
* | o Including state in both badge and badge progress. | Trygve Laugstøl | 2013-01-05 | 1 | -3/+5 |
| | | | | o Removing count from badge, inserting one badge per badge received. | ||||
* | o Trying out a custom UUID type for prettier formatting. | Trygve Laugstøl | 2013-01-04 | 1 | -0/+67 |
| | |||||
* | o Moving Jenkins XML objects and parsing to it's own package. | Trygve Laugstøl | 2013-01-03 | 3 | -3/+5 |
| | | | | 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 | 2 | -34/+23 |
| | |||||
* | o A custom pageable table with builds. | Trygve Laugstøl | 2012-12-28 | 1 | -2/+8 |
| | |||||
* | o Sending logs to to disk. | Trygve Laugstøl | 2012-12-28 | 3 | -4/+5 |
| | |||||
* | o Listing builds on the person view. | Trygve Laugstøl | 2012-12-28 | 1 | -0/+54 |
| | |||||
* | o Adding Apache Shiro for security. | Trygve Laugstøl | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | o Storing the file file reference on the jenkins build and job. | Trygve Laugstøl | 2012-12-23 | 1 | -2/+8 |
| | |||||
* | o Storing the raw bytes with the parsed data from Jenkins. | Trygve Laugstøl | 2012-12-23 | 2 | -4/+6 |
| | |||||
* | o First badge: UNBREAKABLE. | Trygve Laugstøl | 2012-12-22 | 1 | -0/+42 |
| | |||||
* | o Storing jenkins_users. | Trygve Laugstøl | 2012-12-20 | 1 | -0/+3 |
| | |||||
* | o Adding a basic web app. | Trygve Laugstøl | 2012-12-19 | 1 | -0/+19 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Trygve Laugstøl | 2012-12-16 | 1 | -1/+27 |
|\ | |||||
| * | o Parsing out data from svn as well. | Trygve Laugstøl | 2012-12-12 | 1 | -1/+27 |
| | | |||||
* | | o chmod -x. | Trygve Laugstøl | 2012-12-11 | 9 | -0/+0 |
|/ | |||||
* | o Starting to parse out commit info from the Jenkins build too. | Trygve Laugstøl | 2012-12-11 | 3 | -0/+76 |
| | |||||
* | o Adding some utilities. | Trygve Laugstøl | 2012-12-10 | 3 | -4/+143 |
| | |||||
* | o Adding Maven module as a build type. | Trygve Laugstøl | 2012-12-10 | 1 | -4/+4 |
| | |||||
* | woot | Trygve Laugstøl | 2012-12-09 | 1 | -0/+2 |
| | |||||
* | o Supporting Maven builds in jenkins. | Trygve Laugstøl | 2012-12-08 | 1 | -0/+2 |
| | |||||
* | o Discovering and storing jobs in addition to the build. | Trygve Laugstøl | 2012-12-08 | 1 | -0/+13 |
| | |||||
* | o Storing Jenkins builds discovered from the feed. | Trygve Laugstøl | 2012-12-08 | 13 | -146/+3146 |
| | |||||
* | o Better Jenkins importer. | Trygve Laugstøl | 2012-12-07 | 1 | -1/+2 |
| | |||||
* | o Sucking in all new events. Stops as soon as it has fetched an entire page ↵ | Trygve Laugstøl | 2012-12-07 | 1 | -24/+23 |
| | | | | with only old events. | ||||
* | o Adding support for new release events. | Trygve Laugstøl | 2012-12-07 | 2 | -2/+48 |
| | |||||
* | o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵ | Trygve Laugstøl | 2012-12-07 | 3 | -1/+43 |
| | | | | code to consume the timeline instead of calculating its own diff. | ||||
* | o Renaming NexusParser to SearchNGResponseParser. | Trygve Laugstøl | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | o Actually storing and deleting new/gone artifacts from Nexus. | Trygve Laugstøl | 2012-11-24 | 1 | -10/+10 |
| | |||||
* | o Adding logic to stop fetching pages when Gitorious returns non-XML response. | Trygve Laugstøl | 2012-11-19 | 2 | -0/+2724 |
| | | | | | | | o Adding support for self-signed certificates with https. o Moving client code to GitoriousClient. o Adding Nexus client and an importer that fetches all artifacts. o A nexus client that actually fetches the entire set of artifacts. | ||||
* | o A version that's more useful because as it is closing its connections. | Trygve Laugstøl | 2012-11-18 | 1 | -0/+78 |
| | |||||
* | o Creating jobs for polling a jenkins servers and jobs. | Trygve Laugstøl | 2012-11-17 | 3 | -0/+4514 |
| | |||||
* | wip | Trygve Laugstøl | 2012-11-09 | 2 | -0/+146 |
| | |||||
* | wip | Trygve Laugstøl | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | o Slurping down the entire list of projects. | Trygve Laugstøl | 2012-11-08 | 11 | -0/+5168 |