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
/
esper
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
o Storing the file file reference on the jenkins build and job.
Trygve Laugstøl
2012-12-23
4
-13
/
+20
*
o Fixing logging.
Trygve Laugstøl
2012-12-23
1
-2
/
+2
*
o Storing the raw bytes with the parsed data from Jenkins.
Trygve Laugstøl
2012-12-23
8
-44
/
+120
*
o First badge: UNBREAKABLE.
Trygve Laugstøl
2012-12-22
14
-48
/
+464
*
o Moving stuff to utils package.
Trygve Laugstøl
2012-12-22
23
-283
/
+35
*
o Being more relaxed when validating ssl certificates.
Trygve Laugstøl
2012-12-22
2
-3
/
+8
*
o Adding a sequence number to jenkins_build.
Trygve Laugstøl
2012-12-21
3
-47
/
+83
*
o Adding a 'core' domain module.
Trygve Laugstøl
2012-12-21
16
-44
/
+404
*
o Storing the users that had a commit in the build as a part of the build.
Trygve Laugstøl
2012-12-20
3
-13
/
+51
*
o Storing jenkins_users.
Trygve Laugstøl
2012-12-20
11
-70
/
+268
*
o Adding breadcrumbs for easier navigation.
Trygve Laugstøl
2012-12-20
2
-18
/
+60
*
o More timing logging when running COMMIT.
Trygve Laugstøl
2012-12-20
1
-0
/
+5
*
o Adding a basic web app.
Trygve Laugstøl
2012-12-19
15
-124
/
+293
*
o Adding matrixConfiguration as a project type.
Trygve Laugstøl
2012-12-19
1
-0
/
+2
*
Merge remote-tracking branch 'origin/master'
Trygve Laugstøl
2012-12-16
1
-4
/
+13
|
\
[next]