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

Return 'const void*' to avoid having to cast

github.com/cucumber/cucumber-cpp - ca275398d285260241c563f34fa2a283855d54c9 authored over 7 years ago by Giel van Schijndel <[email protected]>
Pass by-ref instead of ptr, use smart ptr for the rest

Pass by reference instead of by pointer, where possible. Do this because
references must always ...

github.com/cucumber/cucumber-cpp - ab40e126459f3a2bf83fecc354d11875966e0dcf authored over 7 years ago by Giel van Schijndel <[email protected]>
Don't use dynamic allocation when by-value statics will do

This still doesn't suffer from the "static init order fiasco" because
the order of function-scop...

github.com/cucumber/cucumber-cpp - 41839e9aeb0be10c34b92bccf50f2a0dc99506f1 authored over 7 years ago by Giel van Schijndel <[email protected]>
Use make_shared<T> instead of shared_ptr<T>(new T)

This makes it easier (with a simple grep '\bnew\b') to find the pointers
that really aren't trac...

github.com/cucumber/cucumber-cpp - 850f5c74a636743760fc91850d26f79d34eca65d authored over 7 years ago by Giel van Schijndel <[email protected]>
Optionally run all tests in Valgrind

github.com/cucumber/cucumber-cpp - 77ab25cd35e2cc6a6cec2434487c27220d5552ae authored over 7 years ago by Giel van Schijndel <[email protected]>
Build all branches on Travis and AppVeyor

github.com/cucumber/cucumber-cpp - 6bf767b21706d0b8f3657d8e794ba08196b40f8f authored over 7 years ago by Paolo Ambrosio <[email protected]>
Merge #133 'Output CTest error log on failures'

github.com/cucumber/cucumber-cpp - b508798bc84ad7cb554131b50124a3a27c157673 authored over 7 years ago by Paolo Ambrosio <[email protected]>
Merge #136 'Remove email notifications from CI to the Google Group'

github.com/cucumber/cucumber-cpp - d65fd65807762f846196c1cd7df6c7c385e86433 authored over 7 years ago by Paolo Ambrosio <[email protected]>
Send notifications from CI to commit author

github.com/cucumber/cucumber-cpp - 43391b59dc1e1a5e042a60f83bb7744ddd2740cd authored over 7 years ago by Paolo Ambrosio <[email protected]>
git subrepo pull gherkin/ruby

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

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

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

github.com/cucumber/gherkin - 50ce3c9376d2f05960d9a6b85eed416f9ce788be authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge pull request #163 from cucumber/make-all

Build (almost) the entire monorepo in Docker

github.com/cucumber/gherkin - b04999d6acc7b93cf28213f87282017d77c81ce7 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge pull request #163 from cucumber/make-all

Build (almost) the entire monorepo in Docker

github.com/cucumber/gherkin-ruby - 7e6b502831fe52add88f1e0c77057f6843c8a25b authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge pull request #164 from junaruga/feature/ruby-travis-add-ruby-head-as-allow_failures

gherkin-ruby: Add ruby-head as a allow failures in .travis.yml.

github.com/cucumber/gherkin - fd06f65db0656ebf61e5560ec9a6918566d45507 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Add ruby-head as a allow failures in .travis.yml.

github.com/cucumber/gherkin - a05cea981f54730b8922c14024627b1f73e138e1 authored over 7 years ago by Jun Aruga <[email protected]>
Add ruby-head as a allow failures in .travis.yml.

github.com/cucumber/gherkin-ruby - da29bec26f3ed397654fd528c1e832d6662aeae0 authored over 7 years ago by Jun Aruga <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-c - 2cd9879a122f0a8c1a81b81fd37bbeecd4cff7ef authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-ruby - 332f5d560acebf02c7e542de3737112fe1dd0942 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/cucumber-expressions - 1e2726be3485c2d7f8db78ab4ebd48b830d225c9 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-go - 32c79473d05eab42ffd8d391fb1c133bb48e5bcf authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-java - 219b9dc8b9354142b827fcc2232a717c694aebb6 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin - 43066e199bb95d0cd77e0397abb562ee5a095b07 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-perl - 5b57837e4c79b23fc4178be17bf82e36feaee1d6 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-dotnet - 38668488778a2ef7b5a96d094b832bc0fd226b20 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-javascript - 004ecfa3e55acc619650bbc3294e3df3d6654faa authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-python - ca0cb5b796de81cad249f2eb2657d06b9f73a7cf authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/tag-expressions - 00352e8feb6e6651949dc4e24e2b2021242682d1 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/try-cucumber-expressions - 1e2726be3485c2d7f8db78ab4ebd48b830d225c9 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Enable docker build on Travis

github.com/cucumber/gherkin-objective-c - 39c14f4e838c281ea267661bf00795ff81481b14 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-objective-c - d36a3bdb87cd83df75786edef3493c19e97e0ba5 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-perl - b11596c0ccfe3dff3448d344af3685622087f1fb authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-java - 2b0b9330cd22f0a823474ccfab5fd9f870aa373e authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin - d26f691e9b795f79d91bb82ce7b3898b6ea65aa0 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-go - f465144a22f35ad16a8d0ffb2772b0439a484885 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-c - d7e136e074aa264346c9e559dc8febb51aff3350 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-ruby - 12de6fdab6a7b2b0acb250ad9f2bee15ca050069 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-javascript - 95cbf5565352814d21fe9a03f8954fda1d93e24c authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-python - 32d9c226e7c899ddec9813cdfb423a44b5d915ab authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

github.com/cucumber/gherkin-dotnet - b4e12b22f489c4b9635886c17a9411c64c31bf3d authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/tag-expressions - 37eb4462d0d8c261cbf32b66cafa82b2971dd741 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-python - 1f0b067ee542325e4059611afc54179b2d25eeb7 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-dotnet - 8943f6b7e390e09d58c16846a9ef4e149be7ce5a authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-javascript - 0bb0aba67e835d404de220304c2f76e9191d3e6b authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/try-cucumber-expressions - 9f29f2c1c578373591063affc81bef1fa2f00f66 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-objective-c - 459d2c56db979345c4ee71db4a3eff502810c46b authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-c - 697c8596248d462ca13bf19ccfa3df6315c6ec60 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-ruby - 94eafb5af07d2f7b6081581bd595efaae70048c2 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-java - 14c0af749f3ee23ff4a1708580f8b0d12f20d1c1 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-go - b541df575f91a593f55c5ce17c91aaca3f8b3909 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/cucumber-expressions - 9f29f2c1c578373591063affc81bef1fa2f00f66 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin - 4a38b9f75d2c54076abb000c609197caea7d55a5 authored over 7 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

github.com/cucumber/gherkin-perl - 696aa09e5933cfac4425759a8a45635fc0ed472e authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'gherkin-go-cli'

github.com/cucumber/gherkin-go - b21b2e5f349f8a9517fdfc1f87940b0416f5a2f6 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'gherkin-go-cli'

github.com/cucumber/gherkin - a63fe74fb57bfc26047eed7aaa86bf8558f231ff authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Attribution: Closes #145, closes #137

github.com/cucumber/gherkin - 6e40093f80a2d7ae88e4e73e265166152ecd1b5a authored over 7 years ago by Aslak Hellesøy <[email protected]>
updates gitignore, formats code with gofmt

github.com/cucumber/gherkin-go - c54592d3d7e0c79986e474461b4599e481157a10 authored over 7 years ago by gedi <[email protected]>
updates gitignore, formats code with gofmt

github.com/cucumber/gherkin - 6fd0c409bc115e9bc51d978e9c859b5eb25f17ef authored over 7 years ago by gedi <[email protected]>
implements pickles into event stream

passes pickle and source tests

github.com/cucumber/gherkin-go - b13fd6633a6370e11e0b62941cfcf961c557d379 authored over 7 years ago by gedi <[email protected]>
implements pickles into event stream

passes pickle and source tests

github.com/cucumber/gherkin - 581f724af0ad44d3c53d06ad154e64e9ef01aa3a authored over 7 years ago by gedi <[email protected]>
makes ndjson errors pass by adjusting parser error handling

github.com/cucumber/gherkin - fb4975f9ee35c86612ef2e15b6e3c6ddfdd5d3f6 authored over 7 years ago by gedi <[email protected]>
makes ndjson errors pass by adjusting parser error handling

github.com/cucumber/gherkin-go - 5e1ffe397155ef81f43088d0478c8552b0e75043 authored over 7 years ago by gedi <[email protected]>
makes gherkin event stream CLI to pass AST tests

github.com/cucumber/gherkin-go - 43309bd3a0bb333172567450389ccd877039dc81 authored over 7 years ago by gedi <[email protected]>
makes gherkin event stream CLI to pass AST tests

github.com/cucumber/gherkin - ebe2a7e4dd78df93a8a20764ea5aa6cb0ed95bce authored over 7 years ago by gedi <[email protected]>
compatible with go vet tool

in order to follow idiomatic golang process
formats the parser.go with gofmt tool
fixes other go ...

github.com/cucumber/gherkin - ba929baf5c9958827496a2bc3cdd74a03fb41ab2 authored over 7 years ago by gedi <[email protected]>
compatible with go vet tool

in order to follow idiomatic golang process
formats the parser.go with gofmt tool
fixes other go ...

github.com/cucumber/gherkin-go - cfd4ae13431b58395f080ac67f1927fb0c359bc7 authored over 7 years ago by gedi <[email protected]>
Merge branch 'master' of github.com:cucumber/cucumber

github.com/cucumber/gherkin - 8af569f23372a8fa6288a3b1adba99c65e3ebb00 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge pull request #142 from cucumber/gherkin-perl-meta

gherkin-perl: Change MetaResources to point to official location

github.com/cucumber/gherkin - 468af37cea40ad08fd3e2154202dc7be51133bb2 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge pull request #142 from cucumber/gherkin-perl-meta

gherkin-perl: Change MetaResources to point to official location

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

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

github.com/cucumber/gherkin - 1f6e1b7e147a75aa4c04b5b795779499f0f9215f authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/python

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

github.com/cucumber/gherkin-python - f246d99251f73cbb60dc96cc4ea33971014547d4 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'gherkin-fix-python3'

github.com/cucumber/gherkin - c9ed3714dc61f1215f8fbb0dc4d6350ca28b3377 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Attribution. Closes #138

github.com/cucumber/gherkin - f9c557516f15ae9f52d4d6d0ee55c8e43763dbe3 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: (Python) Preserve newline encodings.

Read the files in a way the preserve the newline encodings
('\n', '\r\n', etc) in both Python 2 ...

github.com/cucumber/gherkin - f9eb5a07769c12973891942ab1858ef955bcdaa9 authored over 7 years ago by Björn Rasmusson <[email protected]>
gherkin: (Python) Preserve newline encodings.

Read the files in a way the preserve the newline encodings
('\n', '\r\n', etc) in both Python 2 ...

github.com/cucumber/gherkin-python - 805d748ccff086027af7a353c0cf52eff4b8b4f8 authored over 7 years ago by Björn Rasmusson <[email protected]>
gherkin: (Python) Fix the extraction of error messages.

Extract the error message from exception in a way that works both in
Python 2.x and Python 3.x.

github.com/cucumber/gherkin-python - 46e442c0a6ed968ea7b7bdd46448850e64e47420 authored over 7 years ago by Björn Rasmusson <[email protected]>
gherkin: (Python) Fix the extraction of error messages.

Extract the error message from exception in a way that works both in
Python 2.x and Python 3.x.

github.com/cucumber/gherkin - ab9942515c5263024b7065397210625379daee6e authored over 7 years ago by Björn Rasmusson <[email protected]>
[Android] Do not pass the language outside the pickle.

github.com/cucumber/cucumber-android - c28dd788c9210365d41fe8c6ea1912d42e73b074 authored over 7 years ago by Björn Rasmusson <[email protected]>
[Android] update to Gherkin5.

github.com/cucumber/cucumber-android - 52cbd3a063873a25a508010e84157313197b2983 authored over 7 years ago by Björn Rasmusson <[email protected]>
Merge branch 'gherkin-align-gherkin-events-with-validator'

github.com/cucumber/gherkin - 35f3ed7db8b3a5b00bbc67cb3420a7d430e9e04a authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin-ruby: fix path to executable

github.com/cucumber/gherkin - 1c3d41cb6cdc0759e043ab461555c62abc405027 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin-ruby: fix path to executable

github.com/cucumber/gherkin-ruby - 862050e3d4de69baab168d8e76ccf4c46f252859 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'gherkin-executables'

github.com/cucumber/gherkin - 569a2fdc17cb5995d447360fb8143aa097e6de24 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'gherkin-executables'

github.com/cucumber/gherkin-python - 7e71ec0d04891a8d5a58f3e5eeb7a3a470313d13 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Attribution. Closes #153

github.com/cucumber/gherkin - 7f229c77a9babeab10237ad3c35e6e07d4902568 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge pull request #188 from girijant/master

Updated plugin with the new feature "Reusing Of Step-Definitions From External Class-Path Depend...

github.com/cucumber/cucumber-eclipse - 1f0ec1105108a52fd3fb0e45747ee2a334a68afe authored over 7 years ago by Ilan Pillemer <[email protected]>
gherkin-python: Fix for #153

github.com/cucumber/gherkin-python - 134c1568702b8afb126f168734e8c002907d0333 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin-python: Fix for #153

github.com/cucumber/gherkin - 9f6cf0dfbf6c0b3944a8764fb23aef46d0081593 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Attribution. Closes #148,#149,#154

github.com/cucumber/gherkin - 6d094d550680066a1f083935dc482dc8adef4247 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Make JavaScript, Ruby, Python packages executable

github.com/cucumber/gherkin - 0db36ae0f20fd648ac3443b15ea7c70903115464 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Make JavaScript, Ruby, Python packages executable

github.com/cucumber/gherkin-ruby - e08f3e40b41deae4f22c11171bbf5c0e3ca04904 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Make JavaScript, Ruby, Python packages executable

github.com/cucumber/gherkin-javascript - 9a5c223432c7b1473a032693e7898aae7b8f6173 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Make JavaScript, Ruby, Python packages executable

github.com/cucumber/gherkin-python - 6f2f00dca549837a988daa643c8d61659f02bca1 authored over 7 years ago by Aslak Hellesøy <[email protected]>
event-protocol: Run event validation as part of Gherkin's parent build

github.com/cucumber/gherkin - 7031fbfae115e2e3844b4647175822e73c54ac15 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add target to /gherkin/Makefile to validate Gherkin events

github.com/cucumber/gherkin - a5f77ea417091b2b0ce56e5431f57bac408d5cc1 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Remove obsolete developer docs and Make targets

github.com/cucumber/gherkin - ce67824a20e6a336567e6c829f2fef241bea2c68 authored over 7 years ago by Aslak Hellesøy <[email protected]>
makes more explicit error message for an example json matcher

github.com/cucumber/godog - 834d5841c70be12a7f9bcc974f5b14d9ca8babce authored over 7 years ago by gedi <[email protected]>
Updated plugin with the new feature "Reusing Of Step-Definitions From External Class-Path Dependencies(JAR/POM...etc)"

Updated plugin with new version '0.0.16.201703160952' for implementation
of the new feature "Reu...

github.com/cucumber/cucumber-eclipse - 2aef86f85aa688b01e375aad83a976e979588390 authored over 7 years ago by Girija Prasad Panda <[email protected]>
git subrepo pull gherkin/ruby

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

github.com/cucumber/gherkin-ruby - 0bf96f9da37bb31532608fbff22f95037d5afdf7 authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/ruby

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

github.com/cucumber/gherkin - 14a3e7cf854f67063f6088fb8d291899342a5ed9 authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/python

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

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