aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/Config.java
Commit message (Collapse)AuthorAgeFilesLines
* o Fixing another bug in the unbreakable poller, stored one build too many in ↵Trygve Laugstøl2013-01-101-6/+6
| | | | | | some progress objects too. o Got the logback.xml + system properties combination to finally work.
* o Including state in both badge and badge progress.Trygve Laugstøl2013-01-051-2/+26
| | | | o Removing count from badge, inserting one badge per badge received.
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-031-3/+7
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o A custom pageable table with builds.Trygve Laugstøl2012-12-281-0/+4
|
* o Sending logs to to disk.Trygve Laugstøl2012-12-281-3/+16
|
* o Adding Apache Shiro for security.Trygve Laugstøl2012-12-231-2/+8
|
* o Moving config.properties to etc/ to make it more app.sh compatible.Trygve Laugstøl2012-12-231-1/+1
|
* o Being more relaxed when validating ssl certificates.Trygve Laugstøl2012-12-221-0/+8
|
* 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.