aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/trygvis
Commit message (Collapse)AuthorAgeFilesLines
* o Showing a message if there where no participants.Trygve Laugstøl2013-01-211-1/+1
|
* o Improved paging with a "view" state that's either 'loading', 'data' or ↵Trygve Laugstøl2013-01-211-2/+9
| | | | 'error'.
* o Making sure every resource that supports paging has a default ordering.Trygve Laugstøl2013-01-198-26/+45
| | | | | 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-195-37/+29
| | | | | | ability to sort on timestamp. Created date is when we discovered the build, the timestamp is when Jenkins did the build.
* o timestamp => createdDate in the JSON to be consistent.Trygve Laugstøl2013-01-181-3/+3
| | | | | o Better builds list. o Renaming person-avatar to avatar-xl.
* o Adding "jenkins_users" to the JSON representation of a person.Trygve Laugstøl2013-01-174-8/+27
| | | | o Showing the avatar on the person page too.
* o Renaming PersonGenerator to LdapImporter. Taking arguments from args ↵Trygve Laugstøl2013-01-151-10/+9
| | | | instead of system properties.
* o Adding a tool to generate Person's from a LDAP directory.Trygve Laugstøl2013-01-141-0/+121
|
* o Removing excessive logging in JenkinsServerActor.Trygve Laugstøl2013-01-141-3/+1
|
* PagingTableService:Trygve Laugstøl2013-01-131-0/+5
| | | | | o Adding support for showing a spinner if the query takes more than 500ms. o Adding a spinner when searching for people.
* o Implementing search on people page.Trygve Laugstøl2013-01-122-3/+13
|
* o Sorting the badge list with newest first.Trygve Laugstøl2013-01-122-11/+16
|
* o Adding "name" to JenkinsServer.Trygve Laugstøl2013-01-124-6/+12
|
* o Fixing another bug in the unbreakable poller, stored one build too many in ↵Trygve Laugstøl2013-01-103-19/+20
| | | | | | 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-105-14/+80
|
* o Adding basic build list in the front page application.Trygve Laugstøl2013-01-092-61/+105
|
* 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 Much better person list.Trygve Laugstøl2013-01-063-2/+37
|
* o Adding a view for showing a list of people.Trygve Laugstøl2013-01-065-24/+71
|
* o Better front page.Trygve Laugstøl2013-01-062-5/+6
|
* o Relaxed parsing of xml files in case the file is missing.Trygve Laugstøl2013-01-061-2/+10
|
* 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-0515-153/+216
| | | | o Removing count from badge, inserting one badge per badge received.
* o Adding missing i++.Trygve Laugstøl2013-01-051-1/+1
|
* o Showing recent badges on the front page.Trygve Laugstøl2013-01-046-58/+159
|
* o UUID => Uuid.Trygve Laugstøl2013-01-042-3/+3
|
* o Ordering by created_date desc by default.Trygve Laugstøl2013-01-042-3/+3
|
* o Adding build view for jenkins app.Trygve Laugstøl2013-01-042-29/+88
|
* o Trying out a custom UUID type for prettier formatting.Trygve Laugstøl2013-01-0410-34/+290
|
* o Using the PagingTableService on the front page and person apps.Trygve Laugstøl2013-01-041-0/+4
|
* o Skipping builds where the job is a <mavenModule>.Trygve Laugstøl2013-01-038-35/+93
| | | | 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-0331-113/+293
| | | | o Removing fields from JenkinsBuild that's read from the XML later on.
* o Adding jobs view for jenkins app.Trygve Laugstøl2012-12-293-64/+144
|
* o Starting on a generic paging component.Trygve Laugstøl2012-12-296-4/+95
| | | | o Showing recent jobs on the jenkins server page.
* o A custom pageable table with builds.Trygve Laugstøl2012-12-281-0/+4
|
* o Sending logs to to disk.Trygve Laugstøl2012-12-2810-12/+25
|
* o Showing date and build result IN COLOR!Trygve Laugstøl2012-12-281-5/+9
|
* o Listing builds on the person view.Trygve Laugstøl2012-12-289-49/+215
|
* o Adding details page for persons.Trygve Laugstøl2012-12-2616-48/+96
| | | | o Better front page.
* o Starting on a better front page.Trygve Laugstøl2012-12-2610-50/+257
|
* o Adding Apache Shiro for security.Trygve Laugstøl2012-12-234-4/+35
|
* 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-231-1/+1
|
* 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-234-13/+20
|
* 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-238-44/+120
|
* o First badge: UNBREAKABLE.Trygve Laugstøl2012-12-2214-48/+464
|