Ecosyste.ms: OpenCollective

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

github.com/cucumber/gherkin-go

[READ-ONLY] Gherkin for Go - subtree of https://github.com/cucumber/gherkin -- moved to https://github.com/cucumber/gherkin
https://github.com/cucumber/gherkin-go

Rename text/vnd.cucumber.stacktrace+plain to text/x.cucumber.stacktrace+plain

19778340672ab8e69539c87d68ff2bd205a94036 authored about 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/go

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

696ec7b90aea00b113dd4364af14f32eef6be333 authored about 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Add new test

caafd80adf5dbb6e1bb4b1637ab074b581729586 authored about 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Regenerate parsers

52e8c28abea57f936e56643631c0bb8e509c8c0b authored about 7 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'empty-pickle-for-empty-scenario'

c7619472e903a6f326617793dba32c559faa0d6c authored about 7 years ago by Aslak Hellesøy <[email protected]>
Merge master

7c9981c7f4da606991eb8aca708a46a39474402f authored about 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Simplify grammar

d29d85e3f1d56dd2d79d5b95d1ead0d160dd77d5 authored about 7 years ago by Aslak Hellesøy <[email protected]>
[Gherkin] (Go) Create empty pickle for empty scenarios.

09beb9692e05c677ce598470b78856304d2d66d9 authored over 7 years ago by gedi <[email protected]>
[Gherkin] Specify empty pickles for empty scenarios.

bbb0243701b5f43f1831bdecdcd4cbf462aa7353 authored over 7 years ago by Björn Rasmusson <[email protected]>
git subrepo push gherkin/go

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

e65665b2a362acbb7e198be8260291c22cee6ec4 authored over 7 years ago by Aslak Hellesøy <[email protected]>
gherkin: Fix incorrect use of .DELETE_ON_ERROR in Makefile

d55e7708783f27d9cb99c8f3f74e1a61aa905f42 authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/go

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

ec3d80f7b405052aff6639464d7dbc54ae1e9985 authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/go

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

c593ac35f1f37512c615f2017d6fc2358c0f05a5 authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/go

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

9c829ab7fb615c96aa0191fda4ea5512ac62d23a authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/go

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

bec19eaf539e33e34f04735001a2e4c4fd49b801 authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/go

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

b293ab9badf9efa468de66d774f484356063e7d6 authored over 7 years ago by Aslak Hellesøy <[email protected]>
git subrepo pull gherkin/go

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

89c3614870de17ead4facfb5fc9188cf4ebf99a7 authored over 7 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'gherkin-go-errors'

aaf408a797c753cae50c3ed8de3cf88b9e6a7e20 authored over 7 years ago by Aslak Hellesøy <[email protected]>
handles unexpected errors properly and exits with error code

7433fd0fda861ab3898107e4d1b45241a050f8d7 authored over 7 years ago by gedi <[email protected]>
build: Enable docker build on Travis

32c79473d05eab42ffd8d391fb1c133bb48e5bcf authored almost 8 years ago by Aslak Hellesøy <[email protected]>
build: Add Dockerfile. Build (almost) all projects

f465144a22f35ad16a8d0ffb2772b0439a484885 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
build: Build everything from root

b541df575f91a593f55c5ce17c91aaca3f8b3909 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'gherkin-go-cli'

b21b2e5f349f8a9517fdfc1f87940b0416f5a2f6 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
updates gitignore, formats code with gofmt

c54592d3d7e0c79986e474461b4599e481157a10 authored almost 8 years ago by gedi <[email protected]>
implements pickles into event stream

passes pickle and source tests

b13fd6633a6370e11e0b62941cfcf961c557d379 authored almost 8 years ago by gedi <[email protected]>
makes ndjson errors pass by adjusting parser error handling

5e1ffe397155ef81f43088d0478c8552b0e75043 authored almost 8 years ago by gedi <[email protected]>
makes gherkin event stream CLI to pass AST tests

43309bd3a0bb333172567450389ccd877039dc81 authored almost 8 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 ...

cfd4ae13431b58395f080ac67f1927fb0c359bc7 authored almost 8 years ago by gedi <[email protected]>
git subrepo pull gherkin/go

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

b2742378abc28f07d1b3e5e2f8f1ca0f70d0b4c0 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
git subrepo push --force gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "67f7b22"
upstream:
origin: "https://github.co...

863a3c04ce484808cad177ea932eb3239877e442 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
gherkin-go: Build on Go 1.7 and 1.8 on Travis

e3fc759be023eeac2232a8020e6f0e0790acd52a authored almost 8 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "077fe1c"
upstream:
origin: "https://github.co...

4526c395574f1d3068a35ce30a737b22b3cce405 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
gherkin: Run full build on Travis

13eea7707cca4ddeee004805c6b2705e35f7a986 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
gherkin: Use rsync to copy testdata and gherkin-languages.json

This makes each subrepo mirror autonomous.

1b65cd3cbd485819b57fc8d0eda6e04163dd0098 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
git subrepo push gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "a2f74f0"
upstream:
origin: "https://github.co...

5a57bf32e9436af9dd5f746c3cdb99cdac1828e0 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
git subrepo commit (merge) gherkin

subrepo:
subdir: "gherkin"
merged: "3873046"
upstream:
origin: "https://github.com/c...

6fb44b2c5dec4642fc2eae8901e9c6a8d6626c81 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
git subrepo clone https://github.com/cucumber/gherkin-go.git gherkin/go

subrepo:
subdir: "gherkin/go"
merged: "0f1bd3b"
upstream:
origin: "https://github.co...

1f4428dfe61b5c506e71c9ccb7ef70b8e80e56a8 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
Remove gherkin subrepos - we'll import them separately

8c2d40973b1093a5b70f8c65a5bbe6d86ece8454 authored almost 8 years ago by Aslak Hellesøy <[email protected]>
git subrepo clone https://github.com/cucumber/gherkin.git gherkin

subrepo:
subdir: "gherkin"
merged: "c1eb9d9"
upstream:
origin: "https://github.com/c...

85ac50e6711bdb6686e2f5e13f6fa090778eaab1 authored almost 8 years ago by Aslak Hellesøy <[email protected]>