Add Join Handler #79

Open
linos wants to merge 4 commits from join_ignore into main
Owner

Currently this Join-handler only sends an Ignore when receiving a Join requests targeting a valid Event.
However, it already demonstrates the Join feature to the point where an Event-Plugin might take over to handle a valid Join.

ToDo:

  • Write Unit-Tests
  • Review the sending of the Ignore response
Currently this Join-handler only sends an `Ignore` when receiving a `Join` requests targeting a valid `Event`. However, it already demonstrates the `Join` feature to the point where an Event-Plugin might take over to handle a valid `Join`. ToDo: - [ ] Write Unit-Tests - [ ] Review the sending of the `Ignore` response
linos added 1 commit 2024-11-19 11:44:37 +01:00
first draft of join handler
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 57s
08f136d52f
linos added 1 commit 2024-12-31 14:45:32 +01:00
Merge branch 'main' into join_ignore
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m8s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m2s
b4a216fd78
linos added 1 commit 2024-12-31 14:47:03 +01:00
phpcs
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 47s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m5s
b9362a3d45
linos added 1 commit 2025-01-04 09:34:09 +01:00
Merge branch 'main' into join_ignore
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 48s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m6s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m3s
b730b225eb
linos force-pushed join_ignore from b730b225eb to be129990bc 2025-01-04 09:35:26 +01:00 Compare
linos force-pushed join_ignore from be129990bc to 62a355d328 2025-01-04 09:38:39 +01:00 Compare
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 46s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m6s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m7s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m8s
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 join_ignore:join_ignore
git checkout join_ignore

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 join_ignore
git checkout join_ignore
git rebase main
git checkout main
git merge --ff-only join_ignore
git checkout join_ignore
git rebase main
git checkout main
git merge --no-ff join_ignore
git checkout main
git merge --squash join_ignore
git checkout main
git merge --ff-only join_ignore
git checkout main
git merge join_ignore
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#79
No description provided.