Ecosyste.ms: OpenCollective

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

github.com/Codeception/module-rest

REST module for Codeception
https://github.com/Codeception/module-rest

Merge pull request #5511 from nicholascus/bug-5473-rest-module-doubles-leading-slashes

Test and do not add leading slash when there is one already #5473

ed7429c77cda9ea5ba1b574d1153ac792cb89703 authored over 5 years ago by Gintautas Miselis <[email protected]>
Updated url construcition logic, so it does not produce double slashes. Removed autoprefixing of url with slash, as that should be done by users explicitely.

c1e93147ba852051138892eba0f0b479c31d211d authored over 5 years ago by Nikolay Georgievskiy <[email protected]>
Merge branch '2.6' into 3.0

a5fcadaa29ed461a7243f1df8485b32ade42d414 authored over 5 years ago by Davert <[email protected]>
do not add leading slash when there is one already fix #5473 (#5474)

753536c1d2f6c78f26a5d0e745ebea376f4a038f authored over 5 years ago by Nikolay Geo <[email protected]>
Preparing 3.0 release

Improved tryTo steps
Improved output for failed tests

c03f141a6fb33af709c31e245a44958c08bac792 authored over 5 years ago by Davert <[email protected]>
[REST] Short API responses in debug mode (#5455)

* [REST] Short API responses in debug mode

* codestyle

* Use validateConfig for shortDebug...

5cc325dd906dab46f944128f84ce52d8f7828e29 authored over 5 years ago by Sebastian Neubert <[email protected]>
Removed deprecated setExpectedException method

9b0b6c6fa8a367562fcaeb28d7acaef02c5bd59d authored almost 6 years ago by Gintautas Miselis <[email protected]>
Removed methods that were deprecated long time ago

693144c5abc1dff7909a31db15824e219397b08f authored almost 6 years ago by Gintautas Miselis <[email protected]>
Use assertStringContainsString for asserting strings

c459093ff8df6eb185d6736f9d6b427c9ecce8b6 authored almost 6 years ago by Gintautas Miselis <[email protected]>
Use wrapper methods in unit tests

66ae7f5a78d3fd2f71166dea5a7861ad9d7238a1 authored almost 6 years ago by Gintautas Miselis <[email protected]>
ISSUE-5320 Extended for special matching delimiters.

20e6e25bb6d53d2116e63fdc14ac0a484908a44f authored almost 6 years ago by ellisgl <[email protected]>
[JsonType] Fixed issue #5320

9d67af75f5c93fd02f1872e555f0b56bf44f563a authored almost 6 years ago by Gintautas Miselis <[email protected]>
JsonType: Allow to use : in regex filter (#5273)

* ISSUE-2501 Adding additional tests for JsonType->match:regex.

* ISSUE-2501 Fixes regex filt...

0cdb94fe50fd25c2a9a2809c1ede3485d10bcdec authored about 6 years ago by Ellis <[email protected]>
Fixed broken tests

Symfony/browser-kit now makes requests to host specified in Host header
So it is no longer possi...

5c51fbe1fd18e15486bddecb46c54e344ad38e74 authored about 6 years ago by Gintautas Miselis <[email protected]>
[REST] Updated docblock of amAWSAuthenticated (#5197)

* [REST] Updated docblock of amAWSAuthenticated

Because config example wasn't rendered correc...

2fa3d0194dfb046bd6a5a0ac260b425488608ebd authored about 6 years ago by Gintautas Miselis <[email protected]>
[REST] Add response code assertions to json and xml parts (#5184)

e443a5e0d7c86e27e212bdc9596e8e8eef58414e authored over 6 years ago by Gintautas Miselis <[email protected]>
Fixes a missing _ for _getResponseContent() in seeXmlResponseEquals (#5074)

* Fixes a missing _ for _getResponseContent() in seeXmlResponseEquals

* Added test

a966d1804e027aaf01d2ea5c425c32a43fc94c4b authored over 6 years ago by Lee Robert <[email protected]>
new REST / InnerBrowser Asserts (#5030)

* new assertions to assert "ranges" of status-codes (e.g., if it is a client-error --> 4xx)

*...

f9fa3b9cc7e8d2e98c8f30d1f49dd9680f28748c authored over 6 years ago by Johannes Schobel <[email protected]>
Use dedicated PHPUnit assertions (#4950)

c9af74eb737cafa1971622b80c5c92779cb7b903 authored over 6 years ago by Gabriel Caruso <[email protected]>
Makes JsonArray convert all decoded non-arrays to array (#4946)

Also adds test covering this case.

Issue on GitHub: Codeception/Codeception#4944

925762b68f740be89bb9c0717e67c618af0f43cc authored over 6 years ago by Jiří Barouš <[email protected]>
Phpunit wrapper (#4817)

* changed build process for phar

* Switched to use phpunit-wrapper

* loading shim

* fix...

e321c6d9d13c011aca8ce825923432c41b0982e8 authored almost 7 years ago by Michael Bodnarchuk <[email protected]>
Fix REST module formatFilesArray function (#4789)

2b03aece92b0908a0d9e9bc0bcb7367104939463 authored almost 7 years ago by Jaak Tamre <[email protected]>
add missing / to relative url from config (#4796)

c3b233b7369f8f4de81c6325816b39a575cc4e66 authored almost 7 years ago by bscheshirwork <[email protected]>
REST::amDigestAuthenticated throws exception if used with functional module (#4653)

e04f5a196bbdc7188c47aa0383fff0af4bebf89f authored about 7 years ago by Gintautas Miselis <[email protected]>
AWS Rest Config Bug Fix (#4631)

e58ec7646205f7ba88d7314a19b2287a52c30abf authored about 7 years ago by B Patel <[email protected]>
AWS Authorization for REST requests (#4623)

* AWS Authentication For Rest

* Docs Update

* Coding Space Update

* Code Review Updates...

49700c5ac88f029e19d94dd41e2c1c0f4065f090 authored about 7 years ago by B Patel <[email protected]>
[REST] Fixed JsonType crash when key 0 is not an array (#4532)

1cdcf472c061ac60797f1063404ddf258dc4af12 authored about 7 years ago by Gintautas Miselis <[email protected]>
Add NTLM authentication support to REST module (#4472)

* composer.json: Guzzle 6.3.0

- require guzzle 6.3.0 for NTLM support

* REST.php: amNTLMAu...

7d89a116bcf035747f30d22c4460714e27b90465 authored over 7 years ago by Pete Sloman <[email protected]>
fixed typos (#4319)

* replaced traditional syntax array literals with short array syntax

* typos

2fd0dd964a483a8b7c9760311c3a16afc7d4b9c1 authored over 7 years ago by Artem Stepin <[email protected]>
Merge branch '2.2'

12e8185db2319b261af062db0e577bacf72dba62 authored over 7 years ago by Davert <[email protected]>
[REST] Don't fail dontSee*JsonPath assertions when response is scalar value (#4239)

Closes #4237

de7f0db75f545d07d5613cdad750b85ab66cdd3f authored over 7 years ago by Gintautas Miselis <[email protected]>
Merge branch '2.2'

98e496a50365f14e0eb4fe39ff192eb660d1ac7f authored over 7 years ago by Davert <[email protected]>
[REST] seeResponseContainsJson doesn't crash when json response is not array (#4217)

* [PhpBrowserRestTest] converted arrays to short syntax

* [REST] seeResponseContainsJson don'...

0984f5c2bccf97122afd975c5210f3de5a4f78f8 authored over 7 years ago by Gintautas Miselis <[email protected]>
Merge branch '2.2'

026ccd285d64e5bd7fef44bdc5d62dc5eaced3dd authored over 7 years ago by Davert <[email protected]>
[REST] Documented different ways to upload files

* Adds doc about different manners to POST files

This has been [noted in SO](http://stackover...

623b81bd0e676e20196bafe824830e9a4a5b063e authored over 7 years ago by Igor Santos <[email protected]>
Support for PHPUnit 6

* Modify version constraints to allow the installation of PHPUnit 6.

* Add aliases for PHPUni...

919aaf42b3e11f981d233b67419d1e4a8a9877e2 authored over 7 years ago by Luis Montealegre <[email protected]>
Merge branch '2.2' into merge-2.2-to-master

77049a92477bf3ced6fb3a357eee44f577c7c010 authored almost 8 years ago by Gintautas Miselis <[email protected]>
updated docs for REST

8ef0afdc8cdfee54267ec6f0ce2948054f4c2545 authored almost 8 years ago by Davert <[email protected]>
binary output checks for REST module (#3993)

* binary output checks for REST module #3992

* examples for binary response checks

b6f1807c880205b28aa04725896483bccea50f31 authored almost 8 years ago by JT <[email protected]>
codestyle fixes (#3994)

805a40361ef60af6daa32a8f9e92d7cbe2ca8d0a authored almost 8 years ago by Michael Bodnarchuk <[email protected]>
hide binary response data in debug #1884 (#3985)

* hide binary response data in debug #1884

* rework binary formatting for DRY, variable renam...

d0a7a8331474b2681ad9991e1678358443ac78bb authored almost 8 years ago by JT <[email protected]>
Merge branch '2.2' into merge-2.2-to-master

6d4843b4269580ef5cf8ca8dd9ff955a3704a97a authored almost 8 years ago by Gintautas Miselis <[email protected]>
cleanup use statements

e442c697f0f2040a2304f11156b313c55bf55c6a authored almost 8 years ago by Gordon Franke <[email protected]>
Added missing @part json and xml to deleteHeader

48e61679c95a49fa1fcf9b11c19dfe6afd2f15e6 authored almost 8 years ago by freezy <[email protected]>
[REST] Removed broken xdebug_remote functionality

Please use codeception/remote-debug package instead
#3883

7a4885fe5168c837d445c9ce65069bda31c5e88e authored almost 8 years ago by Gintautas Miselis <[email protected]>
[REST] Implemented dontSeeResponseJsonMatchesXpath method (#3846)

Closes #3843

a854c7070deec2bece5d15df267746a7b2772fb3 authored about 8 years ago by Gintautas Miselis <[email protected]>
[JsonArray] Convert array having single element to XML correctly (#3828)

Fixes #3827

135ea16b194cdb02699e502ce2ae3b023914853d authored about 8 years ago by Gintautas Miselis <[email protected]>
FIX #3671: removed duplicate if statement

e2d434b48273628acc8f57967e7ccfd2433b5b51 authored about 8 years ago by Richard Brinkman <[email protected]>
decompose array compare logic, so that it can be used independently from json (#3589)

57005919d9807238652b442f9246bd1116f63ff4 authored about 8 years ago by tiger-seo <[email protected]>
Fix issue with REST module resetting server parameters

437c3b711cd08bc1216ed1620ae614290a2f6b07 authored about 8 years ago by Jan-Henk Gerritsen <[email protected]>
[REST] Improved output of failed JsonType assertions (#3480)

* Print nicer error message when MatchesJsonType failed

Fixes #2858

* Print nicer error me...

d1f740b5f844e8f709f83ad88ed5da13c3dfdabd authored over 8 years ago by Gintautas Miselis <[email protected]>
Merge branch '2.2' into merge-2.2-to-master

25cd9964360dfc6567ab65fb6a78c2251f68419b authored over 8 years ago by Gintautas Miselis <[email protected]>
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

d0c514b1c3ce269b6cf06b2c7f34d0607b88ab71 authored over 8 years ago by Davert <[email protected]>
[REST] fixed digest authentication (#3416)

* Fix REST.php amDigestAuthenticated and Guzzle (#2509)

* Fix Styles (#2509)

ff05cedac265dcf1f2f4304ac7907ba611a86c6c authored over 8 years ago by Gintautas Miselis <[email protected]>
[REST] seeResponseIsJson must fail when response is empty (#3401)

* [REST] seeResponseIsJson must fail when response is empty

This change makes behaviour of th...

a3c53a3728467ee31f52fb2dbd9fff0c605a5204 authored over 8 years ago by Gintautas Miselis <[email protected]>
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

657af497e8eb315fc63d9186bd0309f41114c95f authored over 8 years ago by Davert <[email protected]>
Maintenance (CodeStyle fix, Release Script updates, ...) (#3369)

* Maintanance
* fixed codestyle
* updated codeception/base release script
* updated changelog...

2a3a83f68d33eba940167c57cb69212d2a6b6ab0 authored over 8 years ago by Michael Bodnarchuk <[email protected]>
Maintanance

* fixed codestyle
* updated codeception/base release script
* updated changelog
* version bump

2fe45a1d9334b8f8652d169ecf770c888a6436ee authored over 8 years ago by Davert <[email protected]>
fix typo in JsonType documentation

e4ad863608b4b15bef32271e710585e6e10aa34c authored over 8 years ago by Gordon Franke <[email protected]>
[REST] Display better diff output in seeResponseContainsJson (#3320)

* [REST] Display better diff output in seeResponseContainsJson

015d9c7481c65eb45d6672f9612ca5afe589f1be authored over 8 years ago by Gintautas Miselis <[email protected]>
[REST] Allow objects in files array #3298

2631c3a96701bdef982ca1527ef1323d927eefe3 authored over 8 years ago by Gintautas Miselis <[email protected]>
[REST] Support simple key-value format for file uploads (#3244)

791ba33e11ad096fc720fa94bf2da9ec0649081b authored over 8 years ago by Gintautas Miselis <[email protected]>
improved assertion messages and docs

8e398b76ff2d3d785749872488201092b4e39b1d authored over 8 years ago by Davert <[email protected]>
added HttpCode util class to handle Http codes in more verbose way,

REST stop/startFollowingRedirects methods to be part of JSON and XML parts

adc2ace0cac2c9327a15ff6e86753ab283f2abef authored over 8 years ago by Davert <[email protected]>
merged with 2.2

d4654c8fc5ef515b896e90f0f983428958613220 authored over 8 years ago by Davert <[email protected]>
Added missing deleteHeader method to REST module (#3183)

Fixes #3161

0d34a42812cbb85668fd7e62c4d9071b811ab0f2 authored over 8 years ago by Gintautas Miselis <[email protected]>
PSR2 fixes

df1f54f6fe998fbe3202795365221238fd5a72a9 authored over 8 years ago by Davert <[email protected]>
merged 2.1

8744f5793ab45b59344622a0c2f2227bfebce699 authored over 8 years ago by Davert <[email protected]>
PSR-2 compliance (#3105)

* Add composer.lock to .gitignore

* Put direct link to coding standards description

* Fix ...

b190bc7fbc25649d0a5400312aa1fa0e0515da3d authored over 8 years ago by Max Grigorian <[email protected]>
Updated REST and SOAP modules to conflict with each other. Closes #3104 (#3108)

* updated REST and SOAP modules to conflict with each other. Closes #3104

* nitpick suggested...

fb54df6073315e5cb7988bf20643a6b3c686b7e1 authored over 8 years ago by Michael Bodnarchuk <[email protected]>
merged with origin/master

7ccb711731e9ddaa1fc15accbb6bc3dc132a30e2 authored over 8 years ago by Davert <[email protected]>
merged with 2.1

52cb55c0512d7b07941b93443249bf2458f67c38 authored over 8 years ago by Davert <[email protected]>
Merge branch '2.1' into merge-2.1-master

Conflicts:
.travis.yml
composer.json
src/Codeception/Lib/Connector/Laravel4.php
src/Codecept...

07360646d4ad6b297a89dec67bda55238329350c authored over 8 years ago by Gintautas Miselis <[email protected]>
Merge query string and params in sendGET #2592

58b1b1bc95f959f88bd0c8fb35c26aa0900b76b0 authored over 8 years ago by Gintautas Miselis <[email protected]>
merged with 2.1

4fc359de83f67abd9cbe298f730d3ae136b13d0e authored over 8 years ago by Davert <[email protected]>
Replace JSON keys that can't be converted to XML tags with invalidTagX #2899

bb6cd48731f1ee21aa55bd4122ce53b54345a449 authored over 8 years ago by Gintautas Miselis <[email protected]>
Throw UnexpectedValueException if JSON can't be converted to XML #2899

1357cb93bd2079c5c49ff8c45066121f4f03d6c6 authored over 8 years ago by Gintautas Miselis <[email protected]>
Merged 2.1 changes to master

59c4f011de3c29c9fa208564b10912adf6f994e6 authored almost 9 years ago by Gintautas Miselis <[email protected]>
Added test to prove that HTTP_HOST header can be set

6c1ff601feb02ad1ea6302e3bf320ea52d1899ca authored almost 9 years ago by Gintautas Miselis <[email protected]>
unified api for setting/delitting headers

558671651419964f9093fe2918f82a5d84d087e1 authored almost 9 years ago by Davert <[email protected]>
Merge pull request #2887 from sasha-ch/patch-3

REST::seeResponseMatchesJsonType() doc block fix

f7f9c1f967973ba37f9b6dd526d82d380f7c5907 authored almost 9 years ago by Michael Bodnarchuk <[email protected]>
REST::seeResponseMatchesJsonType() doc block fix

3aa1ebc3665c81207d01cb88a1769effacb1a6f0 authored almost 9 years ago by Aleksandr <[email protected]>
REST::getRunningClient() made 'protected'

Visibility of REST::getRunningClient() changed to 'protected' to allow its using in module exten...

ee5dcf4dcfe345e526966a2edb96ad8b8dd37dea authored almost 9 years ago by Aleksandr <[email protected]>
REST::execute() fix in argument defaults

bad2ffb0d919d5e694e95a99bb279185288ba42b authored almost 9 years ago by sasha-ch <[email protected]>
Merge branch '2.1' into merge-2.1-to-master

Conflicts:
.travis.yml
CHANGELOG.md
composer.lock
docs/modules/Phalcon2.md
src/Codeception/...

4554633ae8039946834c512150aa308d10310444 authored almost 9 years ago by Gintautas Miselis <[email protected]>
Typo in "dontSeeXmlResponseMatchesXpath"

Assertion should be negative. Specified xpath shouldn't be in XML structure.

568d595b8ff3d013b357ce3c71446416ba343d41 authored almost 9 years ago by Eric <[email protected]>
merged with master

f3f46b41178098bbd68b3f099a50d1e6f268240c authored almost 9 years ago by Davert <[email protected]>
Merge pull request #2769 from Codeception/conflicts

Conflicts

a2bae9e1fc50cfb07446933447f6652c2eed904a authored almost 9 years ago by Michael Bodnarchuk <[email protected]>
merged with master

36c01a8432b67aa0a11f0bf8fcc7551408a0f713 authored almost 9 years ago by Davert <[email protected]>
Merge pull request #2751 from Codeception/angular

AngularJS module

8c65ae40ac6e5e4e05127a68c99a99b49880151f authored almost 9 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #2598 from brutuscat/redirect-REST

Add ability to control redirect following in the REST module

861a20607236012611b989c8f6394b5a642c6008 authored almost 9 years ago by Michael Bodnarchuk <[email protected]>
Merge branch '2.1'

11ebf1d55ce5442bec9735faa2897375669393e6 authored almost 9 years ago by Davert <[email protected]>
escaped XML text content with htmlspecialschars #2775

5dee9654104f97cff8dcc0d6a9ef7fdfd0b8db96 authored almost 9 years ago by Gintautas Miselis <[email protected]>
Merge branch 'master' into conflicts

6fee1aa87627a9b033a1a10cfa1ff908234e574b authored almost 9 years ago by Davert <[email protected]>
merged 2.1

a90a1f18ada11b2823d4869ed2fdcaba9cb4c182 authored almost 9 years ago by Davert <[email protected]>
updated tests, updated loading of helpers inside namespaces

42849c478061c03c8bc6ca7e4880fb937314c1a0 authored almost 9 years ago by Davert <[email protected]>
merged with master

33ac51527b9eefaa78b169c325810a622acca592 authored almost 9 years ago by Davert <[email protected]>
fixed formattimg for CI

a60c984ea28135232d0812bb98688edd6dbbbc42 authored almost 9 years ago by Davert <[email protected]>
Fix swapped messages of functions dontSeeResponseContainsJson and seeResponseContainsJson

Issue: https://github.com/Codeception/Codeception/issues/2741

61406f92f5234569f6af4ebe507b26f3564bf4da authored almost 9 years ago by Jordan <[email protected]>
refactored to have multiple independent test formats

aa8453229a9c03a1879147a427dcd15f95ce3a4e authored almost 9 years ago by Davert <[email protected]>