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

Use the Deveel Repository Model #52

Merged
merged 7 commits into from
Oct 28, 2023

Conversation

tsutomi
Copy link
Member

@tsutomi tsutomi commented Oct 25, 2023

Replacing the implementations of the repository pattern within the Service library, with the reference to the Deveel Repository

  • IWebhookSubscriptionStore and IWebhookSubscriptionStoreProvider renamed to IWebhookSubscriptionRepository and IWebhookSubscriptionRepositoryProvider, inheriting from the IRepository and IRepositoryProvider contracts
    • Extending the contract to provide access to atomic functions for the modification of webhook subscription entities
  • Making the WebhookSubscriptionManager inherit from the EntityManager class
    • Adjusting the return types of methods
    • Extending the model with new atomic functions
  • Changed the DbContext and the MongoDbContext registration for simple and multi-tenant models

@tsutomi tsutomi added enhancement New feature or request service Webhook Service management labels Oct 25, 2023
@tsutomi tsutomi self-assigned this Oct 25, 2023
@tsutomi tsutomi linked an issue Oct 25, 2023 that may be closed by this pull request
@tsutomi tsutomi merged commit a1ed434 into main Oct 28, 2023
1 check passed
@tsutomi tsutomi deleted the 50-migrate-the-storage-to-the-deveelrepository branch October 28, 2023 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request service Webhook Service management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate the Storage to the Deveel.Repository
1 participant