Ecosyste.ms: OpenCollective

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

github.com/cucumber/cucumber-jvm-scala

Cucumber Scala
https://github.com/cucumber/cucumber-jvm-scala

Converted the existing scala/scala_previous to be more meaningful

This uses a second level for aggregation of shared items, sources,
dependencies, and build plugi...

2aebf2491b3f4c8d03aa3e2b012850d82335443c authored over 9 years ago by David Kowis <[email protected]>
[maven-release-plugin] prepare for next development iteration

99204adc6a1ce280c8f6590f1e94b30692201fd0 authored almost 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.2.2

8f0e81b69e4ef396aa119ceb1f5d78dbe6df61d4 authored almost 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

a461cfb82827d984721256bf1798e0ed4d8f7103 authored almost 10 years ago by Aslak Hellesøy <[email protected]>
Java 8 lambda step definitions. Closes #738, #767.

Squashed commit of the following:

commit a50a5a7d7c34f679fffc1396885b65038c904a24
Author: Aslak...

a4d53743b87b61eaee9c61bf33bd6ab55bf96e2a authored about 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

f28bae2c80b34788ce95012c88d9339f6038bf5f authored about 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.2.0

de0f47e1c950fdbbac4fa5c4204bd4bd07c3c45f authored about 10 years ago by Aslak Hellesøy <[email protected]>
Ensuring the correct method is being called

There are more than one non-bridge method generated and returned by the `getDeclaredMethods` cal...

28675564f8956f0b9150f8911fe140c87557c82e authored over 10 years ago by Manuel Bernhardt <[email protected]>
Added --plugin option and misc other changes:

* Richer plugin API
* Removed support for `--dotcucumber` and `stepdefs.json`
* The `--format` o...

966ad801f5d1bf7e8aa1459d6225b86809d41a67 authored over 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

ff0cd17d0385732870ea9e3ee68dc1e7cc6f8b5b authored over 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.8

50f809da04c3cabc3eb7c17ea7c2d8f21c6d0626 authored over 10 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'expose-scenario-id-to-stepdefs' of https://github.com/brasmusson/cucumber-jvm into brasmusson-expose-scenario-id-to-stepdefs

cdc295a60070db0a67d40657319c83a7582501ad authored over 10 years ago by Aslak Hellesøy <[email protected]>
Expose Scenario id to step definitions

Extend the Scenario interface with the method getId(). Then it is
avialable to step definition t...

22e584420e51fffb33b5e3c13e38d53124026172 authored over 10 years ago by Björn Rasmusson <[email protected]>
[maven-release-plugin] prepare for next development iteration

2b74aef23fc320a4b11d52e1c08bf0fa3fe229c6 authored over 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.7

4e541e36b3a4b4e920c9c88d71e640ec35508d24 authored over 10 years ago by Aslak Hellesøy <[email protected]>
Scala 2.10 and 2.11. Drop support for 2.9.

b1e96d15cff4ea5a70e5675d47aef87bd6e64dba authored over 10 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

ce1f4a4205e77337a8a094431ccbb9028d9f1581 authored almost 11 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.6

1555eb74485fd89c990aad198c924560a3c53d9a authored almost 11 years ago by Aslak Hellesøy <[email protected]>
moved import to a language compiler option so that scala 2.9 continues to work

482495a45cb794c6f0b6e6bfefa911127c480070 authored almost 11 years ago by Nayan Hajratwala <[email protected]>
fixed scala warnings

7032d759342b3fd4999c9ed3fe23b17b9695fd0a authored almost 11 years ago by Nayan Hajratwala <[email protected]>
Simplify i18n build. Thanks @robertoandrade - ref #487

3f2e7a24e92f649386a53c43f32c14399528c487 authored almost 11 years ago by Aslak Hellesøy <[email protected]>
Transforming Gherkin tables into java.util.List<T> broken in Scala DSL. Closes #668, #669

69fba20b850038d3daf8589912c92c556065cf5b authored almost 11 years ago by Aslak Hellesøy <[email protected]>
Simplify Table conversion. Fix broken build.

Squashed commit of the following:

commit 4c357d2fb77d48565985b83a5f5e0d6d1cf58daf
Author: Aslak...

a4162edeec7cc240f933a4e239ccbe125af2f078 authored almost 11 years ago by Aslak Hellesøy <[email protected]>
Dominic: fix line number reference in test code

80a75db3cbc15d4e94b5adf4a944d51a4dcc2e1d authored almost 11 years ago by Dominic Fox <[email protected]>
Dominic: add scenario name to test stub

4d04964cf39fe48804907000c201657d01b606f6 authored almost 11 years ago by Dominic Fox <[email protected]>
Updating gen.scala to reflect changes in previous commit

Not sure if the code generation is still being used as the functions in
ScalaDsl seem to have di...

3c385dca81fe18f034a53c2ae47233ea10a5bd4e authored almost 11 years ago by Chris Whelan <[email protected]>
Fix for #668 - using Java reflection in ScalaDsl

The previous implementation was using Scala 2.9 reflection via
Manifest[T] to extract the functi...

71cd5380c9fd941455a768ece4ee1bf489029ae6 authored almost 11 years ago by Chris Whelan <[email protected]>
Refactored SnippetGenerator.

There was too much parallel effort in the CamelCase and Underscore
implementations, so the new s...

560ac6808c4554e35f7e31ccd5aee19b7641eccb authored about 11 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

5db1d66c1267a8b4a552fe4603c2a791093e9a7d authored over 11 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.5

13eadf3836e86d0d2cbcf7800cbe5735ad8379f8 authored over 11 years ago by Aslak Hellesøy <[email protected]>
Remove duplication in Reflections implementations.

Renamed Reflections to ClassFinder and removed generic methods.
Created a new Reflections class ...

d1f63c73a47141ee0c1ecd9c475f1460507b3e12 authored over 11 years ago by Aslak Hellesøy <[email protected]>
Refactored --snippet option. Closes #561, #302

1092cdd71be81b208eb6994042c8d34c84036a0e authored over 11 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

e6fb1f388eb777f912765e25a75594a470fed476 authored over 11 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.4

5e7fac5b6006713de6706598b20b64d0d218cc7a authored over 11 years ago by Aslak Hellesøy <[email protected]>
All tests passing again. Ref #525.

dcf745d5306ed3edf107ba2e02405b03eba7cc42 authored over 11 years ago by Aslak Hellesøy <[email protected]>
Upgrade to gherkin 2.12.0

df5cf80bd41eb8753a49d17d5461c9a58d5c6191 authored over 11 years ago by Aslak Hellesøy <[email protected]>
Add Scenario.source_tag_names to work with Capybara. Closes #504.

a0abfb95631adaf33f849f5ea7ee9e53ac7176ec authored over 11 years ago by Aslak Hellesøy <[email protected]>
Scala tweaks. Closes #432, #462.

46588badf05bb14f35d29a6032bde6d92e8e97f5 authored over 11 years ago by Aslak Hellesøy <[email protected]>
Rename directory

ab5e9294d77ca93f6f24fc47f989670424c04e28 authored almost 12 years ago by Aslak Hellesøy <[email protected]>
Fixed ScalaDsl to only use methods that are compatible with both 2.9.2 and 2.10.0 of the Scala library

13e46a91889080ffa3968218546120b820e91acc authored almost 12 years ago by Chris Turner <[email protected]>
Proposed solution for issue #432

The main scala build has been modified to generate an artifact named cucumber-scala_2.10
A new su...

b84f1f18e88014bcd7ce3e90a0736f1c2d6ba055 authored almost 12 years ago by Chris Turner <[email protected]>
Merge branch 'master' of https://github.com/skipoleschris/cucumber-jvm

Conflicts:
pom.xml

bc27ab0829f010068e1f5ad265000d6fc7f5ce1c authored almost 12 years ago by Chris Turner <[email protected]>
Proposed solution for issue #432

The main scala build has been modified to generate an artifact named cucumber-scala_2.10
A new su...

ed7b78eb548c2301d83e9ebae9ab1ee47438b2d1 authored almost 12 years ago by Chris Turner <[email protected]>
[maven-release-plugin] prepare for next development iteration

b59da9417c414397015e24d693b107c5bb9bb1e6 authored almost 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.3

84efa0eb18d333ddde9e42eca196d6c4cf59d6dd authored almost 12 years ago by Aslak Hellesøy <[email protected]>
Tidied up code and tests before merge

f4af9f0fccc2db5053e8769ab127d78627cba9c5 authored almost 12 years ago by Matthew Lucas <[email protected]>
Added test to assert custom mappers working in Scala world.

5287474cc6640bb4a3ddcd4f43ed905cb5b7ca96 authored almost 12 years ago by Matthew Lucas <[email protected]>
Added additional test for the case "Custom object with a string constructor"

46abde3c4b8c651506f8e5aec91080320282e775 authored almost 12 years ago by Matthew Lucas <[email protected]>
Fixed broken tests (ScalaDslTest was just a line number change, and other was a half implemented test case for custom mappers) should build ok now.

cf9ce72e8b9d0bc48737d8073a5c14f19cb83d27 authored almost 12 years ago by Matthew Lucas <[email protected]>
Base of further tests for new type handling - specifically to check the locale based differences, and customer mappers

6704ee3ef7f2d9a0843952e3f8855f7aaa275446 authored almost 12 years ago by lucas <lucas@lucas-ThinkPad-T400.(none)>
Fixed transformation issue to use java layer for transforms

82a7b74645f4da05685b56fb6833e21a947a436e authored almost 12 years ago by lucas <lucas@lucas-ThinkPad-T400.(none)>
Changes to scala dsl

fc3a9079c4ef95c15828b55c319b0d0de4cc7be1 authored almost 12 years ago by lucas <lucas@lucas-ThinkPad-T400.(none)>
Proposed solution for issue #432

The main scala build has been modified to generate an artifact named cucumber-scala_2.10
A new su...

bdb6cc3c4ea073326b88ca296e164a171840f86f authored almost 12 years ago by Chris Turner <[email protected]>
Incremental refactoring

6537a6a0bbf7b71bd0b76bfc197712057db7136f authored almost 12 years ago by lucas <lucas@lucas-ThinkPad-T400.(none)>
Removed transform scala, and started commenting existing code

ea533c0ddd8a2d750e6f1f29fd8103a20cbf52d1 authored almost 12 years ago by lucas <lucas@lucas-ThinkPad-T400.(none)>
Added additional test for datatable with an additional argument

590a4898b197170989c3b47ff1cfb4c96edb0782 authored almost 12 years ago by Matthew Lucas <[email protected]>
Fixed unit test that assumed all types from core cucumber were string

00a4b42aebe39e8cd12531f88051ec0ca3d678aa authored almost 12 years ago by Matthew Lucas <[email protected]>
Resolved issue with parsing biginteger and bigdecimal

1f6e02b2ea3d1b6a7382b42151220225594948cf authored almost 12 years ago by Matthew Lucas <[email protected]>
Removed 'string only' types for scala so can work with complex types (i.e. data tables) - need to implement xstream parser for bigint and bigdecimal

a712ce5d05d320277381db935f6ee001492940c2 authored almost 12 years ago by Matthew Lucas <[email protected]>
Merge branch 'master' of https://github.com/cucumber/cucumber-jvm

Pulling from cucumber-jvm root to keep in line.

18c6423fb098cfc7e9a93ed9ecb4c5e17e5f80df authored almost 12 years ago by Matthew Lucas <[email protected]>
Hack fixed #443 and added appropriate tests - requires refactor.

fe3a554a5a46d105c573eb226c8970a4351b4526 authored almost 12 years ago by Matthew Lucas <[email protected]>
Added cucumber scenario to reproduce issue #443 DataTable arguments aren't working with cucumber-scala

c637e8b35c0d9b494133c01bcf53be10ac8dbefa authored almost 12 years ago by Matthew Lucas <[email protected]>
[maven-release-plugin] prepare for next development iteration

d0c3c3786741e36c639512393ab31677614c9d9c authored almost 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.2

e40a83c80efa71d9e913996d1780ac573115c273 authored almost 12 years ago by Aslak Hellesøy <[email protected]>
Revert to scala 2.9.2. Remove unused pom stuff.

2eff78433c15e1e815cd5a890bf4fe3e7cb9e849 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Passing Scenario reference in Before and After hooks. Added idea plugin in pom to generate idea files

f9547d5f9f8d0be647001839351d9a9cd8790106 authored about 12 years ago by Anshul Bajpai <[email protected]>
[maven-release-plugin] prepare for next development iteration

13a8929c484169794cafdd6f15d5f18278a4a450 authored about 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.1

5070ef6ce826a29fc9c8728854833ac7235410e7 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Moved the JUnit package and configured API docs

7a7604f114891c2242c773ef7ea8ed88af9c65bd authored about 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

4c7cbb773476212a1e06e235a0be2ba1722b82c5 authored about 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.1.0

f67fe82031bcb0865e677d3d09cf7ed137a3a7c3 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Some last minute fixes before the 1.1.0 release.

85b413fb3675fbe15aff329054f339777dbca538 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Improved Transformer API

63c92fe60992bacba37cf7a088e63bfc9e88cfd7 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Big package reorganisation. This is needed to make it more obvious what's part of the public API and what is not.

9a39e681fdaca0fead29d9c6f17a511ba3e96456 authored about 12 years ago by Aslak Hellesøy <[email protected]>
Normalized groovy and scala generated code as well

da5ce0a9a834534642cdf11ef808a90c08a126ab authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

d39773d5b72ea4d06703891e097df004e3c80b01 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.0.14

04fb3d48ca8406796866dbdd70e4a77973aaa624 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

7cdbe789db029d50930e547475bc237606901db9 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.0.13

8bee7dea5b7937c76e81e9f7b5c6779a305d6184 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Release 1.0.13 with better packaging

dc3892863867a899123e467266a33c24a2cfe502 authored over 12 years ago by Aslak Hellesøy <[email protected]>
increase version to prepare for next development iteration:

4475a5e1261bcddce3eda62952a575981829071a authored over 12 years ago by Konrad Paumann <[email protected]>
[maven-release-plugin] prepare for next development iteration

74dd31294316171082d177462c523ba8acde2192 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.0.12

bd54c0bfabd70c8e332d03e33b847e5f4da1e25c authored over 12 years ago by Aslak Hellesøy <[email protected]>
Merge branch 'master' of https://github.com/marquiswang/cucumber-jvm into marquiswang-master

de5aaee98c1fcc557478dd83a7fd64befb1cfae2 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Bump gherkin (which bundles new gherkin-jvm-deps jar) and use new cucumber-jvm-deps jar which is also a separate project. This should simplify build quite a lot

328e6884ecb8b54decdecd684395a391a9b8fcc6 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Add support for List step definition parameters

b92c9a1b38d6d0bc440c47e3b0f9b74fb4f7359d authored over 12 years ago by Marquis Wang <[email protected]>
[maven-release-plugin] prepare for next development iteration

d3c35aaeec6099a582206175428a22421d7ec2c4 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.0.11

9d3ce613d1044b29bad8b3351842bf49f79c6df0 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Undo bad changes I mkade in bbe40d3d451703f41ef36d16415144268d6ff72a while fixing #356

dff47a53a6a69863097a61d3bf8e40b36d157ba1 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Fix tests that broke in #356

1e295b01ca916ccdf260fb96f8ab46bbd2613840 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Tweak poms so they work in IDEA as well

6ea374284bdeaa95c1f1f55ae096a736fc3e0c66 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Merge

9c85d46ae375efc83a1c0472f6b22569b561e9c7 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Build passes with cucumber-deps

58fddd8359217828b4ad986cdb3bb55613c37d66 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Cleaning up poms

3cacfd724168f07574c61ecd16a9c5cc133637ed authored over 12 years ago by Aslak Hellesøy <[email protected]>
Cleaning up poms

61a1d5f65d6cd583b56c7b75d3f0d4a998ba6694 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Build passes with cucumber-deps

5b6b459f38c4a2dabbdf539c58a50063f32bd7e7 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

e548d77564b6b2404799d25083b82bc01f66cc65 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.0.10

f2f3f2e0fc4a4fe7faae1f5095e8841e1f8e2c20 authored over 12 years ago by Aslak Hellesøy <[email protected]>
Refactored the StepDefinition interface so that backends for dynamic languages can infer the type of a parameter based on the actual argument type passed to it.

4398c430255b310a8d6a15fd1fa2cba60c83e013 authored over 12 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

a5c9b0dc1b3c1dabb0d94bef875b2a1d41fa81f0 authored over 12 years ago by Aslak Hellesøy <[email protected]>