index
:
esper-testing.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
io
/
trygvis
Commit message (
Expand
)
Author
Age
Files
Lines
*
JenkinsServerActor:
Trygve Laugstøl
2013-01-22
3
-7
/
+56
*
o Adding build count and last time timestamp to the Jenkins server view.
Trygve Laugstøl
2013-01-22
3
-10
/
+33
*
o Fixing so that it queries builds based on created_date and not timestamp.
Trygve Laugstøl
2013-01-22
1
-1
/
+1
*
o Showing links to the Jenkins build on the build page.
Trygve Laugstøl
2013-01-22
2
-9
/
+18
*
o Showing a message if there where no participants.
Trygve Laugstøl
2013-01-21
1
-1
/
+1
*
o Improved paging with a "view" state that's either 'loading', 'data' or 'err...
Trygve Laugstøl
2013-01-21
1
-2
/
+9
*
o Making sure every resource that supports paging has a default ordering.
Trygve Laugstøl
2013-01-19
8
-26
/
+45
*
o Reverting the timestamp => createdDate change, it was wrong. Adding ability...
Trygve Laugstøl
2013-01-19
5
-37
/
+29
*
o timestamp => createdDate in the JSON to be consistent.
Trygve Laugstøl
2013-01-18
1
-3
/
+3
*
o Adding "jenkins_users" to the JSON representation of a person.
Trygve Laugstøl
2013-01-17
4
-8
/
+27
*
o Renaming PersonGenerator to LdapImporter. Taking arguments from args instea...
Trygve Laugstøl
2013-01-15
1
-10
/
+9
*
o Adding a tool to generate Person's from a LDAP directory.
Trygve Laugstøl
2013-01-14
1
-0
/
+121
*
o Removing excessive logging in JenkinsServerActor.
Trygve Laugstøl
2013-01-14
1
-3
/
+1
*
PagingTableService:
Trygve Laugstøl
2013-01-13
1
-0
/
+5
*
o Implementing search on people page.
Trygve Laugstøl
2013-01-12
2
-3
/
+13
*
o Sorting the badge list with newest first.
Trygve Laugstøl
2013-01-12
2
-11
/
+16
*
o Adding "name" to JenkinsServer.
Trygve Laugstøl
2013-01-12
4
-6
/
+12
*
o Fixing another bug in the unbreakable poller, stored one build too many in ...
Trygve Laugstøl
2013-01-10
3
-19
/
+20
*
o Creating a single (awarded) badge view.
Trygve Laugstøl
2013-01-10
5
-14
/
+80
*
o Adding basic build list in the front page application.
Trygve Laugstøl
2013-01-09
2
-61
/
+105
*
o Preventing duplicates when inserting build participants.
Trygve Laugstøl
2013-01-09
1
-0
/
+10
*
o Creating a recent badges view.
Trygve Laugstøl
2013-01-06
1
-1
/
+1
*
o Much better person list.
Trygve Laugstøl
2013-01-06
3
-2
/
+37
*
o Adding a view for showing a list of people.
Trygve Laugstøl
2013-01-06
5
-24
/
+71
*
o Better front page.
Trygve Laugstøl
2013-01-06
2
-5
/
+6
*
o Relaxed parsing of xml files in case the file is missing.
Trygve Laugstøl
2013-01-06
1
-2
/
+10
*
o Reducing logging of table poller.
Trygve Laugstøl
2013-01-06
1
-1
/
+1
*
o Using the correct timestamp when creating badges.
Trygve Laugstøl
2013-01-06
1
-1
/
+1
*
o Including state in both badge and badge progress.
Trygve Laugstøl
2013-01-05
15
-153
/
+216
*
o Adding missing i++.
Trygve Laugstøl
2013-01-05
1
-1
/
+1
*
o Showing recent badges on the front page.
Trygve Laugstøl
2013-01-04
6
-58
/
+159
*
o UUID => Uuid.
Trygve Laugstøl
2013-01-04
2
-3
/
+3
*
o Ordering by created_date desc by default.
Trygve Laugstøl
2013-01-04
2
-3
/
+3
*
o Adding build view for jenkins app.
Trygve Laugstøl
2013-01-04
2
-29
/
+88
*
o Trying out a custom UUID type for prettier formatting.
Trygve Laugstøl
2013-01-04
10
-34
/
+290
*
o Using the PagingTableService on the front page and person apps.
Trygve Laugstøl
2013-01-04
1
-0
/
+4
*
o Skipping builds where the job is a <mavenModule>.
Trygve Laugstøl
2013-01-03
8
-35
/
+93
*
o Moving Jenkins XML objects and parsing to it's own package.
Trygve Laugstøl
2013-01-03
31
-113
/
+293
*
o Adding jobs view for jenkins app.
Trygve Laugstøl
2012-12-29
3
-64
/
+144
*
o Starting on a generic paging component.
Trygve Laugstøl
2012-12-29
6
-4
/
+95
*
o A custom pageable table with builds.
Trygve Laugstøl
2012-12-28
1
-0
/
+4
*
o Sending logs to to disk.
Trygve Laugstøl
2012-12-28
10
-12
/
+25
*
o Showing date and build result IN COLOR!
Trygve Laugstøl
2012-12-28
1
-5
/
+9
*
o Listing builds on the person view.
Trygve Laugstøl
2012-12-28
9
-49
/
+215
*
o Adding details page for persons.
Trygve Laugstøl
2012-12-26
16
-48
/
+96
*
o Starting on a better front page.
Trygve Laugstøl
2012-12-26
10
-50
/
+257
*
o Adding Apache Shiro for security.
Trygve Laugstøl
2012-12-23
4
-4
/
+35
*
o Making sure the entire document is parsed completely.
Trygve Laugstøl
2012-12-23
1
-1
/
+1
*
o Moving config.properties to etc/ to make it more app.sh compatible.
Trygve Laugstøl
2012-12-23
1
-1
/
+1
*
o Better logging.
Trygve Laugstøl
2012-12-23
2
-2
/
+2
[next]