aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/ddl-jenkins.sql
Commit message (Collapse)AuthorAgeFilesLines
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-031-4/+4
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Storing the file file reference on the jenkins build and job.Trygve Laugstøl2012-12-231-0/+4
|
* o First badge: UNBREAKABLE.Trygve Laugstøl2012-12-221-0/+2
|
* o Adding a sequence number to jenkins_build.Trygve Laugstøl2012-12-211-1/+6
| | | | o Making the table poller poll based on a sequence number instead.
* o Adding a 'core' domain module.Trygve Laugstøl2012-12-211-1/+2
| | | | 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-201-0/+1
|
* o Storing jenkins_users.Trygve Laugstøl2012-12-201-0/+12
|
* o chmod -x.Trygve Laugstøl2012-12-111-0/+0
|
* o Adding Maven module as a build type.Trygve Laugstøl2012-12-101-0/+1
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-081-2/+17
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-081-0/+3
| | | | o Attaching the build to a server.
* o Creating a flag to disable jenkins servers from being polled.Trygve Laugstøl2012-12-081-2/+5
| | | | o Using proper logging.
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-081-3/+20
|
* o Better Jenkins importer.Trygve Laugstøl2012-12-071-2/+8
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-071-0/+9
code to consume the timeline instead of calculating its own diff.