| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-30 | leave empty line after magic comment in Rakefile [skip ci] | Dan Allen | |
| 2019-04-16 | use shorthand rescue syntax and modern Hash syntax in rake tasks [skip ci] | Dan Allen | |
| 2019-03-07 | organize rake build by moving tasks into task files | Dan Allen | |
| 2019-02-10 | resolves #3054 never mutate strings; add `frozen_string_literal: true` ↵ | Dan Allen | |
| comment to source files (PR #3055) - replace gsub! and sub! with gsub and sub, respectively - add `frozen_string_literal: true` magic comment to all Ruby source files - see https://www.mikeperham.com/2018/02/28/ruby-optimization-with-one-magic-comment/ | |||
| 2019-01-08 | disable color in cucumber output in CI | Dan Allen | |
| 2018-11-15 | remove shippable configuration [skip ci] | Dan Allen | |
| 2018-11-10 | build AsciidoctorJ 1.5.x instead of 1.6.0 | Dan Allen | |
| 2018-05-06 | drop obsolete build logic | Dan Allen | |
| - remove release task customization - don't load version constant | |||
| 2017-12-21 | move yard deps to Gemfile and remove rake task | Dan Allen | |
| - move yard deps to Gemfile - unset version of yard and yard-tomdoc - remove yard task from Rakefile - add missing configuration to .yardopts - fix line causing syntax error in CHANGELOG - add info about API docs to CONTRIBUTING | |||
| 2017-09-19 | rename license text file to LICENSE [skip ci] | Dan Allen | |
| - rename license text file to LICENSE to GitHub recognized it - no change to the license itself - only the format of the license file has been changed | |||
| 2017-09-04 | clarify how to grant the Travis user permission to trigger the build | Dan Allen | |
| 2017-09-04 | add note about TRAVIS_TOKEN | Dan Allen | |
| 2017-09-04 | add asciidoctor-reveal.js to list of downstream projects to trigger | Dan Allen | |
| 2017-08-13 | fix typo in URL of config file in build:dependents task | Dan Allen | |
| 2017-08-13 | fix dependent builds task | Dan Allen | |
| 2017-08-13 | apply upstream only CI config to triggered builds, if available | Dan Allen | |
| 2017-07-24 | fix check for TRAVIS_TAG in build:dependents task | Dan Allen | |
| 2017-07-24 | reverse logic when checking whether to skip dependent builds | Dan Allen | |
| 2017-07-24 | don't trigger dependent builds for tags | Dan Allen | |
| 2017-07-20 | abbreviate sha1 hash in message for triggered builds | Dan Allen | |
| 2017-07-20 | trigger build of Asciidoctor Diagram on every change to master | Dan Allen | |
| 2017-07-17 | Trigger build of branch asciidoctorj-1.6.0 on updates (PR #2317) | Robert Panzer | |
| 2017-07-14 | retrieve repo slug for commit message from env variable | Dan Allen | |
| 2017-07-14 | also include the commit hash in the message subject for triggered builds | Dan Allen | |
| 2017-07-14 | try the commit URL in the triggered build message | Dan Allen | |
| 2017-07-14 | add commit memo to message used for triggered build | Dan Allen | |
| 2017-07-13 | fix status messages in build:dependents task | Dan Allen | |
| 2017-07-13 | customize commit message of dependent builds | Dan Allen | |
| 2017-07-13 | trigger build of AsciidoctorJ against upstream on every change to core (PR ↵ | Robert Panzer | |
| #2315) | |||
| 2017-07-12 | only trigger dependent builds on first job in matrix | Dan Allen | |
| 2017-07-11 | add missing require in Rakefile | Dan Allen | |
| 2017-07-11 | rework build:dependents task; tie into Travis build | Dan Allen | |
| 2017-07-09 | Adds a Rake task to trigger build on dependent projects | Guillaume Grossetie | |
| 2017-06-25 | rename block arg used to configure test task; set default task to test:all | Dan Allen | |
| 2017-06-25 | remove unused test configuration in Rakefile | Dan Allen | |
| 2017-06-25 | configure feature tests to only show progress | Dan Allen | |
| 2017-04-20 | resolves #2136 validate name of inline macro; cache inline macro rx (PR #2137) | Dan Allen | |
| - validate name of inline macro - cache inline macro rx between invocations - remove warning in test suite - remove unnecessary require in rake build | |||
| 2016-11-28 | don't fail build if .yardopts file is missing | Dan Allen | |
| 2015-10-31 | prepare for 1.5.3 release | Dan Allen | |
| 2014-11-24 | only print LANG in Travis builds | Dan Allen | |
| 2014-11-10 | enable CI reports | Dan Allen | |
| - code coverage (locally & for shippable.com builds) (use `rake coverage test:all`) - JUnit-style XML reports (for shippable.com builds) | |||
| 2014-08-10 | enable feature tests in Travis CI | Dan Allen | |
| 2014-08-05 | prepare for the next development iteration [ci skip] | Dan Allen | |
| 2014-08-05 | update LICENSE file to include file extension | Dan Allen | |
| 2014-07-03 | fix yard task | Dan Allen | |
| 2014-04-08 | tests: switch to minitest | Ken Dreyer | |
| Ruby 1.9+ uses Minitest as the backend for Test::Unit. As of Minitest 5, the shim no longer supports Test::Unit::TestCase. Adjust the test suite to support Minitest 5's syntax. Minitest versions 4 and below do not support the newer Minitest::Test class that arrived in version 5. For that case, use the MiniTest::Unit::TestCase class as a fallback. | |||
| 2014-02-28 | add .yardopts file for rubydoc.info | Dan Allen | |
| 2014-02-17 | bump GC memory a few notches | Dan Allen | |
| 2014-02-17 | adjust memory settings for tests, disable tty mode | Dan Allen | |
| 2014-02-16 | minor optimizations | Dan Allen | |
