Fix healthcheck when to supported event plugin is installed #88

Open
linos wants to merge 3 commits from fix_healthcheck into main
Owner
No description provided.
linos added 1 commit 2024-12-19 01:24:33 +01:00
Fix healthcheck when to supported event plugin is installed
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 1m5s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 59s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 59s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 1m1s
569c326816
linos added 1 commit 2024-12-19 01:26:40 +01:00
phpcs
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 47s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 1m0s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 1m0s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 1m1s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 57s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 54s
66d2447a90
linos added 1 commit 2024-12-19 01:41:59 +01:00
Fix GatherPress tests timezone
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 46s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m6s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m24s
f0507e282f
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 46s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m6s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m24s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix_healthcheck:fix_healthcheck
git checkout fix_healthcheck

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff fix_healthcheck
git checkout fix_healthcheck
git rebase main
git checkout main
git merge --ff-only fix_healthcheck
git checkout fix_healthcheck
git rebase main
git checkout main
git merge --no-ff fix_healthcheck
git checkout main
git merge --squash fix_healthcheck
git checkout main
git merge --ff-only fix_healthcheck
git checkout main
git merge fix_healthcheck
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Event-Federation/wordpress-event-bridge-for-activitypub#88
No description provided.