Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Cucumber Open

Behaviour Driven Development tool
Collective - Host: opensource - https://opencollective.com/cucumber - Website: https://cucumber.io/ - Code: https://github.com/cucumber

Merge pull request #517 from cucumber/issue-374-duplicate-output

Prevent duplicate output

github.com/cucumber/aruba - d59217a2803b5347d19f2504a2678ff9f4eee6bd authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Changes in step implementation is reflected in feature file

This fixes the problem that changes in step implementations isn't
reflected in the feature file....

github.com/cucumber/cucumber-eclipse - 5e73ad4515c0556391fb82a080c6a153f1581f87 authored over 6 years ago by Mikael Göransson <[email protected]>
Limit search scope for matching step implementations

Added preference for limiting search scope of step implementations
to the same package (or any s...

github.com/cucumber/cucumber-eclipse - c0995f3dcf8969ea5c7498a5e703091f9cd8fecc authored over 6 years ago by Mikael Göransson <[email protected]>
only search for steps in current package

github.com/cucumber/cucumber-eclipse - 3d3a8b2b0e0650f1109fc9b131291f6461344ba9 authored over 6 years ago by Mikael Göransson <[email protected]>
Upgraded versions

github.com/cucumber/cucumber-json-converter - 233f517aada29f8715ebf1aeb0481536877e9894 authored over 6 years ago by Aslak Hellesøy <[email protected]>
Move stuff around

github.com/cucumber/cucumber-json-converter - 123d364a453180750523cd8a7ca73193f7227cb6 authored over 6 years ago by Aslak Hellesøy <[email protected]>
Rename gradle profile

github.com/cucumber/cucumber-java-skeleton - 454fa147338121f42181d9999be2b263e3f2f7e8 authored over 6 years ago by Aslak Hellesøy <[email protected]>
Add Cucumber Pro config to gradle build

github.com/cucumber/cucumber-java-skeleton - 810ff1e5d46edcbe55ac0bdc6978ae0c6cdad7db authored over 6 years ago by Aslak Hellesøy <[email protected]>
Ensure #stopped? and #started? work for InProcess

github.com/cucumber/aruba - af37ecdb5920d354e4347926aac75c3bddaac40a authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Improve specs

- Merge before blocks and remove :each
- Move calls that are part of the specs' Act steps into t...

github.com/cucumber/aruba - 83cdedce5ac9ff009f63e7e6304113a20245e7be authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Mark command started in DebugProcess#start

Without this, the command is never stopped and the stop notification is
never broadcast.

github.com/cucumber/aruba - 60fe2b08e06c46866e81c015c86dfeadc6a54eef authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Restore some of the original spec style

github.com/cucumber/aruba - a5e36835032de295042fbe1e9c5575d7779bbc29 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Do not announce stop if already stopped

github.com/cucumber/aruba - acd846a315c90d76855eabe680f3731652d1b2f6 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Make announcements on failure work again

github.com/cucumber/aruba - 5772103c5235937134b112a2aca07f0ed533b0e7 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Bring InProcess class under test

github.com/cucumber/aruba - cbc08297b1162c7f436ae7629ea8c292cef11c5f authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Improve before blocks

github.com/cucumber/aruba - 76b8c4724a308e62451c5b573624ab7d9ca5c49d authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Prevent duplicate output for commands. Closes #374

If a users decided to use `run_simple`, a command is stopped twice:

1. After the configured wai...

github.com/cucumber/aruba - efda95bfea294fffd913821675268e8f33c22f41 authored over 6 years ago by Dennis Günnewig <[email protected]>
Allow start and stop even when not needed

github.com/cucumber/aruba - 78267ee56bf4f1819472bcb9a7f4d88560e892c5 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Add spec for command

github.com/cucumber/aruba - 5d6d8dd3b65cff56cba31fe1119d3f975bc13598 authored over 6 years ago by Dennis Günnewig <[email protected]>
Merge pull request #537 from cucumber/fix-some-rubocop-offenses

Fix some rubocop offenses

github.com/cucumber/aruba - adb9b9cb6824f000fecc9a8d0924d1cd8ba116bf authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Merge remote-tracking branch 'origin/master' into sw-menu

# Conflicts:
# content/bdd-tutorial.md
# content/testable-architecture.md

github.com/cucumber/docs - 166c2a37487023a4c517816b0203101e7958692b authored over 6 years ago by maritvandijk <[email protected]>
Move links (#110)

github.com/cucumber/docs - d1d3d8fc3b26a7c605f0e382cb5ef339706608a0 authored over 6 years ago by Marit van Dijk <[email protected]>
Fix subtitle

github.com/cucumber/docs - 11be9d4500e110bcab591fe543e8ec363374832f authored over 6 years ago by maritvandijk <[email protected]>
Merge pull request #353 from codetriage-readme-bot/codetriage-badge

Add CodeTriage badge to cucumber/cucumber-rails

github.com/cucumber/cucumber-rails - 2099dbb950cb754ff5215cc31d03b534b512e139 authored over 6 years ago by Andrew <[email protected]>
Autocorrect Style/RedundantConditional

github.com/cucumber/aruba - 2900a5d023c950bf887fe8e37e7913afa39bef74 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Correct Style/GuardClause

github.com/cucumber/aruba - e6caed7000a176539eb220fa1636c5dc8cf1fbab authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Autocorrect Style/YodaCondition

github.com/cucumber/aruba - c9dfb5a6f5514175c4aad3cea73119a500e289f8 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Autocorrect Style/YodaCondition

github.com/cucumber/aruba - e3e7f76ff193b0b7b992749359ba4cdc473cd942 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Use guard clause

github.com/cucumber/aruba - 7bd29ce96616da83accf93f5820f6ca8a0f42691 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Fix Announcer#mode=

github.com/cucumber/aruba - 37809d2c1c3b3f6c9e88e0e130c7fd6fbecf108e authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Fix unused argument offenses

github.com/cucumber/aruba - 3e8b9dec94a25576ae97108e34c85ca08ab04246 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Fix spacing offenses

github.com/cucumber/aruba - 9e0e7bee9e1d1637942c7679c429b3bfe8da31f8 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Autocorrect hash syntax

github.com/cucumber/aruba - e11cde1351d795aacf4e64406f419434e37d398b authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Merge pull request #536 from cucumber/fix-osx-builds-for-old-rubies

Use known-good osx_image for old Rubies

github.com/cucumber/aruba - 652d8634aea196243c85e31b324158ffb1c952e1 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Fix internal link

github.com/cucumber/docs - bb69e33d8fa47a75f97785237733281f08d53823 authored over 6 years ago by maritvandijk <[email protected]>
Use known-good osx_image for old Rubies

Ruby 2.0.0 and 1.9.3 cannot be installed on the default Travis CI OS X
images. Use the xcode8 im...

github.com/cucumber/aruba - 764984c1777d7d709125989b6b9fb5f713637891 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Update from Forestry.io - Updated Forestry configuration

github.com/cucumber/docs - b7cd38808dd3c576fea0d93c20388b2f1746c47c authored over 6 years ago by [email protected] <[email protected]>
Merge pull request #535 from cucumber/issue-527-fix-no-clobber

Fix @no-clobber behavior

github.com/cucumber/aruba - f134e1f941081524369dbd8d9b7d49d31423108a authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Fix syntax to work with old rubies

github.com/cucumber/aruba - 1f933b0f855b0270ed19c8bcdcb1e3d5a7965504 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Add CodeTriage badge to cucumber/cucumber-rails

Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Helpe...

github.com/cucumber/cucumber-rails - c26d18018be10a8b69bb8f6fd9edf51e3dce213c authored over 6 years ago by codetriage-readme-bot <[email protected]>
fix @no-clobber breaking process management

@no-clobber does not call Setup#call *at all*, which causes the
process monitor to not be listen...

github.com/cucumber/aruba - 515cab70c420ccaeb5bc11f2d70566e8d142becb authored over 6 years ago by Sylvain Joyeux <[email protected]>
Improve clean up scenarios

github.com/cucumber/aruba - 510342f05c077a8e16ca24a28e3911098733c37b authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Merge pull request #532 from cucumber/fix-travis

Fix Travis build

github.com/cucumber/aruba - 3c4b4639c8c15f26f8c817a98db3f7a4a478d1f2 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Do not use custom bundle location

github.com/cucumber/aruba - 35ddd10d126b5f9280ffedc8ed3fe73c6c5f738f authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Merge pull request #523 from cucumber/update-readme

Remove maxmeyer from list of maintainers

github.com/cucumber/aruba - 793cdde4331afd8ffaa0ca369f7ca44d22942c35 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
Merge pull request #528 from cucumber/relax-dependencies-contract

Relax dependencies for contracts

github.com/cucumber/aruba - d28f2eb7d5f3d72345577a26551586393c3f8dc2 authored over 6 years ago by Matijs van Zuijlen <[email protected]>
fixes validation for go vet tool on latest versions

github.com/cucumber/gherkin-go - 364e0137d119ba420bfa57f4bf0c485c615afa9c authored over 6 years ago by gedi <[email protected]>
fixes validation for go vet tool on latest versions

github.com/cucumber/gherkin - 0b7334d863bef1df69ca4e9b789814d8961e1140 authored over 6 years ago by gedi <[email protected]>
Cucumber Pro debug logging

github.com/cucumber/cucumber-java-skeleton - 47e521ee0e274ca149810e65616f936afd6322a4 authored over 6 years ago by Aslak Hellesøy <[email protected]>
Add Cucumber Pro config (only activated in CI)

github.com/cucumber/cucumber-java-skeleton - e163b28ae2f91128c4d739e5a297f2779897072c authored over 6 years ago by Aslak Hellesøy <[email protected]>
Something like this. But prettier? And with a list of implementations?

github.com/cucumber/docs - 56657761ec80e8e5c5f07acdd0b4a9c785a04faa authored over 6 years ago by Samuel Wright <[email protected]>
Dont forget the yaml

github.com/cucumber/docs - 43a038f01e6c7ff2d4362da15e49a6ba7a461550 authored over 6 years ago by Samuel Wright <[email protected]>
Remove this mini toc

github.com/cucumber/docs - d98fddb8a1662736af06f5e998b20c3f190063b6 authored over 6 years ago by Samuel Wright <[email protected]>
Last link fo realisies?

github.com/cucumber/docs - 46c70d83118aa919535fb16ed6c3abaefdfee9b6 authored over 6 years ago by Samuel Wright <[email protected]>
Last link?

github.com/cucumber/docs - da3defbea425db1184341519fb15ffa47d935bdb authored over 6 years ago by Samuel Wright <[email protected]>
Take 4

github.com/cucumber/docs - 4f99399d64262ce8b111997abc500aebfdea3a20 authored over 6 years ago by Samuel Wright <[email protected]>
We dont need to state this everywhere

github.com/cucumber/docs - 7319baf74c40dd7a19ffea886c119d6716aca60e authored over 6 years ago by Samuel Wright <[email protected]>
Remove broken link

github.com/cucumber/docs - 95271a090f81104a525ae8a1710e598bd95f6fce authored over 6 years ago by Samuel Wright <[email protected]>
Link fix take 3

github.com/cucumber/docs - 6a966f24b234de26c7a1f1d1680fb98e20c67ce3 authored over 6 years ago by Samuel Wright <[email protected]>
Link fix take 2

github.com/cucumber/docs - e7c9ff7e705870a46680c9652f83983fb19a31b2 authored over 6 years ago by Samuel Wright <[email protected]>
Link fix

github.com/cucumber/docs - a24620ca53a15bdb384428096f66cc082ad6f63d authored over 6 years ago by Samuel Wright <[email protected]>
A look at restructuring the menu

github.com/cucumber/docs - 9927e4960e608742ee9706e5514a01016eb1f6ba authored over 6 years ago by Samuel Wright <[email protected]>
Move languages to the Gherkin reference

github.com/cucumber/docs - b092a04fab377c8ba7fd13696a933533fbefcccc authored over 6 years ago by Samuel Wright <[email protected]>
git subrepo push gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "55f31878"
upstream:
origin: "https://github.c...

github.com/cucumber/gherkin - 58c9dc7fa55156644a36ef023c2e2fc3e7543ca5 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "55f31878"
upstream:
origin: "https://github.c...

github.com/cucumber/gherkin-go - b8dcd1a255f74aa530e259073a2f685aee0b4bb6 authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Build on Go 1.9

github.com/cucumber/gherkin-go - e325a29d43ad5e0b5df472bd001328424e15b79a authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Build on Go 1.9

github.com/cucumber/gherkin - 2df70c7ea737637314690bc67f723ab713ef6ccb authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/ruby

subrepo:
subdir: "gherkin/ruby"
merged: "3808e021"
upstream:
origin: "https://github...

github.com/cucumber/gherkin - f04f90cb65ac372ed6bbbf620f81939b83292dc2 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/ruby

subrepo:
subdir: "gherkin/ruby"
merged: "3808e021"
upstream:
origin: "https://github...

github.com/cucumber/gherkin-ruby - a3781f878705a42006ef1ba899c164e76bbdfdfa authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/python

subrepo:
subdir: "gherkin/python"
merged: "e2f28f1a"
upstream:
origin: "https://gith...

github.com/cucumber/gherkin - fc948a8c3f2ebc29381b98694757e287cbfb5d0d authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/python

subrepo:
subdir: "gherkin/python"
merged: "e2f28f1a"
upstream:
origin: "https://gith...

github.com/cucumber/gherkin-python - 6f5683a04e17ee2213164f1d769e548d7fc891a4 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/perl

subrepo:
subdir: "gherkin/perl"
merged: "f0b5ba07"
upstream:
origin: "https://github...

github.com/cucumber/gherkin - e51f5b72a4209362f8877f31c16efcf56fe487c0 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/perl

subrepo:
subdir: "gherkin/perl"
merged: "f0b5ba07"
upstream:
origin: "https://github...

github.com/cucumber/gherkin-perl - 2685df033384b9b00b1f188a3224df72e1718de8 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/objective-c

subrepo:
subdir: "gherkin/objective-c"
merged: "40e8528c"
upstream:
origin: "https:/...

github.com/cucumber/gherkin - 0d036d95864f7c232320c7b795319a441083fc2d authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/objective-c

subrepo:
subdir: "gherkin/objective-c"
merged: "40e8528c"
upstream:
origin: "https:/...

github.com/cucumber/gherkin-objective-c - 254b68a1e0fe9e70eaa0299d8b73faa2b80d8c3b authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/javascript

subrepo:
subdir: "gherkin/javascript"
merged: "3cc1135d"
upstream:
origin: "https://...

github.com/cucumber/gherkin - 08737ccd12fa5b60bf65856c242999d195f7dc34 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/javascript

subrepo:
subdir: "gherkin/javascript"
merged: "3cc1135d"
upstream:
origin: "https://...

github.com/cucumber/gherkin-javascript - 1d98dbd7c6a24d66692833fc142df1cee1d33e1c authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/java

subrepo:
subdir: "gherkin/java"
merged: "40799d0f"
upstream:
origin: "https://github...

github.com/cucumber/gherkin-java - db3d251cfb86f58effc01abfe0e2d2bd2bd33333 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/java

subrepo:
subdir: "gherkin/java"
merged: "40799d0f"
upstream:
origin: "https://github...

github.com/cucumber/gherkin - 990efbacb64b3061838b4eb694fae42007a6199e authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "f9b1b106"
upstream:
origin: "https://github.c...

github.com/cucumber/gherkin - ca8ed80ce15f3c5dd95dcf170603f67157c6dd4c authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "f9b1b106"
upstream:
origin: "https://github.c...

github.com/cucumber/gherkin-go - 05d73f97214a0fd95e95fdae722189c0831635fd authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/dotnet

subrepo:
subdir: "gherkin/dotnet"
merged: "cdfd9594"
upstream:
origin: "https://gith...

github.com/cucumber/gherkin - 7cdea095d817563aa97097b05099af9c07c8c4f4 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/dotnet

subrepo:
subdir: "gherkin/dotnet"
merged: "cdfd9594"
upstream:
origin: "https://gith...

github.com/cucumber/gherkin-dotnet - 19816bce1dea69d66adad83451adf681625050fe authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push cucumber-expressions/ruby

subrepo:
subdir: "cucumber-expressions/ruby"
merged: "5af007e9"
upstream:
origin: "h...

github.com/cucumber/cucumber-expressions - d2765aeb26c854cff2ae1b66af9afc34d3677af6 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo push cucumber-expressions/ruby

subrepo:
subdir: "cucumber-expressions/ruby"
merged: "5af007e9"
upstream:
origin: "h...

github.com/cucumber/try-cucumber-expressions - d2765aeb26c854cff2ae1b66af9afc34d3677af6 authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-objective-c - 3bbfd6dc4ae7ac9b8850315273b6d171c2ede047 authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-dotnet - 97a6ce88c771a0e62b2db6ef048d5246f7714a50 authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-javascript - 519eb1e5f519e14f6a8c9de7fae49863685d2d8e authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-java - cc2e6f3f4ab770be19a0664873f71428782d5181 authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-ruby - 2e0195f1c9d2748a694bd6b747c183cc0a07180b authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-c - 9e290f30a4a91144604de0437348965e9f1712ce authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-go - facb564cfcd5bbac88dfef10efcc4bb267e1c441 authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-perl - 71317bee10e3ae73e6bd50a64f69f8c7d8881850 authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin - a1315bca34bb6a9b4223c03b9150cf1e33fa329e authored over 6 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add Aragonese.

github.com/cucumber/gherkin-python - c77cc1ff89ab16e9eca0868160f00e0f343e0d00 authored over 6 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'master' of https://github.com/danilat/cucumber into danilat-master

github.com/cucumber/gherkin - 298a4023a1002d9299b110ce38b75ca772bceb36 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull (merge) gherkin/c

subrepo:
subdir: "gherkin/c"
merged: "ea7f3f9e"
upstream:
origin: "https://github.co...

github.com/cucumber/gherkin - 2d8fa68c377544e99e6b9a080d0277eef0d8fb95 authored over 6 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull (merge) gherkin/c

subrepo:
subdir: "gherkin/c"
merged: "ea7f3f9e"
upstream:
origin: "https://github.co...

github.com/cucumber/gherkin-c - f6dd02f601adb54c5d4465466f184f475f7514ab authored over 6 years ago by Aslak Hellesøy <[email protected]>