Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Creating bin/web for running the web application. | Trygve Laugstøl | 2013-01-11 | 69 | -0/+63002 |
| | |||||
* | o Fixing another bug in the unbreakable poller, stored one build too many in ↵ | Trygve Laugstøl | 2013-01-10 | 1 | -2/+2 |
| | | | | | | some progress objects too. o Got the logback.xml + system properties combination to finally work. | ||||
* | o Including state in both badge and badge progress. | Trygve Laugstøl | 2013-01-05 | 1 | -0/+39 |
| | | | | o Removing count from badge, inserting one badge per badge received. | ||||
* | o Trying out dbdeploy. | Trygve Laugstøl | 2013-01-05 | 8 | -343/+0 |
| | |||||
* | o Skipping builds where the job is a <mavenModule>. | Trygve Laugstøl | 2013-01-03 | 1 | -0/+2 |
| | | | | 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 | 1 | -4/+4 |
| | | | | o Removing fields from JenkinsBuild that's read from the XML later on. | ||||
* | 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 | 1 | -2/+17 |
| | |||||
* | o Adding Apache Shiro for security. | Trygve Laugstøl | 2012-12-23 | 3 | -10/+17 |
| | |||||
* | o Storing the file file reference on the jenkins build and job. | Trygve Laugstøl | 2012-12-23 | 1 | -0/+4 |
| | |||||
* | o Storing the raw bytes with the parsed data from Jenkins. | Trygve Laugstøl | 2012-12-23 | 1 | -0/+10 |
| | |||||
* | o First badge: UNBREAKABLE. | Trygve Laugstøl | 2012-12-22 | 2 | -12/+32 |
| | |||||
* | o Adding a sequence number to jenkins_build. | Trygve Laugstøl | 2012-12-21 | 2 | -6/+11 |
| | | | | o Making the table poller poll based on a sequence number instead. | ||||
* | o Adding a 'core' domain module. | Trygve Laugstøl | 2012-12-21 | 2 | -3/+41 |
| | | | | o Adding a table scanner and a job that converts jenkins builds to builds. | ||||
* | o Storing the users that had a commit in the build as a part of the build. | Trygve Laugstøl | 2012-12-20 | 1 | -0/+1 |
| | |||||
* | o Storing jenkins_users. | Trygve Laugstøl | 2012-12-20 | 2 | -9/+41 |
| | |||||
* | o chmod -x. | Trygve Laugstøl | 2012-12-11 | 6 | -0/+0 |
| | |||||
* | o Adding Maven module as a build type. | Trygve Laugstøl | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | woot | Trygve Laugstøl | 2012-12-09 | 1 | -0/+0 |
| | |||||
* | o Supporting Maven builds in jenkins. | Trygve Laugstøl | 2012-12-08 | 1 | -2/+2 |
| | |||||
* | o Discovering and storing jobs in addition to the build. | Trygve Laugstøl | 2012-12-08 | 2 | -5/+22 |
| | |||||
* | o Closing the HTTP streams so we don't run out of connections. | Trygve Laugstøl | 2012-12-08 | 2 | -1/+4 |
| | | | | o Attaching the build to a server. | ||||
* | o Creating a flag to disable jenkins servers from being polled. | Trygve Laugstøl | 2012-12-08 | 1 | -2/+5 |
| | | | | o Using proper logging. | ||||
* | o Storing Jenkins builds discovered from the feed. | Trygve Laugstøl | 2012-12-08 | 1 | -3/+20 |
| | |||||
* | o Better Jenkins importer. | Trygve Laugstøl | 2012-12-07 | 1 | -2/+8 |
| | |||||
* | o Sucking in all new events. Stops as soon as it has fetched an entire page ↵ | Trygve Laugstøl | 2012-12-07 | 1 | -12/+13 |
| | | | | with only old events. | ||||
* | o Adding support for new release events. | Trygve Laugstøl | 2012-12-07 | 1 | -2/+7 |
| | |||||
* | o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵ | Trygve Laugstøl | 2012-12-07 | 2 | -38/+48 |
| | | | | code to consume the timeline instead of calculating its own diff. | ||||
* | o Switching the gitorious code to the actor structure. | 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 | -12/+38 |
| | |||||
* | o Adding BoneCP init to Config. | Trygve Laugstøl | 2012-11-20 | 1 | -2/+13 |
| | | | | | o Starting on an actor-like structure for the running jobs. o Loading Nexus servers and group ids to look for from the database. | ||||
* | o Integrating new httpcommons code. | Trygve Laugstøl | 2012-11-19 | 1 | -0/+2 |
| | |||||
* | o Adding logic to stop fetching pages when Gitorious returns non-XML response. | Trygve Laugstøl | 2012-11-19 | 4 | -8/+36 |
| | | | | | | | 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 | -3/+3 |
| | |||||
* | o Creating jobs for polling a jenkins servers and jobs. | Trygve Laugstøl | 2012-11-17 | 1 | -0/+16 |
| | |||||
* | wip | Trygve Laugstøl | 2012-11-09 | 3 | -26/+63 |
| | |||||
* | wip | Trygve Laugstøl | 2012-11-09 | 1 | -14/+10 |
| | |||||
* | wip | Trygve Laugstøl | 2012-11-09 | 1 | -4/+4 |
| | |||||
* | wip | Trygve Laugstøl | 2012-11-08 | 1 | -2/+11 |
| | |||||
* | o Slurping down the entire list of projects. | Trygve Laugstøl | 2012-11-08 | 1 | -0/+5 |
| | |||||
* | o Basic gitorious atom importer. | Trygve Laugstøl | 2012-11-08 | 1 | -0/+16 |