Ecosyste.ms: OpenCollective

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

github.com/pact-foundation/pact-parser

Small server to aid using existing pacts files as data sources in unit and integrational testing.
https://github.com/pact-foundation/pact-parser

added to gitignore configuration file for vscodecovereage highlighting plugin.

861fa0daaf96a713cd909d3ecc0b32cf1c57eb19 authored over 8 years ago by ichyr <[email protected]>
updated readme with cli guide and command line parameters.

3416b25560a6fc4659132616305fadd11b8d6662 authored over 8 years ago by ichyr <[email protected]>
confidured logger to take parameters from command line

94a0361dcb149559ec40422d67a87f571d9a263b authored over 8 years ago by ichyr <[email protected]>
added buyan logger

06365435d6a0e2f0fa2119e748120b6d2c6a3b52 authored over 8 years ago by ichyr <[email protected]>
updated package.json

a6d24722d3a62ff4535c67978179baa54923264f authored over 8 years ago by ichyr <[email protected]>
excluded tests focus.

64cedfa585709ddf02e306362ba4281e3c8a0819 authored over 8 years ago by ichyr <[email protected]>
updated README and test pact file. added tests for api.

c0147695178e4dbc3254c017c57f3d3a4bdaa935 authored over 8 years ago by ichyr <[email protected]>
refactored request model to use new parseQueryParam helper

4e1bccff3176522e482eac05eb7794d191e7bbd5 authored over 8 years ago by ichyr <[email protected]>
tested queryParam parser function in request helpers

794cd664a6cbc69879870f4cf539b3778d1beebb authored over 8 years ago by ichyr <[email protected]>
designed tests for parseQueryParams

a9db44bb96d10f4c14415a7fa9723b1e6addb6b0 authored over 8 years ago by ichyr <[email protected]>
added parseQueryParameters function to request helpers module

0bcd695fcd1e84f304792ec7913135e82851ea61 authored over 8 years ago by ichyr <[email protected]>
fixed query matching logic. test pass

3179a388f9e22fd40deb8308977c5f1858765fb0 authored over 8 years ago by ichyr <[email protected]>
added url npm module. play with parsing query.

da8c71f1f7c2db9f81c8ce204899c4a907235784 authored over 8 years ago by ichyr <[email protected]>
made supertest test run exclusevily

c315f234b1a2a0be5ce80881ec9c9e3c7ef964c5 authored over 8 years ago by ichyr <[email protected]>
tests fial. environment nearly set up. sleep time.

e237d15ecd1a702e9ec485370b5e667d02d8f32e authored over 8 years ago by ichyr <[email protected]>
refactored express app and middleware into separate files

e6ef8926223dd560b93105ccc531d82ddfa71ee4 authored over 8 years ago by ichyr <[email protected]>
Compliance with pact specification v.1.0

2790f6247094ae98fc823de8cd6faf5a60faa572 authored over 8 years ago by ichyr <[email protected]>
now all tests are referenced with nom test

449c042111ec439e461ec0d2ff1be7553814f728 authored over 8 years ago by ichyr <[email protected]>
extracted other method from request model into helpers.

15f1d050504bc138485598317134eae8971c193b authored over 8 years ago by ichyr <[email protected]>
moved headers helper function into helper module

a9aaa97631ade6737562a8bb1ffe9b6d7831d1d3 authored over 8 years ago by ichyr <[email protected]>
renamed hepled module. resolved conflicts

8ebd4cb02293ad35379e96261a7cbafaafe520d0 authored over 8 years ago by ichyr <[email protected]>
removed axilary code

0f079fa0b70d9aff4fe062a4b9d170b126cf392d authored over 8 years ago by ichyr <[email protected]>
all spec test pass. resolved whitespace after comma thing.

04d7a60af04cffed7273eedb883dd57d70dd8bac authored over 8 years ago by ichyr <[email protected]>
fixed header name case sensitivity issue. fixed decodeURI issue.

7ccce1cee8a00dcb01f2dedc51d841e33bbfa0fc authored over 8 years ago by ichyr <[email protected]>
fixed bug with request.query. thought it should be a object and it is just a string

06d3b52fb00574f43b6424ffaf2f7c43e1aa9d85 authored over 8 years ago by ichyr <[email protected]>
fight with spaces in header values. not won

ed5a833d2d4b2ef8da3a231632920f05696811a5 authored over 8 years ago by ichyr <[email protected]>
moved spe into test folder

57d35e070100c5eb68289d4082ef2ae39f9c8cf5 authored over 8 years ago by ichyr <[email protected]>
fixed query mathing encodedURI

ec21acb03b42ad34ee31e7a4fbaadc49c5f9ee45 authored over 8 years ago by ichyr <[email protected]>
implemented pact-spec test cases runner

65ea916a3d6f547ff0c2711533aa79a41a57487e authored over 8 years ago by ichyr <[email protected]>
copied from pact-specification folder with test cases for version 1.0

35dde6d6fde9bc1d586f6cdf8973f2e4631bc9a4 authored over 8 years ago by ichyr <[email protected]>
Merge pull request #1 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

f718673a6341dd18a98aff4f168b1e641dbc8a36 authored over 8 years ago by ichyr <[email protected]>
Add Gitter badge

ce8a8a8372ed7467c5e6e9b636ea069f02eade0b authored over 8 years ago by The Gitter Badger <[email protected]>
covered changes with unit tests. cleared code.

5a1b89f8040def9d285c65e55290c8956be48c37 authored over 8 years ago by ichyr <[email protected]>
added some console.log logging. changed headers matching policy

19315535e5c205f4364fe2781bccb7bbaa0daa9c authored over 8 years ago by ichyr <[email protected]>
updates packege,json dependencies. moved server spawn loin into main.js

48e237be100d7b0d1f9ba600422917a036907bae authored over 8 years ago by ichyr <[email protected]>
removed codeclimate token. added code climate as dependency.

ddeea01ca94bd387f4f36d7a5ff8925e8f1a87dc authored over 8 years ago by ichyr <[email protected]>
fixed task path

d5fa605d8792e72f5d3f9c1cceeb24476d2858ce authored over 8 years ago by ichyr <[email protected]>
added istanbul as dependency. added export of test result to code climate

f76bd5021733ad0b3dc1a13bd8d94e11d73093e5 authored over 8 years ago by ichyr <[email protected]>
added possibility to change start-up port

c6753f0022c36576e13efdecc9c0dba611eb6dc4 authored over 8 years ago by ichyr <[email protected]>
removed tabs.

58d120b03aeaf08dcd90936ec7f4a62c7f1482c8 authored over 8 years ago by ichyr <[email protected]>
Merge branch 'master' of https://github.com/ichyr/pact-parser

da1ef79054a5bc0c34fed52d40a0366c66269250 authored over 8 years ago by ichyr <[email protected]>
extracted code dublication into helper method. tested it.

e30e65bf82c0f5be1415cfe89da8b76c8fd1418b authored over 8 years ago by ichyr <[email protected]>
updasyncronousted README with the need part

a5dfee0aea7b3030be19ef5e3c084532ba18cc14 authored over 8 years ago by ichyr <[email protected]>
Update index.js

removed no-console validation

cc5dbb299abdc0eef35f6cd845fe727d1cf7a44c authored over 8 years ago by ichyr <[email protected]>
Update index.js

updates error to 2 for no-console rule

1bf214fc808029b86418478bafd2d447d3611369 authored over 8 years ago by ichyr <[email protected]>
Update .eslintrc.json

changed "error" to number 2

79f6d27727a11a9e97489808518c279b9a1f2514 authored over 8 years ago by ichyr <[email protected]>
Update .eslintrc.json

5e88f2f0ec623e12f58803935e377db19867e151 authored over 8 years ago by ichyr <[email protected]>
Update README.md

Removed surplus character

56c265f563b56c3806fe482e1078fa3508c27f37 authored over 8 years ago by ichyr <[email protected]>
removed surplus letter from README

7e52d38e304d407f7104f71da73c8766e732b2cd authored over 8 years ago by ichyr <[email protected]>
resolved eslint problems

1048d2a56da8cfd73c4061109d0e5e3c7ac74a09 authored over 8 years ago by ichyr <[email protected]>
more formatting. added no-console override for code

dc49169424b9426efc4e4a85eddfa72973a2df88 authored over 8 years ago by ichyr <[email protected]>
run auto fix problems with eslint

42f4e9d9528ddd62b05df5cf0fc3edeb97d83af4 authored over 8 years ago by ichyr <[email protected]>
added eslintignore

51c6112b5c047e76f0930e0c3b7e63241c6a782e authored over 8 years ago by ichyr <[email protected]>
added istanbul coverage. configured to output only lcov files needed by codeclimate.

14076f9f297d5148450844720e6f87fea0e9ad13 authored over 8 years ago by ichyr <[email protected]>
dded code climate badge

73f85528dcd96e72b96bde7ad99c65b1bbe6a5db authored over 8 years ago by ichyr <[email protected]>
added travis CI build status to README

5a254ccf991b54a8a00d5727efb3adcd1ae94e52 authored over 8 years ago by ichyr <[email protected]>
updates test for helper

60a4fe3fc9945cdd7e41a336d6438319da49b325 authored over 8 years ago by ichyr <[email protected]>
update README. added travis.yml

756fefa363665502d5c8dcb29ef823ae55dd4606 authored over 8 years ago by ichyr <[email protected]>
application works

5d881d330ad27a35ba2d0e7c285732002ab7c0c6 authored over 8 years ago by ichyr <[email protected]>
polished codeand test now are green

8070531c1191183a850eb8aeacd0c8d929f7d67a authored over 8 years ago by ichyr <[email protected]>
implemented match method + test for request check in pacts

5553db9d2f80d695a7dcf1c1123cc53bf75c48fa authored over 8 years ago by ichyr <[email protected]>
added tests for match method

2344ab5100a54491c81f9001a813ed7c1e05448c authored over 8 years ago by ichyr <[email protected]>
finished covering existing logic with tests

1cf58f1ed744923d0246516a8f6010394740d448 authored over 8 years ago by ichyr <[email protected]>
started testing interaction

41ebd9e526f2e2f7feb889117f46a23d0f07e962 authored over 8 years ago by ichyr <[email protected]>
created test script for mocha

5389996b7f14259b953b903b0aaafc753f1a3f24 authored over 8 years ago by ichyr <[email protected]>
started unit testing. covered helper, request, response

0cdf2d17cd7d969d84b83fcc36ae42fa3fd41c4e authored over 8 years ago by ichyr <[email protected]>
started using express.js

929aa1247e70bd7b5091c15ad30f607b230c858c authored over 8 years ago by ichyr <[email protected]>
investigation of request transformer

6224a8b14766f768a07eb46f4adef4e9efa9e648 authored over 8 years ago by ichyr <[email protected]>
added config file with port. added request handling from example

d347f6fe3072c0f3f13f43d7ec72d20c694d4521 authored over 8 years ago by ichyr <[email protected]>
test pact files is being parsed

5c1c1d7045cba42d84cbe4bc39dbf21921ba18f6 authored over 8 years ago by ichyr <[email protected]>
implemented models or interaction, req, res and pact

f9e9f2df24a85c8bc756e29922fb8ca4c411b58e authored over 8 years ago by ichyr <[email protected]>
deleted jscs. added esliny

33b81084f0267949de0532f12cf77d7859cc8fec authored over 8 years ago by ichyr <[email protected]>
done smth in Jan

8fc8359997fd3c548cbe9262a30e29c1c323de68 authored over 8 years ago by ichyr <[email protected]>
added dev dep. added .jscsrc file

bbef2547ca691d0af266bc6be60e73076f1e2e82 authored almost 9 years ago by ichyr <[email protected]>
added gitignore

db0e73afb78929323f767420d1e8511f6f636ddd authored about 9 years ago by ichyr <[email protected]>
initialized npm

18daa9a44513f70fa6753c6f9a2c7e055317798a authored about 9 years ago by ichyr <[email protected]>
first commit

43030a2cbaa2b74af2b1c9fd2e131d19b0717566 authored about 9 years ago by ichyr <[email protected]>