aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/nexus
Commit message (Collapse)AuthorAgeFilesLines
* o Sending logs to to disk.Trygve Laugstøl2012-12-281-1/+1
|
* o Adding details page for persons.Trygve Laugstøl2012-12-262-2/+0
| | | | o Better front page.
* o Storing the raw bytes with the parsed data from Jenkins.Trygve Laugstøl2012-12-231-2/+5
|
* o Moving stuff to utils package.Trygve Laugstøl2012-12-221-1/+1
|
* o chmod -x.Trygve Laugstøl2012-12-116-0/+0
|
* o Sucking in all new events. Stops as soon as it has fetched an entire page ↵Trygve Laugstøl2012-12-074-94/+166
| | | | with only old events.
* o Adding support for new release events.Trygve Laugstøl2012-12-073-24/+78
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-075-178/+413
| | | | code to consume the timeline instead of calculating its own diff.
* o Renaming NexusParser to SearchNGResponseParser.Trygve Laugstøl2012-12-072-2/+2
|
* o Switching the gitorious code to the actor structure.Trygve Laugstøl2012-12-071-1/+1
|
* o Actually storing and deleting new/gone artifacts from Nexus.Trygve Laugstøl2012-11-245-100/+334
|
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-203-26/+163
| | | | | 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 Adding logic to stop fetching pages when Gitorious returns non-XML response.Trygve Laugstøl2012-11-194-0/+348
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.