forked from ci-reporter/ci_reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
238 lines (154 loc) · 6.58 KB
/
History.txt
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
== 2.0.0 (2014-07-24)
=== Changed
- Gem has been refactored into multiple framework-specific gems.
=== Removed
- All methods of use except the `ci:setup:*` Rake tasks.
== 1.9.2 (04/06/14)
- GH #119: add timestamp attribute (Shawn Zhu)
- GH #118: yank rubyforge guts (Shawn Zhu)
- GH #115: README doc additions (Piotr Kuczynski)
== 1.9.1 (12/26/13)
- GH #111: Add MIT license in gemspec (Dave Golombek)
- GH #84: Fix for filename too long on ecryptfs (Gintaras Sakalauskas)
- Upgrade RSpec, Cucumber and Spinach deps and fix deprecations
- Get Travis build green again for 1.9.3, 2.0.0 and JRuby
== 1.9.0 (07/02/13)
- Merge PR #102 (thanks docwhat)
- Drop 1.8 support from travis/build scripts
== 1.8.4 (01/25/13)
- Fixing LoadError for rspec/version for apps that use rspec-rails (thanks
Dmitry Frenkel)
== 1.8.3 (12/07/12)
- Update test-unit dependency to '> 2.4.9' (thanks Troy Dawson)
- Add spinach documentation
== 1.8.2 (12/04/12)
- #80: Handle rspec-core 2.10.0 #format_backtrace regression and fix
== 1.8.1 (12/03/12)
- Manifest and gemspec for 1.8.0 was missing spinach files. Fixes #79.
== 1.8.0 (11/30/12)
- Add support for Spinach -- pull request #67 from spraints/spinach
- Merge pull request #62 from citrusmoose/master
- Merge pull request #76 from pivotal-leopold/master
- Merge pull request #78 from Marketcircle/minitest-errors
- Merge pull request #56 from orianthi/master
== 1.7.3 (10/09/12)
- Don't extend RSpec BaseFormatter but instead delegate via method_missing for
better forward-compatibility
== 1.7.2 (9/10/12)
- #73: do not search ancestors when checking Test::Unit.const_defined? (Sean Walbran)
- #68: make sure @suite is not nil (Patrick Cheng)
== 1.7.1 (08/16/12)
- #58: Use const_defined? for checking a constant is defined (Kouhei Sutou)
- #70: Initialize delegate IO for non-tee methods
- #55: Accommodate 1.8.7 which requires std streams to be subclasses of IO
- #52: Mark skipped tests as skipped instead of failure
- #51: Allow for constants to include "Omission" or :Omission (1.8 vs. 1.9).
== 1.7.0 (01/28/11)
- #39, #49: Minitest support (thanks Alexander Shcherbinin)!
- #14, #44: fix remaining 1.9 issues
== 1.6.9 (12/14/11)
- #49: fix nil to_xs with CI_CAPTURE=off (thanks Sean Walbran)
== 1.6.8 (12/13/11)
- #47: Fix regression - don't pull test/unit in unnecessarily
== 1.6.7 (12/13/11)
- Add support for JUnit skipped and error tags (thanks Jørgen Tjernø)
== 1.6.6 (12/06/11)
- added code and spec to shorten filenames that will cause
Errno::ENAMETOOLONG
- RSpec 2.2.1 compatability
== 1.6.5 (06/14/11)
- Works with RSpec up to 2.6.x
- GH #31: Better output formatting for RSpec 2 (Michael Giambalvo)
- Better ruby-test/TestUnit version support (amfranz)
- Prevent XML files from being overwritten (dpree)
== 1.6.4 (12/21/10)
- RSpec 2.2+ support (thanks emi)
== 1.6.3
- Thanks to yairgo and tylerkovacs for their assistance and prodding
for RSpec 2 support this release.
- GH #4: Updated for modern Cucumber (0.9.2 as of this writing)
- GH #6: Capture dynamically-named RSpec examples
- GH #7: RSpec 2.0.0 compatibility
== 1.6.2
- GH #1: Properly escape text in system-out and system-err tags (Matt Kanwisher)
- GH #2: Report rspec before(:all) failures (Edgars Beigarts)
- GH #3: Support for Omissions and Pending Tests from Test::Unit 2.0.x (Sam Hendley)
== 1.6.1
- Add 'skipped' flag for pending RSpec examples (Aaron Unger)
== 1.6.0
- Add support for Cucumber (tested against 0.3.0 - 0.3.2); (Graeme Mathieson)
== 1.5.3
- Compatibility with latest RSpec (1.2.4); (Paul Boone)
== 1.5.2
- Compatibility with latest RSpec (1.1.11 or so); use example
description method if available
- Remove dependency on rubygems when requiring builder (rescue
LoadError) (Jari Bakken)
- Source repository moved to github/git.caldersphere.net
== 1.5.1
- Fix silly load-path error that some had been seeing
== 1.5
- Support for RSpec 1.1.1 example groups (which broke ci_reporter 1.4)
- Change internal model to delegation instead of inheritance, allowing
ci_reporter to wrap different output formatters
- Add 'ci:setup:rspecdoc' task to output specdoc format instead of
progress
- Add support for pending examples; they will be listed in the report
XML as successful, but the name will have a '(PENDING)' tag appended
- Support for RSpec < 0.9 removed as promised; use 1.4 if you still
need to use an older version of RSpec
== 1.4
- Test::Unit tests that fail in multiple places (setup, test method,
and teardown) are now tracked (marcog)
- Explicit dependency requirement on Builder (>= 2.1.2)
- Use of RSpec < 0.9 is now deprecated; support will probably
disappear in the next version
== 1.3.5
- Change way we append to environment variables to appease windows
(Tracker #13998, Adam Anderson)
== 1.3.4
- Call #to_s on the object passed in as the test suite name;
compatibility fix for RSpec trunk which passes a
Spec::DSL::Description instead of a string
- Fix broken spec due to pending feature introduced in recent RSpec
- Fix compatibility for JRuby
- Add stub.rake file as another way to wrap existing Rakefile, with
note in README
== 1.3.3
- Use SPEC_OPTS instead of RSPECOPTS (Aslak Hellesøy)
- Add assertions attribute to individual test cases (Tracker #11563,
Andy Sipe)
== 1.3.2
- Fix bug trying to modify frozen environment strings
- Upgrade all specs to RSpec 1.0 style
- Add specs for rake tasks
== 1.3.1
- Fixed to be compatible with RSpec 1.0.x (added fourth parameter to
Formatter#dump_summary)
== 1.3
- Fixed to be compatible with RSpec 0.9
- Failure location text now contains both the exception message and
class name (in case the type and message attributes were truncated)
== 1.2.4
- Allow to report on RSpec specs when working with non-gem RSpec
- Note: CI::Reporter is only compatible with RSpec up to 0.8.2
== 1.2.3
- Append to TESTOPTS and RSPECOPTS environment variables (Bret
Pettichord) so that other apps can put values in them as well
== 1.2.2
- Responds to environment variable CI_CAPTURE: if set to "off",
stdout/stderr capture will be disabled.
== 1.2.1
- Add license and copyright information (finally)
== 1.2
- Capture standard output and standard error during each individual
test suite and include in the XML file in system-out and system-err
elements, respectively
(Tracker#9054[http://rubyforge.org/tracker/index.php?func=detail&aid=9054&group_id=2857&atid=11007])
== 1.1
- Add +assertions+ attribute to the +testsuite+ element that will
contain per-suite assertion counts when used with Test::Unit. Not
useful with applications that read Ant/JUnit XML, but custom
applications may wish to access it.
== 1.0
- Initial Release.