forked from github/janky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
104 lines (62 loc) · 3.19 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
= 0.9.15 / 2013-07-25
* Upgrade sinatra_auth_github to make this work better with latest GitHub.com
requirements
* Truncate MD5 digests in job names to 12 characters
= 0.9.14 / 2013-02-26
* Many doc changes and improvements [Rob Sanheim]
* Make the Jenkins job name human readable [Riley Guerin]
* Added GithubStatus Notifier for GitHub Status API.
See https://github.com/blog/1227-status-api [Rob Sainheim]
* Added Build#queued_at for tracking when builds were queued vs actually
built. [Simon Rozet]
= 0.9.13 / 2012-06-24
* Pull down the branch HEAD commit from the GitHub API for manual builds.
This ensures that the latest code is built even when the webhook fails.
[Jake Douglas, Simon Rozet]
* Record the name of the user that triggered a build in the database. This
is mostly useful for applications consuming the Janky API and isn't exposed
anywhere in the UI. [Jake Douglas, Simon Rozet]
* Use full SHA1s when interacting with other systems to avoid ambiguous
commits. [Jake Douglas]
* Deprecate support for Ruby < 1.9.3. [Simon Rozet]
* Add missing database migrations that were wrongfully omitted from the
0.9.12 gem package. [Simon Rozet]
= 0.9.12 / 2012-06-23
* Upgrade OAuth authentication gem to use GitHub API v3. [Corey Donohoe]
* Upgrade to ActiveRecord 3.2.X. [Simon Rozet]
* Allow configuring the path to the database socket with JANKY_DATABASE_SOCKET
setting. [Simon Rozet]
* Add a few indexes on the builds table to improve performance. [Simon Rozet].
* Eager load the builds.output column to improve performance. [Simon Rozet,
Jesse Dearing, Rafael Mendonça França]
* Fix deprecation logic for Campfire settings. [Piet Jaspers]
* Destroy all associated records after destroying a repository record. [Eric
Holmes]
* Handle commit messages longer than 255 characters. [Shay Frendt]
= 0.9.11 / 2011-03-01
* Fix HipChat setup instructions. [Andre Sachs]
* Fix OAuth authentication bug introduced in version 0.9.9. [Lucas Mazza]
* Fix `db:migrate` Rake task on Heroku when using HipChat. See the updated
gist at https://gist.github.com/1497335. [Simon Rozet]
= 0.9.10 / 2011-02-11
* Fix an issue where Campfire settings are overridden on Heroku [Simon Rozet]
= 0.9.9 / 2011-02-11
* HipChat support [Justin Smestad, Seth Chisamore, Simon Rozet]
* Support for GitHub Enterprise. [Dusty Burwell, Simon Rozet]
* Support for GitHub logins containing dashes. [Thom May]
* Support for branches containing slashes in their name. [Andres Torres]
* Respond with proper status code to invalid Jenkins notification
requests. [Chris Mytton]
* Support for Jenkins servers running behind SSL. [Vivek Pandey,
Gavin Heavyside, Thom May]
* Support for Jenkins servers running under a path [Piet Jaspers]
* Deprecate JANKY_CAMPFIRE_ACCOUNT. Please use JANKY_CHAT_CAMPFIRE_ACCOUNT
instead. [Simon Rozet]
* Deprecate JANKY_CAMPFIRE_TOKEN. Please use JANKY_CHAT_CAMPFIRE_TOKEN
instead. [Simon Rozet]
* Deprecate JANKY_CAMPFIRE_DEFAULT_ROOM. Please use
JANKY_CHAT_DEFAULT_ROOM instead. [Simon Rozet]
* Both JANKY_BASE_URL and JANKY_DEFAULT_BUILDER now require a trailing
slash. [Simon Rozet]
= 0.9 / 2011-12-19
* Initial public release.