aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/core
Commit message (Collapse)AuthorAgeFilesLines
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-192-7/+7
| | | | | 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-191-4/+12
| | | | | | ability to sort on timestamp. Created date is when we discovered the build, the timestamp is when Jenkins did the build.
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-171-0/+9
| | | | o Showing the avatar on the person page too.
* o Implementing search on people page.Trygve Laugstøl2013-01-121-1/+10
|
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-121-1/+2
|
* o Fixing another bug in the unbreakable poller, stored one build too many in ↵Trygve Laugstøl2013-01-102-13/+14
| | | | | | some progress objects too. o Got the logback.xml + system properties combination to finally work.
* o Creating a single (awarded) badge view.Trygve Laugstøl2013-01-103-8/+45
|
* o Preventing duplicates when inserting build participants.Trygve Laugstøl2013-01-091-0/+10
|
* o Creating a recent badges view.Trygve Laugstøl2013-01-061-1/+1
|
* o Adding a view for showing a list of people.Trygve Laugstøl2013-01-061-3/+9
|
* o Better front page.Trygve Laugstøl2013-01-061-0/+1
|
* o Reducing logging of table poller.Trygve Laugstøl2013-01-061-1/+1
|
* o Using the correct timestamp when creating badges.Trygve Laugstøl2013-01-061-1/+1
|
* o Including state in both badge and badge progress.Trygve Laugstøl2013-01-059-90/+129
| | | | o Removing count from badge, inserting one badge per badge received.
* o Showing recent badges on the front page.Trygve Laugstøl2013-01-043-3/+40
|
* o UUID => Uuid.Trygve Laugstøl2013-01-041-2/+2
|
* o Ordering by created_date desc by default.Trygve Laugstøl2013-01-042-3/+3
|
* o Trying out a custom UUID type for prettier formatting.Trygve Laugstøl2013-01-045-28/+31
|
* o Skipping builds where the job is a <mavenModule>.Trygve Laugstøl2013-01-032-3/+38
| | | | 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-037-12/+116
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Starting on a generic paging component.Trygve Laugstøl2012-12-292-2/+10
| | | | o Showing recent jobs on the jenkins server page.
* o Sending logs to to disk.Trygve Laugstøl2012-12-282-2/+2
|
* o Listing builds on the person view.Trygve Laugstøl2012-12-281-1/+30
|
* o Adding details page for persons.Trygve Laugstøl2012-12-262-7/+12
| | | | o Better front page.
* o Starting on a better front page.Trygve Laugstøl2012-12-266-42/+128
|
* 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-231-1/+2
|
* 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-231-0/+29
|
* o First badge: UNBREAKABLE.Trygve Laugstøl2012-12-2211-46/+435
|
* o Moving stuff to utils package.Trygve Laugstøl2012-12-225-10/+12
|
* o Being more relaxed when validating ssl certificates.Trygve Laugstøl2012-12-221-3/+0
|
* o Adding a sequence number to jenkins_build.Trygve Laugstøl2012-12-211-47/+39
| | | | o Making the table poller poll based on a sequence number instead.
* o Adding a 'core' domain module.Trygve Laugstøl2012-12-216-0/+306
o Adding a table scanner and a job that converts jenkins builds to builds.