]> git.mxchange.org Git - friendica.git/log
friendica.git
6 months agoMerge pull request #14538 from Art4/restore-github-actions
Hypolite Petovan [Mon, 23 Dec 2024 03:06:58 +0000 (22:06 -0500)]
Merge pull request #14538 from Art4/restore-github-actions

Add optional GitHub Action for PHP tests

6 months agoMerge database and unit tests into one workflow
Art4 [Sun, 22 Dec 2024 14:36:19 +0000 (14:36 +0000)]
Merge database and unit tests into one workflow

6 months agomerge code quality checks into on workflow
Art4 [Sun, 22 Dec 2024 14:29:13 +0000 (14:29 +0000)]
merge code quality checks into on workflow

6 months agoRun PHP-CS-Fixer with PHP 8.3
Art4 [Sun, 22 Dec 2024 07:27:07 +0000 (07:27 +0000)]
Run PHP-CS-Fixer with PHP 8.3

6 months agoAdd codestyle check
Art4 [Sun, 22 Dec 2024 07:23:49 +0000 (07:23 +0000)]
Add codestyle check

6 months agorename workflows and test cases
Art4 [Sun, 22 Dec 2024 07:05:25 +0000 (07:05 +0000)]
rename workflows and test cases

6 months agoMerge branch 'develop' into restore-github-actions
Art4 [Sun, 22 Dec 2024 07:02:24 +0000 (07:02 +0000)]
Merge branch 'develop' into restore-github-actions

6 months agoAdd tests with PHP 8.5
Art4 [Sun, 22 Dec 2024 06:56:30 +0000 (06:56 +0000)]
Add tests with PHP 8.5

6 months agoRename tests, use composer v2
Art4 [Sun, 22 Dec 2024 06:55:09 +0000 (06:55 +0000)]
Rename tests, use composer v2

6 months agoSet bin path to phpunit
Art4 [Sun, 22 Dec 2024 06:51:37 +0000 (06:51 +0000)]
Set bin path to phpunit

6 months agoclone addon repository
Art4 [Sun, 22 Dec 2024 06:41:11 +0000 (06:41 +0000)]
clone addon repository

6 months agobetter healtcheck for mariadb
Art4 [Sun, 22 Dec 2024 06:38:03 +0000 (06:38 +0000)]
better healtcheck for mariadb

6 months agoMerge pull request #14603 from Art4/create-app-from-container
Hypolite Petovan [Sun, 22 Dec 2024 02:35:01 +0000 (21:35 -0500)]
Merge pull request #14603 from Art4/create-app-from-container

Add `App::fromDice()` factory method

6 months agoRemove src tests
Art4 [Fri, 20 Dec 2024 21:49:34 +0000 (21:49 +0000)]
Remove src tests

6 months agotest only src tests
Art4 [Fri, 20 Dec 2024 21:36:06 +0000 (21:36 +0000)]
test only src tests

6 months agoadd tests workflow
Art4 [Fri, 20 Dec 2024 21:32:59 +0000 (21:32 +0000)]
add tests workflow

6 months agoAdd workflow for unit tests
Art4 [Fri, 20 Dec 2024 21:26:05 +0000 (21:26 +0000)]
Add workflow for unit tests

6 months agoAdd Github workflow for PHPStan
Art4 [Fri, 20 Dec 2024 21:07:53 +0000 (21:07 +0000)]
Add Github workflow for PHPStan

6 months agoLet phpstan check index.php
Art4 [Fri, 20 Dec 2024 20:56:26 +0000 (20:56 +0000)]
Let phpstan check index.php

6 months agorefactor App::runFrontend()
Art4 [Fri, 20 Dec 2024 13:38:38 +0000 (13:38 +0000)]
refactor App::runFrontend()

6 months agorefactor App
Art4 [Fri, 20 Dec 2024 13:24:25 +0000 (13:24 +0000)]
refactor App

6 months agoadjust tests
Art4 [Fri, 20 Dec 2024 13:21:35 +0000 (13:21 +0000)]
adjust tests

6 months agoRefactor App::fromDice()
Art4 [Fri, 20 Dec 2024 12:30:05 +0000 (12:30 +0000)]
Refactor App::fromDice()

6 months agoInline runFrontend() call into App::processRequest() method
Art4 [Fri, 20 Dec 2024 10:07:59 +0000 (10:07 +0000)]
Inline runFrontend() call into App::processRequest() method

6 months agoInline mode call into App::processRequest()
Art4 [Fri, 20 Dec 2024 10:05:13 +0000 (10:05 +0000)]
Inline mode call into App::processRequest()

6 months agoInline App::load() call in new processRequest() method
Art4 [Fri, 20 Dec 2024 10:04:02 +0000 (10:04 +0000)]
Inline App::load() call in new processRequest() method

6 months agoMerge branch 'develop' into create-app-from-container
Art4 [Fri, 20 Dec 2024 08:26:14 +0000 (09:26 +0100)]
Merge branch 'develop' into create-app-from-container

6 months agoMerge pull request #14602 from Art4/remove-apphelper-implementation-from-app
Hypolite Petovan [Thu, 19 Dec 2024 22:58:14 +0000 (17:58 -0500)]
Merge pull request #14602 from Art4/remove-apphelper-implementation-from-app

Remove `AppHelper` implementation in `App` class

6 months agomove load() call outside of constructor to remove side effects
Art4 [Thu, 19 Dec 2024 21:01:41 +0000 (21:01 +0000)]
move load() call outside of constructor to remove side effects

6 months agoCreate tests for App
Art4 [Thu, 19 Dec 2024 20:37:56 +0000 (20:37 +0000)]
Create tests for App

6 months agorequire AppHelper in App
Art4 [Thu, 19 Dec 2024 20:26:38 +0000 (20:26 +0000)]
require AppHelper in App

6 months agoinject container inside app instance
Art4 [Thu, 19 Dec 2024 20:24:24 +0000 (20:24 +0000)]
inject container inside app instance

6 months agoCreate PSR-7 request
Art4 [Thu, 19 Dec 2024 20:07:37 +0000 (20:07 +0000)]
Create PSR-7 request

6 months agoPrevent App class to be used with dependency injection
Art4 [Thu, 19 Dec 2024 20:03:42 +0000 (20:03 +0000)]
Prevent App class to be used with dependency injection

6 months agoMerge branch 'remove-apphelper-implementation-from-app' into create-app-from-container
Art4 [Thu, 19 Dec 2024 19:51:51 +0000 (19:51 +0000)]
Merge branch 'remove-apphelper-implementation-from-app' into create-app-from-container

6 months agoMerge branch 'develop' into remove-apphelper-implementation-from-app
Art4 [Thu, 19 Dec 2024 19:50:36 +0000 (19:50 +0000)]
Merge branch 'develop' into remove-apphelper-implementation-from-app

6 months agoMerge pull request #14593 from Art4/replace-app-with-apphelper-in-tests
Hypolite Petovan [Thu, 19 Dec 2024 12:30:33 +0000 (07:30 -0500)]
Merge pull request #14593 from Art4/replace-app-with-apphelper-in-tests

Replace App with AppHelper in tests

6 months agoMerge branch 'develop' into restore-github-actions
Art4 [Wed, 18 Dec 2024 22:27:07 +0000 (22:27 +0000)]
Merge branch 'develop' into restore-github-actions

6 months agoCreate App::fromDice() factory method
Art4 [Wed, 18 Dec 2024 22:16:34 +0000 (22:16 +0000)]
Create App::fromDice() factory method

6 months agoProvide appHelper in Page run() method
Art4 [Wed, 18 Dec 2024 21:57:39 +0000 (21:57 +0000)]
Provide appHelper in Page run() method

6 months agoRemove AppHelper implementation from App class
Art4 [Wed, 18 Dec 2024 21:30:36 +0000 (21:30 +0000)]
Remove AppHelper implementation from App class

6 months agoreplace more calls of DI::app(), add workaround for tests
Art4 [Wed, 18 Dec 2024 21:19:01 +0000 (21:19 +0000)]
replace more calls of DI::app(), add workaround for tests

6 months agoReplace DI::app() with DI::appHelper() in more tests
Art4 [Wed, 18 Dec 2024 21:06:55 +0000 (21:06 +0000)]
Replace DI::app() with DI::appHelper() in more tests

6 months agoReplace DI::app() with DI::appHelper() in Module\Api\Friendica namespace tests
Art4 [Wed, 18 Dec 2024 20:55:39 +0000 (20:55 +0000)]
Replace DI::app() with DI::appHelper() in Module\Api\Friendica namespace tests

6 months agoremove unnecessary Di::app() all
Art4 [Wed, 18 Dec 2024 19:57:00 +0000 (19:57 +0000)]
remove unnecessary Di::app() all

6 months agoMerge branch 'develop' into replace-app-with-apphelper-in-tests
Art4 [Wed, 18 Dec 2024 19:47:57 +0000 (19:47 +0000)]
Merge branch 'develop' into replace-app-with-apphelper-in-tests

6 months agoMerge pull request #14599 from Art4/fix-phpstan-errors
Hypolite Petovan [Tue, 17 Dec 2024 02:01:36 +0000 (21:01 -0500)]
Merge pull request #14599 from Art4/fix-phpstan-errors

Fix phpstan errors

6 months agoMerge branch 'fix-phpstan-errors' into replace-app-with-apphelper-in-tests
Art4 [Mon, 16 Dec 2024 22:37:37 +0000 (22:37 +0000)]
Merge branch 'fix-phpstan-errors' into replace-app-with-apphelper-in-tests

6 months agoFix type
Art4 [Mon, 16 Dec 2024 22:36:15 +0000 (22:36 +0000)]
Fix type

6 months agoFix phpstan errors
Art4 [Mon, 16 Dec 2024 22:32:12 +0000 (22:32 +0000)]
Fix phpstan errors

6 months agoMerge branch 'develop' into replace-app-with-apphelper-in-tests
Art4 [Mon, 16 Dec 2024 22:13:47 +0000 (22:13 +0000)]
Merge branch 'develop' into replace-app-with-apphelper-in-tests

6 months agoMerge pull request #14597 from Art4/rearange-testcases
Hypolite Petovan [Mon, 16 Dec 2024 14:23:40 +0000 (09:23 -0500)]
Merge pull request #14597 from Art4/rearange-testcases

Rearrange testcases

6 months agoMerge pull request #14598 from Art4/merge-2024.09-rc-into-develop
Hypolite Petovan [Mon, 16 Dec 2024 14:22:10 +0000 (09:22 -0500)]
Merge pull request #14598 from Art4/merge-2024.09-rc-into-develop

Merge 2024.09-rc into develop

6 months agoMerge pull request #14590 from Art4/phpstan-level-2-in-addons
Hypolite Petovan [Mon, 16 Dec 2024 14:14:29 +0000 (09:14 -0500)]
Merge pull request #14590 from Art4/phpstan-level-2-in-addons

Fix PHPStan errors level 2 in addons

6 months agoMerge branch '2024.09-rc' into merge-2024.09-rc-into-develop
Art4 [Mon, 16 Dec 2024 10:06:45 +0000 (11:06 +0100)]
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop

6 months agoRemove unused AppDouble class
Art4 [Sun, 15 Dec 2024 22:15:46 +0000 (22:15 +0000)]
Remove unused AppDouble class

6 months agoMerge branch 'rearange-testcases' into replace-app-with-apphelper-in-tests
Art4 [Sun, 15 Dec 2024 22:03:06 +0000 (22:03 +0000)]
Merge branch 'rearange-testcases' into replace-app-with-apphelper-in-tests

6 months agoMerge branch 'develop' into replace-app-with-apphelper-in-tests
Art4 [Sun, 15 Dec 2024 21:58:13 +0000 (21:58 +0000)]
Merge branch 'develop' into replace-app-with-apphelper-in-tests

6 months agoclean use statements
Art4 [Sun, 15 Dec 2024 21:51:22 +0000 (21:51 +0000)]
clean use statements

6 months agoRename StorageTest with StorageTestCase
Art4 [Sun, 15 Dec 2024 21:36:40 +0000 (21:36 +0000)]
Rename StorageTest with StorageTestCase

6 months agorename StorageConfigTest to StorageConfigTestCase
Art4 [Sun, 15 Dec 2024 21:32:23 +0000 (21:32 +0000)]
rename StorageConfigTest to StorageConfigTestCase

6 months agoRename AbstractLoggerTest to LoggerTestCase
Art4 [Sun, 15 Dec 2024 21:28:34 +0000 (21:28 +0000)]
Rename AbstractLoggerTest to LoggerTestCase

6 months agoRename LockTest to LockTestCase
Art4 [Sun, 15 Dec 2024 21:15:21 +0000 (21:15 +0000)]
Rename LockTest to LockTestCase

6 months agoRename MemoryCacheTest to MemoryCacheTestCase
Art4 [Sun, 15 Dec 2024 21:09:57 +0000 (21:09 +0000)]
Rename MemoryCacheTest to MemoryCacheTestCase

6 months agoRename CacheTest to CacheTestCase
Art4 [Sun, 15 Dec 2024 21:06:49 +0000 (21:06 +0000)]
Rename CacheTest to CacheTestCase

6 months agoRename PConfigTest to PConfigTestCase
Art4 [Sun, 15 Dec 2024 16:13:53 +0000 (16:13 +0000)]
Rename PConfigTest to PConfigTestCase

6 months agoMerge branch 'develop' into phpstan-level-2-in-addons
Art4 [Sun, 15 Dec 2024 06:57:52 +0000 (06:57 +0000)]
Merge branch 'develop' into phpstan-level-2-in-addons

6 months agoMerge pull request #14584 from Art4/phpstan-level-2
Hypolite Petovan [Sat, 14 Dec 2024 21:54:02 +0000 (16:54 -0500)]
Merge pull request #14584 from Art4/phpstan-level-2

PHPStan level 2

6 months agoInline KeyValueStorageTest into DBKeyValueStorageTest
Art4 [Sat, 14 Dec 2024 21:33:16 +0000 (21:33 +0000)]
Inline KeyValueStorageTest into DBKeyValueStorageTest

6 months agoRenemae Notification entity alias
Art4 [Sat, 14 Dec 2024 20:12:04 +0000 (20:12 +0000)]
Renemae Notification entity alias

6 months agoMerge pull request #14596 from annando/probe-at-proto
Hypolite Petovan [Sat, 14 Dec 2024 17:08:19 +0000 (12:08 -0500)]
Merge pull request #14596 from annando/probe-at-proto

Native probe support for AT-Proto

6 months agoNative probe support for AT-Proto
Michael [Sat, 14 Dec 2024 07:14:46 +0000 (07:14 +0000)]
Native probe support for AT-Proto

6 months agoRemove unused use statement
Art4 [Sat, 14 Dec 2024 14:58:34 +0000 (14:58 +0000)]
Remove unused use statement

6 months agoChange return type
Art4 [Sat, 14 Dec 2024 14:58:19 +0000 (14:58 +0000)]
Change return type

6 months agoRename variable
Art4 [Sat, 14 Dec 2024 14:53:56 +0000 (14:53 +0000)]
Rename variable

6 months agoRename class alias
Art4 [Sat, 14 Dec 2024 14:49:52 +0000 (14:49 +0000)]
Rename class alias

6 months agoUpdate src/Contact/FriendSuggest/Repository/FriendSuggest.php
Artur Weigandt [Sat, 14 Dec 2024 14:45:50 +0000 (15:45 +0100)]
Update src/Contact/FriendSuggest/Repository/FriendSuggest.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
6 months agoRename ConsoleTest to ConsoleTestCase
Art4 [Sat, 14 Dec 2024 08:16:37 +0000 (08:16 +0000)]
Rename ConsoleTest to ConsoleTestCase

6 months agorename and move ApiTest to ApiTestCase
Art4 [Fri, 13 Dec 2024 22:42:27 +0000 (22:42 +0000)]
rename and move ApiTest to ApiTestCase

6 months agoFix path to tests
Art4 [Fri, 13 Dec 2024 22:47:32 +0000 (22:47 +0000)]
Fix path to tests

6 months agoFix use statements
Art4 [Fri, 13 Dec 2024 22:22:50 +0000 (22:22 +0000)]
Fix use statements

6 months agorename DatabaseTest to DatabaseTestCase
Art4 [Fri, 13 Dec 2024 22:10:30 +0000 (22:10 +0000)]
rename DatabaseTest to DatabaseTestCase

6 months agorename FixtureTest to FixtureTestCase
Art4 [Fri, 13 Dec 2024 22:04:16 +0000 (22:04 +0000)]
rename FixtureTest to FixtureTestCase

6 months agoRename MockedTest to MockedTestCase
Art4 [Wed, 11 Dec 2024 22:45:17 +0000 (22:45 +0000)]
Rename MockedTest to MockedTestCase

6 months agoAdd suffix for PHPUnit test cases
Art4 [Wed, 11 Dec 2024 22:44:51 +0000 (22:44 +0000)]
Add suffix for PHPUnit test cases

6 months agoFix path to tests
Art4 [Fri, 13 Dec 2024 22:47:32 +0000 (22:47 +0000)]
Fix path to tests

6 months agorename and move ApiTest to ApiTestCase
Art4 [Fri, 13 Dec 2024 22:42:27 +0000 (22:42 +0000)]
rename and move ApiTest to ApiTestCase

6 months agoFix use statements
Art4 [Fri, 13 Dec 2024 22:22:50 +0000 (22:22 +0000)]
Fix use statements

6 months agorename DatabaseTest to DatabaseTestCase
Art4 [Fri, 13 Dec 2024 22:10:30 +0000 (22:10 +0000)]
rename DatabaseTest to DatabaseTestCase

6 months agorename FixtureTest to FixtureTestCase
Art4 [Fri, 13 Dec 2024 22:04:16 +0000 (22:04 +0000)]
rename FixtureTest to FixtureTestCase

6 months agoMerge pull request #14594 from annando/media-types
Hypolite Petovan [Fri, 13 Dec 2024 21:46:32 +0000 (16:46 -0500)]
Merge pull request #14594 from annando/media-types

Reduce the number of HTTP requests in the media handling

6 months agoReduce the number of HTTP requests in the media handling
Michael [Mon, 9 Dec 2024 13:40:47 +0000 (13:40 +0000)]
Reduce the number of HTTP requests in the media handling

6 months agoMerge branch 'phpstan-level-2' into phpstan-level-2-in-addons
Art4 [Fri, 13 Dec 2024 15:04:32 +0000 (16:04 +0100)]
Merge branch 'phpstan-level-2' into phpstan-level-2-in-addons

6 months agoMerge branch 'develop' into phpstan-level-2
Art4 [Fri, 13 Dec 2024 14:59:36 +0000 (15:59 +0100)]
Merge branch 'develop' into phpstan-level-2

6 months agoMerge pull request #14581 from Art4/phpstan-level-1-in-addons
Hypolite Petovan [Fri, 13 Dec 2024 12:46:21 +0000 (07:46 -0500)]
Merge pull request #14581 from Art4/phpstan-level-1-in-addons

PHPStan level 1 in addons

6 months agoRename MockedTest to MockedTestCase
Art4 [Wed, 11 Dec 2024 22:45:17 +0000 (22:45 +0000)]
Rename MockedTest to MockedTestCase

6 months agoAdd suffix for PHPUnit test cases
Art4 [Wed, 11 Dec 2024 22:44:51 +0000 (22:44 +0000)]
Add suffix for PHPUnit test cases

6 months agoMerge pull request #14592 from annando/fix-14591
Hypolite Petovan [Tue, 10 Dec 2024 02:37:56 +0000 (21:37 -0500)]
Merge pull request #14592 from annando/fix-14591

Fix PR 14591 - improve blurhash creation

6 months agoMerge branch 'phpstan-level-2' into phpstan-level-2-in-addons
Art4 [Mon, 9 Dec 2024 22:46:11 +0000 (22:46 +0000)]
Merge branch 'phpstan-level-2' into phpstan-level-2-in-addons

6 months agoFix errors from #14578
Art4 [Mon, 9 Dec 2024 22:45:47 +0000 (22:45 +0000)]
Fix errors from #14578