aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/io/trygvis/esper/testing/nexus/TestXmlParsing.java
Commit message (Collapse)AuthorAgeFilesLines
* o Timezone safing a test.Trygve Laugstøl2013-01-121-1/+2
|
* o chmod -x.Trygve Laugstøl2012-12-111-0/+0
|
* o Sucking in all new events. Stops as soon as it has fetched an entire page ↵Trygve Laugstøl2012-12-071-24/+23
| | | | with only old events.
* o Adding support for new release events.Trygve Laugstøl2012-12-071-2/+22
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-071-0/+19
| | | | code to consume the timeline instead of calculating its own diff.
* o Renaming NexusParser to SearchNGResponseParser.Trygve Laugstøl2012-12-071-1/+1
|
* o Actually storing and deleting new/gone artifacts from Nexus.Trygve Laugstøl2012-11-241-10/+10
|
* o Adding logic to stop fetching pages when Gitorious returns non-XML response.Trygve Laugstøl2012-11-191-0/+47
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.