Commit Graph

720 Commits (009f2f9bad212c78234a355ae29d8c64f1373f7c)
 

Author SHA1 Message Date
n0nag0n 009f2f9bad Fix AI commands to use new runway config syntax
15 hours ago
n0nag0n 095a46663f configured performance testing
3 months ago
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
3 months ago
n0nag0n 6a2494c698
Merge pull request #663 from flightphp/download-file
3 months ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
3 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
3 months ago
n0nag0n c7533d995f
Merge pull request #661 from arshidkv12/php85
3 months ago
Arshid 3884da4bdc php85
3 months ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
4 months ago
n0nag0n 69b50fc33c
Merge pull request #659 from flightphp/misc-improvements
4 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
4 months ago
n0nag0n 204ffbb024
Update tests/performance/performance_tests.sh
4 months ago
n0nag0n 8ecb93f2df router performance enhancements
4 months ago
n0nag0n c8f39b7a11 improvements with the request class
5 months ago
n0nag0n b331797ae3
Merge pull request #657 from flightphp/json-util
5 months ago
n0nag0n eecbdc3895 a few fixes from Copilot review
5 months ago
n0nag0n 3d0599eb67 added JSON util to use elsewhere
5 months ago
n0nag0n f2b4aea5d5
Merge pull request #655 from flightphp/async-fix
5 months ago
n0nag0n 3d8149ad1b Finally found the horrific memory leak!
5 months ago
n0nag0n d43f2e9db5
Merge pull request #652 from flightphp/ai-helpers
6 months ago
n0nag0n 7ddd5bb077
Update .github/copilot-instructions.md
6 months ago
n0nag0n 6742770cc1 Added unit tests and adjusted some syntax
6 months ago
n0nag0n dcb7ff9687 Added AI commands and instructions for the repo.
6 months ago
n0nag0n 11806e91b3
Merge pull request #651 from flightphp/feat/request-servername
6 months ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
6 months ago
n0nag0n 5df2800753
Merge pull request #650 from flightphp/bad-data-var-in-view
6 months ago
n0nag0n c470a65a8e Fixed issue with data in view class
6 months ago
n0nag0n aaf9f62ecc
Merge pull request #644 from pierresh/phpunit-watcher
8 months ago
Pierre Clavequin 863282a3c8 test: re-run tests automatically with phpunit-watcher
8 months ago
n0nag0n d6d3382e61
Merge pull request #645 from pierresh/return-type-in-test
8 months ago
Pierre Clavequin 840833e7d7 test: add missing return types in tests
8 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
10 months ago
n0nag0n 62f31d7856
Merge pull request #638 from flightphp/duplicated-slash-in-groups-support
10 months ago
n0nag0n 22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
10 months ago
n0nag0n a2c74ddadd added event cache check and tweaked middleware event
10 months ago
fadrian06 92e5332525 silent deprecation test in php 8.4
10 months ago
fadrian06 7ff7344815 fix another windows end lines problem
10 months ago
fadrian06 431a4e7a46 remove newlines and stuffs to fix render tests
10 months ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
10 months ago
fadrian06 5425955dd7 fix php 7.4 invalid syntax
10 months ago
fadrian06 72ac51e141
Merge branch 'master' into php8-named-arguments-support
10 months ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
10 months ago
fadrian06 8ccbd7ac9e support for containers that resolve automatically dependencies without adding explicitly
10 months ago
fadrian06 7292464d1c Flight::path($path) -> ($dir) to match Engine::path($dir)
10 months ago
fadrian06 5f84570d27 disabled phpstan for tests/named-arguments
10 months ago
fadrian06 2638d1f37a composer require flightphp/container --dev -W
10 months ago
fadrian06 5068995d17 merge master
10 months ago
n0nag0n 12725eb337
Merge pull request #635 from flightphp/fix/view-tests-in-windows
10 months ago
n0nag0n a0a2b7cb79
Merge pull request #636 from flightphp/docs/allow-arrays-route-controllers-and-middlewares
10 months ago
fadrian06 e86bb59297 docs: add array{0: class-string, 1: method} to support phpstan level 6 in any project that uses [MyController::class, 'myInstanceMethod'] (phpstan marks that as an invalid callable)
10 months ago