Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve startup behaviour #2105

Merged
merged 63 commits into from
Nov 2, 2023
Merged

Improve startup behaviour #2105

merged 63 commits into from
Nov 2, 2023

Conversation

dominikriemer
Copy link
Member

Purpose

  • Improve the lifecycle of various requests during the initialization of core and extensions
  • Introduce states for extension services REGISTERED, MIGRATING, HEALTHY, UNHEALTHY
  • Introduce states for core INSTALLING, MIGRATING; READY
  • Add logic to improve the order of initialization actions: Start core, register extensions, perform core migrations, perform extenion migrations

Remarks

PR introduces (a) breaking change(s): <yes/no>

PR introduces (a) deprecation(s): <yes/no>

dominikriemer and others added 30 commits October 9, 2023 16:24
…on-for-adapter-and-pipeline-element-configurations

# Conflicts:
#	ui/projects/streampipes/platform-services/src/lib/model/gen/streampipes-model.ts
#	ui/src/app/add/components/endpoint-item/endpoint-item.component.ts
#	ui/src/scss/sp/main.scss
…pter-and-pipeline-element-configurations' into 2045-implement-migration-for-adapter-and-pipeline-element-configurations

# Conflicts:
#	streampipes-extensions-api/src/main/java/org/apache/streampipes/extensions/api/migration/AdapterMigrator.java
#	streampipes-extensions-api/src/main/java/org/apache/streampipes/extensions/api/migration/MigrationResult.java
#	streampipes-extensions-api/src/main/java/org/apache/streampipes/extensions/api/migration/ModelMigrator.java
#	streampipes-extensions-management/src/main/java/org/apache/streampipes/extensions/management/model/SpServiceDefinition.java
#	streampipes-extensions-management/src/main/java/org/apache/streampipes/extensions/management/model/SpServiceDefinitionBuilder.java
…on-for-adapter-and-pipeline-element-configurations
@github-actions github-actions bot added java Pull requests that update Java code backend Everything that is related to the StreamPipes backend testing Relates to any kind of test (unit test, integration, or E2E test). labels Oct 30, 2023
Base automatically changed from 2045-implement-migration-for-adapter-and-pipeline-element-configurations to dev October 30, 2023 08:43
@github-actions github-actions bot removed the testing Relates to any kind of test (unit test, integration, or E2E test). label Oct 30, 2023
@github-actions github-actions bot added the ui Anything that affects the UI label Oct 30, 2023
@dominikriemer dominikriemer marked this pull request as ready for review November 1, 2023 22:09
@dominikriemer dominikriemer merged commit 552f3fe into dev Nov 2, 2023
18 checks passed
@dominikriemer dominikriemer deleted the improve-startup-behaviour branch November 2, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code ui Anything that affects the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants