aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a page={page} when paging through the person list.Trygve Laugstøl2013-01-213-8/+19
|
* o Showing a message if there where no participants.Trygve Laugstøl2013-01-211-1/+4
|
* o Improved paging with a "view" state that's either 'loading', 'data' or ↵Trygve Laugstøl2013-01-212-31/+60
| | | | 'error'.
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-195-43/+26
| | | | | o Fixing mis-mapped JenkinsJob. o Better navigation in the Jenkins app, <a> links are now proper links.
* o Reverting the timestamp => createdDate change, it was wrong. Adding ↵Trygve Laugstøl2013-01-198-17/+22
| | | | | | ability to sort on timestamp. Created date is when we discovered the build, the timestamp is when Jenkins did the build.
* o Grouping builds by day on the person view.Trygve Laugstøl2013-01-183-13/+47
|
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-1810-45/+59
| | | | | o Better builds list. o Renaming person-avatar to avatar-xl.
* o Getting the dogtag to work again.Trygve Laugstøl2013-01-183-8/+5
|
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-176-8/+33
| | | | o Showing the avatar on the person page too.
* PagingTableService:Trygve Laugstøl2013-01-131-4/+15
| | | | o Preventing sending too many queries. Sending the latest query when the previous one completes.
* PagingTableService:Trygve Laugstøl2013-01-137-7/+395
| | | | | o Adding support for showing a spinner if the query takes more than 500ms. o Adding a spinner when searching for people.
* o Adding PagingTableService.showNext()/nextDisabled() for better look when ↵Trygve Laugstøl2013-01-132-9/+36
| | | | searching.
* o Implemented "build" view.Trygve Laugstøl2013-01-1310-15/+83
| | | | o Created a better 'dogtag' directive, should be more reusable.
* o Nailing the navbar to the top.Trygve Laugstøl2013-01-132-1/+6
|
* o Implementing search on people page.Trygve Laugstøl2013-01-125-22/+49
|
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-123-21/+36
|
* o Prettier build list.Trygve Laugstøl2013-01-113-12/+14
|
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-1169-0/+63002
|
* o Fixing another bug in the unbreakable poller, stored one build too many in ↵Trygve Laugstøl2013-01-101-2/+2
| | | | | | 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-0/+39
| | | | o Removing count from badge, inserting one badge per badge received.
* o Trying out dbdeploy.Trygve Laugstøl2013-01-058-343/+0
|
* o Skipping builds where the job is a <mavenModule>.Trygve Laugstøl2013-01-031-0/+2
| | | | 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-031-4/+4
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* 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-281-2/+17
|
* o Adding Apache Shiro for security.Trygve Laugstøl2012-12-233-10/+17
|
* o Storing the file file reference on the jenkins build and job.Trygve Laugstøl2012-12-231-0/+4
|
* o Storing the raw bytes with the parsed data from Jenkins.Trygve Laugstøl2012-12-231-0/+10
|
* o First badge: UNBREAKABLE.Trygve Laugstøl2012-12-222-12/+32
|
* o Adding a sequence number to jenkins_build.Trygve Laugstøl2012-12-212-6/+11
| | | | o Making the table poller poll based on a sequence number instead.
* o Adding a 'core' domain module.Trygve Laugstøl2012-12-212-3/+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-201-0/+1
|
* o Storing jenkins_users.Trygve Laugstøl2012-12-202-9/+41
|
* o chmod -x.Trygve Laugstøl2012-12-116-0/+0
|
* o Adding Maven module as a build type.Trygve Laugstøl2012-12-101-0/+1
|
* wootTrygve Laugstøl2012-12-091-0/+0
|
* o Supporting Maven builds in jenkins.Trygve Laugstøl2012-12-081-2/+2
|
* o Discovering and storing jobs in addition to the build.Trygve Laugstøl2012-12-082-5/+22
|
* o Closing the HTTP streams so we don't run out of connections.Trygve Laugstøl2012-12-082-1/+4
| | | | 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 Sucking in all new events. Stops as soon as it has fetched an entire page ↵Trygve Laugstøl2012-12-071-12/+13
| | | | with only old events.
* o Adding support for new release events.Trygve Laugstøl2012-12-071-2/+7
|
* o More common XML parsing and HTTP client code. o Reimplemented the Nexus ↵Trygve Laugstøl2012-12-072-38/+48
| | | | code to consume the timeline instead of calculating its own diff.
* o Switching the gitorious code to the actor structure.Trygve Laugstøl2012-12-071-1/+1
|
* o Actually storing and deleting new/gone artifacts from Nexus.Trygve Laugstøl2012-11-241-12/+38
|
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-201-2/+13
| | | | | 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-0/+2
|
* o Adding logic to stop fetching pages when Gitorious returns non-XML response.Trygve Laugstøl2012-11-194-8/+36
| | | | | | | 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.