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

[Cases] Fix add Lens markdown plugin UX #109178

Merged
merged 24 commits into from
Aug 26, 2021

Conversation

patrykkopycinski
Copy link
Contributor

@patrykkopycinski patrykkopycinski commented Aug 18, 2021

Summary

Follow up to #96703

Design followup issue: #109121

@patrykkopycinski patrykkopycinski marked this pull request as ready for review August 24, 2021 00:15
@patrykkopycinski patrykkopycinski requested a review from a team as a code owner August 24, 2021 00:15
@patrykkopycinski patrykkopycinski added Feature:Cases Cases feature release_note:feature Makes this part of the condensed release notes v7.15.0 v8.0.0 Feature:Cases-RAC-UI auto-backport Deprecated - use backport:version if exact versions are needed and removed Feature:Cases Cases feature labels Aug 24, 2021
@yiyangliu9286 yiyangliu9286 self-requested a review August 24, 2021 00:18
Copy link

@yiyangliu9286 yiyangliu9286 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in designs LGTM. Thanks! (Design changes issue #19021)

@stephmilovic
Copy link
Contributor

Hey, ran into an issue testing. I made my own visualization with lots and lots of changes. when i hit save and return i got this:
Screen Shot 2021-08-25 at 4 55 11 PM
Screen Shot 2021-08-25 at 4 56 32 PM

Copy link
Contributor

@stephmilovic stephmilovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works like a dream! Great work here @patrykkopycinski

I would like to see tests for use_lens_button_toggle.ts, doesn't have to be in this PR but. please definitely follow up on it! thanks!! LGTM 🚀

@patrykkopycinski
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💔 Backport failed

Status Branch Result
7.15 Commit could not be cherrypicked due to conflicts
7.x

Successful backport PRs will be merged automatically after passing CI.

To backport manually run:
node scripts/backport --pr 109178

@@ -10,7 +10,7 @@ import { schema, TypeOf } from '@kbn/config-schema';
export const ConfigSchema = schema.object({
enabled: schema.boolean({ defaultValue: true }),
markdownPlugins: schema.object({
lens: schema.boolean({ defaultValue: false }),
lens: schema.boolean({ defaultValue: true }),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to double check that we're intentionally turning this feature on by default?

@patrykkopycinski patrykkopycinski deleted the fix/cases-lens-ux branch August 26, 2021 20:49
kibanamachine added a commit that referenced this pull request Aug 26, 2021
patrykkopycinski added a commit to patrykkopycinski/kibana that referenced this pull request Aug 26, 2021
patrykkopycinski added a commit that referenced this pull request Aug 26, 2021
@KOTungseth KOTungseth added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 1, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@kibanamachine
Copy link
Contributor

⏳ Build in-progress, with failures

Failed CI Steps

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:feature Makes this part of the condensed release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v7.15.0 v7.16.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants