Commit graph

  • 304b21e787
    Merge 071cb70817 into 183e3c48e6 Philipp 2024-12-22 07:55:17 +0000
  • 071cb70817
    Fix codecov token env Philipp 2024-12-22 08:54:54 +0100
  • cf59c64489
    Update messages.po Philipp 2024-12-22 08:45:30 +0100
  • 2ea1576f0f
    [CI] Fix codecov Philipp 2024-12-22 08:37:49 +0100
  • bfa03773d0
    Merge af4cac91b1 into e7e0ae3784 Artur Weigandt 2024-12-22 07:27:15 +0000
  • af4cac91b1 Run PHP-CS-Fixer with PHP 8.3 Art4 2024-12-22 07:27:07 +0000
  • 1c8547d11c
    Merge 8a48c31be4 into e7e0ae3784 fabrixxm 2024-12-22 07:24:21 +0000
  • 17f14c5c3a
    Merge f5b44f7849 into 183e3c48e6 Tobias Diekershoff 2024-12-22 07:24:21 +0000
  • e13275d7a5
    Merge 9b435274a1 into 183e3c48e6 Tobias Diekershoff 2024-12-22 07:24:21 +0000
  • f8b96c562a Add codestyle check Art4 2024-12-22 07:23:49 +0000
  • af655ff392 rename workflows and test cases Art4 2024-12-22 07:05:25 +0000
  • 9803bd731c Merge branch 'develop' into restore-github-actions Art4 2024-12-22 07:02:24 +0000
  • 3b8aac4c55 Add tests with PHP 8.5 Art4 2024-12-22 06:56:30 +0000
  • 1b4ace329e Rename tests, use composer v2 Art4 2024-12-22 06:55:09 +0000
  • dd4467043a Set bin path to phpunit Art4 2024-12-22 06:51:37 +0000
  • 57da3416c5 clone addon repository Art4 2024-12-22 06:41:11 +0000
  • ab22464d55 better healtcheck for mariadb Art4 2024-12-22 06:38:03 +0000
  • 07ca1ea274
    Merge 4342e79f15 into 183e3c48e6 Mustafacco 2024-12-22 04:41:51 +0100
  • e7e0ae3784
    Merge pull request #14603 from Art4/create-app-from-container develop Hypolite Petovan 2024-12-21 21:35:01 -0500
  • 183e3c48e6
    Merge pull request #14611 from annando/issue-14609 2024.09-rc Hypolite Petovan 2024-12-21 21:31:52 -0500
  • 322b24ea05 Issue 14609: Avoid endless worker repetition in case of an execution error Michael 2024-12-21 21:46:23 +0000
  • 6e0d155b43
    Merge pull request #14604 from annando/issue-14344 Hypolite Petovan 2024-12-21 15:59:25 -0500
  • 775624ec24
    Merge pull request #14610 from annando/media-post Hypolite Petovan 2024-12-21 11:47:09 -0500
  • 4728d1919f
    Merge pull request #14608 from annando/atproto Hypolite Petovan 2024-12-21 11:43:32 -0500
  • 9e19e90b75 Improved check for attached Fediverse posts Michael 2024-12-21 15:25:24 +0000
  • 794bfcff1d Unneeded line removed / improved status handling Michael 2024-12-21 08:26:56 +0000
  • c949032fc7 Remove src tests Art4 2024-12-20 21:49:34 +0000
  • 722164711c test only src tests Art4 2024-12-20 21:36:06 +0000
  • 2fba79929d add tests workflow Art4 2024-12-20 21:32:59 +0000
  • 81b87e9ca4 Add workflow for unit tests Art4 2024-12-20 21:26:05 +0000
  • d9841eeea3 Add Github workflow for PHPStan Art4 2024-12-20 21:07:53 +0000
  • 0bdc1d9f57 Let phpstan check index.php Art4 2024-12-20 20:56:26 +0000
  • 2f9f873f4b refactor App::runFrontend() Art4 2024-12-20 13:38:38 +0000
  • 7a4542cd50 refactor App Art4 2024-12-20 13:24:25 +0000
  • ea07b83fd0 adjust tests Art4 2024-12-20 13:21:35 +0000
  • 0ab9c23bb9 Refactor App::fromDice() Art4 2024-12-20 12:30:05 +0000
  • 9e4f39b4fb Inline runFrontend() call into App::processRequest() method Art4 2024-12-20 10:07:59 +0000
  • ee5b210682 Inline mode call into App::processRequest() Art4 2024-12-20 10:05:13 +0000
  • 7a7b8d3e27 Inline App::load() call in new processRequest() method Art4 2024-12-20 10:04:02 +0000
  • 40fa8559e5 Merge branch 'develop' into create-app-from-container Art4 2024-12-20 09:26:14 +0100
  • ea5417a6a3 Issue 14344: Contact import is relocated to a dedicated place Michael 2024-12-20 08:22:56 +0000
  • 3e3fe92567
    Merge pull request #14602 from Art4/remove-apphelper-implementation-from-app Hypolite Petovan 2024-12-19 17:58:14 -0500
  • 9ef3fdc857 move load() call outside of constructor to remove side effects Art4 2024-12-19 21:01:41 +0000
  • 23e3af4a09 Create tests for App Art4 2024-12-19 20:37:56 +0000
  • af51441d88 require AppHelper in App Art4 2024-12-19 20:26:38 +0000
  • 241031f1fa inject container inside app instance Art4 2024-12-19 20:24:24 +0000
  • 16bdd76be1 Create PSR-7 request Art4 2024-12-19 20:07:37 +0000
  • d6ec1d7d6b Prevent App class to be used with dependency injection Art4 2024-12-19 20:03:42 +0000
  • d05b2dd8c2 Merge branch 'remove-apphelper-implementation-from-app' into create-app-from-container Art4 2024-12-19 19:51:51 +0000
  • 1c4d021b67 Merge branch 'develop' into remove-apphelper-implementation-from-app Art4 2024-12-19 19:50:36 +0000
  • d0d9712ac3
    Merge pull request #14593 from Art4/replace-app-with-apphelper-in-tests Hypolite Petovan 2024-12-19 07:30:33 -0500
  • ce6ae1d98c Merge branch 'develop' into restore-github-actions Art4 2024-12-18 22:27:07 +0000
  • 1c7446bf9a Create App::fromDice() factory method Art4 2024-12-18 22:16:34 +0000
  • 23b19b76b5 Provide appHelper in Page run() method Art4 2024-12-18 21:57:39 +0000
  • 6b948c82d7 Remove AppHelper implementation from App class Art4 2024-12-18 21:30:36 +0000
  • a583cc9b0e replace more calls of DI::app(), add workaround for tests Art4 2024-12-18 21:19:01 +0000
  • ba65cad1cd Replace DI::app() with DI::appHelper() in more tests Art4 2024-12-18 21:06:55 +0000
  • b2a383a9cb Replace DI::app() with DI::appHelper() in Module\Api\Friendica namespace tests Art4 2024-12-18 20:55:39 +0000
  • 1d441ab657 remove unnecessary Di::app() all Art4 2024-12-18 19:57:00 +0000
  • e16d9ace34 Merge branch 'develop' into replace-app-with-apphelper-in-tests Art4 2024-12-18 19:47:57 +0000
  • 1aca64d0d6
    Merge pull request #14600 from annando/warnings Hypolite Petovan 2024-12-17 07:18:51 -0500
  • 2856b1126c Fix some notices / reduce the number of warnings Michael 2024-12-17 04:46:55 +0000
  • 2ebac8207f
    Merge pull request #14599 from Art4/fix-phpstan-errors Hypolite Petovan 2024-12-16 21:01:36 -0500
  • 99d6599747 Merge branch 'fix-phpstan-errors' into replace-app-with-apphelper-in-tests Art4 2024-12-16 22:37:37 +0000
  • 228ca0bfac Fix type Art4 2024-12-16 22:36:15 +0000
  • cc9ff34e45 Fix phpstan errors Art4 2024-12-16 22:32:12 +0000
  • c70da6641f Merge branch 'develop' into replace-app-with-apphelper-in-tests Art4 2024-12-16 22:13:47 +0000
  • 657ccaf226
    Merge pull request #14597 from Art4/rearange-testcases Hypolite Petovan 2024-12-16 09:23:40 -0500
  • 65ca688da6
    Merge pull request #14598 from Art4/merge-2024.09-rc-into-develop Hypolite Petovan 2024-12-16 09:22:10 -0500
  • 012cce1ac7
    Merge pull request #14590 from Art4/phpstan-level-2-in-addons Hypolite Petovan 2024-12-16 09:14:29 -0500
  • c6c29b29b1 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop Art4 2024-12-16 11:06:45 +0100
  • 4f1b917e42 Remove unused AppDouble class Art4 2024-12-15 22:15:46 +0000
  • c24d36c02e Merge branch 'rearange-testcases' into replace-app-with-apphelper-in-tests Art4 2024-12-15 22:03:06 +0000
  • f7d8240d2c Merge branch 'develop' into replace-app-with-apphelper-in-tests Art4 2024-12-15 21:58:13 +0000
  • b60f9863c6 clean use statements Art4 2024-12-15 21:51:22 +0000
  • f8bb565fa5 Rename StorageTest with StorageTestCase Art4 2024-12-15 21:36:40 +0000
  • 8401b5b0ee rename StorageConfigTest to StorageConfigTestCase Art4 2024-12-15 21:32:23 +0000
  • b09fb1047f Rename AbstractLoggerTest to LoggerTestCase Art4 2024-12-15 21:28:34 +0000
  • 75632a1490 Rename LockTest to LockTestCase Art4 2024-12-15 21:15:21 +0000
  • a676e738e0 Rename MemoryCacheTest to MemoryCacheTestCase Art4 2024-12-15 21:09:57 +0000
  • 0826cb50bd Rename CacheTest to CacheTestCase Art4 2024-12-15 21:06:49 +0000
  • 75fee6784e Rename PConfigTest to PConfigTestCase Art4 2024-12-15 16:13:53 +0000
  • 78f7285e00 Merge branch 'develop' into phpstan-level-2-in-addons Art4 2024-12-15 06:57:52 +0000
  • 8210f5c7e5
    Merge pull request #14584 from Art4/phpstan-level-2 Hypolite Petovan 2024-12-14 16:54:02 -0500
  • f3f52efe18 Inline KeyValueStorageTest into DBKeyValueStorageTest Art4 2024-12-14 21:33:16 +0000
  • 7e05416da6 Renemae Notification entity alias Art4 2024-12-14 20:12:04 +0000
  • a7160e4a1f
    Merge pull request #14596 from annando/probe-at-proto Hypolite Petovan 2024-12-14 12:08:19 -0500
  • ec702f2deb Native probe support for AT-Proto Michael 2024-12-14 07:14:46 +0000
  • 76e5495e15 Remove unused use statement Art4 2024-12-14 14:58:34 +0000
  • 59404752f9 Change return type Art4 2024-12-14 14:58:19 +0000
  • 6a2e8739d1 Rename variable Art4 2024-12-14 14:53:56 +0000
  • 8178f87e61 Rename class alias Art4 2024-12-14 14:49:52 +0000
  • 18d847275a
    Update src/Contact/FriendSuggest/Repository/FriendSuggest.php Artur Weigandt 2024-12-14 15:45:50 +0100
  • 54ee36a6aa Rename ConsoleTest to ConsoleTestCase Art4 2024-12-14 08:16:37 +0000
  • 9f8023b91f rename and move ApiTest to ApiTestCase Art4 2024-12-13 22:42:27 +0000
  • cb6269eddb Fix path to tests Art4 2024-12-13 22:47:32 +0000
  • 346b42fba5 Fix use statements Art4 2024-12-13 22:22:50 +0000
  • 5430d65799 rename DatabaseTest to DatabaseTestCase Art4 2024-12-13 22:10:30 +0000
  • 42b543cd24 rename FixtureTest to FixtureTestCase Art4 2024-12-13 22:04:16 +0000
  • ee579280c7 Rename MockedTest to MockedTestCase Art4 2024-12-11 22:45:17 +0000