nicksieger / ci_reporter
- Source
- Commits
- Network (8)
- Issues (1)
- Downloads (4)
- Wiki (1)
- Graphs
-
Tree:
509a989
ci_reporter / History.txt
| cae51acc » | nicksieger | 2009-04-18 | 1 | == 1.5.3 | |
| 2 | |||||
| 3 | - Compatibility with latest RSpec (1.2.4); (Paul Boone) | ||||
| 4 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 5 | == 1.5.2 | |
| 6 | |||||
| 7 | - Compatibility with latest RSpec (1.1.11 or so); use example | ||||
| 8 | description method if available | ||||
| 9 | - Remove dependency on rubygems when requiring builder (rescue | ||||
| 10 | LoadError) (Jari Bakken) | ||||
| 11 | - Source repository moved to github/git.caldersphere.net | ||||
| 12 | |||||
| 28d371d5 » | nicksieger | 2008-02-06 | 13 | == 1.5.1 | |
| 14 | |||||
| 15 | - Fix silly load-path error that some had been seeing | ||||
| 16 | |||||
| 17 | == 1.5 | ||||
| 18 | |||||
| 19 | - Support for RSpec 1.1.1 example groups (which broke ci_reporter 1.4) | ||||
| 47fb8fae » | nicksieger | 2008-11-30 | 20 | - Change internal model to delegation instead of inheritance, allowing | |
| 21 | ci_reporter to wrap different output formatters | ||||
| 22 | - Add 'ci:setup:rspecdoc' task to output specdoc format instead of | ||||
| 23 | progress | ||||
| 24 | - Add support for pending examples; they will be listed in the report | ||||
| 25 | XML as successful, but the name will have a '(PENDING)' tag appended | ||||
| 26 | - Support for RSpec < 0.9 removed as promised; use 1.4 if you still | ||||
| 27 | need to use an older version of RSpec | ||||
| 28d371d5 » | nicksieger | 2008-02-06 | 28 | ||
| f13ed9f9 » | nicksieger | 2007-11-23 | 29 | == 1.4 | |
| 1f39c762 » | nicksieger | 2007-11-21 | 30 | ||
| 47fb8fae » | nicksieger | 2008-11-30 | 31 | - Test::Unit tests that fail in multiple places (setup, test method, | |
| 32 | and teardown) are now tracked (marcog) | ||||
| f13ed9f9 » | nicksieger | 2007-11-23 | 33 | - Explicit dependency requirement on Builder (>= 2.1.2) | |
| 47fb8fae » | nicksieger | 2008-11-30 | 34 | - Use of RSpec < 0.9 is now deprecated; support will probably | |
| 35 | disappear in the next version | ||||
| 1f39c762 » | nicksieger | 2007-11-21 | 36 | ||
| 138c9b9e » | nicksieger | 2007-09-25 | 37 | == 1.3.5 | |
| 38 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 39 | - Change way we append to environment variables to appease windows | |
| 40 | (Tracker #13998, Adam Anderson) | ||||
| 138c9b9e » | nicksieger | 2007-09-25 | 41 | ||
| f4b7a3e3 » | nicksieger | 2007-07-26 | 42 | == 1.3.4 | |
| 43 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 44 | - Call #to_s on the object passed in as the test suite name; | |
| 45 | compatibility fix for RSpec trunk which passes a | ||||
| 46 | Spec::DSL::Description instead of a string | ||||
| ddc4c09f » | nicksieger | 2007-08-21 | 47 | - Fix broken spec due to pending feature introduced in recent RSpec | |
| 48 | - Fix compatibility for JRuby | ||||
| 47fb8fae » | nicksieger | 2008-11-30 | 49 | - Add stub.rake file as another way to wrap existing Rakefile, with | |
| 50 | note in README | ||||
| f4b7a3e3 » | nicksieger | 2007-07-26 | 51 | ||
| 172f0a18 » | nicksieger | 2007-06-18 | 52 | == 1.3.3 | |
| 53 | |||||
| 54 | - Use SPEC_OPTS instead of RSPECOPTS (Aslak Hellesøy) | ||||
| 47fb8fae » | nicksieger | 2008-11-30 | 55 | - Add assertions attribute to individual test cases (Tracker #11563, | |
| 56 | Andy Sipe) | ||||
| 172f0a18 » | nicksieger | 2007-06-18 | 57 | ||
| 259fe8a4 » | nicksieger | 2007-06-04 | 58 | == 1.3.2 | |
| 59 | |||||
| 60 | - Fix bug trying to modify frozen environment strings | ||||
| 8a2ce169 » | nicksieger | 2007-06-06 | 61 | - Upgrade all specs to RSpec 1.0 style | |
| 62 | - Add specs for rake tasks | ||||
| 259fe8a4 » | nicksieger | 2007-06-04 | 63 | ||
| c49ef10e » | nicksieger | 2007-05-30 | 64 | == 1.3.1 | |
| 65 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 66 | - Fixed to be compatible with RSpec 1.0.x (added fourth parameter to | |
| 67 | Formatter#dump_summary) | ||||
| c49ef10e » | nicksieger | 2007-05-30 | 68 | ||
| 68aca7cb » | nicksieger | 2007-05-17 | 69 | == 1.3 | |
| 70 | |||||
| 71 | - Fixed to be compatible with RSpec 0.9 | ||||
| 47fb8fae » | nicksieger | 2008-11-30 | 72 | - Failure location text now contains both the exception message and | |
| 73 | class name (in case the type and message attributes were truncated) | ||||
| 68aca7cb » | nicksieger | 2007-05-17 | 74 | ||
| 674e7456 » | nicksieger | 2007-04-13 | 75 | == 1.2.4 | |
| 76 | |||||
| 77 | - Allow to report on RSpec specs when working with non-gem RSpec | ||||
| 78 | - Note: CI::Reporter is only compatible with RSpec up to 0.8.2 | ||||
| 79 | |||||
| f962e7da » | nicksieger | 2007-04-12 | 80 | == 1.2.3 | |
| 81 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 82 | - Append to TESTOPTS and RSPECOPTS environment variables (Bret | |
| 83 | Pettichord) so that other apps can put values in them as well | ||||
| f962e7da » | nicksieger | 2007-04-12 | 84 | ||
| a26f68c7 » | nicksieger | 2007-04-03 | 85 | == 1.2.2 | |
| 86 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 87 | - Responds to environment variable CI_CAPTURE: if set to "off", | |
| 88 | stdout/stderr capture will be disabled. | ||||
| a26f68c7 » | nicksieger | 2007-04-03 | 89 | ||
| 126c3073 » | nicksieger | 2007-03-25 | 90 | == 1.2.1 | |
| 91 | |||||
| 92 | - Add license and copyright information (finally) | ||||
| 93 | |||||
| ad7a2ef0 » | nicksieger | 2007-03-15 | 94 | == 1.2 | |
| 95 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 96 | - Capture standard output and standard error during each individual | |
| 97 | test suite and include in the XML file in system-out and system-err | ||||
| 98 | elements, respectively | ||||
| 99 | (Tracker#9054[http://rubyforge.org/tracker/index.php?func=detail&aid=9054&group_id=2857&atid=11007]) | ||||
| 582f9f12 » | nicksieger | 2007-03-25 | 100 | ||
| bae3091d » | nicksieger | 2007-03-05 | 101 | == 1.1 | |
| 102 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 103 | - Add +assertions+ attribute to the +testsuite+ element that will | |
| 104 | contain per-suite assertion counts when used with Test::Unit. Not | ||||
| 105 | useful with applications that read Ant/JUnit XML, but custom | ||||
| 106 | applications may wish to access it. | ||||
| bae3091d » | nicksieger | 2007-03-05 | 107 | ||
| bfdcd216 » | nicksieger | 2007-02-14 | 108 | == 1.0 | |
| 109 | |||||
| 47fb8fae » | nicksieger | 2008-11-30 | 110 | - Initial Release. | |
