aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* o Using INFO as the default log level for stdout.Trygve Laugstøl2012-12-281-1/+1
|
* o Sending logs to to disk.Trygve Laugstøl2012-12-2814-18/+47
|
* o Showing date and build result IN COLOR!Trygve Laugstøl2012-12-284-15/+31
|
* o Listing builds on the person view.Trygve Laugstøl2012-12-2827-83/+12781
|
* o Adding details page for persons.Trygve Laugstøl2012-12-2628-77/+3069
| | | | o Better front page.
* o Starting on a better front page.Trygve Laugstøl2012-12-2617-93/+359
|
* o Adding urlrewrite filter to get some prettier URLs.Trygve Laugstøl2012-12-265-22/+60
|
* o Adding Apache Shiro for security.Trygve Laugstøl2012-12-2313-19/+170
|
* o Making sure the entire document is parsed completely.Trygve Laugstøl2012-12-231-1/+1
|
* o Moving config.properties to etc/ to make it more app.sh compatible.Trygve Laugstøl2012-12-237-2/+56
|
* o Better logging.Trygve Laugstøl2012-12-232-2/+2
|
* o Storing the file file reference on the jenkins build and job.Trygve Laugstøl2012-12-237-15/+36
|
* o Fixing logging.Trygve Laugstøl2012-12-231-2/+2
|
* o Storing the raw bytes with the parsed data from Jenkins.Trygve Laugstøl2012-12-2312-48/+140
|
* o First badge: UNBREAKABLE.Trygve Laugstøl2012-12-2218-60/+546
|
* o Moving stuff to utils package.Trygve Laugstøl2012-12-2224-284/+36
|
* o Being more relaxed when validating ssl certificates.Trygve Laugstøl2012-12-222-3/+8
|
* o Adding a sequence number to jenkins_build.Trygve Laugstøl2012-12-216-53/+98
| | | | o Making the table poller poll based on a sequence number instead.
* o Adding a 'core' domain module.Trygve Laugstøl2012-12-2118-47/+445
| | | | 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-204-13/+52
|
* o Storing jenkins_users.Trygve Laugstøl2012-12-2016-86/+339
|
* o Adding breadcrumbs for easier navigation.Trygve Laugstøl2012-12-205-21/+89
|
* o More timing logging when running COMMIT.Trygve Laugstøl2012-12-201-0/+5
|
* o Adding a basic web app.Trygve Laugstøl2012-12-1945-127/+36322
|
* o Adding matrixConfiguration as a project type.Trygve Laugstøl2012-12-191-0/+2
|
* Merge remote-tracking branch 'origin/master'Trygve Laugstøl2012-12-162-5/+40
|\
| * o Parsing out data from svn as well.Trygve Laugstøl2012-12-122-5/+40
| |
* | o chmod -x.Trygve Laugstøl2012-12-1149-0/+0
|/
* o Starting to parse out commit info from the Jenkins build too.Trygve Laugstøl2012-12-119-139/+364
|
* o Building a zip file with all the tools in them.Trygve Laugstøl2012-12-111-5/+55
|
* o Adding some utilities.Trygve Laugstøl2012-12-105-16/+178
|
* o Adding Maven module as a build type.Trygve Laugstøl2012-12-106-40/+28
|
* wootTrygve Laugstøl2012-12-095-1/+115
|
* o Some more Esper experiments.Trygve Laugstøl2012-12-093-45/+64
|
* o Some more Esper experiments.Trygve Laugstøl2012-12-093-72/+185
|
* o Supporting Maven builds in jenkins.Trygve Laugstøl2012-12-086-44/+83
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-0811-105/+217
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-088-20/+40
| | | | o Attaching the build to a server.
* o Creating a flag to disable jenkins servers from being polled.Trygve Laugstøl2012-12-0811-81/+97
| | | | o Using proper logging.
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-0821-271/+3495
|
* o Better Jenkins importer.Trygve Laugstøl2012-12-0714-115/+326
|
* o Sucking in all new events. Stops as soon as it has fetched an entire page ↵Trygve Laugstøl2012-12-077-132/+203
| | | | with only old events.
* o Adding support for new release events.Trygve Laugstøl2012-12-076-28/+133
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-0722-329/+690
| | | | code to consume the timeline instead of calculating its own diff.
* o Renaming NexusParser to SearchNGResponseParser.Trygve Laugstøl2012-12-073-3/+3
|
* o Switching the gitorious code to the actor structure.Trygve Laugstøl2012-12-0715-297/+386
|
* o Actually storing and deleting new/gone artifacts from Nexus.Trygve Laugstøl2012-11-2413-245/+500
|
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-2017-81/+323
| | | | | 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-1913-330/+164
|
* o Adding logic to stop fetching pages when Gitorious returns non-XML response.Trygve Laugstøl2012-11-1922-75/+3682
| | | | | | | 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.