Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | o A custom pageable table with builds. | Trygve Laugstøl | 2012-12-28 | 3 | -23/+109 | |
| | ||||||
* | 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 | 11 | -14/+42 | |
| | ||||||
* | o Showing date and build result IN COLOR! | Trygve Laugstøl | 2012-12-28 | 4 | -15/+31 | |
| | ||||||
* | o Listing builds on the person view. | Trygve Laugstøl | 2012-12-28 | 26 | -83/+12727 | |
| | ||||||
* | o Adding details page for persons. | Trygve Laugstøl | 2012-12-26 | 28 | -77/+3069 | |
| | | | | o Better front page. | |||||
* | o Starting on a better front page. | Trygve Laugstøl | 2012-12-26 | 17 | -93/+359 | |
| | ||||||
* | o Adding urlrewrite filter to get some prettier URLs. | Trygve Laugstøl | 2012-12-26 | 2 | -7/+51 | |
| | ||||||
* | o Adding Apache Shiro for security. | Trygve Laugstøl | 2012-12-23 | 11 | -18/+164 | |
| | ||||||
* | o Making sure the entire document is parsed completely. | Trygve Laugstøl | 2012-12-23 | 1 | -1/+1 | |
| | ||||||
* | o Moving config.properties to etc/ to make it more app.sh compatible. | Trygve Laugstøl | 2012-12-23 | 3 | -1/+41 | |
| | ||||||
* | o Better logging. | Trygve Laugstøl | 2012-12-23 | 2 | -2/+2 | |
| | ||||||
* | o Storing the file file reference on the jenkins build and job. | Trygve Laugstøl | 2012-12-23 | 5 | -13/+24 | |
| | ||||||
* | o Fixing logging. | Trygve Laugstøl | 2012-12-23 | 1 | -2/+2 | |
| | ||||||
* | o Storing the raw bytes with the parsed data from Jenkins. | Trygve Laugstøl | 2012-12-23 | 9 | -44/+130 | |
| | ||||||
* | o First badge: UNBREAKABLE. | Trygve Laugstøl | 2012-12-22 | 16 | -60/+496 | |
| | ||||||
* | o Moving stuff to utils package. | Trygve Laugstøl | 2012-12-22 | 23 | -283/+35 | |
| | ||||||
* | o Being more relaxed when validating ssl certificates. | Trygve Laugstøl | 2012-12-22 | 2 | -3/+8 | |
| | ||||||
* | o Adding a sequence number to jenkins_build. | Trygve Laugstøl | 2012-12-21 | 5 | -53/+94 | |
| | | | | o Making the table poller poll based on a sequence number instead. | |||||
* | o Adding a 'core' domain module. | Trygve Laugstøl | 2012-12-21 | 18 | -47/+445 | |
| | | | | 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 | 4 | -13/+52 | |
| | ||||||
* | o Storing jenkins_users. | Trygve Laugstøl | 2012-12-20 | 14 | -86/+312 | |
| | ||||||
* | o Adding breadcrumbs for easier navigation. | Trygve Laugstøl | 2012-12-20 | 5 | -21/+89 | |
| | ||||||
* | o More timing logging when running COMMIT. | Trygve Laugstøl | 2012-12-20 | 1 | -0/+5 | |
| | ||||||
* | o Adding a basic web app. | Trygve Laugstøl | 2012-12-19 | 43 | -124/+36245 | |
| | ||||||
* | o Adding matrixConfiguration as a project type. | Trygve Laugstøl | 2012-12-19 | 1 | -0/+2 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Trygve Laugstøl | 2012-12-16 | 1 | -4/+13 | |
|\ | ||||||
| * | o Parsing out data from svn as well. | Trygve Laugstøl | 2012-12-12 | 1 | -4/+13 | |
| | | ||||||
* | | o chmod -x. | Trygve Laugstøl | 2012-12-11 | 38 | -0/+0 | |
|/ | ||||||
* | o Starting to parse out commit info from the Jenkins build too. | Trygve Laugstøl | 2012-12-11 | 5 | -139/+283 | |
| | ||||||
* | o Adding some utilities. | Trygve Laugstøl | 2012-12-10 | 2 | -12/+35 | |
| | ||||||
* | o Adding Maven module as a build type. | Trygve Laugstøl | 2012-12-10 | 5 | -36/+24 | |
| | ||||||
* | woot | Trygve Laugstøl | 2012-12-09 | 4 | -1/+113 | |
| | ||||||
* | o Some more Esper experiments. | Trygve Laugstøl | 2012-12-09 | 3 | -45/+64 | |
| | ||||||
* | o Some more Esper experiments. | Trygve Laugstøl | 2012-12-09 | 3 | -72/+185 | |
| | ||||||
* | o Supporting Maven builds in jenkins. | Trygve Laugstøl | 2012-12-08 | 5 | -44/+81 | |
| | ||||||
* | o Discovering and storing jobs in addition to the build. | Trygve Laugstøl | 2012-12-08 | 10 | -105/+204 | |
| | ||||||
* | o Closing the HTTP streams so we don't run out of connections. | Trygve Laugstøl | 2012-12-08 | 8 | -20/+40 | |
| | | | | o Attaching the build to a server. | |||||
* | o Creating a flag to disable jenkins servers from being polled. | Trygve Laugstøl | 2012-12-08 | 11 | -81/+97 | |
| | | | | o Using proper logging. | |||||
* | o Storing Jenkins builds discovered from the feed. | Trygve Laugstøl | 2012-12-08 | 8 | -125/+349 | |
| | ||||||
* | o Better Jenkins importer. | Trygve Laugstøl | 2012-12-07 | 11 | -113/+321 | |
| | ||||||
* | o Sucking in all new events. Stops as soon as it has fetched an entire page ↵ | Trygve Laugstøl | 2012-12-07 | 6 | -108/+180 | |
| | | | | with only old events. | |||||
* | o Adding support for new release events. | Trygve Laugstøl | 2012-12-07 | 4 | -26/+85 | |
| | ||||||
* | o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵ | Trygve Laugstøl | 2012-12-07 | 18 | -327/+646 | |
| | | | | code to consume the timeline instead of calculating its own diff. | |||||
* | o Renaming NexusParser to SearchNGResponseParser. | Trygve Laugstøl | 2012-12-07 | 2 | -2/+2 | |
| | ||||||
* | o Switching the gitorious code to the actor structure. | Trygve Laugstøl | 2012-12-07 | 13 | -297/+382 | |
| | ||||||
* | o Actually storing and deleting new/gone artifacts from Nexus. | Trygve Laugstøl | 2012-11-24 | 11 | -235/+484 | |
| | ||||||
* | o Adding BoneCP init to Config. | Trygve Laugstøl | 2012-11-20 | 15 | -78/+319 | |
| | | | | | 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 | 11 | -330/+159 | |
| | ||||||
* | o Adding logic to stop fetching pages when Gitorious returns non-XML response. | Trygve Laugstøl | 2012-11-19 | 17 | -75/+951 | |
| | | | | | | | 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. |