Skip to content

Commit

Permalink
chore: remove stale impl examples and replace with client dsl links
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 26, 2024
1 parent b55407e commit c60074b
Show file tree
Hide file tree
Showing 70 changed files with 15 additions and 4,075 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,6 @@ jobs:
${{ steps.cargo-flags.outputs.flags }}
working-directory: rust/pact_ffi

- name: Smoke Test FFI library
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request' ||
github.event_name == 'workflow_dispatch' ||
startsWith(github.ref, 'refs/tags/libpact_ffi')
shell: bash
run: |
./smoke-test.sh ${{ matrix.targets }}
working-directory: ruby

- name: Upload the artifacts
if: |
startsWith(github.ref, 'refs/tags/libpact_ffi') ||
Expand Down
17 changes: 0 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,8 @@ autom4te.cache/
.vscode/
tokamak.toml

ruby/*/.bundle/
ruby/*/.yardoc
ruby/*/_yardoc/
ruby/*/coverage/
ruby/*/doc/
ruby/*/pkg/
ruby/*/spec/reports/
ruby/*/tmp/

# rspec failure tracking
ruby/*/.rspec_status

build/

php/vendor/
php/composer.lock

pkg/
python/venv/
python/pacts

compatibility-suite/Cargo.lock
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,21 @@ readme](rust/README.md). Requires minimum Rust 1.71.0.
This project contains dynamic libraries that expose the core functionality through FFI (Foreign Function Interface).

For examples:
* [Javascript](javascript)
* [C](c/consumer-verification)
* [Ruby](ruby/example_consumer_spec)
* [PHP](php)

* [C - Consumer](c/consumer-verification)
* [C - Provider](c/consumer-verification)
* [Various Languages](https://github.com/YOU54F/hello_ffi)

For implementations:

* [Javascript via pact-js-core](https://github.com/pact-foundation/pact-js-core)
* [Ruby via pact-ruby-ffi](https://github.com/YOU54F/pact-ruby-ffi)
* [PHP via pact-php](https://github.com/pact-foundation/pact-php)
* [GoLang via pact-go](https://github.com/pact-foundation/pact-go)
* [.NET via pact-net](https://github.com/pact-foundation/pact-net)
* [Swift via pact-swift](https://github.com/surpher/PactSwift)
* [Dart via pact-dart](https://github.com/matthewshirley/pact_dart)
* [C++ via pact-cplusplus](https://github.com/pact-foundation/pact-cplusplus)

## Building

Expand Down
18 changes: 0 additions & 18 deletions javascript/README.md

This file was deleted.

90 changes: 0 additions & 90 deletions javascript/lib/simple_pact.js

This file was deleted.

167 changes: 0 additions & 167 deletions javascript/lib/simple_pact_error.js

This file was deleted.

17 changes: 0 additions & 17 deletions javascript/package.json

This file was deleted.

Loading

0 comments on commit c60074b

Please sign in to comment.