Commit graph

40193 commits

Author SHA1 Message Date
Art4
c33223a0eb Replace Database class names with FQCN 2024-12-23 14:31:41 +00:00
Art4
ce5789690d Replace Core class names with FQCN 2024-12-23 14:30:14 +00:00
Art4
5edc36d6fc Fix PHPDoc and add link to DICE docs 2024-12-23 14:28:01 +00:00
Art4
31a731deb7 Refactor dependency for $_COOKIE 2024-12-23 14:23:58 +00:00
Art4
48bd6b2f81 Refactor dependency for $basepath 2024-12-23 14:22:52 +00:00
Art4
b4762238ed Replace DiceInstanceManager class names with FQCN 2024-12-23 14:19:31 +00:00
Art4
7587517499 Refactor dependency for $_GET 2024-12-23 14:18:22 +00:00
Art4
c53a75bc38 Refactor dependency for $_SERVER 2024-12-23 14:12:37 +00:00
Art4
5803c1e760 Replace Hooks class names with FQCN 2024-12-23 14:11:45 +00:00
Art4
f1405cdb6c Replace Config class names with FQCN 2024-12-23 14:06:04 +00:00
Art4
4a766b9750 Replace class names with FQCN 2024-12-23 14:03:32 +00:00
Art4
b9b44931ac Remove Dice rules for $basepath 2024-12-23 13:42:01 +00:00
Art4
4deb28f24e Refactor DI::basePath() to use BasePath class 2024-12-23 13:40:53 +00:00
Art4
3a491b879c Replace more calls of dirname() with $basepath 2024-12-23 13:35:46 +00:00
Art4
a0e77032cf remove $basepath from global namespace 2024-12-23 13:34:10 +00:00
Art4
22b1f871a8 Merge branch 'develop' into refactor-dice-rules 2024-12-23 12:08:38 +00:00
Hypolite Petovan
19cd11cc8e
Merge pull request #14538 from Art4/restore-github-actions
Add optional GitHub Action for PHP tests
2024-12-22 22:06:58 -05:00
Art4
6f570a08e5 declare strict mode in unit tests 2024-12-22 18:48:46 +00:00
Art4
75772d874f refactor BasePathTest 2024-12-22 18:47:57 +00:00
Art4
704ddc2089 simplify basepath 2024-12-22 18:03:54 +00:00
Art4
9987c90faf Refactor getting the basepath 2024-12-22 16:29:47 +00:00
Art4
b801e176aa Merge database and unit tests into one workflow 2024-12-22 14:36:19 +00:00
Art4
432f28ecd1 merge code quality checks into on workflow 2024-12-22 14:29:13 +00:00
Art4
af4cac91b1 Run PHP-CS-Fixer with PHP 8.3 2024-12-22 07:27:07 +00:00
Art4
f8b96c562a Add codestyle check 2024-12-22 07:23:49 +00:00
Art4
af655ff392 rename workflows and test cases 2024-12-22 07:05:25 +00:00
Art4
9803bd731c Merge branch 'develop' into restore-github-actions 2024-12-22 07:02:24 +00:00
Art4
3b8aac4c55 Add tests with PHP 8.5 2024-12-22 06:56:30 +00:00
Art4
1b4ace329e Rename tests, use composer v2 2024-12-22 06:55:09 +00:00
Art4
dd4467043a Set bin path to phpunit 2024-12-22 06:51:37 +00:00
Art4
57da3416c5 clone addon repository 2024-12-22 06:41:11 +00:00
Art4
ab22464d55 better healtcheck for mariadb 2024-12-22 06:38:16 +00:00
Hypolite Petovan
e7e0ae3784
Merge pull request #14603 from Art4/create-app-from-container
Add `App::fromDice()` factory method
2024-12-21 21:35:01 -05:00
Art4
c949032fc7 Remove src tests 2024-12-20 21:49:34 +00:00
Art4
722164711c test only src tests 2024-12-20 21:36:06 +00:00
Art4
2fba79929d add tests workflow 2024-12-20 21:32:59 +00:00
Art4
81b87e9ca4 Add workflow for unit tests 2024-12-20 21:26:05 +00:00
Art4
d9841eeea3 Add Github workflow for PHPStan 2024-12-20 21:07:53 +00:00
Art4
0bdc1d9f57 Let phpstan check index.php 2024-12-20 20:56:26 +00:00
Art4
2f9f873f4b refactor App::runFrontend() 2024-12-20 13:38:38 +00:00
Art4
7a4542cd50 refactor App 2024-12-20 13:24:25 +00:00
Art4
ea07b83fd0 adjust tests 2024-12-20 13:21:35 +00:00
Art4
0ab9c23bb9 Refactor App::fromDice() 2024-12-20 12:30:26 +00:00
Art4
9e4f39b4fb Inline runFrontend() call into App::processRequest() method 2024-12-20 10:07:59 +00:00
Art4
ee5b210682 Inline mode call into App::processRequest() 2024-12-20 10:05:13 +00:00
Art4
7a7b8d3e27 Inline App::load() call in new processRequest() method 2024-12-20 10:04:02 +00:00
Art4
40fa8559e5 Merge branch 'develop' into create-app-from-container 2024-12-20 09:26:14 +01:00
Hypolite Petovan
3e3fe92567
Merge pull request #14602 from Art4/remove-apphelper-implementation-from-app
Remove `AppHelper` implementation in `App` class
2024-12-19 17:58:14 -05:00
Art4
9ef3fdc857 move load() call outside of constructor to remove side effects 2024-12-19 21:01:41 +00:00
Art4
23e3af4a09 Create tests for App 2024-12-19 20:37:56 +00:00