aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/jenkins/JenkinsImporter.java
Commit message (Collapse)AuthorAgeFilesLines
* o Sending logs to to disk.Trygve Laugstøl2012-12-281-1/+1
|
* o Moving stuff to utils package.Trygve Laugstøl2012-12-221-2/+2
|
* o Adding a basic web app.Trygve Laugstøl2012-12-191-1/+1
|
* o chmod -x.Trygve Laugstøl2012-12-111-0/+0
|
* o Adding Maven module as a build type.Trygve Laugstøl2012-12-101-3/+3
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-081-2/+2
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-081-1/+1
| | | | o Attaching the build to a server.
* o Creating a flag to disable jenkins servers from being polled.Trygve Laugstøl2012-12-081-1/+1
| | | | o Using proper logging.
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-081-3/+3
|
* o Better Jenkins importer.Trygve Laugstøl2012-12-071-25/+37
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-071-2/+4
| | | | code to consume the timeline instead of calculating its own diff.
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-201-12/+8
| | | | | 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øl2012-11-191-3/+2
|
* o Adding logic to stop fetching pages when Gitorious returns non-XML response.Trygve Laugstøl2012-11-191-1/+1
| | | | | | | 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øl2012-11-181-15/+3
|
* o Creating jobs for polling a jenkins servers and jobs.Trygve Laugstøl2012-11-171-13/+57
|
* o Adding Jenkins code.Trygve Laugstøl2012-11-131-0/+30