-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Cases] Revert preconfigured connectors support for Cases #130372
Conversation
32e016a
to
af7db42
Compare
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/response-ops-cases (Feature:Cases) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't clearly understand this part of the code but I can confirm I tested this locally and it works.
60b9174
to
f117f09
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and LGTM. Just a couple of minor edits suggested for the tests.
x-pack/plugins/cases/public/components/connectors/servicenow/validator.test.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/cases/public/components/connectors/servicenow/validator.test.ts
Outdated
Show resolved
Hide resolved
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @cnasikas |
…0372) * Fix bug with deprecated connectors * Add integration test * Improve integration tests * Fix grammar * Fix CI Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 12fdfd6) # Conflicts: # x-pack/plugins/cases/server/client/configure/client.test.ts
…0372) * Fix bug with deprecated connectors * Add integration test * Improve integration tests * Fix grammar * Fix CI Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 12fdfd6) # Conflicts: # x-pack/plugins/cases/server/client/configure/client.test.ts
…0372) * Fix bug with deprecated connectors * Add integration test * Improve integration tests * Fix grammar * Fix CI Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 12fdfd6) # Conflicts: # x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.test.tsx # x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.test.tsx # x-pack/plugins/cases/server/client/configure/client.test.ts # x-pack/test/case_api_integration/security_and_spaces/tests/basic/configure/create_connector.ts # x-pack/test/case_api_integration/security_and_spaces/tests/basic/configure/get_connectors.ts # x-pack/test/case_api_integration/security_and_spaces/tests/common/configure/get_connectors.ts # x-pack/test/cases_api_integration/common/config.ts # x-pack/test/cases_api_integration/common/lib/utils.ts # x-pack/test/cases_api_integration/security_and_spaces/tests/common/configure/get_connectors.ts # x-pack/test/cases_api_integration/security_and_spaces/tests/common/index.ts # x-pack/test/cases_api_integration/security_and_spaces/tests/trial/configure/get_connectors.ts # x-pack/test/cases_api_integration/spaces_only/tests/trial/configure/get_connectors.ts
) (#131043) * [Cases] Revert preconfigured connectors support for Cases (#130372) * Fix bug with deprecated connectors * Add integration test * Improve integration tests * Fix grammar * Fix CI Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 12fdfd6) # Conflicts: # x-pack/plugins/cases/server/client/configure/client.test.ts * Fix linting
…0372) (#131046) * [Cases] Revert preconfigured connectors support for Cases (#130372) * Fix bug with deprecated connectors * Add integration test * Improve integration tests * Fix grammar * Fix CI Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 12fdfd6) # Conflicts: # x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_itsm_case_fields.test.tsx # x-pack/plugins/cases/public/components/connectors/servicenow/servicenow_sir_case_fields.test.tsx # x-pack/plugins/cases/server/client/configure/client.test.ts # x-pack/test/case_api_integration/security_and_spaces/tests/basic/configure/create_connector.ts # x-pack/test/case_api_integration/security_and_spaces/tests/basic/configure/get_connectors.ts # x-pack/test/case_api_integration/security_and_spaces/tests/common/configure/get_connectors.ts # x-pack/test/cases_api_integration/common/config.ts # x-pack/test/cases_api_integration/common/lib/utils.ts # x-pack/test/cases_api_integration/security_and_spaces/tests/common/configure/get_connectors.ts # x-pack/test/cases_api_integration/security_and_spaces/tests/common/index.ts # x-pack/test/cases_api_integration/security_and_spaces/tests/trial/configure/get_connectors.ts # x-pack/test/cases_api_integration/spaces_only/tests/trial/configure/get_connectors.ts * Fix tests Co-authored-by: Kibana Machine <[email protected]>
…) (#131041) Co-authored-by: Kibana Machine <[email protected]>
…0372) * Fix bug with deprecated connectors * Add integration test * Improve integration tests * Fix grammar * Fix CI Co-authored-by: Kibana Machine <[email protected]>
Summary
Reverts back the support of preconfigured connectors for Cases that was mistakenly removed in 7.17.0
Testing
Add a supported preconfigured connector to your
kibana.dev.yml
. It should be able to be used in Cases.Video of the fix
preconf.mp4
Release notes
Revert back the support of preconfigured connectors for Cases that was mistakenly removed in 7.17.0
Checklist
Delete any items that are not applicable to this PR.
For maintainers