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

Converts saved object tagging to new management layout #102284

Merged

Conversation

TinaHeiligers
Copy link
Contributor

@TinaHeiligers TinaHeiligers commented Jun 16, 2021

Partially addresses #101605

Converts saved object tagging to the new management layout.

Screenshots

List view
Before
Before List view
After
List view

Checklist

For maintainers

@TinaHeiligers TinaHeiligers added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Feature:Saved Object Tagging Saved Objects Tagging feature v7.14.0 labels Jun 16, 2021
@TinaHeiligers TinaHeiligers marked this pull request as ready for review June 16, 2021 18:44
@TinaHeiligers TinaHeiligers requested a review from a team as a code owner June 16, 2021 18:44
Copy link
Member

@Bamieh Bamieh left a comment

Choose a reason for hiding this comment

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

LGTM after addressing i18n id changes

<EuiPageHeader
pageTitle={
<FormattedMessage
id="xpack.savedObjectsTagging.management.header.title"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
id="xpack.savedObjectsTagging.management.header.title"
id="xpack.savedObjectsTagging.management.headerTitle"

bottomBorder
description={
<FormattedMessage
id="xpack.savedObjectsTagging.management.header.description"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
id="xpack.savedObjectsTagging.management.header.description"
id="xpack.savedObjectsTagging.management.headerDescription"

<FormattedMessage
id="xpack.savedObjectsTagging.management.header.description"
defaultMessage="Use tags to categorize and easily find your objects."
id="xpack.savedObjectsTagging.management.actions.createTag"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
id="xpack.savedObjectsTagging.management.actions.createTag"
id="xpack.savedObjectsTagging.management.actions.createTagButton"

fill
data-test-subj="createTagButton"
onClick={onCreate}
isDisabled={false}
Copy link
Member

@Bamieh Bamieh Jun 17, 2021

Choose a reason for hiding this comment

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

is this isDisabled={false} needed? false is the default

Suggested change
isDisabled={false}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'd rather not change the implementation here. Even if isDisabled is false by default, there's no harm in specifying it for clarity.

@TinaHeiligers TinaHeiligers added the auto-backport Deprecated - use backport:version if exact versions are needed label Jun 17, 2021
@TinaHeiligers TinaHeiligers enabled auto-merge (squash) June 17, 2021 15:23
@TinaHeiligers
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
savedObjectsTagging 77.6KB 76.6KB -1.0KB

History

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

@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

@TinaHeiligers TinaHeiligers deleted the soln-nav/saved-object-tagging branch June 17, 2021 19:14
kibanamachine added a commit that referenced this pull request Jun 17, 2021
…2555)

Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
jloleysens added a commit to jloleysens/kibana that referenced this pull request Jun 18, 2021
…ets-tab

* 'master' of github.com:elastic/kibana: (93 commits)
  [ML] Remove blank job definition as it is unused and out-of-sync with Elasticsearch (elastic#102506)
  [Lens] Fix wrong error detection on transition to Top values operation (elastic#102384)
  [ML] Anomaly detection job custom_settings improvements (elastic#102099)
  [Cases] Route: Get all alerts attach to a case (elastic#101878)
  Fixes wrong list exception type when creating endpoint event filters list (elastic#102522)
  remove search bar that's not working yet (elastic#102550)
  Migrated Ingest Node Pipeline Functional Tests to use test_user (elastic#102409)
  [Maps] clean up feature editing name space to avoid conflicts with layer settings editing (elastic#102516)
  [canvas] Refactor Storybook from bespoke to standard configuration (elastic#101962)
  [Security Solution] adds wrapSequences method (RAC) (elastic#102106)
  [FTR] Stabilize SSLP functional tests (elastic#102553)
  [K8] Added `Inter` font files for new theme (elastic#102359)
  [Workplace Search] Convert Groups pages to new page template (elastic#102449)
  [DOC] Add experimental disclaimer to rollup jobs (elastic#95624)
  [Security Solution][Endpoint] Suppress some of the jest console.error noise created by endpoint list middelware (elastic#102535)
  [Fleet] Improve performance of Fleet setup (elastic#102219)
  [Alerting] Add event log entry when a rule starts executing (elastic#102001)
  [Fleet] Update docker image of registry used in integration tests (elastic#101911)
  [Asset Management] Osquery telemetry updates (elastic#100754)
  Converts saved object tagging to new management layout (elastic#102284)
  ...

# Conflicts:
#	x-pack/plugins/fleet/kibana.json
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 Feature:Saved Object Tagging Saved Objects Tagging feature release_note:skip Skip the PR/issue when compiling release notes v7.14.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants