aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/Config.java
Commit message (Collapse)AuthorAgeFilesLines
* o chmod -x.Trygve Laugstøl2012-12-111-0/+0
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-081-5/+3
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-081-0/+2
| | | | o Attaching the build to a server.
* o Better Jenkins importer.Trygve Laugstøl2012-12-071-1/+13
|
* o Switching the gitorious code to the actor structure.Trygve Laugstøl2012-12-071-12/+36
|
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-201-16/+39
| | | | | 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-19/+29
|
* o Adding logic to stop fetching pages when Gitorious returns non-XML response.Trygve Laugstøl2012-11-191-0/+48
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.