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

refactor: multi-namespace in dsp controllers #4557

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

wolf4ood
Copy link
Contributor

@wolf4ood wolf4ood commented Oct 17, 2024

What this PR changes/adds

Adds support for multi-namespace in dsp controllers by passing the namespace in the controller constructor.

In order to type the available dsp namespaces a class DspNamespace has been introduced.

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #4510

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@wolf4ood wolf4ood self-assigned this Oct 17, 2024
@wolf4ood wolf4ood added refactoring Cleaning up code and dependencies dataspace-protocol related to the dataspace protocol labels Oct 17, 2024
@wolf4ood wolf4ood force-pushed the refactor/4510_dsp_api_modules branch 3 times, most recently from 78c10c7 to b3645de Compare October 17, 2024 11:24
@wolf4ood wolf4ood force-pushed the refactor/4510_dsp_api_modules branch from b3645de to eb280c9 Compare October 17, 2024 11:25
@wolf4ood wolf4ood marked this pull request as ready for review October 17, 2024 11:36
@wolf4ood wolf4ood requested a review from ndr-brt October 17, 2024 14:34
@wolf4ood wolf4ood merged commit 900ddc5 into eclipse-edc:main Oct 18, 2024
24 checks passed
@wolf4ood wolf4ood deleted the refactor/4510_dsp_api_modules branch October 18, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataspace-protocol related to the dataspace protocol refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor dsp api modules
2 participants