Skip to content

feat: declarative annotation platform — lifecycle / aggregations / calculations / notifications #896

feat: declarative annotation platform — lifecycle / aggregations / calculations / notifications

feat: declarative annotation platform — lifecycle / aggregations / calculations / notifications #896

Triggered via pull request April 29, 2026 08:52
Status Failure
Total duration 2m 47s
Artifacts 15

quality.yml

on: pull_request
Matrix: quality / security
Matrix: quality / php-quality
Matrix: quality / license
Matrix: quality / vue-quality
quality  /  Coverage Baseline Protection
14s
quality / Coverage Baseline Protection
quality  /  SBOM
quality / SBOM
Matrix: quality / phpunit
quality  /  Integration Tests (Newman)
0s
quality / Integration Tests (Newman)
quality  /  E2E Tests (Playwright)
quality / E2E Tests (Playwright)
quality  /  Update Coverage Baseline
quality / Update Coverage Baseline
quality  /  Quality Report
42s
quality / Quality Report
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 24 warnings
quality / PHP Quality (phpcs)
Process completed with exit code 2.
UndefinedClass: lib/Service/Object/DeleteObject.php#L469
lib/Service/Object/DeleteObject.php:469:15: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Dto\DeletionAnalysis does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Service/Object/DeleteObject.php#L451
lib/Service/Object/DeleteObject.php:451:13: UndefinedClass: Cannot get properties of undefined class OCA\OpenRegister\Dto\DeletionAnalysis (see https://psalm.dev/019)
UndefinedClass: lib/Service/Object/DeleteObject.php#L342
lib/Service/Object/DeleteObject.php:342:54: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Dto\DeletionAnalysis does not exist (see https://psalm.dev/019)
UnusedParam: lib/Listener/CalculationOnSaveListener.php#L69
lib/Listener/CalculationOnSaveListener.php:69:57: UnusedParam: Param isUpdate is never referenced in this method (see https://psalm.dev/135)
UndefinedClass: lib/Exception/ReferentialIntegrityException.php#L80
lib/Exception/ReferentialIntegrityException.php:80:27: UndefinedClass: Cannot get properties of undefined class OCA\OpenRegister\Dto\DeletionAnalysis (see https://psalm.dev/019)
UndefinedClass: lib/Exception/ReferentialIntegrityException.php#L65
lib/Exception/ReferentialIntegrityException.php:65:36: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Dto\DeletionAnalysis does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Exception/ReferentialIntegrityException.php#L53
lib/Exception/ReferentialIntegrityException.php:53:31: UndefinedClass: Cannot get properties of undefined class OCA\OpenRegister\Dto\DeletionAnalysis (see https://psalm.dev/019)
UndefinedClass: lib/Exception/ReferentialIntegrityException.php#L47
lib/Exception/ReferentialIntegrityException.php:47:15: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Dto\DeletionAnalysis does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Exception/ReferentialIntegrityException.php#L42
lib/Exception/ReferentialIntegrityException.php:42:22: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Dto\DeletionAnalysis does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/ObjectsController.php#L2309
lib/Controller/ObjectsController.php:2309:43: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Dto\DeletionAnalysis does not exist (see https://psalm.dev/019)
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L80
Access to property $blockers on an unknown class OCA\OpenRegister\Dto\DeletionAnalysis.
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L65
Method OCA\OpenRegister\Exception\ReferentialIntegrityException::getAnalysis() has invalid return type OCA\OpenRegister\Dto\DeletionAnalysis.
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L65
Method OCA\OpenRegister\Exception\ReferentialIntegrityException::getAnalysis() has invalid return type OCA\OpenRegister\Dto\DeletionAnalysis.
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L53
Access to property $blockers on an unknown class OCA\OpenRegister\Dto\DeletionAnalysis.
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L51
Parameter $analysis of method OCA\OpenRegister\Exception\ReferentialIntegrityException::__construct() has invalid type OCA\OpenRegister\Dto\DeletionAnalysis.
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L51
Parameter $analysis of method OCA\OpenRegister\Exception\ReferentialIntegrityException::__construct() has invalid type OCA\OpenRegister\Dto\DeletionAnalysis.
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L42
Property OCA\OpenRegister\Exception\ReferentialIntegrityException::$analysis has unknown class OCA\OpenRegister\Dto\DeletionAnalysis as its type.
quality / PHP Quality (phpstan): lib/Exception/ReferentialIntegrityException.php#L42
Property OCA\OpenRegister\Exception\ReferentialIntegrityException::$analysis has unknown class OCA\OpenRegister\Dto\DeletionAnalysis as its type.
quality / PHP Quality (phpstan): lib/Controller/TransitionController.php#L69
Dead catch - OCA\OpenRegister\Exception\HookStoppedException is never thrown in the try block.
quality / PHP Quality (phpstan): lib/Controller/ObjectsController.php#L2309
Call to method toArray() on an unknown class OCA\OpenRegister\Dto\DeletionAnalysis.
quality / Quality Report
Unable to download artifact(s): Artifact not found for name: playwright-report Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
quality / Quality Report
Unable to download artifact(s): Artifact not found for name: coverage-report Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
quality / Coverage Baseline Protection
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Security (composer)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / License (composer)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Security (npm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Vue Quality (stylelint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Vue Quality (eslint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Vue Quality (eslint): src/components/FacetComponent.vue#L925
Invalid JSDoc tag name "spec"
quality / Vue Quality (eslint): src/components/FacetComponent.vue#L378
Invalid JSDoc tag name "spec"
quality / Vue Quality (eslint): src/components/FacetComponent.vue#L362
Invalid JSDoc tag name "spec"
quality / Vue Quality (eslint): src/components/FacetComponent.vue#L333
Invalid JSDoc tag name "spec"
quality / Vue Quality (eslint): src/components/FacetComponent.vue#L332
Invalid JSDoc tag name "spec"
quality / Vue Quality (eslint): src/components/FacetComponent.vue#L331
Invalid JSDoc tag name "spec"
quality / License (npm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpcs)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpmd)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (lint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (psalm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpstan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpmetrics)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Quality Report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/github-script@v7, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
license-report-composer Expired
4.88 KB
sha256:1741a7ee83ab50045c74fd7a04372b55219ed6ca5fe37fb9c53af8a0250b57cc
license-report-npm Expired
13 KB
sha256:3de55999b83711c79a6f58118c26125b5b5154d8f7d5e9cbca7000f8ed45578e
quality-report Expired
27.3 KB
sha256:61434e99a06af1284eaf7ff77e28a8b1b53d76d9bed382e18d42bcf9d16b1d71
result-license-composer Expired
148 Bytes
sha256:83a0cff777c42b7447413b7910252eb05510d028f645a946082226a13db2de38
result-license-npm Expired
138 Bytes
sha256:90009ee6cb4e2013bdeff7b5e00b9b8d94632790ba2b1c876effdfede43a91b4
result-php-quality-lint Expired
140 Bytes
sha256:00cb62ce543c175fec28d03c2554d09e49d8017156137c006a03435181a3db79
result-php-quality-phpcs Expired
142 Bytes
sha256:cc257b0d08f4bd2613583c8784ef30e4e6044736c6206707a32a3a6389229694
result-php-quality-phpmd Expired
142 Bytes
sha256:bd25184873b9def5c8ee69a7820a73246a849d61906bde485d64aa9a413d9ba6
result-php-quality-phpmetrics Expired
152 Bytes
sha256:3bfae8aa732f5704c17e9cb8e0717e003731fe98385e5f34d0c98c10e29bbe8f
result-php-quality-phpstan Expired
146 Bytes
sha256:3c8927ba57836029bb9ca599171457737ef8f990def2ab21122dad47c6fad915
result-php-quality-psalm Expired
142 Bytes
sha256:c3c46cb2ef95e43072400cb2b89bba1e93e500e97226b06b01806cd807dec383
result-security-composer Expired
148 Bytes
sha256:3f4e99a3fbd15a47b19b4a6fae61d3c049ef5842a04c5f7b8e9899439fcf0e6e
result-security-npm Expired
138 Bytes
sha256:4fa10839a5be38695c6b5c70510898a159caa3de02c203da51f700c4377bd552
result-vue-quality-eslint Expired
144 Bytes
sha256:292849027a076cc692448130e48fdfea65c9eed3f15e16f0cc8d05842bb9f64a
result-vue-quality-stylelint Expired
150 Bytes
sha256:c5564f679ec480d97614b853f518cd07e242781fa00b72057a11f696f1e8a0b4