Ecosyste.ms: OpenCollective

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

github.com/Codeception/base

Base Codeception distribution with minimal set of dependencies (excluding WebDriver and Guzzle)
https://github.com/Codeception/base

Merge branch '2.1' into redirects

32db6be7e86e6ac52bef22971caba8b41093a2a0 authored over 9 years ago
Merge pull request #2336 from pitpit/bugfix/do-not-override-301

Guzzle connector override status code to 302 if a meta refresh exists in body

c50f49ed5c70f83e51df7453989e507d30c1fd8a authored over 9 years ago
I disabled followRedirect in PhpBrowser (`$this->getModule('PhpBrowser')->client->followRedirects(false)`) to test 301 response with REST module like:

$I->seeResponseCodeIs(301);

But the endpoind I test returns a 301 response with `<meta http...

1b29175e476ff99b0efd21e8a917e42616c0cd93 authored over 9 years ago
Improved rendering of redirect destination

9e3297a1cda2d176db01a3bfe0b82a25d297b4b1 authored over 9 years ago
If Location header is not a string, cast it to string (because it is an instance of Guzzle Uri

53fea46b6cfb5c47dfc818307f4fb6191d209ca5 authored over 9 years ago
Print Page before response code

13252671312aa4148c92706002ac5b1674737b86 authored over 9 years ago
Fixed chained redirects

11cd3d706854069ee419b113c25407de08bafd71 authored over 9 years ago
Merge pull request #2333 from Naktibalda/docs

[Docs] Corrected link to Unit Tests documentation

4e20f846bc0b6a739d9c3bd2cc9eab12d0eaa1f5 authored over 9 years ago
Corrected link to Unit Tests documentation

6aa3d2cbd3e6f5b199d5024e53c6171da1b406cd authored over 9 years ago
Merge pull request #2326 from venyii/ignore-3rd-party-cookies

Filter invalid cookie domains in session snapshots

7fa87d757949721ece79f3136e512c81a1472910 authored over 9 years ago
Debug redirects

bfc05956ac31b8e111ec4c2ff4ed8657a8987b91 authored over 9 years ago
Check for invalid cookie domains in session snapshots

27937ebda59d74b09b60e15a2bcdde90a15c26a8 authored over 9 years ago
Merge pull request #2325 from janbogdanski/2.1

docs/06-ReusingTestCode minor fix

09d2ca40e20a862ddba21b81260b36598b48bc00 authored over 9 years ago
Merge pull request #1 from janbogdanski/janbogdanski-patch-1

Update 06-ReusingTestCode.md

391985ad74046d6cb6faba4fabbaffae56e2dd40 authored over 9 years ago
Update 06-ReusingTestCode.md

9107aa7f00802e54723786a45b64955eff82d95d authored over 9 years ago
Merge pull request #2323 from Naktibalda/changelog

Updated changelog

0d9d3be70fbb73b54a489937456aadedfa8f76e5 authored over 9 years ago
Updated changelog

161d167f65b8f41db700c77b7edeacbb4c9d8f14 authored over 9 years ago
Merge pull request #2305 from sascha-egerer/bugfix/fixSeeNumberOfElements

WebDriver->seeNumberOfElements should only count visible elements

64e8c8e4fe90b388a4e3ec79123328b94a7aaecb authored over 9 years ago
Merge pull request #2297 from may-den/2.1

Fix a bug where blank lines in a groups file would run every test in the project

8900d6683042459b4c03a0f726164b262fa8b36a authored over 9 years ago
Merge pull request #2318 from Naktibalda/issue-2316

[REST] Updated doc-blocks of grabDataFromJsonResponse and grabDataFromResponseByJsonPath methods

668f5d890530fe82888fbf9f877808d5c091c88f authored over 9 years ago
[REST] Updated doc-blocks of grabDataFromJsonResponse and grabDataFromResponseByJsonPath methods #2316

96b4981020a43197241e45e291337aa24524126c authored over 9 years ago
Merge pull request #2310 from fred-jan/patch-1

Guzzlehttp/guzzle version fix

dfbdfbba8b159df24ad2c34b579171604c9ab946 authored over 9 years ago
Guzzlehttp/guzzle version fix

Should probably be a version between 4.1.3 and 7.0.

14e90037d8057dbd62953e317e4c168b44c89a92 authored over 9 years ago
Merge pull request #2307 from fbidu/fixing_scalarize

Fixing the scalarizeArray to be aware of NULL fields, closing #2264

37dede8d3353fc2515dddb8a6efe7dff10411f80 authored over 9 years ago
Merge pull request #2308 from Naktibalda/db-primary-key-enhancements

[Db] Primary Key functionality

e3a6f0278f897bceab20386acbf1de3e4c0d5420 authored over 9 years ago
Marked getPrimaryColumn and deleteQuery methods as deprecated in Driver/Db

9f3d9c59fe9200a9df21bdfe697dccd20fb7c436 authored over 9 years ago
Updated changelog

7cf02724ad2846c7135fd64ebcacebacb6ea3bed authored over 9 years ago
Removed temporary sqlite files from git

2e9c4bde3ec81a10f52f641732c748ed913b61a2 authored over 9 years ago
Implemented support for composite primary keys and tables without primary keys #1761

0b4d937499119d26a33b457f39c1cdac38e55e8f authored over 9 years ago
Improved assertion messages in Db module

5be89a5cc6c510265de7cf63578668cea3e03a34 authored over 9 years ago
Use short array syntax

2ec53941bfc355181363a9fb9c8830d9754820a9 authored over 9 years ago
Fixing the scalarizeArray to be aware of NULL fields

3dabfeaf7eee56f777979d566d46e09496425448 authored over 9 years ago
Implemented getPrimaryKey method for Sqlite, Mysql, Postgresql, Oracle and MsSql #1761

0e47c4c722c2b79a1c82f93da7e69b02356b3691 authored over 9 years ago
Use SqlSrv driver for MsSql DSN

76b2c1eb899aa6c3299f7275e6a508bab96a980e authored over 9 years ago
WebDriver->seeNumberOfElements should only count visible elements

The behavior of seeNumberOfElements and seeElement is not the same
as seeNumberOfElements does a...

1d3af1b1f9378c93dba40c6fc3fe0eca7fb9e266 authored over 9 years ago
Deleted SqliteGeneral driver

2cd8c51617f4ff91d5c74f2aac125b1faa1fc0c8 authored over 9 years ago
Deleted Oracle driver

6946e28108020a209e9051437253be3bf370ec1e authored over 9 years ago
Implemented method deleteQueryByCriteria

86189cda4037c8e70d842d811fed08e470314919 authored over 9 years ago
Created method executeQuery which prepares and executes query

0430cb61aaf117b16391055e387cf036d51c5078 authored over 9 years ago
Extracted Where generation to generateWhereClause method

a33a77bb84916cd1f9fc7002bd24cfc59336dd1f authored over 9 years ago
Improved formatting

a60c37df58c1c74e354803011f010a15e79dd34e authored over 9 years ago
Moved mysql specific implementation of getPrimaryColumn method to Mysql driver, Db defaults to 'id'

def684a788d1c03fe1638ce7ece81d145b5f2176 authored over 9 years ago
Merge pull request #2296 from relaxart/soap_dependency_fix

Add Interface DependsOnModule to SOAP module

b9536fc11c6dc86ed6b908824227d02e9c2cdc81 authored over 9 years ago
Merge pull request #2290 from Naktibalda/issue-2289

Don't override ConnectException in Guzzle6 connector

37b7ad0c66ab6916b767425876a99a1a57f8bd26 authored over 9 years ago
Laravel5 module add event methods

aa453d3c84e1caca1f697c871e865caf2cc85a77 authored over 9 years ago
Fix a bug where whitespace in a groups file would run every test

This happened because Configuration::projectDir() was appended to the file name, but the filenam...

3be7833739c07200e22e5a8f1951a63d3608bf31 authored over 9 years ago
Add Interface DependsOnModule to SOAP module

e9dd54c838e29241a073b99135842877eca98add authored over 9 years ago
Merge pull request #2283 from atorian/issue1788

fixed issue1788: removed strict check

b72459d6c75fdae8bfa116f22b4c7768de6fc1c7 authored over 9 years ago
Merge pull request #2292 from sergeyklay/2.1

Used latest Phalcon

4b8f19bf515325dac81e118a3af17bc738f41f5a authored over 9 years ago
Used latest Phalcon

6825dfd4477a27ef045978bc0e38ff78b32b8573 authored over 9 years ago
Merge branch '2.1' into issue1788

ff246c340ab4f2444a1dd1045b4cada02eac7664 authored over 9 years ago
replace weak check with special case for numbers

b83d16801120d9449447afee6c5dfc4e31b584fe authored over 9 years ago
Laravel5 add dontSeeFormErrors method. Closes #2268.

4039d4f49e5bc9adc940ea3996ffb370ebe21180 authored over 9 years ago
Don't override ConnectException #2289

71d98c9ac71c7b02a0bcc5b9e6d73fe1c4ad556f authored over 9 years ago
Merge pull request #2279 from cjaoude/2.1

Laravel5 add example to amLoggedAs method

de0565a12af4768934e62fc1174edff552267203 authored over 9 years ago
improve param notation.

c05ec2c882825fcf0d1440c2b27ed8be947d56e3 authored over 9 years ago
Merge pull request #2287 from niden/2.1

Added db->close() on _after to avoid too many connections message

c5317efbc9764716716f976c4a8eca95c2255483 authored over 9 years ago
Added db->close() on _after to avoid too many connections message \#1665

1d2e8039937cb2a8b0cfb27dad383f31e69f47f0 authored over 9 years ago
Revert "Add dontSeeInSession and dontSeeSessionHasValues."

This reverts commit db863ac759c6533feadbaa38c4a48f6175135409.

d4a48266902654f7a6b70c13760d65d9e79c827b authored over 9 years ago
Add dontSeeInSession and dontSeeSessionHasValues.

Complementary methods to detect session values are not present.

db863ac759c6533feadbaa38c4a48f6175135409 authored over 9 years ago
Better example for amLoggesAs.

3384d284a32500e890472dd0fd00a0ac2b215e52 authored over 9 years ago
fixed issue1788: removed strict check

95e60e8b948ada2c1f13c2c6f827d231fe4f8cc2 authored over 9 years ago
Merge pull request #2282 from Naktibalda/guzzle4

Changed the oldest supported version of Guzzle to 4.1.4

ae322de25ec5e02941b87e055bd0dce83f13ab7b authored over 9 years ago
Changed the oldest supported version of Guzzle to 4.1.4

1b40bf32a02ae19a8a50de2c016ffe4b91be29a7 authored over 9 years ago
Add example to amLoggedAs.

6515f1603faa9a8c276c780b1f54674fcfbe2a11 authored over 9 years ago
Merge pull request #2278 from tkmorgan/2.1

Minor grammatical changes in documentation [skip ci]

27434363defbe277e8de0716520474eb23f6a783 authored over 9 years ago
Minor grammatical changes in documentation

70d629c85e528a1704f9ab71d4a03c7c052e2308 authored over 9 years ago
Fix for matchOption evaluating '0' to false

Fixes #2033 in 2.1 - from pull request by @onshop into 2.0

faa5fb331eb15760bc88f284183f367df5a26a39 authored over 9 years ago
Fixing $I->see with entities/tags (#2249)

Adding back entity decoding/tag stripping.

474b0959fb935392b567b5f9d06d350b390d8d8a authored over 9 years ago
preload tests before checking environments

0b91097bf668ff1ed9ce7ff23e8e3b1ddd55e3f9 authored over 9 years ago
Merge pull request #2269 from quantum13/index

fix "undefined index config" in 2.1.2 and Yii

72fad96c046cde60b232d84df8b731a2ad2f6059 authored over 9 years ago
fix "undefined index config"

cdcd339587d3e130226ec0aa60c8acc1fded7779 authored over 9 years ago
Merge branch '2.1'

903f641510d2beb5852bf879e69ede6aaea5b7c9 authored over 9 years ago
doctrine2 strict compat fixed

521adbb2ee34e9debdd8508a2c41ab2b5c2f042b authored over 9 years ago
docs updated

91dc004cb103fd7851c3b231c552f4ea477276dd authored over 9 years ago
fixes to docs

44618b233e43b3a4e5ca33066ca07620c7ba485d authored over 9 years ago
fixed config examples

be7ce0453b6bce5bb465d2a3e85115568885161e authored over 9 years ago
updated Doctrine documentation

b39261c153eae1f6597029ab34d8ef294bffa820 authored over 9 years ago
rearranged changelog

0ecfb091d234aae617caed73bb44fcb847c1bc9d authored over 9 years ago
Merge pull request #2256 from Naktibalda/guzzle5

Made more PhpBrowser tests compatible with Guzzle5

75d93071521648f03834d712c84f765efb4d64f6 authored over 9 years ago
Merge pull request #2257 from Naktibalda/changelog

Updated Changelog

984a3402f8563b7391735f974f26c792e02b3e53 authored over 9 years ago
Resolved conflict in CHANGELOG

0d0e052d9c9cbff81c25c693824f8a1c12cf81c5 authored over 9 years ago
reverted to test old symfony-demo app, updated changelog

d7596892eca1441922b41c698568277b934d5b8a authored over 9 years ago
merged with 2.1

b662768d73cbbb34c8b3abbfeb29d99aa413fb79 authored over 9 years ago
Updated Changelog

ab01bdfa20a9a150a185a4033a1ddbe6bfe8de33 authored over 9 years ago
improvements to Symfony and multi-app testing

4829ad8746ad8f00240395f10a65f1095129d349 authored over 9 years ago
Merge pull request #2255 from Naktibalda/postgress-dollar-fix-to-2.1

Postgress dollar fix to 2.1

ecd150f9db6a3dee90c0811573c248ad5e3e9196 authored over 9 years ago
Merge pull request #2254 from Naktibalda/rest-module-file-upload

Created tests for file-upload with REST module

c886c271dda2dca556c7038064e8e21f98038121 authored over 9 years ago
Made more tests run with Guzzle 5

0ce002ccc08810996d3a10a814c97fcddf627707 authored over 9 years ago
Created tests for file-upload with REST module

d7af30801a5605bdb90fd4a6d9f5d3cc502869e0 authored over 9 years ago
Added test for $$ opening quote when is not at the beginning of the line

a848ec0ddc38ddefa8d95659794abc768baad2be authored over 9 years ago
Enhance dollar quoting ($$) processing

Fix Codeception/Codeception#2185
The old code handled dollar-quoted blocks only if the $$ is at ...

14437d7658a47e467e46c1365493dbb732ff261c authored over 9 years ago
Created tests for file-upload with REST module

5989899673f078a3bde07c5d931b87a07467e2eb authored over 9 years ago
Merge pull request #2253 from Naktibalda/removed-files-from-post

Updated Changelog

d91cf3bf5d5aa77c235bd3a8efa7f86c8613f571 authored over 9 years ago
Updated Changelog

8b55fe7d660a483d4a2880c111da7c33ae4238a2 authored over 9 years ago
Merge pull request #2252 from Naktibalda/removed-files-from-post

Removed disabled and file fields from form values

1f260fa82fc8d3a89e0a33834d34a6a3a54a2578 authored over 9 years ago
Doctrine2 and Symfony2 fixes

c981152ff088b93476f4d52d614f3153b9de172d authored over 9 years ago
Removed disabled and file fields from form values

faca2bcbf4f283b1179f54cff636bca6c54838eb authored over 9 years ago
Merge pull request #2251 from InVeX/2.1

Added grabServiceFromContainer function

4c9f2dd49a8dc04baee5efbdcdf4226f39fe224e authored over 9 years ago
Added grabServiceFromContainer function

Also changed contents of _getEntityManager()

3dcc823098bdb013a91e610de4f18bce95169d05 authored over 9 years ago