An open API service providing commit metadata for open source projects.

GitHub / relayphp/Relay.Relay / commits

SHA Message Author Date Stats
d147f499 merge Merge pull request #59 from someniatko/allow-psr-http-message-v2 Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
3b2892a8 Update PHPStan Kevin Smith <k****n@k****o> almost 2 years ago
6334b3ab merge Merge branch '2.x' into 3.x Kevin Smith <k****n@k****o> almost 2 years ago
50de3fc4 Remove PHP-CS-Fixer in favor of forbidden multibyte string functions in PHP_C... Kevin Smith <k****n@k****o> almost 2 years ago
81a20395 Update Psalm Kevin Smith <k****n@k****o> almost 2 years ago
909044b2 Update PHPStan Kevin Smith <k****n@k****o> almost 2 years ago
4d511bed Run code quality and tests against oldest and newest versions of Composer dep... Kevin Smith <k****n@k****o> almost 2 years ago
840da6d5 Run code quality and tests against oldest and newest versions of Composer dep... Kevin Smith <k****n@k****o> almost 2 years ago
4a7321b2 Revert "Temporarily remove roave/security-advisories to be able to update dep... Kevin Smith <k****n@k****o> almost 2 years ago
ebea6a00 merge Merge branch '2.x' into 3.x Kevin Smith <k****n@k****o> almost 2 years ago
34e24760 Add newest version PHP to CI runs Kevin Smith <k****n@k****o> almost 2 years ago
4e717bf9 Remove deprecated Psalm config Kevin Smith <k****n@k****o> almost 2 years ago
5de3f56a Switch to nyholm/psr7 for unit tests Kevin Smith <k****n@k****o> almost 2 years ago
ee55ab14 Trust dealerdirect/phpcodesniffer-composer-installer plugin Kevin Smith <k****n@k****o> almost 2 years ago
1fa73895 Update OS for GitHub Actions Kevin Smith <k****n@k****o> almost 2 years ago
6c98e188 Update OS for GitHub Actions Kevin Smith <k****n@k****o> almost 2 years ago
79eb1bef Trust dealerdirect/phpcodesniffer-composer-installer plugin Kevin Smith <k****n@k****o> almost 2 years ago
812655bf Temporarily remove roave/security-advisories to be able to update dependencies Kevin Smith <k****n@k****o> almost 2 years ago
f305448e Bump minimum PHP version requirement Kevin Smith <k****n@k****o> almost 2 years ago
dc8b1f84 support psr/http-message v2 someniatko <s****o@g****m> over 2 years ago
924fdf94 merge Merge pull request #57 from relayphp/tighten-up-coding-standard Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c48fd0dd Update Doctrine Coding Standard to v9 Kevin Smith <k****n@k****o> over 5 years ago
69da37ca Use more focused exclusions for the few missing parameter type hints that sho... Kevin Smith <k****n@k****o> over 5 years ago
8a899771 Add missing return type hints and remove coding standard exclusion Kevin Smith <k****n@k****o> over 5 years ago
350052ad Remove inconsequential exclusion from coding standard Kevin Smith <k****n@k****o> over 5 years ago
476d1b81 Check coding standards against oldest supported version of PHP Kevin Smith <k****n@k****o> over 5 years ago
18cf3726 Use most up-to-date PHPUnit version, if possible Kevin Smith <k****n@k****o> over 5 years ago
fa79fcdb merge Merge pull request #56 from relayphp/switch-from-travis-ci-to-github-actions Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 5 years ago
18d592d6 merge Merge branch '2.x' of github.com:relayphp/Relay.Relay into switch-from-travis... Kevin Smith <k****n@k****o> over 5 years ago
7606d887 merge Merge pull request #55 from jbboehr/php80 Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 5 years ago
977ce38a Remove Travis-CI config Kevin Smith <k****n@k****o> over 5 years ago
58753f71 Add GitHub Actions config for running code standards checks, static analysis,... Kevin Smith <k****n@k****o> over 5 years ago
c6905511 merge Merge branch '2.x' of https://github.com/relayphp/Relay.Relay into php80 John Boehr <j****n@j****s> over 5 years ago
696251eb Attempt to reintroduce PHP 7.1 to TravisCI John Boehr <j****n@j****s> over 5 years ago
668396ec Revert "Test CI builds with PHP 8" Kevin Smith <k****n@k****o> over 5 years ago
efcf40db Test CI builds with PHP 8 Kevin Smith <k****n@k****o> over 5 years ago
e2573fb7 merge Merge pull request #54 from open-source-contributions/improve_phpunit_fixtures Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 5 years ago
42aae65d Update PHP-CS-Fixer Kevin Smith <k****n@k****o> over 5 years ago
ee7523af Update Psalm to resolve CI issues with symfony/polyfill-mbstring Kevin Smith <k****n@k****o> over 5 years ago
ef471c97 Enable Xdebug coverage to fix newly failing tests. Kevin Smith <k****n@k****o> over 5 years ago
d1b26ae9 Test against PHP 8.0 John Boehr <j****n@j****s> over 5 years ago
39f5f7fb Improve PHPUnit fixture peter279k <p****k@g****m> over 5 years ago
d1e5cd04 Remove secondary dependency Kevin Smith <k****n@k****o> over 6 years ago
48dadb37 Test with all relevant PHP versions Kevin Smith <k****n@k****o> over 6 years ago
290e2e6e Prep for 2.1.1 release Kevin Smith <k****n@k****o> over 6 years ago
023d2833 Bring code into line with stylistic parts of Doctrine Coding Standard Kevin Smith <k****n@k****o> over 6 years ago
81d777c9 Fix a bug where Traversable queues (non-array iterables) will fail because re... Kevin Smith <k****n@k****o> over 6 years ago
d5a6cee0 Ensure all string functions are multibyte-safe where possible Kevin Smith <k****n@k****o> over 6 years ago
5c323f27 Add missing changelog for 2.1.0 Kevin Smith <k****n@k****o> over 6 years ago
5204d4ed Remove unnecessary PHPUnit bootstrap Kevin Smith <k****n@k****o> over 6 years ago
c9dcb934 Update Diactoros dev dependency Kevin Smith <k****n@k****o> over 6 years ago
6ab60603 Add composer script to run all tests and quality controls Kevin Smith <k****n@k****o> over 6 years ago
ec5015d5 Add Psalm Kevin Smith <k****n@k****o> over 6 years ago
0f138d19 Update old Zend Diactoros imports in tests Kevin Smith <k****n@k****o> over 6 years ago
6f1564b0 Add PHPStan Kevin Smith <k****n@k****o> over 6 years ago
9c0055f7 Ignore PhpStorm IDE config Kevin Smith <k****n@k****o> over 6 years ago
2ba108ec Add roave security advisories Kevin Smith <k****n@k****o> over 6 years ago
5e5b249b Replace abandoned zendframework/zend-diactoros with same version laminas/lami... Kevin Smith <k****n@k****o> over 6 years ago
4371c40a merge Merge pull request #45 from relayphp/fix-next-not-callable Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 6 years ago
1b1ffe3b merge Merge branch '2.x' of github.com:relayphp/Relay.Relay into fix-next-not-callable Kevin Smith <k****n@k****o> almost 7 years ago
17354227 merge Merge pull request #48 from wirebox-platform/2.x Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
b9ff28a1 Update RelayTest.php Wirebox <5****m@u****m>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
b68d78ba Update .travis.yml Wirebox <5****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
6f804976 Update .travis.yml Wirebox <5****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
f51c4e95 Update .travis.yml Wirebox <5****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
0ca7494f Support for PSR-15 RequestHandlerInterface for queue items Wirebox <5****m@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
b5d2f7e7 merge Merge pull request #46 from relayphp/declare-implicit-dependencies Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
358b8e51 Note that this library provides an implementation of psr/http-server-handler Kevin Smith <k****n@k****o> about 7 years ago
55143b6d Explicitly declare that Relay depends on MiddlewareInterface in production Kevin Smith <k****n@k****o> about 7 years ago
e15ee1b3 Sort composer packages alphabetically Kevin Smith <k****n@k****o> about 7 years ago
9579a0e3 Add better exception when a queue contains an entry that is either not callab... Kevin Smith <k****n@k****o> about 7 years ago
3e1c1485 Fix bug where support for callable middleware won’t allow $next parameter to ... Kevin Smith <k****n@k****o> about 7 years ago
e1ec1bd8 merge Merge pull request #43 from relayphp/better-empty-queue-error Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
7a5ea4f0 Fix tests Kevin Smith <k****n@k****o> about 7 years ago
782046fb Ensure support for empty ArrayObject Kevin Smith <k****n@k****o> about 7 years ago
04b2ba0d Throw a more obvious error when the queue is empty on construction Kevin Smith <k****n@k****o> about 7 years ago
b949c5b4 Declare $queue property in RequestHandler Kevin Smith <k****n@k****o> over 7 years ago
f8028fca merge Merge pull request #40 from sangio90/patch-1 Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
502135b3 Added $resolver definition Guido Sangiovanni <s****o@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
6a1c347c Update README for 2.x release Kevin Smith <k****n@k****o> over 7 years ago
eb0bee48 Fix clunky wording Kevin Smith <k****n@k****o> over 7 years ago
681d8ee8 Prepare for 2.x release Kevin Smith <k****n@k****o> over 7 years ago
afbd4718 merge Merge pull request #37 from jakejohns/feature/builder Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
410db4e6 Remove duplicated lines in test Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
0ac13753 merge Merge pull request #38 from cxj/patch-1 Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
ddcf1dab Reverting addition of 7.2 Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
bfd73a40 Add PHP 7.2 to the Travis build config Kevin Smith <k****n@k****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
71e784a1 Update for package PHP requirements. Chris Johnson <c****j@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
f32f10d6 Add Builder jake johns <j****e@j****t> over 7 years ago
8dae85f0 Add name to testsuite jake johns <j****e@j****t> over 7 years ago
da123288 merge Merge branch '2.x' of github.com:relayphp/Relay.Relay into 2.x Paul M. Jones <p****8@g****m> over 8 years ago
080b34e7 move docs to site Paul M. Jones <p****8@g****m> over 8 years ago
9227b36b Update README.md Paul M. Jones <2****s@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
f3ec6049 Update README.md Paul M. Jones <2****s@u****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
5d6345cc udpate for release Paul M. Jones <p****8@g****m> over 8 years ago
39237fda rename file Paul M. Jones <p****8@g****m> over 8 years ago
b7ddb18d wording Paul M. Jones <p****8@g****m> over 8 years ago
2249794a wording Paul M. Jones <p****8@g****m> over 8 years ago
1b364e62 wording Paul M. Jones <p****8@g****m> over 8 years ago
16a9ccdf update readme with docs Paul M. Jones <p****8@g****m> over 8 years ago

← Back to repository