Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

strong-fork-cicada

strongloop-forks630MIT1.1.2

a teeny git-based continuous integration server

ci, continuous, integration, git, push, test

readme

strong-fork-cicada

A StrongLoop fork of substack/cicada with enhanced support for Windows.

changelog

2015-01-14, Version 1.1.2

  • Mention fork in README (Ryan Graham)

  • tests: use path.join for all on-disk paths (Ryan Graham)

  • tests: replace 'pwd' with node equivalent (Ryan Graham)

  • tests: replace shell script with shelljs script (Ryan Graham)

  • tests: upgrade tap (Ryan Graham)

  • tests: use 127.0.0.1 for tests (Ryan Graham)

  • tests: use cross-platform tmpdir (Ryan Graham)

  • Use strong-fork-pushover (Ryan Graham)

  • Fork as strong-fork-cicada (Ryan Graham)

2014-01-07, Version 1.1.1

  • fix push documentation and add a bare option for pushes (Max Ogden)

2013-07-15, Version 1.1.0

  • resolve the repodir for relative inputs (James Halliday)

  • do mkdirp when the workdir resolves, not before (James Halliday)

  • windows fixes from @pkrumins (James Halliday)

2013-05-01, Version 1.0.5

  • windows fixes from @pkrumins (James Halliday)

2013-04-16, Version 1.0.4

  • Remove unused requires from index.js (Colin Wren)

2013-04-06, Version 1.0.3

  • emit tag, upgrade pushover to get the chunked encoding patches (James Halliday)

2012-12-22, Version 1.0.2

  • add back commit.id (James Halliday)

2012-12-22, Version 1.0.1

  • add scripts.test (James Halliday)

  • depend on the correct version of pushover (James Halliday)

2012-12-22, Version 1.0.0

  • using travis (James Halliday)

  • 1.0.0, document function variants of opts.workdir and opts.repodir (James Halliday)

  • dirmap test now passing (James Halliday)

  • support function workdir params (James Halliday)

  • failing dirmap test (James Halliday)

  • label setup and teardown (James Halliday)

  • verify that builds get checked out into the workdir (James Halliday)

  • basic test passes (James Halliday)

  • beginnings of a test suite, fixed an issue with accept() not firing (James Halliday)

2012-12-12, Version 0.1.2

  • bump for pushover 1.1.1 fixes (James Halliday)

2012-09-23, Version 0.1.1

  • pass info, fetch, and head events from pushover through (James Halliday)

2012-09-23, Version 0.1.0

  • now using the updated pushover with accept/reject (James Halliday)

  • put runCommand in its own file (James Halliday)

2012-08-14, Version 0.0.0

  • First release!