Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8b2b6bf
Updgraded EUI packages in package.json and src/dev/license_checker/co…
breehall Mar 22, 2022
c17565c
Resolved Jest test failures for Jest test suites 1 and 2. Updated sna…
breehall Mar 23, 2022
e3182bb
Resolve Jest test cases for Jest test suite 3. Updated snapshots for …
breehall Mar 23, 2022
adca506
type fixes
thompsongl Mar 24, 2022
8398681
Resolved failing Jest test cases in Jest suite 3. Updated tests check…
breehall Mar 24, 2022
c5572b8
Merge branch 'upgrade-eui-52.1.0' of https://github.com/elastic/kiban…
breehall Mar 24, 2022
c7471ab
eui to 52.2.0
thompsongl Mar 24, 2022
1e55ce3
Resolved test cases for Jest test suites 1 and 2. Updated required sn…
breehall Mar 24, 2022
edc6460
Updated Jest tests for Jest test suites 5 and 6. Updated required sna…
breehall Mar 24, 2022
3ef5869
Updated Jest tests for Jest test suite 7. Updated required snapshots.
breehall Mar 28, 2022
ed0bccb
Completed test case revisions for Jest test suites 1, 3, 6, 7, and 8.…
breehall Mar 28, 2022
0075cc3
Merge in the latest code from main to resolve merge conflicts in pack…
breehall Mar 28, 2022
45a00f8
eui back to v52.2.0
thompsongl Mar 28, 2022
42b32ff
Merge branch 'main' into upgrade-eui-52.1.0
thompsongl Mar 28, 2022
553be76
removed unused test utils
thompsongl Mar 28, 2022
0b1e22c
use .contains for euiicon content
thompsongl Mar 28, 2022
a4afff5
storyshots updates
thompsongl Mar 28, 2022
12341fb
Merge branch 'main' into upgrade-eui-52.1.0
thompsongl Mar 28, 2022
2de5b25
linting
thompsongl Mar 28, 2022
b0d8e82
Merge branch 'main' into upgrade-eui-52.1.0
thompsongl Mar 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.2.0-canary.1",
"@elastic/ems-client": "8.2.0",
"@elastic/eui": "51.1.0",
"@elastic/eui": "52.2.0",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ export const LICENSE_OVERRIDES = {
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/ems-client@8.2.0': ['Elastic License 2.0'],
'@elastic/eui@51.1.0': ['SSPL-1.0 OR Elastic License 2.0'],
'@elastic/eui@52.2.0': ['SSPL-1.0 OR Elastic License 2.0'],
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('NotFoundErrors component', () => {
const callOut = mounted.find('EuiCallOut');
expect(callOut).toMatchSnapshot();
expect(mounted.text()).toMatchInlineSnapshot(
`"There is a problem with this saved objectThe saved search associated with this object no longer exists.If you know what this error means, you can use the Saved objects APIs(opens in a new tab or window) to fix it — otherwise click the delete button above."`
`"There is a problem with this saved objectThe saved search associated with this object no longer exists.If you know what this error means, you can use the Saved objects APIsExternal link(opens in a new tab or window) to fix it — otherwise click the delete button above."`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hmm I am not sure this change from APIs to APIsExternal link is intended?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Hey Bamieh, this change comes from PR 5709 (elastic/eui#5709) where all of the icons being used by .testenv now render text as a <span> to notate what the icon is. Now, where an icon would be used, we will see text for that icon inline. I'm in the process of updating the tests that were affected by this.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

OK cool. Thank you 👍

);
});

Expand All @@ -34,7 +34,7 @@ describe('NotFoundErrors component', () => {
const callOut = mounted.find('EuiCallOut');
expect(callOut).toMatchSnapshot();
expect(mounted.text()).toMatchInlineSnapshot(
`"There is a problem with this saved objectThe data view associated with this object no longer exists.If you know what this error means, you can use the Saved objects APIs(opens in a new tab or window) to fix it — otherwise click the delete button above."`
`"There is a problem with this saved objectThe data view associated with this object no longer exists.If you know what this error means, you can use the Saved objects APIsExternal link(opens in a new tab or window) to fix it — otherwise click the delete button above."`
);
});

Expand All @@ -43,7 +43,7 @@ describe('NotFoundErrors component', () => {
const callOut = mounted.find('EuiCallOut');
expect(callOut).toMatchSnapshot();
expect(mounted.text()).toMatchInlineSnapshot(
`"There is a problem with this saved objectA field associated with this object no longer exists in the data view.If you know what this error means, you can use the Saved objects APIs(opens in a new tab or window) to fix it — otherwise click the delete button above."`
`"There is a problem with this saved objectA field associated with this object no longer exists in the data view.If you know what this error means, you can use the Saved objects APIsExternal link(opens in a new tab or window) to fix it — otherwise click the delete button above."`
);
});

Expand All @@ -52,7 +52,7 @@ describe('NotFoundErrors component', () => {
const callOut = mounted.find('EuiCallOut');
expect(callOut).toMatchSnapshot();
expect(mounted.text()).toMatchInlineSnapshot(
`"There is a problem with this saved objectIf you know what this error means, you can use the Saved objects APIs(opens in a new tab or window) to fix it — otherwise click the delete button above."`
`"There is a problem with this saved objectIf you know what this error means, you can use the Saved objects APIsExternal link(opens in a new tab or window) to fix it — otherwise click the delete button above."`
);
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('LinkPreview', () => {
removeExternalLinkText(
(getByTestId(container, 'preview-link') as HTMLAnchorElement).text
)
).toEqual('https://baz.co');
).toContain('https://baz.co');
});
});

Expand All @@ -74,7 +74,7 @@ describe('LinkPreview', () => {
removeExternalLinkText(
(getByTestId(container, 'preview-link') as HTMLAnchorElement).text
)
).toEqual('https://baz.co?service.name={{invalid}');
).toContain('https://baz.co?service.name={{invalid}');
expect(getByTestId(container, 'preview-warning')).toBeInTheDocument();
});
});
Expand All @@ -94,7 +94,7 @@ describe('LinkPreview', () => {
removeExternalLinkText(
(getByTestId(container, 'preview-link') as HTMLAnchorElement).text
)
).toEqual('https://baz.co?transaction=0');
).toContain('https://baz.co?transaction=0');
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('CustomLinkToolbar', () => {
wrapper: Wrapper,
});
expect(
component.getByLabelText('Custom links settings page')
component.getByText('Custom links settings page')
).toBeInTheDocument();
expectTextsInDocument(component, ['Create']);
});
Expand All @@ -56,7 +56,7 @@ describe('CustomLinkToolbar', () => {
{ wrapper: Wrapper }
);
expect(
component.getByLabelText('Custom links settings page')
component.getByText('Custom links settings page')
).toBeInTheDocument();
expectTextsNotInDocument(component, ['Create']);
});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading