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

Bugfix/remove duplicates from postgis due to multiple subscriptions #213

Conversation

saschadoemer
Copy link
Contributor

No description provided.

Added a new feature to delete all subscriptions for a specific tenant. The changes introduce a new SubscriptionController, a subscriptionService and modifications in BaseMappings and SubscriptionIntegrationService classes. The subscription deletion feature has been mapped to the new endpoint "/subscription/delete".
The current commit eliminates the use of a specific entity type parameter from the removeAll method in SubscriptionIntegrationService.java. Now, the method operates for all types of entities, enhancing the functionality to remove all subscriptions regardless of their type under a specified tenant.
@saschadoemer saschadoemer marked this pull request as ready for review June 17, 2024 15:48
@saschadoemer saschadoemer linked an issue Jun 17, 2024 that may be closed by this pull request
@saschadoemer saschadoemer enabled auto-merge June 17, 2024 15:48
@saschadoemer saschadoemer added this pull request to the merge queue Jun 18, 2024
Merged via the queue into main with commit 44c283d Jun 18, 2024
1 check passed
@saschadoemer saschadoemer deleted the bugfix/remove-duplicates-from-postgis-due-to-multiple-subscriptions branch August 13, 2024 18:28
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.

Duplikate beim Anlegen von DevicePositions in der PostGis
2 participants