Skip to content

Feature/persistent admin api#66

Merged
thanaParis merged 6 commits intorc-1.1.0from
feature/persistent-admin-api
Apr 2, 2024
Merged

Feature/persistent admin api#66
thanaParis merged 6 commits intorc-1.1.0from
feature/persistent-admin-api

Conversation

@thanaParis
Copy link
Copy Markdown
Collaborator

Alters Subscriptions to be persistent in SQL db, added GET and DELETE CRUD endpoints to api for Subscriptions now that they are db entities.

N.B.: The PUT Subscription was altered to a POST since the requests are not Idempotent (calling the endpoint repeatedly will create many new entries rather than updating the first created, due to the database id being generated in the data layer).

Signed-off-by: thanaParis <thana.paris@s44.team>
Signed-off-by: thanaParis <thana.paris@s44.team>
…g bug, fixed import bug and constructor argument order for MessageRouterImpl
Comment thread 03_Modules/OcppRouter/src/module/router.ts
Copy link
Copy Markdown
Collaborator

@ChrisWeissmann ChrisWeissmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left some minor feedback. Other than that, looks good to me :)

Comment thread 03_Modules/OcppRouter/src/module/api.ts Outdated
Comment thread 03_Modules/OcppRouter/src/module/router.ts
Signed-off-by: thanaParis <thana.paris@s44.team>
…zontal scaling of citrine

Signed-off-by: thanaParis <thana.paris@s44.team>
@thanaParis thanaParis merged commit 0e96089 into rc-1.1.0 Apr 2, 2024
@ChrisWeissmann ChrisWeissmann deleted the feature/persistent-admin-api branch June 5, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants