Ecosyste.ms: OpenCollective

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

Pact Foundation

Pact is the industry standard, cross-language collaboration framework that enforces contracts between a consumer and a provider of data.
Collective - Host: opensource - https://opencollective.com/pact-foundation - Website: https://pact.io - Code: https://github.com/pact-foundation

Updated pact-provider-proxy to work with pact 1.1.1

github.com/pact-foundation/pact-provider-proxy - b697616dcd762f6b0ce32d4504649be882761d63 authored over 10 years ago by Beth <[email protected]>
added customised pom entries

github.com/pact-foundation/pact-jvm - 2767cb504005774565dc655bbc31bafea120cad8 authored over 10 years ago by Ronald Holshausen <[email protected]>
get gradle to generate a source and javadoc jar

github.com/pact-foundation/pact-jvm - 656f923ea3f0afcb8cbf977c665a2f656108e1a7 authored over 10 years ago by Ronald Holshausen <[email protected]>
make sure gradle and sbt generate the same manifests

github.com/pact-foundation/pact-jvm - 4ace87a2c1ebbd0fe6fb4866eb2eaa844fc734c9 authored over 10 years ago by Ronald Holshausen <[email protected]>
added gradle build because the simple build tool is, like, not that simple

github.com/pact-foundation/pact-jvm - a78b61ec6a04fbd764f65e2b63bb125a15482b46 authored over 10 years ago by Ronald Holshausen <[email protected]>
Added missing requires

github.com/pact-foundation/pact-ruby - 3f96f526928aa72d56b35e0efdb28c9f089c4447 authored over 10 years ago by Beth <[email protected]>
Issue #40 - added basic logging to the mock service provider

github.com/pact-foundation/pact-jvm - 349495e00aca63fe73e7d19867274a33c41f3958 authored over 10 years ago by Ronald Holshausen <[email protected]>
Releasing version 1.1.1

github.com/pact-foundation/pact-ruby - a42a8f2ea4d975b1a95d05a175f40ac1edac0479 authored over 10 years ago by Beth <[email protected]>
Updated CHANGELOG.md

github.com/pact-foundation/pact-ruby - f17f4b17048456274da1d25d3a79a8e5da6b74c5 authored over 10 years ago by Beth <[email protected]>
The pact verify executable now adds lib to the load path before requiring the pact_helper.

github.com/pact-foundation/pact-ruby - 503a3f4a1bcdec4ded7745193863739687f6d10d authored over 10 years ago by Beth <[email protected]>
Updated CHANGELOG.md for 1.1.1

github.com/pact-foundation/pact-ruby - f27bd4662fc50d1577a8d4571a6c5d85f9de40fd authored over 10 years ago by Beth <[email protected]>
Merge remote-tracking branch 'remotes/origin/support-rspec-2.99'

github.com/pact-foundation/pact-ruby - 922ec98051fd044127c2a43020a2267f795bc7a5 authored over 10 years ago by Beth <[email protected]>
Fixed output when a Pact::Term is expected in a response header.

github.com/pact-foundation/pact-ruby - f62622e7c8a85bc567899b65b41459a0ca89c8be authored over 10 years ago by Beth <[email protected]>
Cleaning up requires so no unnecessary code is loaded by the containing project.

github.com/pact-foundation/pact-ruby - b30d81ca7544bbf7db770cc7678734b818bfbf76 authored over 10 years ago by Beth <[email protected]>
Updated pact spec runner, matchers and pact verification code to work with both rspec 2.14 and 2.99.

It's not pretty, but it does the job.

github.com/pact-foundation/pact-ruby - bb5ae47ed4d5c54e7e793162e89a6ef5226ca315 authored over 10 years ago by Beth <[email protected]>
Using text only comparison of formatter spec output - using colours makes it fail now.

github.com/pact-foundation/pact-ruby - 3b6d12cc0abeb06cc2414e6470933d0f025af8a6 authored over 10 years ago by Beth <[email protected]>
Removed use of rspec "its".

github.com/pact-foundation/pact-ruby - 5b7ab14c5422fdfd3506a72157f22ea718320182 authored over 10 years ago by Beth <[email protected]>
Changed all "be_true/be_false" to "be true/be false"

github.com/pact-foundation/pact-ruby - 9d4d9971bbd67b025b4e1c3bf27d1d49ef9bc15d authored over 10 years ago by Beth <[email protected]>
Added require for open3

github.com/pact-foundation/pact-ruby - 011ed0b02d25f30f7111ad1b3a95b6a306244bed authored over 10 years ago by Beth <[email protected]>
Renamed execute_command to execute_cmd as it seemed to override an already existing method somewhere.

github.com/pact-foundation/pact-ruby - 20a73b52ea35dbdf5cb2b56dabcac9b22668245c authored over 10 years ago by Beth <[email protected]>
Update development-workflow.md

github.com/pact-foundation/pact-ruby - e15e18e67f19fe62eb401c02fab2f855a293a1de authored over 10 years ago by bethesque <[email protected]>
Update development-workflow.md

github.com/pact-foundation/pact-ruby - faa81c1ddfc5bbf882f5bc04159479ed2f0cc72e authored over 10 years ago by bethesque <[email protected]>
Added spec for TaskHelper.execute_pact_verify

github.com/pact-foundation/pact-ruby - 29d356f0bd3518f805d74d4d0ee73a27004abdf6 authored over 10 years ago by Beth <[email protected]>
Moved VerificationTask spec to the right directory.

github.com/pact-foundation/pact-ruby - a34837cdb4ebc2f8a5093f4d9bd1898fb8bb4f1d authored over 10 years ago by Beth <[email protected]>
Enabled and updated tests for VerificationTask

github.com/pact-foundation/pact-ruby - b2b3a96f7ad6a1eafbb19cdc30419f130cfdcef3 authored over 10 years ago by Beth <[email protected]>
Created a "pact verify" executable and change the rake task to invoke it to avoid the problem of cross contamination of requires (eg. with multiple pact:verify tasks in the same code base)

github.com/pact-foundation/pact-ruby - c150e353d02b3d157d6981256abe8c71bde98c32 authored over 10 years ago by Beth <[email protected]>
WIP - making all tests run with ActiveSupport

github.com/pact-foundation/pact-ruby - db5e4ed87ee46a17e259829ea55576dbd6d5a05d authored over 10 years ago by Beth <[email protected]>
Create verifying-pacts.md

github.com/pact-foundation/pact-ruby - a0b6c75caa6ea52adc8e8198ad66f540c5b8d89c authored over 10 years ago by bethesque <[email protected]>
Update README.md

github.com/pact-foundation/pact-ruby - 0add8fe6ac3d18e98e3e95c4d3c88aa7653d83a0 authored over 10 years ago by bethesque <[email protected]>
Update README.md

github.com/pact-foundation/pact-ruby - d8c4f996bfa947e0ec9d30e1734c92194b635c41 authored over 10 years ago by bethesque <[email protected]>
Update README.md

github.com/pact-foundation/pact-ruby - 6fe77535134de518f6d9f6249a0edefe24065723 authored over 10 years ago by bethesque <[email protected]>
Merge branch 'release-1.0.0' into network-graph

github.com/pact-foundation/pact_broker - 6609567255c51c582199bd11b76472f37826352b authored over 10 years ago by Beth <[email protected]>
Fixed bug in 'latest pacts' code by introducing a DB view

github.com/pact-foundation/pact_broker - 6b4750c0ee66a2612939716e1c992360bf003e69 authored over 10 years ago by Beth <[email protected]>
Sorting relationships by consumer name, then provider name.

github.com/pact-foundation/pact_broker - ed25adb3299ccaabca13ea3a65d4ee13ccc6b0ba authored over 10 years ago by Beth <[email protected]>
Merge branch 'release-1.0.0' into network-graph

github.com/pact-foundation/pact_broker - 34a6514af309388b7a602aea9a872bc5617ad32a authored over 10 years ago by Beth <[email protected]>
Remove rack/hal_browser from example config.ru.

github.com/pact-foundation/pact_broker - b0d44cda8c5b5b47144f7fb5fa3d57bd861a56c3 authored over 10 years ago by Beth <[email protected]>
Adding WIP network graph.

github.com/pact-foundation/pact_broker - d392cde30556630afcca0baa5417ae6471c3f008 authored over 10 years ago by Beth <[email protected]>
Update README.md

github.com/pact-foundation/pact-ruby - 607024b022f46d6187d1610a41a2a7e4e0f4c51b authored over 10 years ago by bethesque <[email protected]>
Added "actual" response to pact:verify failure message to make it easier to identify the reason for failure.

github.com/pact-foundation/pact-ruby - d981ab7ce0e6433190c1deaaefd9504531df8288 authored over 10 years ago by Beth <[email protected]>
Added pact specification compliance spec. WIP.

github.com/pact-foundation/pact-ruby - a18787d68efd21a2d53dc792d660fc50b0c3a494 authored over 10 years ago by Beth <[email protected]>
Merge pull request #21 from d11wtq/patch-1

Fix path to 'spec/' directory in README.

github.com/pact-foundation/pact-ruby - 28bbc0bd02837784e998ee41f017fedadd43c362 authored over 10 years ago by bethesque <[email protected]>
Merge pull request #22 from vgunawan/patch-1

Update link to provider documentation

github.com/pact-foundation/pact-ruby - fd16f86019402f4e420a0d02196d6af9e6bb6d3b authored over 10 years ago by bethesque <[email protected]>
Update link to provider documentation

github.com/pact-foundation/pact-ruby - cb79db69d699a7fd14ed86534e8a4af5c0c76fd5 authored over 10 years ago by Valen <[email protected]>
Fix path to 'spec/' directory in README.

github.com/pact-foundation/pact-ruby - df8127a755dbfeeeee61dfe702f8b2c2c943c5d8 authored over 10 years ago by Chris Corbyn <[email protected]>
Merge branch 'release-1.0.0' into network-graph

github.com/pact-foundation/pact_broker - e543baeab38858d36176492f58d9be2e11dda5b4 authored over 10 years ago by Beth <[email protected]>
Added task to delete pacticipant

github.com/pact-foundation/pact_broker - 24daeea6008eadf713de6681e41335eff8c5564b authored over 10 years ago by Beth <[email protected]>
Releasing version 1.0.0.alpha3

github.com/pact-foundation/pact_broker - 7aae5305774694e0c14f82407bad276f3b01e214 authored over 10 years ago by Beth <[email protected]>
Increased json_content size from text to mediumtext (16MB)

github.com/pact-foundation/pact_broker - 53e24cb99d812a3bf3c34492f3348dacfdf4a8b4 authored over 10 years ago by Beth <[email protected]>
Releasing 1.0.0.alpha2

github.com/pact-foundation/pact_broker - 1f6554691d58ca1cf7f0f386e6833c1b86fcf55c authored over 10 years ago by Beth <[email protected]>
First attempt at providing a specs2 provider binding

github.com/pact-foundation/pact-jvm - b02369ff451a42c22bf09affab0c9456da24cd86 authored over 10 years ago by thetrav <[email protected]>
Merge pull request #38 from kenbot/service-refactor

Service refactor

github.com/pact-foundation/pact-jvm - 765f4cd922f5e6ff427e3668bb3012326dc2f12c authored over 10 years ago by Travis Dixon <[email protected]>
Merge branch 'master' of https://github.com/DiUS/pact-jvm into service-refactor

Merging the HeaderMatch additions from Travis

Conflicts:
pact-jvm-model/src/main/scala/au/com/d...

github.com/pact-foundation/pact-jvm - 23accd25ed45d405b7aa1088f3f4aba45a35dd76 authored over 10 years ago by Ken Scambler <[email protected]>
Integrated new PactFragment DSL with service refactoring

github.com/pact-foundation/pact-jvm - a00499ab05d6f88b6c18a18fe951590a74278675 authored over 10 years ago by Ken Scambler <[email protected]>
documentation for everyone!

github.com/pact-foundation/pact-jvm - 5a3a8aa580a94232e9deed53389ecfbce30e1a40 authored over 10 years ago by thetrav <[email protected]>
Headers are case insensitive and there's a weird thing around commas and whitespace in header values

github.com/pact-foundation/pact-jvm - 05ac7ecf6001afa802652cf386d19ba31e2e37fd authored over 10 years ago by thetrav <[email protected]>
adding pact-specification tests from https://github.com/bethesque/pact_specification/tree/1036dbe467c8910de153f6cde07286bbba8e082c/v1.0.0

github.com/pact-foundation/pact-jvm - d0c8ae5d5ddbe0ca1ef69a1ac1ed57587b19715a authored over 10 years ago by thetrav <[email protected]>
Network graph first try

github.com/pact-foundation/pact_broker - 7b0a0168ed010c225673af4730e0e36371742543 authored over 10 years ago by Beth <[email protected]>
Adding network graph spike files

github.com/pact-foundation/pact_broker - 3714ab588a84563c4e5c7a04494e8d9e0b3e87af authored over 10 years ago by Beth <[email protected]>
Adding back HTTP method and path to pact verify output, as it is otherwise impossible to tell from the output what the actual request was.

github.com/pact-foundation/pact-ruby - 2d52356d4f1781ea5093b0f887fd037c8c008d8a authored over 10 years ago by Beth <[email protected]>
Fixing InteractionListSpec

github.com/pact-foundation/pact-ruby - 0e4326029e41b6b6a4d231473be49513f3cc96f5 authored over 10 years ago by Beth <[email protected]>
Fixed LatestPact resource specs

github.com/pact-foundation/pact_broker - c9433acfdc54f9104611d7a6292290aee0cd506b authored over 10 years ago by Beth <[email protected]>
Disabled pacticipant version interactions, not needed yet.

github.com/pact-foundation/pact_broker-client - 27c00e5afc88239c5380af9c604b5a795ef101db authored over 10 years ago by Beth <[email protected]>
Implemented finding latest pact by tag

github.com/pact-foundation/pact_broker - 73e2b81e3a894f8838df814b1bc3f1b74fa8a982 authored over 10 years ago by Beth <[email protected]>
Addd query to request.method_and_path

github.com/pact-foundation/pact-ruby - 674d8c99b215cf78307b15842564df22cd10af0e authored over 10 years ago by Beth <[email protected]>
Moved matchers file to rspec dir

github.com/pact-foundation/pact-ruby - c283e262ddbb6da01583a97f47b2f39fd89f92a6 authored over 10 years ago by Beth <[email protected]>
Changed path from /pact to /pacts

github.com/pact-foundation/pact_broker-client - cfefdc4ccfee8393ff7fa7bde36c596a88d9169f authored over 10 years ago by Beth <[email protected]>
Changed /pact to /pacts because it is more RESTy

github.com/pact-foundation/pact_broker - bfa62ccd633e2c018291222d72024f01481205b0 authored over 10 years ago by Beth <[email protected]>
Merge branch 'master' of https://github.com/DiUS/pact-jvm into service-refactor

Merging Travis' DSL changes into my model/consumer/server refactor

Conflicts:
pact-jvm-consumer...

github.com/pact-foundation/pact-jvm - deb77ef0d06574fe0d75d2a90322f602aa31862b authored over 10 years ago by Ken Scambler <[email protected]>
Migrated pact-jvm-server to use the new stuff

github.com/pact-foundation/pact-jvm - d6d1603c55d1af29da56cca7a1204b9f1c979301 authored over 10 years ago by Ken Scambler <[email protected]>
Added request matching test cases

github.com/pact-foundation/pact-specification - 1036dbe467c8910de153f6cde07286bbba8e082c authored over 10 years ago by Beth <[email protected]>
Update README.md

github.com/pact-foundation/pact-ruby - 23e42eb227265fed4a5e181efbff50dede9b1cec authored over 10 years ago by bethesque <[email protected]>
Update README.md

github.com/pact-foundation/pact-ruby - 03a8f51e17d56097dea936e2ad1e1618562f1255 authored over 10 years ago by bethesque <[email protected]>
fix the missing path method for additional interactions, updated example test

github.com/pact-foundation/pact-jvm - d38e40b6a52bcd520880786a9af1993e977a44a4 authored over 10 years ago by Ronald Holshausen <[email protected]>
add a second interaction to the example junit test

github.com/pact-foundation/pact-jvm - 8b7cc5a2e5995fd7f4f28508f08318c82f7c3438 authored over 10 years ago by Ronald Holshausen <[email protected]>
fixes to the consumer DSL for multiple interactions

github.com/pact-foundation/pact-jvm - a46937adbb77ff3cb92b09da7658f23d7a778c55 authored over 10 years ago by Ronald Holshausen <[email protected]>
move things around to a more consistent naming (sorry collaborators)

github.com/pact-foundation/pact-jvm - a3c54688541ef81ca88acf61fa3b630f4a91c5c3 authored over 10 years ago by thetrav <[email protected]>
Java 6 needs classes to be public

github.com/pact-foundation/pact-jvm - 6c870b6e202ae04c9f28aa759ec4257975d57e93 authored over 10 years ago by Ronald Holshausen <[email protected]>
Move to_prepare out of initializer

github.com/pact-foundation/sucker_punch - 94b5206ccb34f0eee07a3e2f388aa7f6f31f4cc8 authored over 10 years ago by Brandon Hilkert <[email protected]>
Move to prepare out of initializer

github.com/pact-foundation/sucker_punch - d47109c10bed833ead64099ae07fd864a0d9f78d authored over 10 years ago by Brandon Hilkert <[email protected]>
refer to pact-specification rather than ruby specific library

github.com/pact-foundation/pact-jvm - 0308604dd20e981ee8675d3f1f5c2b80dd90d79b authored over 10 years ago by thetrav <[email protected]>
splitting documentation up

github.com/pact-foundation/pact-jvm - 6f5e9aaaf498585d44883f8923801d0bcd0716e0 authored over 10 years ago by thetrav <[email protected]>
updating documentation

github.com/pact-foundation/pact-jvm - 66323a715ff6a566fc75b125f242107b81212b1f authored over 10 years ago by thetrav <[email protected]>
split junit bindings to separate module

github.com/pact-foundation/pact-jvm - 6f324591db21895a6284185f78f3300ed5732702 authored over 10 years ago by thetrav <[email protected]>
Updating documentation

github.com/pact-foundation/pact-jvm - 0a92bafdb6d7b39a56defa8661ea1e810d773e38 authored over 10 years ago by thetrav <[email protected]>
tighter specs2 integration

github.com/pact-foundation/pact-jvm - 40071a0ec51dc3bce8e377ec029ffb4be8a31da9 authored over 10 years ago by thetrav <[email protected]>
Made it recursive to keep @thetrav happy.

github.com/pact-foundation/pact_broker - 13da0caf0c515922bb17e3e2503b7a9a362477e7 authored over 10 years ago by Beth <[email protected]>
Added logic to collect clusters of links instead of nodes

github.com/pact-foundation/pact_broker - f3a164bcbdd53b7c14be2d9600db7aae733da02c authored over 10 years ago by Beth <[email protected]>
Renamed InteractionsRenderer to ConsumerContractRenderer

github.com/pact-foundation/pact-ruby - 2a3e5db4b0159119d05f181db136f8311c51dc8a authored over 10 years ago by Beth <[email protected]>
Setting gem versions in gemspec

github.com/pact-foundation/pact_broker - 94c7c382449779ac247fac259f10b4dc60c96133 authored over 10 years ago by Beth <[email protected]>
Releasing 1.0.0.alpha1

github.com/pact-foundation/pact_broker - 91c8fabb9873c6ad5c626c7d4ff0622d1ffc0406 authored over 10 years ago by Beth <[email protected]>