forked from ukigumo/Ukigumo-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
153 lines (91 loc) · 3.01 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Revision history for Perl module Ukigumo::Client
{{$NEXT}}
0.31 2014-05-01T04:21:43Z
- Fix the problem that doesn't show git log when both of revisions are equal
- Fix the handling for timeout
- Fix typo in the documentation
0.30 2014-04-08T06:50:37Z
- Fix bug at GitHub Notifier
- Do not die with silence
0.29 2014-04-06T14:46:40Z
- Change to send STATUS_TIMEOUT
0.28 2014-04-05T05:49:54Z
- Add the documentation for elapsed time
0.27 2014-04-03T08:21:51Z
- Measure the elapsed time (moznion)
- Normalize paths for work directory (mattn)
- Fix the problem that does not work certainly on Windows (mattn)
0.26 2014-03-27T23:25:33Z
- Support report_timeout() method
(moznion)
0.25 2014-03-19T08:46:31Z
- Fix a fatal typo in U::C::N::GitHubStatuses
0.24 2014-03-17T15:31:34Z
- It do not die if notifying is fail
- Fix a conditional branch bug
0.23 2014-03-17T03:45:06Z
- Fix a bug that cannot create notifier instance
0.22 2014-03-13T10:45:34Z
- Support compare_url (for GitHub webhooks)
(moznion)
- Support GitHub Statuses API
(moznion)
0.21 2014-03-05T00:15:47Z
- Throws exception if .ukigumo.yml is borken.
(tokuhirom)
0.20 2014-01-16T07:45:11Z
- Ukigumo::Client should load Ukigumo::Cliient::Notify::Ikachan.
(tokuhirom)
0.19 2014-01-16T06:48:30Z
- Load Ukigumo::Client::Executor::Command expressly.
(tokuhirom)
0.18 2013-07-25T17:35:35Z
- fix dependencies
- fix spelling errors
- adjust Formatting of Changes for CPAN::Changes::Spec (neilbowers)
0.17 2013-04-15T14:45:26Z
- fix packaging only
0.16 2013-04-13T10:16:34Z
- Add Notify::Growl
- Switch to Minilla from M::B
0.15 2013-03-11T19:01:27
- Switch to Module::Build
0.14 2013-03-11T15:57:55
- [Experimental] Added .ukigumo.yml support
0.13 2013-03-06 11:32:13
- Notify::Callback
- Executor::Command
- add `skip_if_unmodified` option to Role::VC and ukigumo-client.pl
- add `command` option to ukigumo-client.pl
0.12 2011-11-15
- skip notification if $status is success and last status was skipped.
0.11 2011-11-11
- 8a6f9d8 better diag on http response error
- b9febd1 Notify::Ikachan: ignore STATUS_SKIP by default.
- depend to Ukigumo::Common 0.03
0.10 2011-11-08
- no feature changes
- 0.09 wasn't released to CPAN. Changes of 0.09 bellow.
- VC::SVN(xaicron)
- d6c85db reset revision after update
- e9c930f maybe better for tee_merged
- 4852ef8 forgotten substituting
0.08 2011-10-20
- fixed packaging issue
0.07 2011-10-19
- better packaging
0.06 2011-10-11
- fixed packaging issue
0.05 2011-10-04
- [Notify::Ikachan] make ignore_success option as '1' by default.
0.04 2011-10-04
- allow '/' character in branch name
0.03 2011-10-02
- better error message on ukigumo-client.pl
- doc fix
0.02 2011-10-02
- win32 fix(mattn++)
- added Executor::Callback
- added VC::Callback
0.01 2011-09-03 19:14:47
- original version