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

feat(#2002): Align adapter registration with other pipeline elements #2008

Merged

Conversation

dominikriemer
Copy link
Member

Purpose

Modify the registration process of adapters. Previously, adapters registered independent from other extensions like pipeline lements and couldn't be installed or deleted from the Install Pipeline Elements view.
This PR harmonizes the behaviour and also stores assets of adapters (icons and documentation).

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added java Pull requests that update Java code ui Anything that affects the UI backend Everything that is related to the StreamPipes backend labels Oct 9, 2023
@dominikriemer dominikriemer linked an issue Oct 9, 2023 that may be closed by this pull request
@dominikriemer dominikriemer marked this pull request as draft October 19, 2023 14:26
…ation-of-adapters-and-pipeline-elements

# Conflicts:
#	ui/src/app/add/components/endpoint-item/endpoint-item.component.ts
#	ui/src/app/connect/components/existing-adapters/existing-adapters.component.ts
#	ui/src/scss/sp/main.scss
@bossenti bossenti marked this pull request as ready for review October 27, 2023 07:05
@bossenti bossenti merged commit 5987161 into dev Oct 27, 2023
@bossenti bossenti deleted the 2002-harmonize-registration-of-adapters-and-pipeline-elements branch October 27, 2023 07:05
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.

Harmonize registration of adapters and pipeline elements
2 participants