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

Integration override enabled #1833

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

YANG-DB
Copy link
Member

@YANG-DB YANG-DB commented May 17, 2024

Description

Add the ability for an integration's dashboards to use its original ID's to install .
It has the practical effect of override in the case where an older integration was already installed

This is to be accompanied with a UX checkbox to allow user's selection whether to generate new ID or use existing to override - exactly similar to the savedObject import dialog

Issues Resolved

#1731
#1835
opensearch-project/opensearch-catalog#170

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

YANG-DB added 17 commits May 2, 2024 13:38
…ncluding all its references IDs

Signed-off-by: YANGDB <[email protected]>
…ncluding all its references IDs

Signed-off-by: YANGDB <[email protected]>
…ncluding all its references IDs

Signed-off-by: YANGDB <[email protected]>
@YANG-DB YANG-DB added enhancement New feature or request integrations Used to denote items related to the Integrations project labels May 17, 2024
Signed-off-by: YANGDB <[email protected]>
@Swiddis
Copy link
Collaborator

Swiddis commented May 17, 2024

What happens if you create two integrations with overriding, and delete one of the integrations?

@YANG-DB
Copy link
Member Author

YANG-DB commented Jul 4, 2024

I will add a checkbox to indicate whether to override the dashboard id or not (similar to the savedObjects import dialog) so that the user will be aware

What happens if you create two integrations with overriding, and delete one of the integrations?

This is the same as with dashboards - the responsibility if on the user who is installing the integration template -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request integrations Used to denote items related to the Integrations project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants