Run integration tests and improve transformers for all integrations #32

Merged
linos merged 13 commits from ci_multiple_integrations into main 2024-09-25 11:27:17 +02:00
Owner
No description provided.
linos added 1 commit 2024-09-24 17:38:26 +02:00
add test class for vs event llist
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 44s
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 56s
5dfd6806eb
linos changed title from WIP run integration tests for all supported event plugins to WIP: run integration tests for all supported event plugins 2024-09-24 17:38:45 +02:00
linos added 1 commit 2024-09-24 19:05:25 +02:00
add multiple phpunit runs with filters for each event plugin integration
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 41s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m23s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 59s
5f6f02cc81
linos added 1 commit 2024-09-24 20:31:54 +02:00
add test templates for event-manager and gatherpress
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 41s
2bcd4c5039
linos added 1 commit 2024-09-24 20:34:23 +02:00
lint files
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 36s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m11s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 54s
253d3e9010
linos added 1 commit 2024-09-25 09:37:54 +02:00
add basic event transformation test for Events Manager
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 36s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 57s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 58s
ef3389e64d
linos added 1 commit 2024-09-25 09:43:17 +02:00
Add default function for whether comments are allowed
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 33s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 57s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Has been cancelled
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Has been cancelled
356a96adb6
linos added 1 commit 2024-09-25 09:44:36 +02:00
phpcs
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 34s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 57s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 58s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 54s
1873b940f8
linos added 1 commit 2024-09-25 10:10:20 +02:00
add more tests for Events Manager
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 34s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 59s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 54s
c7e5acdccb
linos added 1 commit 2024-09-25 10:57:40 +02:00
improve transformer for vs event list
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 37s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 56s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 53s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 48s
cadb01a488
linos added 1 commit 2024-09-25 11:03:10 +02:00
fix return type of to_object of final event transformers
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Successful in 35s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 58s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 59s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 56s
8391b1dbc2
linos added 1 commit 2024-09-25 11:09:17 +02:00
fix return type of get_name for Events Manager transformer
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 34s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m8s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 56s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 53s
61eaa01fc6
linos added 1 commit 2024-09-25 11:13:50 +02:00
add test for mapped event categories for VS Event List
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 35s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 59s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Has been cancelled
b361295577
linos added 1 commit 2024-09-25 11:16:46 +02:00
phpcs
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 35s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m0s
b8bf5a28b3
linos changed title from WIP: run integration tests for all supported event plugins to Run integration tests for all supported event plugins 2024-09-25 11:17:05 +02:00
linos changed title from Run integration tests for all supported event plugins to Run integration tests and improve transformers for all supported event plugins 2024-09-25 11:17:28 +02:00
linos changed title from Run integration tests and improve transformers for all supported event plugins to Run integration tests and improve transformers for all integrations 2024-09-25 11:17:47 +02:00
linos scheduled this pull request to auto merge when all checks succeed 2024-09-25 11:18:04 +02:00
linos self-assigned this 2024-09-25 11:22:35 +02:00
Author
Owner

Solves #33

Solves https://code.event-federation.eu/Event-Federation/wordpress-activitypub-event-extensions/issues/33
linos merged commit e8574d26ac into main 2024-09-25 11:27:17 +02:00
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-activitypub-event-extensions#32
No description provided.