Ecosyste.ms: OpenCollective

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

Infection PHP

Mutation Testing for PHP. Helps writing better code and tests.
Collective - Host: opensource - https://opencollective.com/infection - Website: https://infection.github.io/ - Code: https://github.com/infection

Update .travis.yml to move encryped variables to relevant stage (#1305)

github.com/infection/infection - 6f6b2feb8ba3fcd45c3fabb2bb155c10e684b7a3 authored over 4 years ago
E2E test ensuring PHPUnit 9.3 compatibility (#1303)

github.com/infection/infection - 960f73f586d9e455cd0c7e0a8a513e11ca133907 authored over 4 years ago
E2E test to verify min-msi breaking runs (#1301)

* E2E test to verify min-msi breaking runs

Co-authored-by: Maks Rafalko <[email protected]>

github.com/infection/infection - 911098b49d8b7bbca4287c81f6896142563773cd authored over 4 years ago
Bump dependencies to fix AppVeyor failures (#1302)

* Bump dependencies to fix AppVeyor failures

* Force COLUMNS to be 100

* Fix autoreview is...

github.com/infection/infection - ab6b83e16255ddea672613a2ab83f5a38fc18b3f authored over 4 years ago
Infection must return appropriate exit status when failing (#1299)

* Infection must return appropriate exit status when failing

* Update src/Command/BaseCommand...

github.com/infection/infection - 31e4af4be7e7508bed086d8254f010a56ff79bea authored over 4 years ago
Do not mutate openssl_free_key() (#1298)

* Sort functions alphabetically

Just to have a pattern on which position new function should ...

github.com/infection/infection - 9488dfd4aff308026f22907e468cf1fd79b71158 authored over 4 years ago
Merge pull request #171 from infection/0.17

Add a blogpost for 0.17.0 release

github.com/infection/site - 125a41d071cbfa5900402827956d309f616f3c23 authored over 4 years ago
Update changelog for 0.17.0

github.com/infection/infection - 201c8ea39a3748552bfadb109ca3bc41f3259cd2 authored over 4 years ago
Update GPG private key as the old one expired

github.com/infection/infection - 1e18fd7ff8c024514680f454c23f283ddbbbb25e authored over 4 years ago
Porting sanmai's commit from 0.16 to master

github.com/infection/infection - 1ac763706f46d72513465bcc65a70323796be77d authored over 4 years ago
Merge pull request #172 from sanmai/pr/0.17/timeout

Section about skipped

github.com/infection/site - 14622546974dd2d08c0b36d844b28492249a2093 authored over 4 years ago
Section about skipped

github.com/infection/site - 1cedc24679ab2240dd3ac13326309def4c45910d authored over 4 years ago
Upgrade infection/include-interceptor to ^0.2.4 (#1288)

github.com/infection/infection - e1beb5ce19e7fef992ed8dbaa6ff78dfbda04570 authored over 4 years ago
Merge pull request #14 from DanielSiepmann/bugfix/is_link-detection

Respect symlinks in url_stat

github.com/infection/include-interceptor - e3cf9317a7fd554ab60a5587f028b16418cc4264 authored over 4 years ago
Merge branch 'master' into bugfix/is_link-detection

github.com/infection/include-interceptor - 89fd3e879005501dee287f3a3cc0861283ec8a50 authored over 4 years ago
Merge pull request #15 from sanmai/pr/2020-08/psalm

Fix Psalm warning

github.com/infection/include-interceptor - 159ae3d9d2e6e59aa2237e51c4882492715b8bfb authored over 4 years ago
Respect symlinks in url_stat

url_stat is called with an additional $flags argument by PHP.
This includes an flag whether info...

github.com/infection/include-interceptor - ee1c6bbdd02f3d115a59dfdcda48a00b596af089 authored over 4 years ago
Update dependencies in prep for 0.17 (#1287)

* Update dependencies in prep for 0.17

* Try to fix Phpstan timeout:

Reached internal...

github.com/infection/infection - dd1d8ae74b950b4d5dce1e8dae3bed3820be0242 authored over 4 years ago
Add a blogpost for 0.17.0 release

Also, add a documentation for `--force-progress` option from https://github.com/infection/infect...

github.com/infection/site - 1287ce9d0cf79c72bbc748d89aed2137528e95d4 authored over 4 years ago
Do not remove cleanup functions (#1285)

Functions like Close and Free should not be removed by the function call
removals. Removing the...

github.com/infection/infection - 29339823bf56aac7d4a3bbb2590b417370e43463 authored over 4 years ago
Merge pull request #169 from milan-miscevic/broken-urls

Fix broken URLs in the Profiles page

github.com/infection/site - 56ce5df9afdeb71c1973ce5eacaa9d127a40ef30 authored over 4 years ago
Update README.md

github.com/infection/site - 192f2526904ce9d6283ddf7b9c0716ebd32a1de2 authored over 4 years ago
Merge pull request #168 from milan-miscevic/homepage-url

Make the URL to the website clickable

github.com/infection/site - 797a795ffc6747178748569032987b6d42f848a5 authored over 4 years ago
Fix broken URLs in the Profiles page

github.com/infection/site - 02c7ded9256b21be9cb4900e78d7a96a772f9f99 authored over 4 years ago
Make the URL to the website clickable

github.com/infection/site - 12dd3fb3b361d738ea7e7e9c0b7d635244bcda99 authored over 4 years ago
DecrementInteger mutator should not decrement zero indexes for array access (#1281)

* DecrementInteger mutator should not decrement zero indexes for array access.

* move code in...

github.com/infection/infection - 5682c2e186fe1fb4ad5569e031717e1f31d35796 authored over 4 years ago
Merge pull request #167 from infection/sanmai-pr-1171

Update usage.md to mention skipped mutations

github.com/infection/site - 266545741cd775763c16af373de333ade1b0252c authored over 4 years ago
Exclude mutations that are over specified time limit (#1171)

* Filter out mutations are likely to be over our time limit

* Optimize JUnit test lookups to ...

github.com/infection/infection - 47f4a672af46b9acdb67c993e292c7c9a9c036c7 authored over 4 years ago
Update usage.md

github.com/infection/site - b4ffe6e26b57aa5adbfab5c98ebe63ffdf31810a authored over 4 years ago
Set `failOnRisky`, `failOnWarning` to `true` if parameters are not already set (#1280)

Fixes #1274

Since PHPUnit won't treat new risky tests as failures by default, and since this ...

github.com/infection/infection - ddbcf37cb7437a428b8dd91ffa9ee9d2d4255969 authored over 4 years ago
Merge pull request #166 from infection/feature/json-logger

Add information about `json` logger

github.com/infection/site - e95c476f03f40519acda132d7a93a275d872c73c authored over 4 years ago
Add JSON logger, useful for CI and analyzing results of Infection programmatically (#1278)

github.com/infection/infection - 33ba2d3d8042dc1b735ba61c1749f5a8708b0cfe authored over 4 years ago
Add information about `json` logger

github.com/infection/site - 8c6fa0121f035700fc228a6dabd951c5b22cd77a authored over 4 years ago
Merge branch '0.16'

github.com/infection/site - 8590cb7362f9e411a930c28b12de9e240a60484a authored over 4 years ago
Fix issues reported by PHP-CS-Fixer (#1279)

github.com/infection/infection - 3f4221c1a2a0c34af2990691c2e667d39bb81073 authored over 4 years ago
Respect list of source directories (#1269)

* Add test that passes for 0.15 but fails for 0.16

* Fixes #1264

* Use source files as a ...

github.com/infection/infection - 3c2272082a69e76f4889a7e82838ad58a3cbd0ee authored over 4 years ago
Enhancement: Update actions/cache (#1271)

github.com/infection/infection - 6783a08f3e2198bb7553c11df33ff8118525146a authored over 4 years ago
Add example for `testPattern`

github.com/infection/tests-checker - 21bd5d072a0a8638657ca75862863fcc08ac8bf8 authored over 4 years ago
Update readme, reverted replacing getFiles with listFiles

github.com/infection/tests-checker - bb1678306c02d47ece20645252eba1c0eab3ed55 authored over 4 years ago
Merge pull request #14 from mmlb/add-testPattern-support

Add minimatch based testPattern support

github.com/infection/tests-checker - dd2b192bb12fa1929ddbd90c2049ac9e7a09e44f authored over 4 years ago
Add testPattern docs to README.md

Signed-off-by: Manuel Mendez <[email protected]>

github.com/infection/tests-checker - e7939d28dd21ac02790c45cd6b8b27fa650b56ec authored over 4 years ago
Add minimatch based testPattern support

Some languages do not segregate tests into separate directory paths,
like Go. Instead prefering ...

github.com/infection/tests-checker - 864aba3717c3b2d4d0e39f070faa7f096679deea authored over 4 years ago
Clean up of README.md a little

Fixes in this commit are:
* Minor white space clean ups.
* Aligned the "now deploy" code block.
...

github.com/infection/tests-checker - 70c05e30026be724ef3e1d8df8a4afe03acec383 authored over 4 years ago
Move output formatter style configuration in a dedicated class (#1266)

github.com/infection/infection - 0e83204401a077924718b32e2323dbe335e75f98 authored over 4 years ago
Add new API to allow require the test framework adapters to declare the minimum supported version (#2)

github.com/infection/abstract-testframework-adapter - aede0b85dd1dccc69341fec8cb324c0bd60e4234 authored over 4 years ago
Move retrieve version in a dedicated method (#1267)

github.com/infection/infection - 1d8e460633c39d3f1ef690c09e1a847fc4bdff97 authored over 4 years ago
Introduce our own ConsoleLogger (#1263)

The Symfony `ConsoleLogger` is great to be able to make use of the `LoggerInterface` whilst forw...

github.com/infection/infection - dd614b1df0c6b0f650345c01ac12740976421353 authored over 4 years ago
Merge branch '0.16'

github.com/infection/infection - aae225a94e8394573056d015578a20c69a9c75aa authored almost 5 years ago
Install test framework adapters as dev dependencies (#1262)

github.com/infection/infection - 52d597af80429d52dd6218fcb9766fc7653ec88c authored almost 5 years ago
Merge pull request #1 from infection/hotfix/composer-2-support

Add support for Composer 2

github.com/infection/extension-installer - ff30c0adffcdbc747c96adf92382ccbe271d0afd authored almost 5 years ago
Add support for Composer 2

github.com/infection/extension-installer - 160ffdaaa2bee372926ad5e7245356ae95e2a347 authored almost 5 years ago
Introduce FormatterName (#1259)

- Introduce the enum `FormatterName` to list all the known formatter names
- Inject the output ...

github.com/infection/infection - 37a3489eb7ac45576c113785e5081f953648f3c2 authored almost 5 years ago
Introduce an application Logger (#1257)

This introduces a logger as a service (default being `NullLogger`) which more easily allows to h...

github.com/infection/infection - a58274141c71f8b3d3a570ebe2341df3fe2e90aa authored almost 5 years ago
Add option to opt-out the CI detection (#1261)

- Add a new `--force-progress` which disables the CI detection, effectively ensuring the user wi...

github.com/infection/infection - 5a2d5a1b0f88992338caa40652d6d633ccd6f58b authored almost 5 years ago
Move no-progress detection to the ConfigurationFactory (#1254)

- A few subscribers are relying on `skipProgressBar` which currently is detected in their factor...

github.com/infection/infection - f880f6ba859437bfd9f33044c854252ccd10c98b authored almost 5 years ago
Simplify container (#1256)

- Ensures all the services are always configured (note that this won't guarantee everything will...

github.com/infection/infection - 79c9ceddb46bc43d224196d5a58ea21273669637 authored almost 5 years ago
Tweak Travis & AppVeyor configuration (#1255)

The main difference is that we now only check the min MSI score in PHP 7.4 with pcov. The reason...

github.com/infection/infection - a88b5e0ed014276353ff36976ec6af40770045c7 authored almost 5 years ago
Fix configuration exclude-dir tests (#1260)

github.com/infection/infection - bd1b3feade4fb8529b6cb7f33da57012352169d4 authored almost 5 years ago
Merge pull request #12 from infection/dependabot/npm_and_yarn/https-proxy-agent-2.2.4

Bump https-proxy-agent from 2.2.1 to 2.2.4

github.com/infection/tests-checker - 50c26326b1234a4b1c9b98979473f286d30d7150 authored almost 5 years ago
Fix FakeOutput signature in minimum version (#1253)

github.com/infection/infection - 2dfeaad09915b83f347060f3dc99403ff09464d9 authored almost 5 years ago
Introduce IO object (#1252)

There is a recurrent pain with dealing with IO objects in infection. Indeed we often need not on...

github.com/infection/infection - 76c5cef2b99846ccb3e4e0ddcd03c5dda5e805ac authored almost 5 years ago
Bump https-proxy-agent from 2.2.1 to 2.2.4

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2...

github.com/infection/tests-checker - 0c03245491ccc0acab056a143b0b7215d7b31eed authored almost 5 years ago
Reduce RunCommand state (#1225)

This PR:

- Removes `RunCommand::initialize()`: the rationale being we don't need it to be the...

github.com/infection/infection - da37e1592363654f25d20ead4ea5b16c962a3779 authored almost 5 years ago
Move subscriber factories to the container (#1247)

github.com/infection/infection - 33f5319bbbc2ddb8be143893a82ca31dd5e6145a authored almost 5 years ago
Remove ConfigurationException (#1246)

github.com/infection/infection - 4dca15f3346e4041c22309646d75c54241060724 authored almost 5 years ago
Use the I/O properties instead of the ones passed by the command (#1249)

github.com/infection/infection - 0443dfed9961dcd8ecd447193c8348cbfbcc9889 authored almost 5 years ago
Cosmetic changes (#1245)

Co-authored-by: Alexey Kopytko <[email protected]>

github.com/infection/infection - ecb0e213c8fc97cffe01906c9667b4e2f6e8e643 authored almost 5 years ago
Removed some dead code (#1242)

* MemoryUsageAware was moved to a package
* The exception wasn't used anymore
* Some unused va...

github.com/infection/infection - 7ba6b0b0ef41fd80c0a3534af5cd15bd5d6e0955 authored almost 5 years ago
Merge pull request #165 from Slamdunk/caveats

Report mutations must occur with CC already started

github.com/infection/site - 8a4c2fe9a9cd64682633a0373cbe2ad5bee64d98 authored almost 5 years ago
Merge pull request #165 from Slamdunk/caveats

Report mutations must occur with CC already started

github.com/infection/site - c2ea1c2281e99e09f3a75dac5b3e41980530a738 authored almost 5 years ago
Apply suggestions from code review

github.com/infection/site - f2da2289355b615119fd59c508cf18977659b755 authored almost 5 years ago
Move xdebug-filter under tests (#1244)

* Move xdebug filter

* Adjust CI paths

* Fix autoreview

github.com/infection/infection - fb02f1f9ba10c64057f20feb05307c0d78297dda authored almost 5 years ago
Fix CS (#1243)

github.com/infection/infection - 75899d4dc8e4767008bb1350210505ec6cdcfb28 authored almost 5 years ago
Report mutations must occur with CC already started

github.com/infection/site - adf31f14223f81a973248d3fd22f4d7631d4bb0d authored almost 5 years ago
Add `source.excludes` to Configuration instead of using raw $schema. Add comment about `getRelativePathname()` usage in `Trace` (#1241)

github.com/infection/infection - d0d6549082697762ad3711ed8890278b91150cef authored almost 5 years ago
Merge branch '0.16'

github.com/infection/infection - 28a1b66f3212fa8e2c043a28392ef5725fdc4cc4 authored almost 5 years ago
Return back `$finder->notPath($excludedDir)` to filter out excluded files configured in `infection.json` (#1239)

* Return back `$finder->notPath($excludedDir)` to filter out excluded files configured in `infec...

github.com/infection/infection - 9a3bca95fa873fba4a4a37a5fd35c6d572c0f23b authored almost 5 years ago
Remove MsiChecker unused public constant (#1237)

github.com/infection/infection - 1dbfd14a8354bff4071ffa9b5b98bced4c8b7a25 authored almost 5 years ago
Remove coverage path existence check in the ConfigurationFactory (#1236)

github.com/infection/infection - 04014fd5580051c1938ac7a085d8b3015229d03b authored almost 5 years ago
InstanceOf_ mutator (#1232)

* InstanceOf_ mutator

Co-authored-by: Maks Rafalko <[email protected]>

github.com/infection/infection - 4b4624843245251a2db37d384283d3cc13051050 authored almost 5 years ago
Automatically assing labels if the issue is created from template (#1235)

github.com/infection/infection - ec2d4ee0dacd32005ca332b9a3e714c795fe22c9 authored almost 5 years ago
Fix ternary operator (#1234)

Co-authored-by: Alexey Kopytko <[email protected]>
Co-authored-by: Maks Rafalko <[email protected]>

github.com/infection/infection - 481df994714cba3b04602956682f528bb9fa7447 authored almost 5 years ago
Move Http namespace under Logger (#1229)

Since all the `Http` namespace is only used and is for the reports, we might as well move it und...

github.com/infection/infection - ca419c736b1ae5afabc2573651d5a6b1d1daa8e1 authored almost 5 years ago
Merge pull request #164 from infection/sanmai-patch-3

InstanceOf_ mutator

github.com/infection/site - dab8f97ade0bf5d635f2e3a64eb40a1c441557d4 authored almost 5 years ago
Merge pull request #163 from infection/sanmai-patch-2

Update installation.md

github.com/infection/site - a163927699b41f26ca3ff3c854e240893a347b3c authored almost 5 years ago
Tweak the initial test run process factory (#1219)

- Rename `InitialTestRunBuilder` to `InitialTestsRunFactory` (with the `s` to be consistent with...

github.com/infection/infection - b68aeacbf86affe45126335a6704a8fc69b12e36 authored almost 5 years ago
Update mutators.md

As per https://github.com/infection/infection/pull/1232

github.com/infection/site - 0b797ead593ba1ef94a09b5965f9ee38f9b7de97 authored almost 5 years ago
Update installation.md

github.com/infection/site - 408e23df109a9c90b9fb7f31f294cd08cd5d6623 authored almost 5 years ago
U for uncovered (#1233)

github.com/infection/infection - 9e449bef0cdc002ce121ef704f0bb61dc3796a03 authored almost 5 years ago
Tweak ParentVisitor (#1224)

Rework the test of the parent visitor: I think the previous one just kind of make sure all nodes...

github.com/infection/infection - 7d589c86af35c973028e9742ab8f8bfa6e7abdba authored almost 5 years ago
Tweak MutationCollectorVisitor (#1222)

- Rename `MutationsCollectorVisitor` to `MutationCollectorVisitor` which is more consistent with...

github.com/infection/infection - 0a3ee33ff353abc96f20376b98dc3ae945f535af authored almost 5 years ago
Tweak PhpProcess (#1218)

- Move PhpProcess from Infection\Console\Util to Infection\Process
- Rename PhpProcess to Origi...

github.com/infection/infection - 9c1ed5ef33a83f522e1ae1f03c40bd7171201150 authored almost 5 years ago
Merge branch '0.16'

github.com/infection/infection - a37810a4ff4dc6205df88e9ea1d52c6fd481158c authored almost 5 years ago
Cast Mutator's setting objectto array before using (#1230)

github.com/infection/infection - 1928f71f526a3078ae2a2e83ca8f250cb2407346 authored almost 5 years ago
Remove unused InvalidConfigException (#1228)

* Remove unused InvalidConfigException

* Remove InvalidTypeException

github.com/infection/infection - b6754b927734f01321231624509b3f55ac60a24c authored almost 5 years ago
Fix incorrect documentation for `--skip-initial-tests`

github.com/infection/site - e115dcebcc92c833019b81d4c9eb29fb1091b4f7 authored almost 5 years ago
Tweak the FullyQualifiedClassNameVisitor (#1221)

- Introduce `FullyQualifiedClassNameManipulator` which is a tiny wrapper around the node attribu...

github.com/infection/infection - f4d8aa894470155189b84d9fc17d8fd781157bc2 authored almost 5 years ago
Merge pull request #161 from infection/feature/blog-post-for-0-16-0

Blog post for 0.16.0

github.com/infection/site - 38ad23d6c951b4f52a06bdc52d58d97cb014980c authored almost 5 years ago
Update versions and blog post date

github.com/infection/site - 94642c5b30f037d157511ec62c3e54a680d9df85 authored almost 5 years ago