Commit Graph

  • f461023690
    Merge d6ed21c2a8 into 6718fedf5a #689 fadrian06 2026-04-01 17:21:24 +0000
  • d6ed21c2a8 remove Engine::initialized #689 v4 fadrian06 2026-04-01 13:21:18 -0400
  • d8e108295c simplify error handling custom methods docblocks fadrian06 2026-04-01 13:15:26 -0400
  • 161bd9817c remove Engine::init fadrian06 2026-04-01 13:07:55 -0400
  • 80be8eaeeb mark some Engine properties as private fadrian06 2026-04-01 12:53:17 -0400
  • 60dffbc6d9 move default configurations to Engine::vars definition fadrian06 2026-04-01 12:44:48 -0400
  • b9b70ac2ae refactor of Loader fadrian06 2026-04-01 11:46:55 -0400
  • 3024a0d198 save EventDispatcher instance in Loader for consistency fadrian06 2026-04-01 11:27:37 -0400
  • f528ea6c96 more Engine simplifications fadrian06 2026-04-01 11:12:49 -0400
  • 3fe2ca1d06 remove v2_output_buffering fadrian06 2026-04-01 11:12:14 -0400
  • 50075ab83d minor space format fadrian06 2026-04-01 11:09:40 -0400
  • bd861748d1 allow $loader->reset()->reset() fadrian06 2026-04-01 10:51:31 -0400
  • 1246c64d99 simplify Dispatcher and EventDispatcher docblocks fadrian06 2026-04-01 10:50:46 -0400
  • 74c8e456b6 add void return type in Engine::init callables fadrian06 2026-04-01 10:50:01 -0400
  • 1ac33a5d27 minor docblock refactors fadrian06 2026-04-01 03:43:58 -0400
  • e48eb283b5 init refactor in order to delete Engine fadrian06 2026-04-01 03:32:33 -0400
  • eed1c58f33 fix nullable deprecated php80 warning fadrian06 2026-04-01 03:05:29 -0400
  • 0913dc65f8 delete static docblock flight methods fadrian06 2026-04-01 03:02:20 -0400
  • 9bab4874e0 simplify Flight class fadrian06 2026-04-01 02:14:36 -0400
  • eaeb6b4fcc remove Engine::path fadrian06 2026-04-01 01:52:36 -0400
  • 6ccb3f2f9e
    Merge d288892c30 into 6718fedf5a #680 Luke Stevenson 2026-03-28 01:43:41 +0000
  • 9dca6fb836 ignore phpunit-watcher.yml.dist from composer install fadrian06 2026-03-26 18:49:36 -0400
  • 95262bd39e refactor EventDispatcher fadrian06 2026-03-26 18:22:50 -0400
  • dd201d1e84 replace Exception for Throwable fadrian06 2026-03-26 18:12:12 -0400
  • 701e0e73ce fix TypeError fadrian06 2026-03-26 11:59:42 -0400
  • a9ce5967b9 refactor LoaderTest fadrian06 2026-03-26 11:55:44 -0400
  • 7a73e0e725 simplify ref object fadrian06 2026-03-26 11:55:20 -0400
  • 78b8c4be60 remove directory loading in favor of psr-4 fadrian06 2026-03-26 11:41:16 -0400
  • 07d72d24ef remove Loader::autoload in favor of psr-4 fadrian06 2026-03-26 11:38:29 -0400
  • 886e584429 remove v2 loader in favor of psr-4 fadrian06 2026-03-26 11:30:25 -0400
  • 6784507bf8 refactor step 1 of Loader fadrian06 2026-03-26 11:11:25 -0400
  • 7b1e414717 update Loader docblock fadrian06 2026-03-26 04:07:50 -0400
  • 26ce749db9 remove ignored required_once __DIR__ . '/core/Loader.php' fadrian06 2026-03-26 04:05:48 -0400
  • d2d1d0505d update GEMINI.md and copilot-instructions.md fadrian06 2026-03-26 04:04:00 -0400
  • 17e0224a55 simplify lint and beautify scripts fadrian06 2026-03-26 04:01:41 -0400
  • b0b3e096ca remove test-coverage:win fadrian06 2026-03-26 03:59:15 -0400
  • 3046bf770e fix coverage generation fadrian06 2026-03-26 03:58:35 -0400
  • a19a627dae allow to set phpunit-watcher options per contributor fadrian06 2026-03-26 03:50:53 -0400
  • 450eea84ea simplify autoload-dev to a single psr-4 autoload fadrian06 2026-03-26 03:36:25 -0400
  • 4f6080f6f4 add psr-4 fadrian06 2026-03-26 03:16:53 -0400
  • c8e7855fa8 rename flight -> src fadrian06 2026-03-26 03:16:48 -0400
  • 42e8166984 ignore .phpunit.result.cache, phpcs.xml, phpstan.neon and phpunit.xml fadrian06 2026-03-26 03:15:25 -0400
  • eac46dbf39 update contributors homepages fadrian06 2026-03-26 03:10:58 -0400
  • 7f20704cd2 update broken packagist homepage fadrian06 2026-03-26 03:09:25 -0400
  • 6cd027e620 clean .gitignore fadrian06 2026-03-26 03:08:16 -0400
  • f1a8c8104b reset default phpcs psr12 rules fadrian06 2026-03-26 03:05:15 -0400
  • 6ece1edb38 allow !is_array() in contributions (cleaner and readable code) fadrian06 2026-03-26 03:04:55 -0400
  • cc5d162bb7 ignore README.md from composer install fadrian06 2026-03-26 03:04:16 -0400
  • f9b7c6b597 delete index.php fadrian06 2026-03-26 02:59:09 -0400
  • b312f611fc set indent_size 4 in phpunit-watcher.yml fadrian06 2026-03-26 02:50:38 -0400
  • f7610f883c add trim_trailing_whitespace and insert_final_newline to .editorconfig fadrian06 2026-03-26 02:49:51 -0400
  • 6718fedf5a
    Merge pull request #686 from flightphp/remove-contributors-configurations-files-from-git master n0nag0n 2026-03-23 07:10:21 -0600
  • 32a7b3ecbd
    Merge pull request #687 from flightphp/simplify-composer-scripts n0nag0n 2026-03-23 07:09:59 -0600
  • 4c6ff99902
    Merge pull request #688 from flightphp/fix-phpstan-errors n0nag0n 2026-03-23 07:08:52 -0600
  • 87086d3bec tests folder are no longer linted by phpstan #688 fadrian06 2026-03-19 10:27:22 -0400
  • 14aa4cb4be fix all phpstan l6 errors fadrian06 2026-03-19 10:24:58 -0400
  • d9cf6aa9b8 simplify composer scripts #687 fadrian06 2026-03-19 10:00:55 -0400
  • 8a4e84c10a delete phpstan.neon and phpunit.xml in favor of phpstan.dist.neon and phpunit.xml.dist #686 fadrian06 2026-03-19 09:42:47 -0400
  • 3941d44c70
    Merge pull request #685 from flightphp/fix-phpcs-errors n0nag0n 2026-03-18 07:09:25 -0600
  • d50c8c9092
    Merge pull request #682 from flightphp/simplify-git-attributes n0nag0n 2026-03-18 07:05:31 -0600
  • ce753b7cd2 implement Tests\Server, ServerV2 and groupcompactsyntax namespaces #685 fadrian06 2026-03-17 20:30:49 -0400
  • 08904df138 ignore namespaces phpcs warning fadrian06 2026-03-17 20:30:25 -0400
  • b55540068e fix almost long lines phpcs warnings fadrian06 2026-03-17 20:29:39 -0400
  • ee00e5adbe add psr-4 to Tests\Server, ServerV2 and groupcompactsyntax namespaces fadrian06 2026-03-17 20:27:15 -0400
  • e8ff083e69 set default phpcs report as full format fadrian06 2026-03-17 19:08:29 -0400
  • b87d1988ea prepare phpcs to automatically pick a configuration file fadrian06 2026-03-17 19:08:04 -0400
  • 62cc85a0e2 composer exec phpcbf -- --standard=PSR12 fadrian06 2026-03-16 23:08:43 -0400
  • 29595ef9e1 composer exec phpcbf -- --standard=PSR2 fadrian06 2026-03-16 23:03:29 -0400
  • 85c4b38858 apply lsp-intelephense format to tests folder fadrian06 2026-03-16 22:46:50 -0400
  • 17b300680d apply lsp-intelephense format to flight folder fadrian06 2026-03-16 22:31:40 -0400
  • b2ad4cada8 composer require squizlabs/php_codesniffer:^4.0 --dev -W fadrian06 2026-03-15 19:00:59 -0400
  • 0b91f9a2a0 composer require flightphp/container:^1.3 --dev -W fadrian06 2026-03-15 19:00:28 -0400
  • 0a3c1149e1 Initial plan #684 copilot-swe-agent[bot] 2026-03-15 22:08:57 +0000
  • 59f05023ee
    Merge pull request #683 from flightphp/fix-all-tests-in-windows n0nag0n 2026-03-15 13:00:02 -0600
  • 5a4f13b8d8 fix all tests in windows #683 fadrian06 2026-03-15 14:23:53 -0400
  • 9ef15cf5dc feat: customize linters per contributor - phpstan.dist.neon (shared options) -> phpstan.neon (local options) - phpunit.xml.dist (shared options) -> phpunit.xml (local options) #682 fadrian06 2026-03-15 14:04:33 -0400
  • 690918a014 remove .gemini/, CONTRIBUTING.md, index.php and phpunit-watcher.yml from composer install fadrian06 2026-03-15 14:01:44 -0400
  • d288892c30
    Turns off Caching for JSON responses #680 Luke Stevenson 2026-02-19 23:44:10 +1100
  • ab323cffff
    Merge pull request #679 from Lawrence72/master n0nag0n 2026-01-15 22:11:07 -0700
  • a3f47bc902 Ignore LiMIT when using RETURNING #679 Mr Percival 2026-01-15 20:28:34 -0600
  • 88d7032928
    Merge pull request #677 from flightphp/simple-pdo v3.18.0 n0nag0n 2026-01-14 18:44:32 -0700
  • dd39d4adad fixed spacing #677 n0nag0n 2026-01-04 00:31:14 -0700
  • ff17dd591d Added SimplePdo class to replace PdoWrapper n0nag0n 2026-01-04 00:23:48 -0700
  • 2ab26aa326
    Merge pull request #676 from arshidkv12/return-type-tests n0nag0n 2026-01-01 08:22:08 -0700
  • a59829d8fd Add return type - tests #676 Arshid 2026-01-01 13:04:11 +0530
  • e644461129 Add return type #675 Arshid 2026-01-01 12:55:14 +0530
  • 1833907181
    Merge pull request #673 from flightphp/fix-other-commands v3.17.4 n0nag0n 2025-12-27 08:59:57 -0700
  • 888ff46d26 Fixed route and controller commands to accept old configs #673 n0nag0n 2025-12-27 08:58:50 -0700
  • c2e0f4d40c fix typo #672 yangzhi-rao 2025-12-27 18:47:37 +0800
  • b90d8dd94c update yangzhi-rao 2025-12-27 18:45:12 +0800
  • c8d38cae08 fix tests yangzhi-rao 2025-12-27 18:40:58 +0800
  • 94c58ad14c
    Update app_root configuration access in ControllerCommand 飞扬 2025-12-27 18:18:28 +0800
  • 9a81068e06
    Update index_root configuration access in RouteCommand 飞扬 2025-12-27 17:41:53 +0800
  • f6baf2a8d2
    Merge pull request #671 from flightphp/update-ai-commands v3.17.3 n0nag0n 2025-12-26 23:18:53 -0700
  • b9818ea27b ok, so only for php 7.4 and 8... #671 n0nag0n 2025-12-26 23:18:02 -0700
  • 9cc9347e2b Merge branch 'update-ai-commands' of https://github.com/flightphp/core into update-ai-commands n0nag0n 2025-12-26 23:15:04 -0700
  • e73b4e3f92 Removed useless method n0nag0n 2025-12-26 23:13:53 -0700
  • 175e9eb656
    Merge branch 'master' into update-ai-commands n0nag0n 2025-12-26 23:11:15 -0700
  • 009f2f9bad Fix AI commands to use new runway config syntax n0nag0n 2025-12-26 23:10:19 -0700
  • b26598ff9d
    Merge pull request #670 from ycrao/master n0nag0n 2025-12-26 22:51:50 -0700