-
Notifications
You must be signed in to change notification settings - Fork 98
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(ldp): add stream subscriptions #9736
feat(ldp): add stream subscriptions #9736
Conversation
ed56ffd
to
6726d3a
Compare
...ages/manager/modules/dbaas-logs/src/logs/detail/streams/home/logs-streams-home.controller.js
Outdated
Show resolved
Hide resolved
...modules/dbaas-logs/src/logs/detail/streams/subscriptions/streams-subscriptions.controller.js
Outdated
Show resolved
Hide resolved
...modules/dbaas-logs/src/logs/detail/streams/subscriptions/streams-subscriptions.controller.js
Outdated
Show resolved
Hide resolved
packages/manager/modules/dbaas-logs/src/logs/detail/streams/home/logs-streams-home.html
Outdated
Show resolved
Hide resolved
...er/modules/dbaas-logs/src/logs/detail/streams/subscriptions/streams-subscriptions.service.js
Show resolved
Hide resolved
@pfrayer can you please the contributing guide https://github.com/ovh/manager/blob/master/CONTRIBUTING.md and sign off your commit |
...modules/dbaas-logs/src/logs/detail/streams/subscriptions/streams-subscriptions.controller.js
Outdated
Show resolved
Hide resolved
.../manager/modules/dbaas-logs/src/logs/detail/streams/subscriptions/subscriptions.component.js
Outdated
Show resolved
Hide resolved
...ges/manager/modules/dbaas-logs/src/logs/detail/streams/subscriptions/subscriptions.module.js
Outdated
Show resolved
Hide resolved
6726d3a
to
ae04961
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This Pull Request is stale due to inactivity since 30 days. If no activity happens for 15 more days from now, it will be closed. |
310dd40
310dd40
to
4c0bf96
Compare
Translations pulled & rebased on |
ref: OB-5034 Signed-off-by: Pierre Frayer <[email protected]>
Signed-off-by: CDS Translator Agent <[email protected]>
4c0bf96
to
13a8df8
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
ref: OB-5034 Signed-off-by: Pierre Frayer <[email protected]> Signed-off-by: CDS Translator Agent <[email protected]>
ref: OB-5034 Signed-off-by: Pierre Frayer <[email protected]> Signed-off-by: CDS Translator Agent <[email protected]>
develop
Description
Hello 👋
We (Logs Data Platform) are working on a new feature where we'll enable logs observability inside OVHcloud products.
The aim for managed products (Web Hosting, Managed Kubernetes Service, CDN etc.) is to allow customer to forward the logs of their managed products inside their own Logs Data Platform stream. Like this customer will be able to orchestrate their OVHcloud products logs, search in their products logs, create dashboard from it etc.
To do so, in each Manager product section (Web Hosting, Managed Kubernetes Service, CDN etc.) customer will have a kind of "Forwards logs to my own LDP stream" button. Once activated, this is create a "logs subscription".
Once done, customer should be able to see all their subscriptions, and should be able to delete them (aka unsubscribe).
This PR bring this last part: list & delete subscriptions in the Logs Data Platform section of the Manager.
Full details about this feature is available in the linked internal ticket