-
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
[Workplace Search] Migrate sourceData from ent-search #83459
[Workplace Search] Migrate sourceData from ent-search #83459
Conversation
Salesforce Sandbox routes had been added since the routes were migrated.
This is a direct port from `ent-search` with no changes other than linting.
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.
Omg, it's happening! 🎉
Shared items were extracted to constants. Others were done inline
...enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
Outdated
Show resolved
Hide resolved
...enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/enterprise_search/public/applications/workplace_search/constants.ts
Outdated
Show resolved
Hide resolved
...enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
Outdated
Show resolved
Hide resolved
...enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
Outdated
Show resolved
Hide resolved
...enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
Outdated
Show resolved
Hide resolved
...enterprise_search/public/applications/workplace_search/views/content_sources/source_data.tsx
Outdated
Show resolved
Hide resolved
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.
Looks great!
x-pack/plugins/enterprise_search/public/applications/workplace_search/routes.ts
Outdated
Show resolved
Hide resolved
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
This PR migrates sourceData.tsx from ent-search. No changes other than linting were made and i18n strings converted.
The 2 routes for the Salesforce Sandbox were also added as a part of this PR.