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

[Deprecations service] FAQ documentation #99043

Closed
wants to merge 1,307 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    307a5b2 View commit details
    Browse the repository at this point in the history
  2. Cleanup outdated @elastic/elasticsearch client type errors (elastic#1…

    …01741)
    
    * fix errors and update comments in Core
    
    * fix errors or update comments in Security plugin
    
    * update spaces test
    
    * update task_manager files
    
    * update comments in monitoring plugin
    
    * fix errors in update comments in security_solutions
    
    * fix errors and update comments in data_enhanced
    
    * update fleet code
    
    * update infra code
    
    * update comment in trigger_actions_ui
    
    * update comment in lens
    
    * update comments in ES-UI code
    
    * update typings for search
    
    * update monitoring
    
    * remove outdated export
    mshustov authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    f3ec948 View commit details
    Browse the repository at this point in the history
  3. [ML] Functional tests - stabilize module tests (elastic#102708)

    This PR stabilizes the `setupModule` API tests by increasing the timeout for the jobs to finish.
    pheyos authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e97cfad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13671c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17e496c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7765fc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    863e709 View commit details
    Browse the repository at this point in the history
  8. Fixes issue with undo/redo (elastic#101954)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Corey Robertson and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d82d1eb View commit details
    Browse the repository at this point in the history
  9. [Integrations UI] Add updated integrations subtitle (elastic#102738)

    * Add updated integrations subtitle
    
    * Fix header image declarations
    
    * Use theme hook for dark mode setting
    kpollich authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    773647e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3589ade View commit details
    Browse the repository at this point in the history
  11. [App Search] Convert Engines overview & engine creation to new page t…

    …emplate (elastic#102677)
    
    * Convert Engine Creation page to new page template
    
    + simplify EuiForm/form to 1 level of nesting
    
    * Convert Meta Engine Creation page to new page template
    
    * Initial conversion of Engines overview to new page template
    
    * Engines Overview: simplify loading & empty state to use new page template props
    
    * Engines Overview: simplify header
    
    - now that the header/actions, chrome/telemetry, & empty state etc. are all DRY'd out by the template, there's no need for a separate header component
    - we can simply dry out the header action, which will shortly be removed with the 7.14 launch
    
    - note: for empty state changes: mostly indenting, the new template automatically creates a subdued panel for us in empty state so no need to include one manually
    
    * Fix broken test mocks
    
    I definitely should not have been importing the index file I'm mocking, but why did this only break now?? :psyduck:
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Constance and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    79b0949 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    491b0d1 View commit details
    Browse the repository at this point in the history
  13. [Workplace Search] Replace library interface with EUI (elastic#102758)

    One of the Workplace Search components was using the 'react-beautiful-dnd' typing for it’s component. This PR relpaces it with the EUI equivalent.
    scottybollinger authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    49271f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f2a97b View commit details
    Browse the repository at this point in the history
  15. Convert EuiCards to non-shadowed defaults to avoid nested panel/shado…

    …ws (elastic#102680)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Constance and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ceaf9f6 View commit details
    Browse the repository at this point in the history
  16. Osquery telemetry usage bug (elastic#102762)

    * guard for null metrics query
    
    * added some tests for the beat usage metric extraction function
    lykkin authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    4c700ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f448f1f View commit details
    Browse the repository at this point in the history
  18. [Alerting] Updating audit event terminology (elastic#102263)

    * Updating audit terminology
    
    * Fixing unit tests
    
    * Updating audit docs
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    ymao1 and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6c699a5 View commit details
    Browse the repository at this point in the history
  19. [Alerting][Docs] Removing placeholder sections in docs (elastic#101953)

    * Removing placeholder prerequisite section
    
    * Removing placeholder defining-rules and rule-management
    
    * Fixing links
    
    * Setup to set up
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    ymao1 and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    f53fc8d View commit details
    Browse the repository at this point in the history
  20. [QA] Changes the telemetry banner dismiss location (elastic#102721)

    * change telemetry banner dismiss location
    
    * use dismissBanner method instead
    
    * Update _metricbeat_dashboard.js
    
    * Update _maps.ts
    
    * Update _maps.ts
    
    * Update _metricbeat_dashboard.js
    marius-dr authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3662cf4 View commit details
    Browse the repository at this point in the history
  21. [Lens] Error on array values in math (elastic#102371)

    * [Lens] Error on array values in math
    
    * Update error messages
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Wylie Conlon and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3b0be1b View commit details
    Browse the repository at this point in the history
  22. [App Search] Convert Engine subnav and Engine Overview pages to new p…

    …age template (elastic#102679)
    
    * Update routers
    
    - To facilitate this being broken up into multiple PRs, non-migrated views still get a wrapping layout
    
    * Set up Engine subnav in EuiSideNav format
    
    + tweak CSS for new label - heads up that this will break the old nav, but will disappear as the pages get converted
    
    * Convert Engine Overview pages to new page template
    
    * [PR feedback] Code comment explaining side nav icon reorder
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Constance and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1f2de03 View commit details
    Browse the repository at this point in the history
  23. [home] Fix add sample data page layout (elastic#102647)

    * Fix add sample data layout
    
    * remove useless change
    
    * use KibanaPageTemplate
    
    * use pageHeader for the header
    
    * move tabs inside header
    
    * tweaks
    
    * fix imports
    pgayvallet authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    341413a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fd4d4ee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1d89744 View commit details
    Browse the repository at this point in the history
  26. chore(NA): moving @kbn/storybook into bazel (elastic#102731)

    * chore(NA): moving @kbn/storybook into bazel
    
    * chore(NA): add some typing changes
    
    * chore(NA): rename typings file
    
    * chore(NA): fix typescript configs to build storybooks
    
    * chore(NA): fix eslint and typechecking
    mistic authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7c429f7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5ac9a38 View commit details
    Browse the repository at this point in the history
  28. Upgrade apm nodejs and rum agents (elastic#102723)

    * bump apm nodejs agent version to 3.16.0
    
    * bump apm-rum agents
    
    * use ApmConfigOptions exported from rum agent
    mshustov authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ccf6039 View commit details
    Browse the repository at this point in the history
  29. ILM locators (elastic#102313)

    * feat: 🎸 add url service types
    
    * refactor: 💡 move locator types into its own folder
    
    * feat: 🎸 add abstract locator implementation
    
    * feat: 🎸 implement abstract locator client
    
    * feat: 🎸 add browser-side locators service
    
    * feat: 🎸 implement locator .getLocation()
    
    * feat: 🎸 implement navigate function
    
    * feat: 🎸 implement locator service in /common folder
    
    * feat: 🎸 expose locators client on browser and server
    
    * refactor: 💡 make locators async
    
    * chore: 🤖 add deprecation notice to URL generators
    
    * docs: ✏️ add deprecation notice to readme
    
    * feat: 🎸 create management app locator
    
    * refactor: 💡 simplify management locator
    
    * feat: 🎸 export management app locator from plugin contract
    
    * feat: 🎸 implement ILM locator
    
    * feat: 🎸 improve share plugin exports
    
    * feat: 🎸 improve management app locator
    
    * feat: 🎸 add useLocatorUrl React hook
    
    * feat: 🎸 add .getUrl() method to locators
    
    * feat: 🎸 migrate ILM app to use URL locators
    
    * fix: 🐛 correct typescript errors
    
    * Fix TypeScript errors in mock
    
    * Fix ILM locator unit tests
    
    * style: 💄 shorten import
    
    Co-authored-by: Vadim Kibana <vadimkibana@gmail.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1fb2640 View commit details
    Browse the repository at this point in the history
  30. [SecuritySolution] Move manual test cases to Cypress (elastic#100730)

    * add scenarios 1-3
    
    * add tests for toggle full screen
    
    * add tests for timeline pagination
    
    * add tests for timeline correlation tab
    
    * fix cypress tests
    
    * add data-test-subj for timeline tabs content
    
    * fix up
    
    * fix flaky tests
    
    * fix mark as favorite scenario
    
    * fix flaky test
    
    * fix flaky test
    
    * fix flaky test
    
    * refactors 'can be marked as favourite' test
    
    * fixes test
    
    * fixes typecheck issue
    
    * refactors the pipe
    
    * little fix
    
    * mark as favourite refactor
    
    * removes code that causes the flakiness
    
    * apply the fix for 7.13 branch
    
    * fix timeline api call
    
    * fix timeline api call
    
    * fix timeline api call
    
    * fix syntax
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Gloria Hornero <snootchie.boochies@gmail.com>
    3 people authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    62eece5 View commit details
    Browse the repository at this point in the history
  31. [App Search] Engines Overview polish pass (elastic#102778)

    * Split up engines vs. meta engines into separate panels
    
    - per Davey's feedback from earlier UI passes
    
    * DRY out manual header/spacing to reusable DataPanel component
    
    + update DataPanel icon typing to not error when passed a custom icon/svg
    
    - kudos again to Davey for the component
    
    * Typography tweaks
    
    - Update DataPanel component to accept a custom titleSize (to maintain previous UI/sizing)
    
    - Fix meta engines empty prompt title heading to follow heading levels + tweak sizing to not be larger than panel heading
    
    * Set up new license CTA button for upcoming meta engines CTA
    
    falls back to a documentation link! so fancy
    
    * Update Enterprise Search Overview to use new license button
    
    * Add new Meta Engines license upgrade CTA
    
    - Reuse some copy from Meta Engines creation view
    - Reuse DataPanel so visuals stay consistent + it looks similar to CTA on Enterprise Search Overview
    - Update DataPanel to allow buttons to be responsive + conditionally load spacer between header & children
    
    * Improve responsiveness of app when platinum license changes
    
    Previously, routes/apps were going off the static data passed from the server which was only initialized once on page load. hasPlatinumLicense however changes dynamically and in real-time, removing the need for a hard page refresh.
    
    I could have replaced all `canManageMetaEngine` flags with `isPlatinum && canManageEngines`, but I thought baking license checks into the main ability would be more scalable and potentially open the way to other license-based flags also being dynamic.
    
    * [PR feedback] Typos in test names
    
    Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
    
    * Fix failing test
    
    Missed updating the heading level
    
    Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
    Constance and JasonStoltz authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6dc9962 View commit details
    Browse the repository at this point in the history
  32. [App Search] Convert Settings & Credentials pages to new page template (

    elastic#102671)
    
    * Convert Settings to new page template
    
    + add missing ability check around route
    
    * Convert Credentials to new page template
    
    + add missing ability check around route
    
    * [Tests refactor] DRY out repeated ability tests to a helper
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Constance and kibanamachine authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    f2ca7fc View commit details
    Browse the repository at this point in the history
  33. [App Search] Convert Documents views to new page template + minor UI …

    …polish (elastic#102807)
    
    * Convert Documents view to new page template
    
    * [UI polish] Move empty state to top-level instead of showing full UI
    
    - per Davey's previous approval
    
    * [UX polish] Show loading indicator on initial documents page load
    
    * Convert single Document detail view to new page template
    
    * Update router
    Constance authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3673019 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c52f5ed View commit details
    Browse the repository at this point in the history
  35. [kbn/test/es] remove unnecessary es user management logic (elastic#10…

    …2584)
    
    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3084de6 View commit details
    Browse the repository at this point in the history
  36. [Fleet] Update final pipeline based on ECS event.agent_id_status (ela…

    …stic#102805)
    
    This updates the Fleet final pipeline added in elastic#100973 to match the specification of
    `event.agent_id_status` field as defined in ECS. The field was added to ECS in
    elastic/ecs#1454. Basically the values of the field were simplified
    from what was originally proposed and implemented.
    andrewkroh authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2e3d527 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8619bdb View commit details
    Browse the repository at this point in the history
  38. Revert "remove duplicate apm-rum deps from devDeps"

    This reverts commit 8619bdb.
    spalger committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    75aafd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. [Workplace Search] Convert Sources pages to new page template (+ pers…

    …onal dashboard) (elastic#102592)
    
    * Refactor PersonalDashboardLayout to more closely match new page template
    
    - Remove references to enterpriseSearchLayout CSS (which will be removed in an upcoming PR)
    
    - Prefer to lean more heavily on default EuiPage props/CSS/etc.
    
    - Handle conditional sidebar logic in this layout rather than passing it in as a prop
    
    - Update props & DRY concerns to more closely match WorkplaceSearchPageTemplate
      - e.g. isLoading & pageChrome (mostly for document titles)
      - make FlashMessage and readOnlyMode work OOTB w/o props)
    
    * Convert Source subnav to EuiSideNav format
    
    + update PrivateSourcesSidebar to use EuiSIdeNav
    
    * Update routers
    
    - removing wrapping layouts, flash messages, chrome/telemetry
    
    * Refactor SourceRouter into shared layout component
    
    - Remove license callout, page header, and page chrome/telemetry
    
    - NOTE: The early page isLoading behavior (lines 51-) is required to prevent a flash of a completely empty page (instead of preserving the layout/side nav while loading). We cannot let the page fall through to the route because some routes are conditionally rendered based on isCustomSource.
    
    - FWIW: App Search has a similar isLoading early return with its Engine sub nav, and also a similar AnalyticsLayout for DRYing out repeated concerns/UI elements within Analytics subroutes.
    
    * Convert all single source views to new page template
    
    - Mostly removing isLoading tests
    - NOTE: Schema page could *possibly* use the new isEmptyState/emptyState page template props, but would need some layout reshuffling
    
    * Convert Add Source pages to conditional page templates
    
    - Opted to give these pages their own conditional layout logic - this could possibly be DRY'd out
    
    - There is possibly extra cleanup here on this file that could have been done (e.g. empty state, titles, etc.) in light of the new templates - but I didn't want to spend extra time here and went with creating as few diffs as possible
    
    * Convert separate Organization Sources & Private Sources views to new page templates
    
    + fix Link to EuiButtonTo on Organization Sources view
    
    * Update Account Settings with personal layout + write tests
    
    + add related KibanaLogic branch coverage
    
    * [UX feedback] Do not render page headers while loading on Overview & Sources pages
    
    * [PR feedback] Breadcrumb errors/fallbacks
    
    * [Proposal] Update schema errors routing to better work with nav/breadcrumbs
    
    - `exact` is required to make the parent schemas/ not gobble schema/{errorId}
    
    - added bonus breadcrumb for nicer schema navigation UX
    
    - No tests need to update AFAICT
    
    * Ignore Typescript error on soon-to-come EUI prop
    Constance authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    138bd0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d792e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42fc797 View commit details
    Browse the repository at this point in the history
  4. [Lens] Adds filter from legend in xy and partition charts (elastic#10…

    …2026)
    
    * WIP add filtering capabilities to XY legend
    
    * Fix filter by legend on xy axis charts
    
    * Filter pie and xy axis by legend
    
    * create a shared component
    
    * Add functional test
    
    * Add functional test for pie
    
    * Make the buttons keyboard accessible
    
    * Fix functional test
    
    * move function to retry
    
    * Give another try
    
    * Enable the rest od the tests
    
    * Address PR comments
    
    * Address PR comments
    
    * Apply PR comments, fix popover label for alreadyformatted layers
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    stratoula and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    9e1390e View commit details
    Browse the repository at this point in the history
  5. [License management] Migrate to new page layout (elastic#102218)

    * start working on license management
    
    * migrate permissions check to new layout
    
    * refactor license expiration as a subtitle of the page header
    
    * finish up working on page title
    
    * Fix linter errors and update snapshots
    
    * update method name
    
    * CR changes
    
    * update snapshots
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    sabarasaba and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    e806dde View commit details
    Browse the repository at this point in the history
  6. Wording update for case settings, fixes elastic#102462 (elastic#102496)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    katrin-freihofner and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7df924f View commit details
    Browse the repository at this point in the history
  7. [Security solution][Endpoint] Removes 'none' compression as it not us…

    …ed anymore (elastic#102767)
    
    * Removes 'none' compression as it not used anymore
    
    * Revert type because none type is needed for the first time the artifact is created befor the compression
    dasansol92 authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1ea3506 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62fc27b View commit details
    Browse the repository at this point in the history
  9. [Metrics] Update ActionsMenu create alert styles (elastic#102316)

    * [Metrics] Add divider in the actions menu
    * [Metrics] Add color and icon to the alert link
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    formgeist and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3860486 View commit details
    Browse the repository at this point in the history
  10. Fix UBI source URL (elastic#102736)

    * Fix UBI source URL
    
    This commit fix the source URL for UBI image to ensure that it stays
    consistent with the URL generated in
    https://artifacts.elastic.co/reports/dependencies/dependencies-current.html
    
    * Update src/dev/run_licenses_csv_report.js
    
    Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
    
    * Update src/dev/run_licenses_csv_report.js
    
    Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
    
    * try to make eslint happy
    
    Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
    jmlrt and jbudz authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    df8637a View commit details
    Browse the repository at this point in the history
  11. Add cache-control for assets served via registerStaticDir (elastic#…

    …102756)
    
    * Add cache-control for assets served via `registerStaticDir`
    
    * fix case
    
    * add test for 'dynamic' file content
    pgayvallet authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    fc55c30 View commit details
    Browse the repository at this point in the history
  12. Renamed button and dropdown items in headers (apm, logs, metrics and …

    …uptime) from alerts to rules (elastic#100918)
    
    Co-authored-by: Jonathan Buttner <jonathan.buttner@elastic.co>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
    Co-authored-by: Jonathan Buttner <56361221+jonathan-buttner@users.noreply.github.com>
    Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
    6 people authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    65de579 View commit details
    Browse the repository at this point in the history
  13. [APM] Fleet: Introduce API for uploading source maps for RUM (elastic…

    …#101623)
    
    * creating fleet source maps apis
    
    * fixing ts issues
    
    * fixing test
    
    * fixing ts issue
    
    * nests `rum` under `config.apm-server.value` within the package policy input
    
    * refactoring and adding test
    
    * removing unit test
    
    * removing unused imports
    
    * addressing PR comments
    
    * addressing PR comments
    
    * addressing PR comments
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Oliver Gupte <olivergupte@gmail.com>
    3 people authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    89e851f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60a3d5d View commit details
    Browse the repository at this point in the history
  15. [Lens] Carry over filter extra fields with in incomplete state (elast…

    …ic#102509)
    
    * 🐛 Carry over filter extra fields with in incomplete state
    
    * 👌 Integrated feedback
    
    * 👌 Integrated feedback
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dej611 and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1d59abc View commit details
    Browse the repository at this point in the history
  16. Improve Discover sidebar performance (elastic#102646)

    * Improve Discover sidebar performance
    
    * Remove unused import
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Tim Roes and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1036a5b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dc9daed View commit details
    Browse the repository at this point in the history
  18. [core][deepLinks] Fix getAppInfo deepLinks order (elastic#102879)

    * getAppInfo sets deepLinks order properly
    * remove overriding same spread fields
    semd authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    01ce7ac View commit details
    Browse the repository at this point in the history
  19. [ML] Functional tests - explicitly delete jobs after setupModule tests (

    elastic#102882)
    
    This PR explicitly deletes the jobs created by the `setupModule` tests.
    pheyos authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0690030 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    564807c View commit details
    Browse the repository at this point in the history
  21. [Uptime] [Synthetics Integration] transition to monaco code editor (e…

    …lastic#102642)
    
    * update synthetics integration code editor
    
    * add basic support for xml and javascript
    
    * fix types
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dominiqueclarke and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    34490a3 View commit details
    Browse the repository at this point in the history
  22. [Docs] Drilldowns only for timeseries TSVB charts (elastic#102481)

    * [Docs] Drilldowns only for timeseries TSVB charts
    
    * Update docs/user/dashboard/drilldowns.asciidoc
    
    Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
    
    Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
    Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
    3 people authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    fbf4f26 View commit details
    Browse the repository at this point in the history
  23. [Lens] Clicking number histogram bar applies global filter instead of…

    … time filter (elastic#102730)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dej611 and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0ba8b43 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a2e7b38 View commit details
    Browse the repository at this point in the history
  25. Fixes onDestroy handler (elastic#101959)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Corey Robertson and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1397461 View commit details
    Browse the repository at this point in the history
  26. Handle element changing into a filter (elastic#97890)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Corey Robertson and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    46f4378 View commit details
    Browse the repository at this point in the history
  27. [packages] Move @kbn/interpreter to Bazel (elastic#101089)

    Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    11e68fd View commit details
    Browse the repository at this point in the history
  28. Unskipping test to test on Firefox. (elastic#102839)

    * Unskipping test to test on Firefox.
    
    * Added .only to only run those tests
    
    * Reenabled test after troubleshooting tests. No failures on FF.
    John Dorlus authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    494a841 View commit details
    Browse the repository at this point in the history
  29. [Fleet] Add assets tab (elastic#102517)

    * very wip
    
    * added new assets screen
    * added routes to new assets view on the package details view
    
    * Finished styling the assets page layout, need to work on adding
    links
    
    * rather use EuiHorizontalRule
    
    * only show the assets tab if installed
    
    * Added hacky version of linking to assets.
    
    * added comment about deprecation of current linking functionality
    
    * added an initial version of the success toast with a link to the agent flyout
    
    * First iteration of end-to-end UX working. Need to add a lot of tests!
    
    * fixed navigation bug and added a comment
    
    * added a lot more padding to bottom of form
    
    * restructured code for clarity, updated deprecation comments and moved relevant code closer together
    
    * added a longer form comment about the origin policyId
    
    * added logic for handling load error
    
    * refactor assets accordions out of assets page component
    
    * slightly larger text in badge
    
    * added some basic jest test for view data step in enrollment flyout
    
    * adjusted sizing of numbers in badges again, EuiText does not know about size="l"
    
    * updated size limits for fleet
    
    * updated styling and layout of assets accordion based on original
    designs
    
    * remove unused EuiTitle
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jloleysens and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6cc3b84 View commit details
    Browse the repository at this point in the history
  30. Wraps query in parentheses to avoid quering exception lists (elastic#…

    …102612)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dasansol92 and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c940da4 View commit details
    Browse the repository at this point in the history
  31. [Agent Packages] Extend 'contains' helper to work on strings (elastic…

    …#102786)
    
    * Extend 'contains' helper to work on strings
    
    * remove stray import
    Andrew Stucki authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    fd0c1fa View commit details
    Browse the repository at this point in the history
  32. [App Search] Convert Analytics views to new page template (elastic#10…

    …2851)
    
    * Convert AnalyticsHeader to AnalyticsFilters
    
    - it's basically the same component as before, but without the title section/log retention tooltip, since the header/title will be handled by the new page template
    
    * Update AnalyticsLayout to use new page template
    
    + add new test_helper for header children
    
    * Update breadcrumb behavior
    
    - Set analytic breadcrumbs in AnalyticsLayout rather than AnalyticsRouter
    
    - Update individual views to pass breadcrumbs (consistent with new page template API)
    
    * Update router
    Constance authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    00a9f84 View commit details
    Browse the repository at this point in the history
  33. [CCR] Migrate to new page layout structure (elastic#102507)

    * wip: start migrating views from ccr
    
    * finish up migrating ccr pages to new nav layout
    
    * Fix tests, linter errors and i18n strings
    
    * remove todo
    
    * Render loading and error states centered in screen without page title
    
    * Keep loader going while we still setting the payload
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    sabarasaba and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    69a5d01 View commit details
    Browse the repository at this point in the history
  34. [AppService] fix deepLinks being lost when updating the app with othe…

    …r fields (elastic#102895)
    
    * fix app updater for deepLinks
    
    * improve implem
    pgayvallet authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    016259d View commit details
    Browse the repository at this point in the history
  35. [jest] use circus runner for the integration tests (elastic#102782)

    * use circus runner for integration tests
    
    * do not use done callback. jestjs/jest#10529
    
    * fix type error
    mshustov authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    2323b98 View commit details
    Browse the repository at this point in the history
  36. [App Search] Convert Search UI view to new page template + minor UI p…

    …olish (elastic#102813)
    
    * Convert Search UI view to use new page template
    
    + update tests TODO
    
    * [UX polish] Add empty state to Search UI view
    
    - On a totally new engine, all pages except this one* had an empty state, so per Davey's recommendations I whipped up a new empty state for this page
    
    * Overview has a custom 'empty' state, analytics does not have an empty state
    
    * Update router
    
    * Fix bad merge conflict resolution
    
    * [Polish] Copy feedback proposed by Davey
    
    - see elastic@cbc3706
    Constance authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    84d999d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    21f6a1b View commit details
    Browse the repository at this point in the history
  38. [Security Solution][Endpoint] Rename Unisolating and other like wor…

    …ds to `Releasing` (elastic#102582)
    
    * Update all instances of `unisolate` to `release` (along with variation of unisolate)
    * just width of Agent Status column on endpoint list
    paul-tavares authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    19d2d17 View commit details
    Browse the repository at this point in the history
  39. Add "Unable to decrypt attribute apiKey" to the alerting troubleshoot…

    …ing docs (elastic#101315)
    
    * Initial commit
    
    * PR feedback
    
    * PR feedback pt 2
    
    * PR feedback pt 3
    mikecote authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5ffe26c View commit details
    Browse the repository at this point in the history
  40. [Discover] Add source to doc viewer (elastic#101392)

    * [Discover] Add source to doc viewer
    
    * Updating a unit test
    
    * Fix typescript errors
    
    * Add unit test
    
    * Add a functional test
    
    * Fixing a typo
    
    * Remove unnecessary import
    
    * Always request fields and source
    
    * Remove unused import
    
    * Move initialization of SourceViewer back to setup
    
    * Trying to get rid of null value
    
    * Readding null
    
    * Try to get rid of null value
    
    * Addressing PR comments
    
    * Return early if jsonValue is not set
    
    * Fix loading spinner style
    
    * Add refresh on error
    
    * Fix error message
    
    * Add loading indicator on an empty string
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Maja Grubic and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    81e1deb View commit details
    Browse the repository at this point in the history
  41. remove duplicate apm-rum deps from devDeps (elastic#102838)

    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Spencer and spalger authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    91c584d View commit details
    Browse the repository at this point in the history
  42. [Security Solution][Endpoint] Don't create event filters list from ma…

    …nifest manager (elastic#102618)
    
    * Check if endpoint event filters list exists before create and create it without specific id
    
    * Removes creation of endpoint event filters list in manifest manager
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dasansol92 and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    537fcf4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3da2ac8 View commit details
    Browse the repository at this point in the history
  44. [Cases] RBAC Bugs (elastic#101325)

    * Adding feature flag for auth
    
    * Hiding SOs and adding consumer field
    
    * First pass at adding security changes
    
    * Consumer as the app's plugin ID
    
    * Create addConsumerToSO migration helper
    
    * Fix mapping's SO consumer
    
    * Add test for CasesActions
    
    * Declare hidden types on SO client
    
    * Restructure integration tests
    
    * Init spaces_only integration tests
    
    * Implementing the cases security string
    
    * Adding security plugin tests for cases
    
    * Rough concept for authorization class
    
    * Adding comments
    
    * Fix merge
    
    * Get requiredPrivileges for classes
    
    * Check privillages
    
    * Ensure that all classes are available
    
    * Success if hasAllRequested is true
    
    * Failure if hasAllRequested is false
    
    * Adding schema updates for feature plugin
    
    * Seperate basic from trial
    
    * Enable SIR on integration tests
    
    * Starting the plumbing for authorization in plugin
    
    * Unit tests working
    
    * Move find route logic to case client
    
    * Create integration test helper functions
    
    * Adding auth to create call
    
    * Create getClassFilter helper
    
    * Add class attribute to find request
    
    * Create getFindAuthorizationFilter
    
    * Ensure savedObject is authorized in find method
    
    * Include fields for authorization
    
    * Combine authorization filter with cases & subcases filter
    
    * Fix isAuthorized flag
    
    * Fix merge issue
    
    * Create/delete spaces & users before and after tests
    
    * Add more user and roles
    
    * [Cases] Convert filters from strings to KueryNode (elastic#95288)
    
    * [Cases] RBAC: Rename class to scope (elastic#95535)
    
    * [Cases][RBAC] Rename scope to owner (elastic#96035)
    
    * [Cases] RBAC: Create & Find integration tests (elastic#95511)
    
    * [Cases] Cases client enchantment (elastic#95923)
    
    * [Cases] Authorization and Client Audit Logger (elastic#95477)
    
    * Starting audit logger
    
    * Finishing auth audit logger
    
    * Fixing tests and types
    
    * Adding audit event creator
    
    * Renaming class to scope
    
    * Adding audit logger messages to create and find
    
    * Adding comments and fixing import issue
    
    * Fixing type errors
    
    * Fixing tests and adding username to message
    
    * Addressing PR feedback
    
    * Removing unneccessary log and generating id
    
    * Fixing module issue and remove expect.anything
    
    * [Cases] Migrate sub cases routes to a client (elastic#96461)
    
    * Adding sub cases client
    
    * Move sub case routes to case client
    
    * Throw when attempting to access the sub cases client
    
    * Fixing throw and removing user ans soclients
    
    * [Cases] RBAC: Migrate routes' unit tests to integration tests (elastic#96374)
    
    Co-authored-by: Jonathan Buttner <jonathan.buttner@elastic.co>
    
    * [Cases] Move remaining HTTP functionality to client (elastic#96507)
    
    * Moving deletes and find for attachments
    
    * Moving rest of comment apis
    
    * Migrating configuration routes to client
    
    * Finished moving routes, starting utils refactor
    
    * Refactoring utilites and fixing integration tests
    
    * Addressing PR feedback
    
    * Fixing mocks and types
    
    * Fixing integration tests
    
    * Renaming status_stats
    
    * Fixing test type errors
    
    * Adding plugins to kibana.json
    
    * Adding cases to required plugin
    
    * [Cases] Refactoring authorization (elastic#97483)
    
    * Refactoring authorization
    
    * Wrapping auth calls in helper for try catch
    
    * Reverting name change
    
    * Hardcoding the saved object types
    
    * Switching ensure to owner array
    
    * [Cases] Add authorization to configuration & cases routes (elastic#97228)
    
    * [Cases] Attachments RBAC (elastic#97756)
    
    * Starting rbac for comments
    
    * Adding authorization to rest of comment apis
    
    * Starting the comment rbac tests
    
    * Fixing some of the rbac tests
    
    * Adding some integration tests
    
    * Starting patch tests
    
    * Working tests for comments
    
    * Working tests
    
    * Fixing some tests
    
    * Fixing type issues from pulling in master
    
    * Fixing connector tests that only work in trial license
    
    * Attempting to fix cypress
    
    * Mock return of array for configure
    
    * Fixing cypress test
    
    * Cleaning up
    
    * Addressing PR comments
    
    * Reducing operations
    
    * [Cases] Add RBAC to remaining Cases APIs (elastic#98762)
    
    * Starting rbac for comments
    
    * Adding authorization to rest of comment apis
    
    * Starting the comment rbac tests
    
    * Fixing some of the rbac tests
    
    * Adding some integration tests
    
    * Starting patch tests
    
    * Working tests for comments
    
    * Working tests
    
    * Fixing some tests
    
    * Fixing type issues from pulling in master
    
    * Fixing connector tests that only work in trial license
    
    * Attempting to fix cypress
    
    * Mock return of array for configure
    
    * Fixing cypress test
    
    * Cleaning up
    
    * Working case update tests
    
    * Addressing PR comments
    
    * Reducing operations
    
    * Working rbac push case tests
    
    * Starting stats apis
    
    * Working status tests
    
    * User action tests and fixing migration errors
    
    * Fixing type errors
    
    * including error in message
    
    * Addressing pr feedback
    
    * Fixing some type errors
    
    * [Cases] Add space only tests (elastic#99409)
    
    * Starting spaces tests
    
    * Finishing space only tests
    
    * Refactoring createCaseWithConnector
    
    * Fixing spelling
    
    * Addressing PR feedback and creating alert tests
    
    * Fixing mocks
    
    * [Cases] Add security only tests (elastic#99679)
    
    * Starting spaces tests
    
    * Finishing space only tests
    
    * Refactoring createCaseWithConnector
    
    * Fixing spelling
    
    * Addressing PR feedback and creating alert tests
    
    * Fixing mocks
    
    * Starting security only tests
    
    * Adding remainder security only tests
    
    * Using helper objects
    
    * Fixing type error for null space
    
    * Renaming utility variables
    
    * Refactoring users and roles for security only tests
    
    * Adding sub feature
    
    * [Cases] Cleaning up the services and TODOs (elastic#99723)
    
    * Cleaning up the service intialization
    
    * Fixing type errors
    
    * Adding comments for the api
    
    * Working test for cases client
    
    * Fix type error
    
    * Adding generated docs
    
    * Adding more docs and cleaning up types
    
    * Cleaning up readme
    
    * More clean up and links
    
    * Changing some file names
    
    * Renaming docs
    
    * Integration tests for cases privs and fixes (elastic#100038)
    
    * [Cases] RBAC on UI (elastic#99478)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    
    * Fixing case ids by alert id route call
    
    * [Cases] Fixing UI feature permissions and adding UI tests (elastic#100074)
    
    * Integration tests for cases privs and fixes
    
    * Fixing ui cases permissions and adding tests
    
    * Adding test for collection failure and fixing jest
    
    * Renaming variables
    
    * Fixing type error
    
    * Adding some comments
    
    * Validate cases features
    
    * Fix new schema
    
    * Adding owner param for the status stats
    
    * Fix get case status tests
    
    * Adjusting permissions text and fixing status
    
    * Address PR feedback
    
    * Adding top level feature back
    
    * Fixing feature privileges
    
    * Renaming
    
    * Removing uneeded else
    
    * Fixing tests and adding cases merge tests
    
    * [Cases][Security Solution] Basic license security solution API tests (elastic#100925)
    
    * Cleaning up the fixture plugins
    
    * Adding basic feature test
    
    * renaming to unsecuredSavedObjectsClient (elastic#101215)
    
    * [Cases] RBAC Refactoring audit logging (elastic#100952)
    
    * Refactoring audit logging
    
    * Adding unit tests for authorization classes
    
    * Addressing feedback and adding util tests
    
    * return undefined on empty array
    
    * fixing eslint
    
    * conditional rendering the recently created cases
    
    * Remove unnecessary Array.from
    
    * Cleaning up overview page for permissions
    
    * Fixing log message for attachments
    
    * hiding add to cases button
    
    * Disable the Cases app from the global nav
    
    * Hide the add to cases button from detections
    
    * Fixing merge
    
    * Making progress on removing icons
    
    * Hding edit icons on detail view
    
    * Trying to get connector error msg tests working
    
    * Removing test
    
    * Disable error callouts
    
    * Fixing spacing and removing cases tab one no read
    
    * Adding read only badge
    
    * Cleaning up and adding badge
    
    * Wrapping in use effect
    
    * Default toasting permissions errors
    
    * Removing actions icon on comments
    
    * Addressing feedback
    
    * Fixing type
    
    Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c5e8df0 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    bfbe6ab View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c33138e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    953a464 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    00a6bdd View commit details
    Browse the repository at this point in the history
  49. [App Search] Convert API Logs page to new page template + empty state…

    … polish (elastic#102820)
    
    * Convert API Logs noItemsMessage to its own empty state prompt
    
    - Will be used by new page template
    
    * Convert API Logs view to new page template
    
    + use new empty state
    + add tests clarifying loading UX
    
    * Update router
    
    * Fix i18n ID
    Constance authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f422cbd View commit details
    Browse the repository at this point in the history
  50. [canvas] New Home Page (elastic#102446)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    clintandrewhall and kibanamachine authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    2b0f125 View commit details
    Browse the repository at this point in the history
  51. [actions] add rule saved object reference to action execution event l…

    …og doc (elastic#101526)
    
    resolves elastic#99225
    
    Prior to this PR, when an alerting connection action was executed, the event 
    log document generated did not contain a reference to the originating rule. 
    This makes it difficult to diagnose problems with connector errors, since 
    the error is often in the parameters specified in the actions in the alert.
    
    In this PR, a reference to the alerting rule is added to the saved_objects 
    field in the event document for these events.
    pmuellr authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    86fb2cc View commit details
    Browse the repository at this point in the history
  52. [App Search] Convert Schema pages to new page template (elastic#102846)

    * Convert Schema page to new page template
    
    + update empty state - remove panel wrapper, add create schema field modal
    
    * Convert ReindexJob view to new page template
    
    + remove breadcrumb prop
    
    * Convert Meta Engine Schema view to new page template
    
    * Update routers
    
    * [Polish] Misc Davey Schema UI tweaks
    
    - see https://github.com/elastic/kibana/pull/101958/files
    
    + change color away from secondary, since that's going away in EUI at some point
    
    * [UX] Fix SchemaAddFieldModal stuttering on first new schema field add
    
    - With the new template, transitioning from the empty state to the filled schema state causes the modal to stutter due to the component rerender
    
    - Changing the page to not instantly react/update `hasSchema` when local schema state changes but instead to wait for the server call to finish and for cachedSchema to update fixes the UX problem
    
    * [UI polish] Revert button color change per Davey's feedback
    Constance authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b386ce1 View commit details
    Browse the repository at this point in the history
  53. [Alerting] Add event log entry when an action starts executing (elast…

    …ic#102370)
    
    * First steps for adding action execution to event log
    
    * Fix tests
    
    * Move the event to the actions plugin
    
    * Update functional tests
    
    * Fix tests
    
    * Fix types
    chrisronline authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    dec77cf View commit details
    Browse the repository at this point in the history
  54. [ML] Anomaly Detection: Visualize delayed - data Part 2 (elastic#102270)

    * add link in datafeed tab.remove interval
    
    * add annotation overlay to chart
    
    * adds annotations checkbox
    
    * ensure annotation with same start/end time show up in chart
    
    * update annotations time format
    
    * move time format to client
    
    * adds info tooltip to modal title
    
    * adds model snapshots to datafeed chart
    alvarezmelissa87 authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b161bf0 View commit details
    Browse the repository at this point in the history
  55. [App Search] Convert Result Settings & Relevance Tuning pages to new …

    …page template (elastic#102845)
    
    * Convert Result Settings page to new page template
    
    + remove wrapper around empty state (auto handled by new page template)
    + update tests w/ new test helpers
    
    * Convert Relevance Tuning page to new page template
    
    - Remove old relevance_tuning_layout (which handled breadcrumbs, page header, flash messages, and callouts) in favor of simply using the new templtate + callouts (yay DRYing)
    
    - Remove panel wrapper around empty state (handled by new page template)
    
    * Update router
    
    * [Polish] Spacing & icon polish from Davey
    
    see https://github.com/elastic/kibana/pull/101958/files
    Constance authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    e580d5a View commit details
    Browse the repository at this point in the history
  56. [App Search][Polish] API Logs empty state (elastic#102998)

    * Re-add noItemsMessage to ApiLogsTable
    
    - Primarily for Engine Overview use - totally forgot about this 🤦
    
    * Tweak API logs empty state copy
    
    - after discussing w/ Davey
    Constance authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    0548f98 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    369127e View commit details
    Browse the repository at this point in the history
  58. [RAC] T-Grid is moving to a new home (elastic#100265)

    * wip
    
    * First pass at standalone and embedded redux stores and usage
    
    * wip
    
    * First pass at standalone and embedded redux stores and usage
    
    * wip
    
    * clean up
    
    * wip
    
    * refact(NA): remove extra pkg_npm target and add specific target folders on @kbn/i18n
    
    * cleanup
    
    * - fixes type errors in tests
    
    * WIP remove use_manage_timeline
    
    * wip add query + selector
    
    * finishing integrating timeline manage context from redux
    
    * integrating t-grid in security solution
    
    * fix RowRender type
    
    * WIP begin to move components from package to plugin
    
    * integration of t-grid inside of security solution
    
    * wip to make redux work
    
    * little trick to make  it render
    
    * - fixes a few type errors
    
    * better integration betwen tgrid and security solutions
    
    * bringing back tsconfig on timeline
    
    * wip integration t-grid in observability
    
    * fix types
    
    * fix type in security solutions
    
    * add type to import + trie dto get the bundle size as small as possible
    
    * fix type in integration test
    
    * fix type in integration test
    
    * - fix tests
    
    * clean up to use technical fields
    
    * - fixes unit tests
    
    * - mocks the `useDateFormat` function of the `useKibana` service to fix unit tests
    
    * fix t-grid settings vs create timeline + fix inspect button
    
    * fix last suites test
    
    * Update unit tests, snapshots and lint
    
    * Fix bad merge
    
    * fix plugin export
    
    * Fix some failing tests
    
    * fix unit tets in timelines plugins
    
    * fix latest test
    
    * fix i18n
    
    * free obs from t-grid
    
    * Fix timeline functional plugin types
    
    * fix store provider
    
    * Update failing defaultHeader test
    
    * Fix i18n usage in security solution
    
    * Fix remaining i18n errors in timelines plugin
    
    * Dedupe common shared types
    
    * move drag and drop utils in package to avoid duplication
    
    * More shared type cleanup
    
    * add feature flag
    
    * review I
    
    * fix merge  with master
    
    * fix i18n translation
    
    * More type deduping
    
    * Use @kbn/common-utils, fix remaining types
    
    * fix types
    
    * fix tests
    
    * missing type
    
    * fix cypress tests
    
    Co-authored-by: Kevin Qualters <kevin.qualters@elastic.co>
    Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
    Co-authored-by: Andrew Goldstein <andrew.goldstein@elastic.co>
    4 people authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    4fa3dc4 View commit details
    Browse the repository at this point in the history
  59. Replacing es_archives/reporting/ecommerce_kibana with kbn_archiver/re…

    …porting/ecommerce.json as part of migrating to kbn_archiver (elastic#102825)
    bhavyarm authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    859b453 View commit details
    Browse the repository at this point in the history
  60. [Security Solution][Endpoint] Adjust Host Isolation form to match UI …

    …mocks (elastic#102978)
    
    * Change text on form to match mocks
    * Switch to using EuiForm ++ EuiFormRow
    paul-tavares authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    e53da4e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Migrate Index Management to new solutions nav (elastic#101548)

    * Migrate index template and component template wizard pages to new nav.
    * Convert index templates and component templates pages to new nav.
    * Convert indices and data streams pages to new nav.
    * Add PageLoading component to es_ui_shared.
    * Refactor index table component tests.
    * Add missing error reporting to get all templates API route handler.
    cjcenizal authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5df858a View commit details
    Browse the repository at this point in the history
  2. [App Search] Migrate Source Engines & Crawler pages to new page templ…

    …ate (elastic#102848)
    
    * Convert meta engines Source Engines view to new page template
    
    * Convert CrawlerLanding to new page template
    
    * Convert CrawlerOverview to new page template
    
    * Update routers
    
    * Misc Source Engines UI polish
    
    - move away from color=secondary, EUI is eventually deprecating it
    - add (+) icon to match other views
    
    * Fix bad merge conflict
    Constance authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    cf12c03 View commit details
    Browse the repository at this point in the history
  3. [App Search] Convert Curations pages to new page template (elastic#10…

    …2835)
    
    * Update CurationRouter
    
    - Remove breadcrumbs set in router (will get set by page template)
    - Set up a curation breadcrumb helper for DRYness
    - Remove NotFound route - curation ID 404 handling will be used instead
    
    * Convert Curations page to new page template
    + move Empty State from table to top level
    
    * Convert Curation creation page to new page template
    
    * Convert single Curation page to new page template
    
    + remove breadcrumb prop
    
    * Update router
    
    * [Polish] Copy changes from Davey
    
    - see https://github.com/elastic/kibana/pull/101958/files
    
    - Per https://elastic.github.io/eui/#/guidelines/writing we shouldn't be using "new", so I removed that also
    
    * [UI polish] Add plus icon to create button
    
    - To match other create buttons across app
    Constance authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e582549 View commit details
    Browse the repository at this point in the history
  4. [Uptime] Refactor cert alerts from batched to individual (elastic#102138

    )
    
    * refactor cert alerts from batched to individual
    
    * remove old translations
    
    * create new certificate alert rule type and transition old cert rule type to legacy
    
    * update translations
    
    * maintain legacy tls rule UI to support legacy rule editing
    
    * update translations
    
    * update TLS alert content, rule type id, and alert instance id schema
    
    * remove extraneous logic and format date content
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dominiqueclarke and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    450abab View commit details
    Browse the repository at this point in the history
  5. [alerting][actions] add task scheduled date and delay to event log (e…

    …lastic#102252)
    
    resolves elastic#98634
    
    This adds a new object property to the event log kibana object named
    task, with two properties to track the time the task was scheduled to
    run, and the delay between when it was supposed to run and when it
    actually started. This task property is only added to the appropriate
    events.
    
    	task: schema.maybe(
    	  schema.object({
    	    scheduled: ecsDate(),
    	    schedule_delay: ecsNumber(),
    	  })
    	),
    pmuellr authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    bb77fa6 View commit details
    Browse the repository at this point in the history
  6. [App Search] Convert Synonyms page to new page template (elastic#102828)

    * Convert Synonyms page to new page template
    
    * Update empty state for new page template
    
    - Remove EuiPanel wrapper - KibanaPageTemplate does that automatically for us
    
    - Include SynonymModal, required for header create button to work as expected
    
    * Update router
    
    * [UI polish] Proposed page description copy from Davey
    
    - see elastic@9807bf2
    
    * [UI polish] Add plus icon to create button
    
    - To match other create buttons across app
    Constance authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    01ac8d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e952fa View commit details
    Browse the repository at this point in the history
  8. [Security Solution][Endpoint] Paginate actions log with infinite scro…

    …ll (elastic#102261)
    
    * Show loading below the list when loading
    
    fixes elastic/security-team/issues/1245
    
    * use intersection observer to load data when callout is visible
    
    fixes elastic/security-team/issues/1245
    
    * remove unused `total` from API response
    
    refs 4f7d18b
    
    * toggle ability to paging based on API response and target intersection
    
    fixes elastic/security-team/issues/1245
    
    * use a invisible target
    
    * display a message when end of log
    
    fixes elastic/security-team/issues/1245
    
    * remove search bar
    
    fixes elastic/security-team/issues/1245
    
    * refresh data
    
    fixes elastic/security-team/issues/1245
    
    * rename
    
    refs 85e5add
    
    * add refresh button to empty state
    
    * add translations for copy
    
    * remove refresh button
    
    * load activity log for endpoint on activity log tab selection
    
    fixes elastic/security-team/issues/1312
    
    * reset paging correctly on activity log tab selection
    
    * fix variable mixup
    
    refs elastic/pull/101032/commits/c4e933a9c5954ce249942ca66bab380c1dfa79e2#diff-41a74ad41665921620230a0729728f3bf6e27a6f9dc302fb37b0d2061637c212R81
    
    * fix react warning
    
    refs 697a3c3
    
    * clean up
    
    review changes
    
    * use the complicated flyout version instead of styled version
    
    refs https://elastic.github.io/eui/#/layout/flyout#more-complicated-flyout
    refs https://github.com/elastic/kibana/pull/99795/files#r635810660
    refs c26a7d4
    
    * Page only when scrolled (so that info message is shown after paging once)
    
    fixes elastic/security-team#1245 (comment)
    
    * add tests
    
    fixes elastic/security-team/issues/1312
    fixes elastic/security-team/issues/1245
    
    * increase the parent container's height to ensure that the scroll target is well hidden below the footer
    
    refs 48e3291
    
    * Update x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/reducer.ts
    
    Co-authored-by: Paul Tavares <56442535+paul-tavares@users.noreply.github.com>
    
    * Update x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx
    
    Co-authored-by: Paul Tavares <56442535+paul-tavares@users.noreply.github.com>
    
    * address review changes
    
    * cleanup callback and effect
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Paul Tavares <56442535+paul-tavares@users.noreply.github.com>
    3 people authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    b12ddfa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a8e740 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12aa46f View commit details
    Browse the repository at this point in the history
  11. Ingest pipeline locator (elastic#102878)

    * feat: 🎸 implement ingest pipeline locator
    
    * feat: 🎸 improve ingest pipeline locator
    
    * feat: 🎸 register ingest pipeline locator
    
    * refactor: 💡 use locator in expand_row component
    
    * chore: 🤖 remove ingest pipelines URL generator
    
    * fix: 🐛 correct TypeScript errors
    
    Co-authored-by: Vadim Kibana <vadimkibana@gmail.com>
    streamich and vadimkibana authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1315521 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7733950 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c6e697f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6bef93 View commit details
    Browse the repository at this point in the history
  15. [cli] Add kibana-encryption-keys.bat (elastic#102070)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jbudz and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    38be1d0 View commit details
    Browse the repository at this point in the history
  16. chore(NA): moving @kbn/optimizer into bazel (elastic#102965)

    * chore(NA): moving @kbn/optimizer into bazel
    
    * chore(NA): fix source import from kbn optimizer
    
    * chore(NA): update snapshots
    mistic authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e1ec8b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0477c4d View commit details
    Browse the repository at this point in the history
  18. [Fleet] Support user overrides in composable templates (elastic#101769)

    ## Summary
    Closes elastic#90454
    Closes elastic#72959
    
     * Rename the component templates which are [installed for some packages](https://github.com/elastic/kibana/blob/master/x-pack/plugins/fleet/server/services/epm/elasticsearch/template/install.ts#L197-L213) from `${templateName}-mappings` and `${templateName}-settings` to `${templateName}@mappings` and `${templateName}@settings`
     * When any package is installed, add a component template named `${templateName}@custom`
     * Any of above templates also include a `_meta` property with `{ package: { name: packageName } }`
     * On package installation, add any installed component templates to the `installed_es` property of the `epm-packages` saved object
     * On package removal, remove any installed component templates from the `installed_es` property of the `epm-packages` saved object
    
    <details><summary>Kibana logs showing component templates added for package</summary>
    
    ```
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.file@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.registry@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [.logs-endpoint.diagnostic.collection@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.library@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.security@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.network@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.alerts@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [metrics-endpoint.metrics@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.process@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [metrics-endpoint.policy@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [metrics-endpoint.metadata@mappings]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.registry@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [.logs-endpoint.diagnostic.collection@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.security@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.file@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.library@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.network@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.alerts@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [metrics-endpoint.metrics@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [metrics-endpoint.policy@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [logs-endpoint.events.process@custom]
       │ info [o.e.c.m.MetadataIndexTemplateService] [JFSIII.local] adding component template [metrics-endpoint.metadata@custom]
    ```
    
    </details>
    
    <details><summary>screenshot - component templates are editable in the Stack Management UI</summary>
    <img width="1342" alt="Screen Shot 2021-06-17 at 4 06 24 PM" src="https://user-images.githubusercontent.com/57655/122465421-1502bb80-cf86-11eb-94f4-9880cb3ea844.png">
    </details>
    
    
    ### Checklist
    
    Delete any items that are not applicable to this PR.
    
    - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials
    - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
    John Schulz authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    868ae59 View commit details
    Browse the repository at this point in the history
  19. Discover locator (elastic#102712)

    * Add Discover locator
    
    * Add Discover locator tests
    
    * Expose locator for Discover app and deprecate URL generator
    
    * Use Discover locator in Explore Underlying Data
    
    * Fix explore data unit tests after refactor
    
    * fix: 🐛 update Discover plugin mock
    
    * style: 💄 remove any
    
    * test: 💍 fix test mock
    
    * fix: 🐛 adjust property name after refactor
    
    * test: 💍 fix tests after refactor
    
    Co-authored-by: Vadim Kibana <vadimkibana@gmail.com>
    streamich and vadimkibana authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1386c33 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    498df21 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2ab5d6b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b652ef6 View commit details
    Browse the repository at this point in the history
  23. Cypress baseline for osquery (elastic#102265)

    * Cypress baseline for osquery
    
    * fix types
    
    * Update visual_config.ts
    
    Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    b7aaa1f View commit details
    Browse the repository at this point in the history
  24. Allow restored session to run missing searches and show a warning (el…

    …astic#101650)
    
    * Allow restored session to run missing searches and show a warning
    
    * tests and docs
    
    * improve warning
    
    * tests for new functionality
    NoSearchIdInSessionError type
    
    * managmeent tests
    
    * Update texts
    
    * fix search service pus
    
    * link to docs
    
    * imports
    
    * format import
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    lizozom and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    f8a0382 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    771f7de View commit details
    Browse the repository at this point in the history
  26. Adjust copy for non-removable integrations/packages (elastic#103068)

    Alejandro Fernández Gómez authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    6d8f53d View commit details
    Browse the repository at this point in the history
  27. Update chart reference docs (elastic#102430)

    * Update chart reference docs
    
    * Update from feedback
    
    * Update from review feedback
    
    * Update more from comments
    
    * Apply left alignment
    Wylie Conlon authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    f49ecb3 View commit details
    Browse the repository at this point in the history
  28. [Security Solution][Endpoint] Hide endpoint event filters list in det…

    …ections tab (elastic#102644)
    
    * Add event filters filter on exception list to hide it in UI
    
    * Fixes unit test and added more tests for showEventFilters
    
    * fixes test adding showEventFilters test cases
    
    * Pass params as js object instead of individual variables
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dasansol92 and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    eb97269 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bb4e0cc View commit details
    Browse the repository at this point in the history
  30. [maps] fix user has to click back button twice to navigate back to da…

    …shboard from create maps screen (elastic#103002)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    dd907e5 View commit details
    Browse the repository at this point in the history
  31. [Maps] show radius when drawing distance filter (elastic#102808)

    * [Maps] show radius when drawing distance filter
    
    * show more precision when radius is between 10km and 1km
    
    * move radius display from line to left of cursor
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    b4b17cf View commit details
    Browse the repository at this point in the history
  32. [Discover] Improve flaky test - doc navigation (elastic#102859)

    * [Discover] test flakiness
    
    * [Discover] wait for doc loaded
    
    * [Discover] update related test
    
    * [Discover] clean statement
    dimaanj authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    4fa939d View commit details
    Browse the repository at this point in the history
  33. [Maps] remove undefined from map embeddable by_value URL (elastic#102949

    )
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    91295fd View commit details
    Browse the repository at this point in the history
  34. [Visualize] Adds an info icon tip to the update button (elastic#101469)

    * [Visualize] Adds an info tooltip to the update button
    
    * Add iconTip to the visEditor update button
    
    * Move to the left and change the icon
    
    * Update test
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    stratoula and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a96eaa4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    77b5b23 View commit details
    Browse the repository at this point in the history
  36. Implement new security solution wrapper (elastic#100405)

    Co-authored-by: cchaos <caroline.horn@elastic.co>
    michaelolo24 and cchaos authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    702661d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dbbfdbc View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    fa5216f View commit details
    Browse the repository at this point in the history
  39. [TSVB] fix tooltip on annotations with 's are not displayed correctly (

    …elastic#102892)
    
    * [TSVB] tooltip on annotations with 's are not displayed correctly
    
    Closes: elastic#102631
    
    * 'handlebars/dist/handlebars' -> 'handlebars'
    alexwizp authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    12895d8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    5b0d325 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2816281 View commit details
    Browse the repository at this point in the history
  42. Lens on Dashboard 7.12.1 Smoke Tests (elastic#102667)

    * added smoke tests for lens by value panels on dashboard
    ThomThomson authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3dc59a3 View commit details
    Browse the repository at this point in the history
  43. Mask timeslider (elastic#102046)

    * [Maps] timeslider feature mask
    
    * create mask
    
    * include timeField in documntes pulled from es
    
    * fix edge case where timerange is different then timeslice
    
    * tslint
    
    * fix can_skip_fetch jest tests
    
    * simplify source mock
    
    * fix functional tests
    
    * fix docvalue_fields functional test
    
    * review feedback
    
    * do not add method to IVectorLayer interface
    
    * fix merge artifact
    
    * review feedback
    
    * review feedback
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    81fe541 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3c780a8 View commit details
    Browse the repository at this point in the history
  45. [docker] Removes setting with hyphen (elastic#103085)

    This setting is causing an error to be throw as it's being used in an environment variable.
    
    Created elastic#103084
    
    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    52d5b9d View commit details
    Browse the repository at this point in the history
  46. [Exploratory view] Refactor code for multi series (elastic#101157)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    shahzad31 and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    293dc95 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3864fe1 View commit details
    Browse the repository at this point in the history
  48. [Enterprise Search] Support active nav links that have both subnav & …

    …non-subnav child routes (elastic#103036)
    
    * Update generateNavlink to take an `items` subNav and use it to determine isSelected
    
    + change getNavLinkActive to early returns
    + tweak tests for readability
    
    * Update WS nav Sources link
    - to show active on creation routes but not on single source routes
    
    * Update AS nav Engines link
    - should eventually show active on creation routes but not on single engine routes
    
    * Update AS engine creation routing
    - so that it correctly shows as a child route of the Engines link
    
    + update breadcrumbs
    Constance authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    045a32b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5244019 View commit details
    Browse the repository at this point in the history
  50. [Lens] Escape field names in formula (elastic#102588)

    * [Lens] Escape field names in formula
    
    * Fix handling of partially typed fields with invalid chars
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Wylie Conlon and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    4d514c6 View commit details
    Browse the repository at this point in the history
  51. [App Search] Remove external "Launch App Search" button (elastic#100815)

    * Remove markup
    
    * Remove i18n translations
    
    * Remove telemetry metric
    Constance authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    391d0ec View commit details
    Browse the repository at this point in the history
  52. [ML] Add Index Pattern Management to Index Data Visualizer (elastic#1…

    …01316)
    
    * [ML] Add index pattern editor flyout
    
    * [ML] Add indexPatternField editor plugin as opt dependency
    
    * [ML] Remove lens from ML's dependency
    
    * [ML] Fix custom display name cause field to be missing
    
    * [ML] Add delete option
    
    * [ML] Fix aggregatableFields logic
    
    * [ML] Add functional tests
    
    * [ML] Fix labels & consolidate addRuntimeFields
    
    * [ML] Add tooltip to show or hide distributions
    
    * Consolidate refreshPage
    
    * [ML] Fix tests
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    qn895 and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    73382ce View commit details
    Browse the repository at this point in the history
  53. [Actions] Rename tls.* configs to ssl.* (elastic#102902)

    * Changing tls to ssl
    
    * Changing tls to ssl
    
    * Updating docs
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    ymao1 and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    874dfc6 View commit details
    Browse the repository at this point in the history
  54. [Fleet] Add UI and mappings for agent policy unenroll_timeout (elasti…

    …c#102970)
    
    ## Summary
    
    closes elastic#100617
    
    UI and mappings related to ephemeral agents
    
    - [x] Adds mapping/type/schema definition for the new field in agent policy saved object
    - [x] Shows input field labelled `Unenrollment timeout` in agent policy settings that reads/writes to the new field
    - [x] Same input in `Advanced options` section of create agent flyout
    - [x] `unenroll_timeout` can be set using preconfigured agent policies defined in `kibana.yml`
    - [x] `unenroll_timeout` can be populated if the user has a preconfigured policy that _does not_ have this field initially, but then updates their `kibana.yml` later to include it
    
    <details><summary>Screenshot - editing an existing agent policy</summary>
    
    <img width="1251" alt="Screen Shot 2021-06-22 at 1 42 50 PM" src="https://user-images.githubusercontent.com/57655/122974924-d479b800-d360-11eb-8d37-306a6860f140.png">
    
    </details>
    
    
    <details><summary>Screenshots - adding a new agent policy</summary>
    <img width="1258" alt="Screen Shot 2021-06-22 at 1 45 01 PM" src="https://user-images.githubusercontent.com/57655/122975141-0be86480-d361-11eb-9ccb-dde0cc44e438.png">
    <img width="1257" alt="Screen Shot 2021-06-22 at 1 45 35 PM" src="https://user-images.githubusercontent.com/57655/122975139-0be86480-d361-11eb-90ae-3541dbbd68e6.png">
    <img width="1258" alt="Screen Shot 2021-06-22 at 1 45 44 PM" src="https://user-images.githubusercontent.com/57655/122975138-0b4fce00-d361-11eb-8347-d6f0cb43ab91.png">
    <img width="1254" alt="Screen Shot 2021-06-22 at 1 45 56 PM" src="https://user-images.githubusercontent.com/57655/122975136-0b4fce00-d361-11eb-9c51-ec7a9e52ea2b.png">
    </details>
    
    <details><summary>Using <code>kibana.dev.yml</code></summary>
    
    <h3>No <code>unenroll_timeout</code></h3>
    
    ```yml
    xpack.fleet.agentPolicies:
      - name: Preconfigured Policy From Config
        description: From kibana.dev.yml (no timeout given)
        id: 1
        namespace: test
        package_policies:
          - package:
              name: system
            name: System Integration
            inputs:
              - type: system/metrics
                enabled: true
                vars:
                  - name: system.hostfs
                    value: home/test
                streams:
                  - data_stream:
                      dataset: system.core
                    enabled: true
                    vars:
                      - name: period
                        value: 20s
              - type: winlog
                enabled: false
    ```
    
    <h4>UI (saved object)</h4>
    <img width="1072" alt="Screen Shot 2021-06-23 at 10 28 03 AM" src="https://user-images.githubusercontent.com/57655/123117442-bf0f9700-d40f-11eb-8e8f-685fee3ccb4b.png">
    
    <h4><code>fleet-policies</code>index</h4>
    <img width="1690" alt="Screen Shot 2021-06-23 at 10 52 39 AM" src="https://user-images.githubusercontent.com/57655/123119430-883a8080-d411-11eb-990f-4953845a76b5.png">
    
    
    <h4>Updated <code>kibana.dev.yml</code> to include <code>unenroll_timeout</code></h4>
    
    ```yml
    xpack.fleet.agentPolicies:
      - name: Preconfigured Policy From Config
        description: From kibana.dev.yml (updated with timeout)
        id: 1
        namespace: test
        unenroll_timeout: 234
        package_policies:
          - package:
              name: system
            name: System Integration
            inputs:
              - type: system/metrics
                enabled: true
                vars:
                  - name: system.hostfs
                    value: home/test
                streams:
                  - data_stream:
                      dataset: system.core
                    enabled: true
                    vars:
                      - name: period
                        value: 20s
              - type: winlog
                enabled: false
    ```
    
    <h4>UI (saved object)</h4>
    <img width="1073" alt="Screen Shot 2021-06-23 at 10 35 17 AM" src="https://user-images.githubusercontent.com/57655/123117444-bfa82d80-d40f-11eb-94a9-99d4ca4bed2a.png">
    
    <h4><code>fleet-policies</code>index</h4>
    <img width="1690" alt="Screen Shot 2021-06-23 at 10 35 41 AM" src="https://user-images.githubusercontent.com/57655/123117446-bfa82d80-d40f-11eb-9563-1add80f43f0e.png">
    
    </details>
    
    ### Checklist
    - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
    John Schulz authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    bb7bff5 View commit details
    Browse the repository at this point in the history
  55. Reporting: Check for pending jobs scheduled with ESQueue (elastic#101447

    )
    
    * Reporting: Check for pending jobs scheduled with ESQueue
    
    * Update x-pack/plugins/reporting/server/lib/tasks/execute_report.ts
    
    Co-authored-by: Vadim Dalecky <streamich@gmail.com>
    
    * update test assertions, use more explicit types
    
    * update comment
    
    * Update x-pack/plugins/reporting/server/lib/store/store.ts
    
    Co-authored-by: Vadim Dalecky <streamich@gmail.com>
    
    * fix field mapping
    
    * Update x-pack/plugins/reporting/server/lib/store/store.ts
    
    Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
    
    * Report also implements ReportDocumentHead
    
    * the actual ID of the task is prefixed with `task:`
    
    * remove pointless update to the report instance after failing
    
    * comment clarification
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Vadim Dalecky <streamich@gmail.com>
    Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>
    4 people authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    eb7e0fa View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1813d70 View commit details
    Browse the repository at this point in the history
  57. [Security Solution] [Cases] Swimlane Connector for Cases (elastic#100086

    )
    
    Co-authored-by: Josh <josh.rickard@swimlane.com>
    Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
    Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
    Co-authored-by: Jonathan Buttner <jonathan.buttner@elastic.co>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    6 people authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    2dc1715 View commit details
    Browse the repository at this point in the history
  58. [Query] Use a minimal index pattern interface for es query (elastic#1…

    …02364)
    
    * Move JSON utils to utils package
    
    * Imports from tests
    
    * delete
    
    * split package
    
    * docs
    
    * test
    
    * test
    
    * imports
    
    * minimal index pattern
    
    * move some functions out and use miniaml ip in all es-kuery
    
    * docs
    
    * docs
    
    * rename
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    lizozom and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    77fe1c1 View commit details
    Browse the repository at this point in the history
  59. [Enterprise Search] Add shared Users components and enable RBAC funct…

    …ionality (elastic#102826)
    
    * Add RolesEmptyPrompt component
    
    * Move constants to shared
    
    Will be used in next commit so DRYing them out here
    
    * Add UserAddedInfo component
    
    * Add UsersEmptyPrompt component
    
    * Add UserInvitationCallout component
    
    * Add some shared types
    
    * Add UserSelector component
    
    * Fix imports from a previous commit
    
    Refactored these to shared but missed updating the implementation. See e2d3ec2ca4aba3cb6f7e8e2d2d2da96aa6bedf1b
    
    * Add UsersHeading component
    
    * Add UserFlyout component
    
    * Update UsersAndRolesRowActions with confirm modal
    
    Design calls for using a custom call out instead of window.confirm
    
    * Add pagination size and fix type
    
    - email can be null on bult-in elasticsearch users
    
    * Add UsersTable component
    
    * Remove window.confirm from logic files
    
    The UsersAndRolesRowActions component now uses an EUI prompt for this. Whitespace changes should be hidden for this commit
    
    * Add routes for enabling RBAC
    
    * Update App Search routes
    
    https://github.com/elastic/ent-search/pull/3862
    
    added the ‘/as’ prefix to App Search role mappings routes
    
    * Add logic for enabling role-based access
    
    * Pass docsLink as a prop to the heading component
    
    * Add empty states to mappings landing pages
    
    * Fix a couple of missed i18ns
    
    * Remove unused translations
    
    * Remove EuiOverlayMask
    
    This was needed in ent-search because it uses an older EUI. The newer confirm modal has its own overlay
    
    * Update RoleMappingsTable to use new design
    
    Previously, we showed all engines/groups in the table but the new design calls for a truncated list with additional items so [‘foo’, ‘bar’, ‘baz’]  would display as “foo, bar + 1”
    
    This is already in place for the users table
    
    * Lint fix
    
    * Another lint fix
    
    * Fix test name
    
    Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
    
    * Move test
    
    Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
    scottybollinger and JasonStoltz authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    2366683 View commit details
    Browse the repository at this point in the history
  60. Upgrade EUI to v34.3.0 (elastic#101334)

    * eui to v34.1.0
    
    * styled-components types
    
    * src snapshot updates
    
    * x-pack snapshot updates
    
    * eui to v34.2.0
    
    * styled-components todo
    
    * src snapshot updates
    
    * x-pack snapshot updates
    
    * jest test updates
    
    * collapsible_nav
    
    * Hard-code global nav width for bottom bar’s (for now)
    
    * Update to eui v34.3.0
    
    * flyout unmock
    
    * src flyout snapshots
    
    * remove duplicate euioverlaymask
    
    * xpack flyout snapshots
    
    * remove unused import
    
    * sidenavprops
    
    * attr updates
    
    * trial: flyout ownfocus
    
    * remove unused
    
    * graph selector
    
    * jest
    
    * jest
    
    * flyout ownFocus
    
    * saved objects flyout
    
    * console welcome flyout
    
    * timeline flyout
    
    * clean up
    
    * visible
    
    * colorpicker data-test-subj
    
    * selectors
    
    * selector
    
    * ts
    
    * selector
    
    * snapshot
    
    * Fix `use_security_solution_navigation` TS error
    
    * cypress
    
    Co-authored-by: cchaos <caroline.horn@elastic.co>
    Co-authored-by: Chandler Prall <chandler.prall@gmail.com>
    3 people authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    136d361 View commit details
    Browse the repository at this point in the history
  61. [Maps] fix save to maps for by_value map embeddables (elastic#102968)

    * [Maps] fix save to maps for by_value map embeddables
    
    * show the save as dialog with the option to update Panel on dashboard
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1e7ef98 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    0669895 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. [test] Migrates visualize esArchive to kbnArchiver (elastic#102850)

    Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
    Tyler Smalley authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d5a760c View commit details
    Browse the repository at this point in the history
  2. chore(NA): moving @kbn/plugin-helpers into bazel (elastic#103181)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    mistic and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5942392 View commit details
    Browse the repository at this point in the history
  3. chore(NA): moving @kbn/cli-dev-mode into bazel (elastic#103067)

    * chore(NA): moving @kbn/cli-dev-mode into bazel
    
    * chore(NA): merge and solve conflicts with master
    mistic authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    17adfac View commit details
    Browse the repository at this point in the history
  4. [App Search] Fixed Documents view for Editor and Analyst roles (elast…

    …ic#103113)
    
    * Updated search-ui version
    
    1.6.0 adds the ability to authenticate without a search key, which
    we need for this fix.
    
    * Updated Documents page to not use a search key
    
    This change updates the page to rely on basic authentication rather
    than a search key.
    
    As part of that, we needed to create a proxy endpoint for search-ui
    to post to, rather than going directly to the ent-search API.
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    JasonStoltz and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    da7cdb6 View commit details
    Browse the repository at this point in the history
  5. [App Search] Refactor empty engine polling to EngineLogic (elastic#10…

    …3041)
    
    * Set up isEngineEmpty and isEngineSchemaEmpty selectors
    
    + update selector tests with mock engines to just an `engine` var (I saw Jason do this down below for `searchKey` and liked it, so I copied it)
    + update Documents & Search UI pages to new selectors
    
    * Update EngineOverview to use isEngineEmpty + remove polling
    
    - Per Casey, polling is primarily only needed to dynamically update from empty state to non-empty state, which we're going to handle at the engine level in the next commit
    
    * Add empty engine polling behavior
    
    - Now that both Engines Overview, Documents, and Search UI views have empty states that are hooked up to EngineLogic, this poll will update all of the above pages automatically when a new document comes in!
    
    * [Misc UI polish] Add (+) icon to Index documents button
    
    - to match other create page header buttons
    
    * [PR feedback] Test improvements
    
    Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
    3 people authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    023b163 View commit details
    Browse the repository at this point in the history
  6. Convert our full page Loading component to an Enterprise Search logo (e…

    …lastic#103189)
    
    - while keeping our component-level LoadingOverlay to a spinner
    Constance authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    91ca373 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2368e63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aee0585 View commit details
    Browse the repository at this point in the history
  9. [Search Sessions] Split tasks (elastic#99967)

    * cancel the previous session
    
    * split to 3 tasks
    
    * fixes
    
    * cancellation
    
    * updated tests
    
    * split out and improve jest tests
    
    * cleanup previous session properly
    
    * don't fail delete and cancel if item was already cleaned up
    
    * test
    
    * test
    
    * ignore resource_not_found_exception when deleting an already cleared \ expired async search
    
    * jest
    
    * update jest
    
    * api int
    
    * fix jest
    
    * testssss
    
    * Code review @Dosant
    
    * types
    
    * remove any
    
    * Fix merge
    
    * type
    
    * test
    
    * jest
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    lizozom and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    01a4860 View commit details
    Browse the repository at this point in the history
  10. [ML] Functional tests - fix and re-enable close_jobs API tests (elast…

    …ic#103114)
    
    This PR fixes and re-enables the close_jobs API tests after a backend change.
    pheyos authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    6a1e4b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8298b78 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    507ab0e View commit details
    Browse the repository at this point in the history
  13. [VisTypePie] Use a different advanced setting for pie charts (elastic…

    …#103049)
    
    * Different switch for pie
    
    * Remove unused translations
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    stratoula and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1d2ceba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59d4223 View commit details
    Browse the repository at this point in the history
  15. [Ingest pipelines] add extract_device_type to user agent processor (e…

    …lastic#100986)
    
    * testing layouts
    
    * fix copy for beta badge
    
    * replace hardcoded text with i18n strings
    
    * avoid updating types and just replace label
    
    * Small cr changes
    
    * get rid of style prop and just use a smaller badge
    sabarasaba authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4c2449f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a1f5a4 View commit details
    Browse the repository at this point in the history
  17. [ML] Transforms: Converts management pages to new layout (elastic#102648

    )
    
    * [ML] Transforms: Converts management pages to new layout
    
    * [ML] Fix vertical centering of error state in app
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    peteharverson and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fa71c6d View commit details
    Browse the repository at this point in the history
  18. Use observability plugin breadcrumbs in APM (elastic#103168)

    Both APM and Observability plugins have a `useBreadcrumbs` hook.
    
    APM's takes the whole list of route definitions, creates the whole path of breadcrumbs, and has an effect to set the breadcrumbs and the page title.
    
    The Observability plugin's `useBreadcrumbs` just takes an array of breadcrumb objects, adds onclick handlers for them, and has an effect to set the breadcrumbs and the page title.
    
    Rename APM's `useBreadcrumbs` to `useApmBreadcrumbs`. It still constructs the path based on the routes and the current route, but then just calls out to the Observability plugin's `useBreadcrumbs` to do the breadcrumb and title setting.
    
    Now all APM breadcrumbs begin with "Observability" which links to the Observability overview, but the rest of them remain the same.
    smith authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d44f9fe View commit details
    Browse the repository at this point in the history
  19. [load testing] adjust ES heap size (elastic#101906)

    * [load testing] increase es heap to 2g
    
    * update default simulation
    
    * [heap size] 4g
    
    * [heap size] 6g
    
    * [load testing] es heap size 8g
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dmlemeshko and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7a3d61f View commit details
    Browse the repository at this point in the history
  20. [Fleet] Fix double policy header layout (elastic#103076)

    * Fix double policy header layout
    
    - Use the default page title without tabs while loading the
      add integration view
    
    * remove unused import
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jloleysens and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9b9c47b View commit details
    Browse the repository at this point in the history
  21. [Fleet] Fix staleness bug in "Add agent" flyout (elastic#103095)

    * * Fix stale enrollment api token bug
    * Refactored naming
    
    * raise the state of the selected enrollment api key to parent to avoid state sync issues
    
    * removed consts for onKeyChange and selectedApiKeyId
    
    * fix typo
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jloleysens and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2a8f3eb View commit details
    Browse the repository at this point in the history
  22. [Enterprise Search] Add User management feature (elastic#103173)

    * Rename method to close both flyouts
    
    This is shared with the forthcoming user flyouts
    
    closeRoleMappingFlyout -> closeUsersAndRolesFlyout
    
    * Add logic for elasticsearch users and single user role mappings
    
    * Add logic for various form states
    
    - Showing and hiding flyouts
    - Select and text input values
    - User created state to turn flyout into a success message state
    
    * Add User server routes
    
    * Add logic for saving a user
    
    * Add User components
    
    * Add User list and User flyout to RoleMappings view
    
    * Fix path
    
    * Rename things
    
    - Users & roles -> Users and roles
    - roleId -> roleMappingId (matches other places in code)
    - also added a missing prop to the actions col
    
    * Set default group when modal closed
    
    The UI sets the default group on page load but did not cover the case where the user has chosen a group in a previous interaction and the closed the flyout. This commit adds a method that resets that state when the flyout is closed
    
    Part of porting of https://github.com/elastic/ent-search/pull/3865
    
    Specifically:
    https://github.com/elastic/ent-search/commit/a4131b95dab7c0df97bd78e660f25e09ac3e7cec
    
    * Adds tooltip for external attribute
    
    This was missed from the design
    
    Part of porting of https://github.com/elastic/ent-search/pull/3865
    
    Specifically:
    https://github.com/elastic/ent-search/commit/03aa349cab4fb32069b64ab8c51a7252ba52e805
    
    * Fix invitations link
    
    * Fix incorrect role type
    
    Role-> RoleTypes
    🤷🏽‍♀️
    
    * Add EuiPortal to Flyout
    
    Wasn’t needed in ent-search; already done for RomeMappingFlyout. Hide whitespace changes plskthx
    
    * Auth provider deprecation warning in mapping UI
    
    Since we're moving fully into Kibana, we're losing our concept of auth providers. In 8.0, role mappings the specify an auth provider will no
    longer work, so this adds a small deprecation warning in the role mappings table.
    
    https://github.com/elastic/ent-search/pull/3885
    
    * Email is no longer required
    
    After a slack discussion, it was determined that email should be optional.
    
    This commit also fixes another instance of the App Search role type being wrong.
    
    * Existing users’ usernames should not be editable
    
    * Use EuiLink instead of anchor
    
    * Add validation tests
    
    * Change URL for users_and_roles
    
    Need to change folder and file names but will punt until after 7.14FF
    
    I did throw in updating the logic file path
    
    * Remove unused import
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    scottybollinger and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a50d949 View commit details
    Browse the repository at this point in the history
  23. [Cases] Including owner when patching a comment Closes elastic#102732 (

    …elastic#103020)
    
    * Including owner when patching a comment
    
    * Fixing tests
    jonathan-buttner authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9b56549 View commit details
    Browse the repository at this point in the history
  24. [Fleet][Logs UI] Prevent double loading of entries in <LogStream />

    … component. (elastic#102980)
    
    * Use better loading indicator for `useLogSource`
    
    * Use clearer name for the loading entries flag
    
    * Reuse query object if its value persists
    Alejandro Fernández Gómez authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1ef5a6a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0a2042e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4e38dfe View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4266957 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b1b182b View commit details
    Browse the repository at this point in the history
  29. [Cases] Fix push to external service error when connector's mapping d…

    …oes not exists (elastic#102894)
    
    Co-authored-by: Jonathan Buttner <jonathan.buttner@elastic.co>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b70b34f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b823472 View commit details
    Browse the repository at this point in the history
  31. Add missing i18n (elastic#103245)

    Tim Roes authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fdd8784 View commit details
    Browse the repository at this point in the history
  32. [alerting][actions] add task scheduled date and delay to event log - 2 (

    elastic#103172)
    
    resolves elastic#98634
    
    This adds a new object property to the event log kibana object named
    task, with two properties to track the time the task was scheduled to
    run, and the delay between when it was supposed to run and when it
    actually started. This task property is only added to the appropriate
    events.
    
    	task: schema.maybe(
    	  schema.object({
    	    scheduled: ecsDate(),
    	    schedule_delay: ecsNumber(),
    	  })
    	),
    
    Note that these changes were previously merged to master in elastic#102252 which had to be reverted - this PR contains the same commits, plus some additional ones to resolve the tests that were broken during the bad merge.
    pmuellr authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    cc6a645 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    be1c5bb View commit details
    Browse the repository at this point in the history
  34. [APM] Link to Fleet APM Server Configuration when managed by Elastic …

    …Agent w/Fleet (elastic#100816)
    
    * Register tutorial on APM plugin
    
    * using files from apm
    
    * removing tutorial from apm_oss
    
    * removing export
    
    * fixing i18n
    
    * adding fleet section
    
    * adding fleet information on APM tutorial
    
    * adding fleet typing
    
    * fixing i18n
    
    * adding fleet information on APM tutorial
    
    * checks apm fleet integration when pushing button
    
    * adding fleet information on APM tutorial
    
    * refactoring
    
    * registering status check callback
    
    * addin custom component registration function
    
    * fixing TS issue
    
    * addressing PR comments
    
    * fixing tests
    
    * adding i18n
    
    * fixing issues
    
    * adding unit test
    
    * adding unit test
    
    * addressing PR comments
    
    * fixing TS issue
    
    * moving tutorial to a common directory
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    cauemarcondes and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f293772 View commit details
    Browse the repository at this point in the history
  35. [Fleet] Use "Integrations" breadcrumb in "Add integrations" (elastic#…

    …103227)
    
    * update the UI breadcrumbs in create policy package to always look like it came from integrations
    
    * added comment about the removal of a path from fleet
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jloleysens and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8a422fd View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5a76c84 View commit details
    Browse the repository at this point in the history
  37. [Task Manager] Add config switch around logging at different levels b…

    …ased on the state (elastic#102804)
    
    * Gate behind a config with warning message that helps users enable
    
    * Update more files
    
    * Fix docs formatting
    
    * Preserve existing functionality
    
    * Add in task type to the message
    
    * Show multiple alert types that are over the threshold
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    chrisronline and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    dd072c3 View commit details
    Browse the repository at this point in the history
  38. [Discover] Move focus on chart toggle in Discover (elastic#103119)

    * [Discover] move focus on show chart
    
    * [Discover] set actual moveFocus flag
    dimaanj authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    686ac90 View commit details
    Browse the repository at this point in the history
  39. Refactored helpers file into separate domain files (elastic#102383)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    yuliacech and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f2ebcad View commit details
    Browse the repository at this point in the history
  40. [Maps] timeslider play button (elastic#103147)

    * [Maps] timeslider play button
    
    * cancel subscription on unmount
    
    * change playback speed to 1750
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    nreese and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    aefdb9c View commit details
    Browse the repository at this point in the history
  41. [Alerting] Using new es client in alerting functional tests (elastic#…

    …102349)
    
    * Switching to new es client in alerting tests
    
    * Fixing types
    
    * Updating functional test
    
    * Updating functional test
    
    * Updating functional test
    
    * Fixing error handling
    
    * Fixing types
    
    * Fixing error handling
    
    * Fixing functional tests
    
    * Fixing functional tests
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    ymao1 and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7e32f93 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    dd20b8a View commit details
    Browse the repository at this point in the history
  43. [Asset management] Osquery app bug squashing (elastic#102406)

    * only display healthy agents to query
    
    * updated toasts to clear on update
    
    * null checking aggBuckets
    
    * properly display expired actions
    
    * clear the error toasts on success
    
    * review comments
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    lykkin and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5e89873 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1198454 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9ead1fc View commit details
    Browse the repository at this point in the history
  46. [DOCS] Security Overview (elastic#103151)

    * updating overview topic for Kibana
    
    * formatting fixes
    
    * small formatting tweaks
    
    * small formatting tweaks
    
    * Update index.asciidoc
    
    Updating index file; removing siem-UI and machine learning topics from the TOC.
    
    * [DOCS] Change part to chapter
    
    * Update index.asciidoc
    
    * Adding <titleabbrev> attribute
    
    Co-authored-by: lcawl <lcawley@elastic.co>
    jmikell821 and lcawl authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bfb9805 View commit details
    Browse the repository at this point in the history
  47. [Fleet] Remove duplication between two files elastic#103282

    ## Summary
    
    `public/applications/integrations/constants.tsx` and
    `public/applications/integrations/sections/epm/constants.tsx` are identical except for this line in `public/applications/integrations/constants.tsx`
    
    ```ts
    export * from '../../constants';
    ```
    
    This PR removes all the duplication from the "upper" file (`public/applications/integrations/constants.tsx`) and leaves the other code "down" in `/sections/epm/` closer to where it's used.
    
    Initially, I deleted `public/applications/integrations/constants.tsx` entirely but several files do `import` the constants it exports, so I left it.
    John Schulz authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    eb8e9d7 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5af69ed View commit details
    Browse the repository at this point in the history
  49. [Lens] Update formula icons (elastic#103287)

    * 💄 Updated formula reference icon
    
    * 💄 Replace wordwrap icons
    dej611 authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5abac25 View commit details
    Browse the repository at this point in the history
  50. Improved Visualize button in field popover (elastic#103099)

    * Improve field popover
    
    * Slightly improve type safteyness
    
    * Add unit tests for visualize trigger utils
    
    * Remove unused div
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Tim Roes and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bf6c53b View commit details
    Browse the repository at this point in the history
  51. [ui-shared-deps] reuse react-beautiful-dnd from eui (elastic#102834)

    Co-authored-by: spalger <spalger@users.noreply.github.com>
    Spencer and spalger authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    23c8d18 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    fb7b596 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    fbcf405 View commit details
    Browse the repository at this point in the history
  54. [Workplace Search] source connection panel content vertical alignment (

    …elastic#103225)
    
    * fix 1786 source connection panel vertical alignment
    
    * Update x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/components/add_source/configured_sources_list.tsx
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    3 people authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    67d4c31 View commit details
    Browse the repository at this point in the history
  55. [Logs UI] Log threshold rule performance improvements (elastic#102650)

    * Add optimisations for executor / chart previews
    
    Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
    Kerry350 and weltenwort authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9ba1ead View commit details
    Browse the repository at this point in the history
  56. [Enterprise Search] Product 404 polish pass (elastic#103198)

    * Refactor NotFound component
    
    - shared NotFound becomes NotFoundPrompt - returns only an EuiEmptyPrompt, and individual products/plugins are in charge of their own layout, rather than NotFound doing a bunch of arduous switch handling (also closer to how errorConnecting is a component set per-plugin)
    
    - This is both due to the recent page template refactor and the fact that WS has extra complex logic of needing to switch between its kibana layout and personal dashboard layout
    
    - logos are still hosted in shared/ since they need extra custom CSS to work correctly sizing wise and in dark mode. I renamed its folder from `assets`->`logos` for extra clarity
    
    * [AS] Update current AS routers using NotFound
    
    + update EngineRouter to use NotFound
    
    * [WS] Update app router
    
    - Handle errorConnecting at the topmost level, instead of in WorkplaceSearchConfigured (to simplify various logic/expectations & match App Search)
    
    - Simplify isOrganization check to use `useRouteMatch` instead of a regex
    
    - Use new NotFound component
    - Add NotFound component for the personal dashboard router
    
    * [WS] Improve Source 404 UX
    
    - Add NotFound to SourceRouter + add breadcrumbs for organization views
    
    - When an actual source ID 404s, fix blanket redirect to a dashboard aware redirect - personal dashboard 404s should send the user back to personal sources, not organization sources
    + add a flash message error (similar to how App Search behaves for engine 404s)
    + harden error status checks (gracefully allow for non-http errors to fall back flashAPIErrors
    
    * [WS] Improve Settings 404 UX
    
    - This was the only remaining WS route I found that either did not have a 404 or a fallback to some overview page, so I tweaked the redirect order for a graceful redirect (vs a blank page)
    
    * Fix settings router test
    
    * Move away from custom product logos to OOTB Enterprise Search logo
    
    Keeping it simple, etc. RIP in peace fancy logos
    
    * [PR feedback] toContain over stringContaining
    Constance authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fb3e8f4 View commit details
    Browse the repository at this point in the history
  57. [Workplace Search] Remove isFederatedAuth checks to expose user fea…

    …tures (elastic#103278)
    
    * Remove isFederated from main app and routes
    
    * Expose all overview cards that were hidden for federated auth
    
    * Expose all user features that were hidden for groups
    
    * Remove remaining isFederatedAuth references
    
    * Lint fixes
    
    * Add modified test back for Workplace Search
    
    * Remove extraCell
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * Remove brackets
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * Update test name
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    scottybollinger and Constance authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0857e62 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    cebf16f View commit details
    Browse the repository at this point in the history
  59. [Maps] Disable draw mode on layer remove (elastic#103188)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Aaron Caldwell and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c0122f7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    e1ef2ea View commit details
    Browse the repository at this point in the history
  61. Fix Engine Overview not properly stretching to full page height (elas…

    …tic#103337)
    
    - Caused by the wrapping <div> around the child views - removing that div and moving the `data-test-subj` hooks to the individual views fixes the issue
    Constance authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    60086a9 View commit details
    Browse the repository at this point in the history
  62. [Lens] Fix formula formatting in Metric visualization type (elastic#1…

    …03167)
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Wylie Conlon and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d5f68ee View commit details
    Browse the repository at this point in the history
  63. [Metrics UI] Prevent saved views from trampling URL state (elastic#10…

    …3146)
    
    * [Metrics UI] Prevent saved views from trampling URL state
    
    * Adding space back in
    simianhacker authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b12095b View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    45b6601 View commit details
    Browse the repository at this point in the history
  65. [Detections] Adds automatic updating for Prebuilt Security Detection …

    …Rules package (elastic#101846)
    
    * Automatically install and update the security_detection_engine package
    * Remove security_detection_engine from required Fleet packages
    * Update fleet package-registry image
    * Add sha256: to the distribution package
    * Use distribution from https://beats-ci.elastic.co/job/Ingest-manager/job/release-distribution/152
    * Change fleet required packag
    * Fix bad merge
    * Update rules to 0.13.1 package
    * Fix NOTICE.txt
    rw-access authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c1ced88 View commit details
    Browse the repository at this point in the history
  66. [docs][migrations v2] Update SO migration docs to include removal of …

    …index write block when handling corrupt SOs. (elastic#103014)
    lukeelmers authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bd2215f View commit details
    Browse the repository at this point in the history
  67. [Enterprise Search] Final KibanaPageTemplate cleanup (elastic#103355)

    * [AS] Delete AppSearchNav and EngineNav
    
    * [WS] Delete WorkplaceSearchNav
    
    * [Shared] Delete custom Layout & SideNav components
    Constance authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    803d0fa View commit details
    Browse the repository at this point in the history
  68. [canvas] Reduce bundle size by combining SCSS imports (elastic#102822)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    clintandrewhall and kibanamachine authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    2056845 View commit details
    Browse the repository at this point in the history
  69. [Enterprise Search] Add notices for deactivated users and SMTP callout (

    elastic#103285)
    
    * Port elastic#3904 to Kibana
    
    https://github.com/elastic/ent-search/pull/3904
    
    * DRY out logic interfaces
    
    Should have done this long ago
    
    * Port elastic#3920 to Kibana
    
    https://github.com/elastic/ent-search/pull/3920
    
    * Lint fixes
    
    * Remove error state from form
    
    We already did this for the users flyout. Basically changes the dirty state of the form from an error state to just showing “Required”. i18n had not been translated yet for `ATTRIBUTE_VALUE_ERROR`
    
    * Add loading states
    
    * Remove manual disabling of button
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * Remove manual disabling of other button
    
    * Lint fixes
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    scottybollinger and Constance authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    3838bfd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    41b015a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b20ff3 View commit details
    Browse the repository at this point in the history
  3. [Fleet] Add support for constant_keyword "value" in package field def…

    …initions (elastic#103000)
    
    This enables Fleet to accept package field definitions that declare a constant "value"
    for `constant_keyword` fields. Fleet will generate an index template for the constant_keyword
    field that contains the `value` attribute.
    
    Relates: elastic/package-spec#194
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    andrewkroh and kibanamachine authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    bc8ba83 View commit details
    Browse the repository at this point in the history
  4. Maps locators (elastic#102810)

    * feat: 🎸 implement maps locator
    
    * feat: 🎸 add tile map locator
    
    * feat: 🎸 add region map locator
    
    * feat: 🎸 register maps locators
    
    * refactor: 💡 remove usage of mpas url gen, replace by locator
    
    * chore: 🤖 remove url generators
    
    * refactor: 💡 use locators in maps deprecation messages
    
    * chore: 🤖 remove maps url generators
    
    * refactor: 💡 use new property name
    
    * feat: 🎸 use constant
    
    Co-authored-by: Vadim Kibana <vadimkibana@gmail.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    3 people authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    bc6ee27 View commit details
    Browse the repository at this point in the history
  5. Dashboard locator (elastic#102854)

    * Add dashboard locator
    
    * feat: 🎸 expose dashboard locator from dashboard plugin
    
    * Use dashboard locator in dashboard drilldown
    
    * Add tests for dashboard locator
    
    * Fix dashboard drilldown tests after refactor
    
    * Deprecate dashboard URL generator
    
    * Fix TypeScript errors in exmaple plugin
    
    * Use correct type for dashboard locator
    
    * refactor: 💡 change "route" attribute to "path"
    
    * chore: 🤖 remove unused bundle
    
    Co-authored-by: Vadim Kibana <vadimkibana@gmail.com>
    Co-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    4 people authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    baf2de5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    922d7cc View commit details
    Browse the repository at this point in the history
  7. [Lens] Enable actions on Lens Embeddable (elastic#102038)

    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    dej611 and kibanamachine authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    dfc70bd View commit details
    Browse the repository at this point in the history
  8. [Lens] Document common formulas in product and add formula tutorial (e…

    …lastic#103154)
    
    * [Lens] Document common formulas in product and add formula tutorial
    
    * Make common formulas appear in sidebar and format consistently
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    Wylie Conlon and kibanamachine authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    d16a464 View commit details
    Browse the repository at this point in the history
  9. Allow additive csp configuration (elastic#102059)

    * add additive csp configuration
    
    * add unit tests for new class
    
    * fix types
    
    * adapt test utils
    
    * fix tests
    
    * more unit tests on config
    
    * generated doc
    
    * review comments
    
    * update ascii doc
    
    * update ascii doc links
    
    * automatically add single quotes for keywords
    
    * add missing csp directives
    
    * add more tests
    
    * add additional settings to asciidoc
    
    * add null-check
    
    * revert test config props
    
    * fix usage collection usage
    
    * some review comments
    
    * last review comments
    
    * add kibana-docker variables
    
    * try to fix doc reference
    
    * try to fix doc reference again
    
    * fix tests
    pgayvallet authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6726537 View commit details
    Browse the repository at this point in the history
  10. [ML] Converts management app jobs list pages to new layout (elastic#1…

    …03117)
    
    * [ML] Converts management app jobs list pages to new layout
    
    * i[ML] Fix translations
    
    * [ML] Set acccessDenied default state back to false
    
    * [ML] Remove headers for error states and text updates following review
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    peteharverson and kibanamachine authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c6d04a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Home & Kibana Overview Page Template Update (elastic#103003)

    * apply page template comp to kibana overview
    
    * apply page template comp to home page
    
    * clean up
    
    * strip null actions from array
    
    * update snapshot and remove outdated import
    
    * fix tests and update snapshots
    
    * update tests and snapshots
    
    * Switch to KibanaPageTemplate; use template=“empty”
    
    * update snapshots
    
    * make `EuiCard` transparent
    
    * updated snapshots
    
    * restored data-test-subj="homeApp"
    
    * change scope of styles
    
    * update snapshots
    MichaelMarcialis authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    df8787b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. add deprecations service mdx

    Bamieh committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    21bb3b3 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
    Bamieh and joshdover committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    74011b9 View commit details
    Browse the repository at this point in the history
  3. update docs

    Bamieh committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    7f88b81 View commit details
    Browse the repository at this point in the history
  4. Update src/core/server/deprecations/README.mdx

    Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
    Bamieh and tsullivan committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    bdd95d2 View commit details
    Browse the repository at this point in the history
  5. Update src/core/server/deprecations/README.mdx

    Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
    Bamieh and alisonelizabeth committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    fde27ef View commit details
    Browse the repository at this point in the history
  6. Update src/core/server/deprecations/README.mdx

    Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
    Bamieh and alisonelizabeth committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    b9345e7 View commit details
    Browse the repository at this point in the history
  7. Update src/core/server/deprecations/README.mdx

    Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
    Bamieh and alisonelizabeth committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    1bd70e4 View commit details
    Browse the repository at this point in the history
  8. Update src/core/server/deprecations/README.mdx

    Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
    Bamieh and alisonelizabeth committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    b72ee75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fccb03f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2a5a55 View commit details
    Browse the repository at this point in the history