The GitHub Actions job "run-cypress-tests" on streampipes.git has succeeded. Run started by GitHub user tenthe (triggered by tenthe).
Head commit for run: 552f3fed38abb53c8ea2657b3e4bc242215a67fa / Dominik Riemer <dominik.rie...@gmail.com> Improve startup behaviour (#2105) * feat(#2002): Align adapter registration with other pipeline elements * Fix checkstyle * style: remove trailing whitespace * Add initial draft of migration concept * refactor: fix logger configuration * refactor: extend storage implementations by method to get all instances by the app id * refactor: update generated typescript model * feat: add version to models & builders * refactor: implement string representation of Notification * feat: implement data model for migration * feat: register migrations at service * Revert "refactor: implement string representation of Notification" This reverts commit 646e792d50b3022748e99be738c390270b87c345. * refactor: use correct Notification class * feat: introduce migrate extensions resource * feat: introduce migrate adapter endpoint * feat: implement adapter migration at the core * remove data lake migration * ensure order & uniqueness of migrations * remove redundant exception * remove redundant exception * add tests * remove outdated test * refactor: separate adapter migration from pipeline element migrations * refactor: move MigrationResult to StreamPipes model * refactor: migration result * refactor: introduce generic migration request * feat: send migration requests to core * feat: process migrations at core * refactor: remove legacy generic * refactor: introduce versioned StreamPipes entity * refactor: remove deprecated generic type * feat: implement migration for processing elements & data sinks * docs: add endpoint documentation * refactor: move to correct module * feature: add update for descriptions * refactor: adapt ProcessingElementBuilder to be capable of versions * refactor: minor improvements * style: fix checkstyle issues * refactor: remove legacy type definition * refactor: update generated TS models * fix: add missing license header * Fix adapter model migration, add OPC adapter migration as sample * Fix typo * Extract MigrationResource logic into smaller units * Use single request for submitting migrations from extensions to core * Improve execution order of migrations and service startup tasks * Improve exception logging * Improve pipeline health check * Properly execute migration of adapter models * Fix adapter model migration * Improve service health check * Add more checks to adapter migration * Simplify migration request handling * Fix registration --------- Co-authored-by: bossenti <bosse...@posteo.de> Report URL: https://github.com/apache/streampipes/actions/runs/6739486127 With regards, GitHub Actions via GitBox