Prepare ActivityPub resolveable locations #76

Open
linos wants to merge 2 commits from refactor_locations into main
Owner

Use seperate Namespaces for transformer of events and locations and possibly organizers in the future:

  • includes/activitypub/transformer/event
  • includes/activitypub/transformer/location
  • includes/activitypub/transformer/organizer
Use seperate Namespaces for transformer of events and locations and possibly organizers in the future: * includes/activitypub/transformer/event * includes/activitypub/transformer/location * includes/activitypub/transformer/organizer
linos added 1 commit 2024-11-01 10:55:31 +01:00
Prepare ActivityPub resolveable locations
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 48s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 56s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 57s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m2s
579f0e5f57
Use own transformers for `Place`
linos added 1 commit 2024-11-02 11:18:22 +01:00
fix return type mixed for php7.4
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 51s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 56s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 54s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 57s
fa08fd87b8
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 51s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 56s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 54s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 57s
This pull request has changes conflicting with the target branch.
  • composer.json
  • includes/activitypub/transformer/class-event.php
  • includes/activitypub/transformer/class-eventin.php
  • includes/activitypub/transformer/class-events-manager.php
  • includes/activitypub/transformer/class-gatherpress.php
  • includes/activitypub/transformer/class-modern-events-calendar-lite.php
  • includes/activitypub/transformer/class-the-events-calendar.php
  • includes/activitypub/transformer/class-vs-event-list.php
  • includes/activitypub/transformer/class-wp-event-manager.php
  • includes/plugins/class-event-plugin.php
View command line instructions

Checkout

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

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