aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/jenkins
Commit message (Collapse)AuthorAgeFilesLines
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-192-4/+11
| | | | | o Fixing mis-mapped JenkinsJob. o Better navigation in the Jenkins app, <a> links are now proper links.
* o Removing excessive logging in JenkinsServerActor.Trygve Laugstøl2013-01-141-3/+1
|
* o Adding "name" to JenkinsServer.Trygve Laugstøl2013-01-123-4/+8
|
* o Adding missing i++.Trygve Laugstøl2013-01-051-1/+1
|
* o Adding build view for jenkins app.Trygve Laugstøl2013-01-041-4/+11
|
* o Skipping builds where the job is a <mavenModule>.Trygve Laugstøl2013-01-035-25/+48
| | | | o Using the build's timestamp instead of createdDate in the UI.
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-0311-83/+96
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Adding jobs view for jenkins app.Trygve Laugstøl2012-12-291-34/+33
|
* o Starting on a generic paging component.Trygve Laugstøl2012-12-291-0/+27
| | | | o Showing recent jobs on the jenkins server page.
* o Sending logs to to disk.Trygve Laugstøl2012-12-281-1/+1
|
* o Making sure the entire document is parsed completely.Trygve Laugstøl2012-12-231-1/+1
|
* o Storing the file file reference on the jenkins build and job.Trygve Laugstøl2012-12-233-12/+18
|
* o Storing the raw bytes with the parsed data from Jenkins.Trygve Laugstøl2012-12-234-36/+62
|
* o Moving stuff to utils package.Trygve Laugstøl2012-12-224-7/+7
|
* o Adding a 'core' domain module.Trygve Laugstøl2012-12-216-40/+41
| | | | o Adding a table scanner and a job that converts jenkins builds to builds.
* o Storing the users that had a commit in the build as a part of the build.Trygve Laugstøl2012-12-203-13/+51
|
* o Storing jenkins_users.Trygve Laugstøl2012-12-207-69/+141
|
* o Adding breadcrumbs for easier navigation.Trygve Laugstøl2012-12-201-2/+2
|
* o Adding a basic web app.Trygve Laugstøl2012-12-196-84/+128
|
* o Adding matrixConfiguration as a project type.Trygve Laugstøl2012-12-191-0/+2
|
* Merge remote-tracking branch 'origin/master'Trygve Laugstøl2012-12-161-4/+13
|\
| * o Parsing out data from svn as well.Trygve Laugstøl2012-12-121-4/+13
| |
* | o chmod -x.Trygve Laugstøl2012-12-118-0/+0
|/
* o Starting to parse out commit info from the Jenkins build too.Trygve Laugstøl2012-12-115-139/+283
|
* o Adding some utilities.Trygve Laugstøl2012-12-102-12/+35
|
* o Adding Maven module as a build type.Trygve Laugstøl2012-12-104-36/+23
|
* wootTrygve Laugstøl2012-12-092-1/+3
|
* o Supporting Maven builds in jenkins.Trygve Laugstøl2012-12-082-40/+68
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-086-92/+173
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-084-14/+27
| | | | o Attaching the build to a server.
* o Creating a flag to disable jenkins servers from being polled.Trygve Laugstøl2012-12-084-44/+53
| | | | o Using proper logging.
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-086-122/+319
|
* o Better Jenkins importer.Trygve Laugstøl2012-12-074-36/+194
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-073-68/+28
| | | | code to consume the timeline instead of calculating its own diff.
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-203-19/+14
| | | | | 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 Adding "buildable" to the job status.Trygve Laugstøl2012-11-181-52/+42
|
* o A version that's more useful because as it is closing its connections.Trygve Laugstøl2012-11-184-103/+62
|
* o Creating jobs for polling a jenkins servers and jobs.Trygve Laugstøl2012-11-174-29/+427
|
* o Adding Jenkins code.Trygve Laugstøl2012-11-132-0/+91