aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis/esper/testing/Util.java
Commit message (Collapse)AuthorAgeFilesLines
* o Showing a message if there where no participants.Trygve Laugstøl2013-01-211-1/+1
|
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-191-1/+9
| | | | | 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-0/+4
| | | | | | ability to sort on timestamp. Created date is when we discovered the build, the timestamp is when Jenkins did the build.
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-121-10/+14
|
* o Adding a view for showing a list of people.Trygve Laugstøl2013-01-061-5/+42
|
* o Moving Jenkins XML objects and parsing to it's own package.Trygve Laugstøl2013-01-031-0/+0
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Moving stuff to utils package.Trygve Laugstøl2012-12-221-1/+1
|
* o Adding a 'core' domain module.Trygve Laugstøl2012-12-211-0/+27
| | | | o Adding a table scanner and a job that converts jenkins builds to builds.
* o Adding a basic web app.Trygve Laugstøl2012-12-191-0/+20
|
* o Storing Jenkins builds discovered from the feed.Trygve Laugstøl2012-12-081-0/+10
|
* o Adding BoneCP init to Config.Trygve Laugstøl2012-11-201-0/+48
o Starting on an actor-like structure for the running jobs. o Loading Nexus servers and group ids to look for from the database.