Commit graph

2682 commits

Author SHA1 Message Date
Pierre Gayvallet
67a07e8b69
Move client-side CoreSystem to packages (#141606)
* create empty package

* copy files to package

* clean duplicate constant

* add dependencies to bazel file

* adapt usages

* update readme

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* uppdate README

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-26 23:54:44 -07:00
Søren Louv-Jansen
4ab4b247e6
Bump backport to 8.9.4 (#141741) 2022-09-26 02:59:25 -07:00
renovate[bot]
b3cd037acc
Update babel to ^7.19.1 (main) (#141290)
* Update babel to ^7.19.1

* deduplicate

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-09-23 14:01:42 -07:00
Jonathan Budzenski
21bc8ba841
Bump node to 16.17.1 (#141702) 2022-09-23 15:02:48 -05:00
Tomasz Ciecierski
e50db36c16
[Osquery] Response Actions fixes (#141041) 2022-09-23 21:13:26 +02:00
Clint Andrew Hall
3ef304fd53
Update Storybook to 6.5 (#139334)
* Update Storybook to 6.5

* Add @types/react-syntax-highlighter

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* fix type error

* include some deduping and patch version bumping to encourage yarn to do the right thing

* fix path to canvas addon

* remove addon build

* fix some type issues

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* 6.5.12

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: spalger <spencer@elastic.co>
2022-09-22 19:23:21 -07:00
JD Kurma
ba047c2357
[Security Solution] Telemetry Artifacts (#140652)
* kbn artifact

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* unzip manifest

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* remove staging

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* logs + address merge conflicts

* adm-zip package

* fix return type

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* reset default on task errors

* optional check

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* add adm-zip package

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-22 13:52:44 -07:00
Pierre Gayvallet
f97bf98e5e
Migrate browser-side plugins domain to packages (#141087)
* create empty packages, start moving public types

* add dependencies for public package

* create internal package

* start adapting usages

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* fix index exports

* actually export the contract types

* add empty plugins packages

* start moving types, add public package

* first passing bazel build

* update mocks

* adapt usages

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* create empty lifecycle mocks package

* move core mocks to lifecycle mocks package

* fix usages

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* update readme

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-22 05:14:05 -07:00
Spencer
50b3b57d9e
[ftr] add first-class support for playwrite journeys (#140680)
* [ftr] add first-class support for playwrite journeys

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* fix jest test

* remove ability to customize kibana server args, if we need it we can add it back

* remove dev dir that doesn't exist

* fix typo

* prevent duplicated array converstion logic by sharing flag reader

* remove destructuring of option

* fix scalability config and config_path import

* fix start_servers args and tests

* include simple readme

* fix jest tests and support build re-use when changes are just to jest tests

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-22 01:06:46 -07:00
Tyler Smalley
b77de155c6
Bumps version to 8.6.0 (#141257)
* Bumps version to 8.6.0

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Ignore version in snapshot

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* Skip test with Kibana version in assertion

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2022-09-21 14:28:56 -07:00
Chandler Prall
621640e269
Upgrade EUI to 64.0.5 (#141264)
Co-authored-by: Chandler Prall <chandler.prall@elastic.co>
2022-09-21 10:02:38 -07:00
Karl Godard
9a77d2408c
[Terminal Output] tty toggle now shows number of bytes in tooltip, if no output we disa… (#141174)
* tty toggle now shows number of bytes in tooltip, if no output we disable button (instead of hide)

* fixed tests

Co-authored-by: Karl Godard <karlgodard@elastic.co>
2022-09-20 19:06:09 -07:00
renovate[bot]
b22db90709
Update dependency @elastic/charts to v49 (main) (#140890)
* Update dependency @elastic/charts to v49
* Align metric and donut tests with new Metric types/theme

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Vettorello <marco.vettorello@elastic.co>
Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com>
2022-09-20 08:51:50 -07:00
Trevor Pierce
378829348c
Bumping EUI to version 64.0.4 (#140323)
* Bumping EUI to version 64.0.1.

* Updating snapshot tests for two directories.

* Deprecate basic usages of getBreakpoint

- in favor of useCurrentEuiBreakpoint

* [Fleet] Deprecate isWithinMaxBreakpoint

- in favor of hook

* [DataViz] Update DataVisualizerTable to use window breakpoint vs table resize observer

- since getBreakpoint is now deprecated, we're only looking at the current EUI breakpoint (based off window width)

* [KibanaThemeProvider] Allow apps to modify the default EUI theme

- Setup for custom xl+ breakpoint sizes used by APM and Synthetics

* [APM] Update useBreakpoints hook with EUI breakpoint deprecations

- since getBreakpoint is no longer an usable util

- EUI's new breakpoint hooks already use/debounce window resize events, so we now get to skip all that custom logic by simply making custom EUI breakpoint overrides and using EUI breakpoint hooks

- remove returned `breakpoint` and `width` keys - they weren't actually being used anywhere in APM that I could see and were causing type errors.
- If someone wants to access them, they can use `useCurrentEuiBreakpoint` and `useWindowSize` individually instead

* [UX] Update useBreakpoints hook copied from APM

- basically the exact same logic, they just also need the xxl and xxxl breakpoints

* [Synthetics] Remove `useBreakpoints` in favor of new EUI breakpoint hooks

+ add xxl and xxxl breakpoints to Synthetics EUI themes

- `useBreakpoints`: - as far as I can tell, all attached APIs are basically the same APIs that EUI provides OOTB:
  - up -> `useIsWithinMinBreakpoint`
  - down -> `useIsWithinMaxBreakpoint`
  - between -> `useIsWithinBreakpoints`
  - debouncedWidth - not used, but could just use `useWindowSize` directly instead

- note: i'm confused by the `xl` override/conflation with `xxl`, but left the default xl breakpoint size as-is and assumed that all usage instances of 'xl' actually wanted 'xxl'

* v64.0.2 - add missing backports and several new fixes

* v64.0.3

* Fix type error from breakpoint deprecation

- functionally doesn't matter since the array doesn't include undefined, so basically just silence TS complaining about it

* Updating additional snapshots after bump to EUI 64.0.3

* Adding RUM Jest snapshot update.

* Adding Timeout to Fleet token generation test.

* Revert "[DataViz] Update DataVisualizerTable to use window breakpoint vs table resize observer"

This reverts commit 4e60ce281d.

* [DataViz] Remove getBreakpoint usage

- by replacing the breakpoint logic/switch with custom breakpoint sizes and names

- since the table size can be within panels that don't match `window.innerWidth`, we can't use EUI's breakpoint utils here

* Restoring a needed hook for breakpoints.

* Fix broken side navs on uptime/apm/ux/synthetics

- because of their new custom xxl/xxxl breakpoints, the `isLargerBreakpoint` logic was broken on the shared solution nav. switching to a min breakpoint bound fixes the issue and futureproofs the solution nav for all apps that add larger breakpoints than xl

* Fix snapshots/unit tests from previous commits

* Bumping EUI to 64.0.4 backport.

* [PR feedback] Separate DataVisualizerTable more clearly from EUI breakpoints

- per discussion with Quynh and Walter, there's some confusion around the breakpoints that the table is using. Since the table is width is not always the width of the browser window, it cannot use EUI's breakpoint hooks, and should instead use its own custom map of table-specific breakpoints to make that separation clearer

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

Co-authored-by: Constance Chen <constance.chen@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-09-20 08:50:15 -05:00
Nicolas Chaulet
bdcfe60613
[Fleet] Fix readme rendering (#140988) 2022-09-20 08:34:23 -04:00
Alejandro Fernández Haro
8c4e8b5e66
A/B Testing via LaunchDarkly (#139212)
Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-20 04:36:17 -07:00
Walter Rafelsberger
6b0b3583cf
[ML] Update d3 related packages. (#140913)
This fixes some inconsistencies in versions used for `d3-*` and `@types/d3-*`. As part of this, related packages have been updated to the latest non-ESM-based versions. (The very latest d3 package versions were updated to be ESM only which we cannot use yet in the current Kibana server side setup).

Note that while this includes major version bumps, the d3 packages were bumped because of changes in JS language support and because they dropped IE support, not because of breaking API changes in the modules themselves.

- Updates `d3-array` from `1.2.4` to `2.12.1`. Removed usage of the package's `min/max` function to use native `Math.min/Math.max` instead.
- Fix `@types/d3-interpolate` to match version `3.0.1`.
- Updates `d3-scale` from `2.2.2` to `3.3.0`. Fixes version mismatch with `@types/d3-scale`.
- Updates `d3-shape` from `1.1.0` to `2.1.0`. Fixes version mismatch with `@types/d3-shape`.
- Updates `d3-time` from `1.1.0` to `2.1.1`. Fixes version mismatch with `@types/d3-time`.
- Removes `@types/d3-time-format` because the package `d3-time-format` is no longer used.
2022-09-20 02:54:55 -07:00
Pierre Gayvallet
9579ea7235
Move src/core/types/elasticsearch to @kbn/es-types (#140522)
* create empty package

* move types to packages

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* start fixing imports

* fix more imports

* fix inline import

* add apm-ui as owners

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* fix new usages

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-20 10:32:13 +02:00
Rachel Shen
7734761bc1
[Shared UX] Migrate avatar user profile component from packages/kbn-user-profile-components to Shared UX (#139247) 2022-09-19 12:18:31 -07:00
renovate[bot]
5b368ca73d
Update ftr (#140352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-19 11:56:46 -05:00
Sébastien Loix
189196181c
[Table list view] Improve UX (phase 1) (#135892) 2022-09-19 12:29:23 +02:00
renovate[bot]
4f400771c9
Update dependency react-hook-form to ^7.35.0 (#140887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-17 14:16:57 +02:00
spalger
77964bc0f7 modernize test-subj-selector (#140847) 2022-09-15 22:08:51 -07:00
renovate[bot]
fa0ae4d404
Update dependency core-js to ^3.25.1 (main) (#140776)
* Update dependency core-js to ^3.25.1

* dedupe

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-09-16 07:28:22 +09:30
Dario Gieselaar
b66cf585ca
[Profiling] Add Profiling application (#140722)
Co-authored-by: Joseph Crail <jbcrail@gmail.com>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
Co-authored-by: Joseph Crail <joseph.crail@elastic.co>
Co-authored-by: Stephanie Boomsma <stephanieboomsma@optimyze.cloud>
Co-authored-by: inge4pres <fgualazzi@gmail.com>
Co-authored-by: inge4pres <francesco.gualazzi@elastic.co>
Co-authored-by: Francesco Gualazzi <inge4pres@users.noreply.github.com>
Co-authored-by: Tim Rühsen <tim.ruhsen@elastic.co>
Co-authored-by: Tim Rühsen <tim.ruehsen@gmx.de>
2022-09-15 19:24:41 +02:00
Pierre Gayvallet
15270a5bc9
Migrate server-side uiSettings domain to packages (#140468)
* create empty packages

* move types to public package

* move implementation to packages

* move mocks to package

* start adapting usages

* adapt more usages

* update readmes

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* fix test usages

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-14 10:11:27 +02:00
Pierre Gayvallet
7423ed0022
Migrate client-side coreApp domain to packages - again (#140662)
* move sass-loader related files to src/core/public/styles

* create empty packages

* Move all the things

* fix optimizer integration tests

* add kibana.jsonc files

* fix bazel build

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* fix usages

* fix mocked service name

* fix storybook webpack config

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-13 15:29:08 -07:00
Baturalp Gurdin
d2844f7cda
Revert "Migrate client-side coreApp domain to packages" (#140653)
This reverts commit 4c6dc3c86d.
2022-09-13 12:20:11 -07:00
Pierre Gayvallet
4c6dc3c86d
Migrate client-side coreApp domain to packages (#140242)
* move sass-loader related files to src/core/public/styles

* create empty packages

* Move all the things

* fix optimizer integration tests

* add kibana.jsonc files

* fix bazel build

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

* fix usages

* fix mocked service name

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-13 11:54:09 -07:00
renovate[bot]
b0cec96d38
Update dependency cypress to v10 (main) (#133168) 2022-09-13 18:20:20 +02:00
renovate[bot]
49d49b67a1
Update babel to ^7.19.0 (main) (#140556)
* Update babel to ^7.19.0

* dedupe

* dedupe 2

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-12 17:43:09 -05:00
Tyler Smalley
44ab700f3d
Removes Percy based visual regression tests (#139252)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-09-12 13:08:52 -07:00
Rachel Shen
89985e5289
[Shared UX] Migrate router from kibana react to shared ux (#138544) 2022-09-09 11:21:17 -07:00
Aleh Zasypkin
cfff4c102c
Upgrade node-sass dependency (7.0.17.0.3). (#140366) 2022-09-09 16:14:37 +02:00
renovate[bot]
7a602e0684
Update dependency @elastic/charts to v48.0.1 (#140342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-09 10:25:00 +02:00
Pierre Gayvallet
12466d8b17
Migrate server-side status service to packages (#140067)
* create empty packages

* start moving things to packages

* move status types to common package

* create internal common package

* start adapting usages

* more import fixes

* fix more usages

* some test file fixes

* fix some more usages

* fix test_utils import

* fix mixed import

* fix test imports

* updating READMEs

* explicit export of service setup deps

* add jsonc files to new packages

* [CI] Auto-commit changed files from 'node scripts/generate codeowners'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-09 00:22:12 -07:00
Spencer
32491462a9
add kibana.jsonc files to existing packages (#138965)
* [packages] add kibana.jsonc files

* auto-migrate to kibana.jsonc

* support interactive pkg id selection too

* remove old codeowners entry

* skip codeowners generation when .github/CODEOWNERS doesn't exist

* fall back to format validation if user is offline

* update question style

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-08 13:31:57 -07:00
Constance
98f73d674a
Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524)
* Update all usages of EuiPageTemplate to EuiPageTemplate_Deprecated

* EuiPageContent_Deprecated as EuiPageContent

* EuiPageContentBody_Deprecated as EuiPageContentBody

* EuiPageContentHeader_Deprecated as EuiPageContentHeader

* EuiPageContentHeaderSection_Deprecated as EuiPageContentHeaderSection

* EuiPageSideBar_Deprecated as EuiPageSideBar

* EuiPageContent__Deprecated to EuiPageContent_Deprecated

* Fix rogue semi-colons

* WIP: NoDataConfigPage & NoDataPage converted to new template

- `withSolutionNav` not yet handled

* WIP: KibanaPageTemplateInner converted to use new template

- Pushes existing `pageHeader` prompts onto created EuiPageTemplate.PageHeader
- Uses `isEmptyState` to push `pageHeader` props to EuiPageTemplate.EmptyPrompt instead (if `children` are not supplied)

* WIP: `withSolutionNav` now renders the sidebar content properly

- Collapsing isn’t working (minWidth isn’t updating)

* Fixing stickiness of sidebar

* [Security] Fixed SecuritySolutionTemplateWrapper’s usage

- Moved `bottomBar` to EuiPageTemplate.BottomBar (now contained in just the page contents)
- Change EuiPanel children wrapper with EuiPageTemplate.Section

* [O11y] Wrap `children` with EuiPageTemplate.Section

* Fix getting_started usage

* WIP: Fixing types

* Removing `template` pass through

* Set EUI to 63.0.0

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* More import fixes

* Sidebar component update

* Expand `KibanaPageTemplate` to all namespaced EUI counterparts

- Updated `docs/tutorials` mdx page
- Fixed SolutionNav prop types

* Updated the tutorial mdx page

* [Stack Management] Updated app layout to new template

- Some temporary props applied for BWC until all other pages can be converted
- Converted `API Keys` page’s layout (and especially prompt usags) to new paradigm

* Fix circular dep

* Fix new circular dependency

- copying and pasting types from KibanaPageTemplateProps, but ah well

* [Security Solution] Remove `template` prop - no longer a prop on Kibana/EuiPageTemplate

* [O11y] Allow customizing EuiPageTemplate.Section wrapper

- converts pageBodyProps
- fixes non-centered loading template

* [Enterprise Search] Update page templates

- fix layouts by auto-wrapping an EuiPageSection for padding, while adding a `customPageSections` prop for more custom sections/layouts

- re-center 404 errors

- update tests

* Update KibanaPageTemplate tests

* Update snapshots

* Fix FTR test with removed EUI classNames

* Fix FTR tests with changed kbn classNames

* Update failing dashboard snapshots

- drop shadow changed slightly in EUI

* Fix failing Security Cypress test

* [O11y] Fix Inventory page using deprecated CSS hooks

* [O11y][Uptime] Fix missing bottom bars

- Modifies ObservabilityPageTemplate to accept a `bottomBar` prop (a la the old EuiPageTemplate behavior)

NOTE: This opinionated page layout structure is starting to feel like it could be potentially limiting / have all the same pitfalls the previous EuiPageTemplate did. If so, consider something closer to the Enterprise Search page template conversion (`customPageSections`).

- Misc cleanup: Use `KibanaPageTemplate` over `EuiPageTemplate`

* [O11y] Fix route template typing

- Since theObservabilityPageTemplate is using the new Eui/KibanaPageTemplate, its child templates and types need to be updated accordingly

* Fix broken minWidth behavior

- was an EUI issue that required a patch release
+ update snapshots

* [Security Solution] Type fixes, restore empty state

- Fix empty state logic removed in a previous commit
- bogarts KibanaPageTemplate's `isEmptyState` prop instead of using `template="noData"`

- extend template wrappers to past ...rest to underlying Kibana/EuiPageTemplate

+ replace EuiPageTemplate with KibanaPageTemplate for consistency

* Fix failing synthetics selector

* Grab EUI v63.0.6

- for deprecation tags and section tag support

* Fix Kibana Overview plugin layout

- needs to use KibanaPageTemplate.Section to get padding back

- use `bottomBorder` prop over horizontal rules

- restore previous page color via panelled=false

* Convert Home plugin to new KibanaPageTemplate

- use KibanaPageTemplate.Section instead to preserve page width/paddings

- use `bottomBorder` instead of `EuiHorizontalRule`

- NOTE: This causes margins to decrease slightly from xxl to xl (largest padding available for EuiPageSection) - this can be restored by CSS overrides if desired

- update CSS to preserve previous looks, + convert to logical properties

* [O11y] Fix non-centered empty/loading states

* [O11y] Restore subdued background on various empty state prompts

* [O11y] Fix all instances of views that require a scrollable full-height child

+ restore comment for inventory view

* [O11y][ux] Fix broken sidebar

- The entire app was missing a wrapping EuiProvider, and as such breakpoint utils were not working, and the sidebar was missing

+ misc cleanup
  - remove unnecessary fragment
  - remove role="main" attr - now that EuiPageTemplate sets a `main` tag, they'll conflict
  - add isEmptyState to center loading component

* [APM Cypress tests] harden flaky test

* [APM Cypress tests] Fix failing Cypress test, again

Co-authored-by: cchaos <caroline.horn@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-07 15:35:23 -05:00
Martijn Laarman
c008f0ceee
[Feature] synthtrace APM intake v2 output (#136530) 2022-09-06 19:00:17 +02:00
renovate[bot]
66f6d5972c
Update dependency @elastic/charts to v48 (main) (#139859)
* Update dependency @elastic/charts to v48

* Update renovate.json

* fix: switch to a 2 layer time axis instead of 3

* test: update test with new layers count

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com>
Co-authored-by: Robert Monfera <monfera@users.noreply.github.com>
Co-authored-by: Marco Vettorello <marco.vettorello@elastic.co>
2022-09-06 09:25:32 -07:00
Pierre Gayvallet
f7ab9b7b03
Migrate browser-side rendering service to packages (#139996)
* move scss to styles folder

* create empty packages

* move code to packages

* adapt usages

* fix scss import path

* update packages and readmes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-09-06 07:05:11 -07:00
renovate[bot]
5e0615f628
Update platform security modules (main) (#139169)
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@elastic.co>
2022-09-05 22:44:36 +09:30
Pierre Gayvallet
4d15bb1d34
Migrate server-side usageData service to packages (#139844)
* create empty packages

* moving the files

* adapt usages

* fix more usages

* address NIT
2022-09-05 05:10:48 -07:00
Pierre Gayvallet
ae251e10ce
Migrate browser-side chrome service to packages (#139892)
* add empty packages

* moves the types and mocks

* messing with scss files

* moving implementation, adapting imports

* fill dependencies for internal package

* start adapting imports

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* fix more usages

* missed one

* in tests now

* update README's

* fix README

* fix indent

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-04 12:31:00 -07:00
Ahmad Bamieh
d1b7f02a22
[core] [i18n] Move i18n core server (#139808)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-01 08:15:15 -07:00
Jonathan Budzenski
6bf11a7d3e
Clean up glob related dependencies (#138571)
* Clean up glob related dependencies

* wip

* update snapshots

* updates

* fix tests

* update package.json

* i18n

* fix tests

* onlyFiles: false

* preserve folders on **/* globs

* one more

* revert instance of onlyFiles: false
2022-09-01 09:00:31 -05:00
Kyle Pollich
29b14287f4
[Fleet] Add support for forcing stack aligned versions on bundled packages (#139567)
* Add support for forcing stack aligned versions on bundled packages

* Revert build_distributables

* Add missing module

* Enforce version in config even when stack aligned

* Throw error on failure to download bundled package

* Update comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-09-01 09:30:23 -04:00
Pierre Gayvallet
980e80b902
Migrate server-side deprecation service to packages (#139789)
* Move files to packages

* start fixing usages

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* fix more usages

* move mdx files

* update READMEs

* add author to package files

* snake casing

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-08-31 16:01:26 +02:00
Pierre Gayvallet
383d8fab58
Move client-side application service to packages (#139502)
* deletes unused utils file

* just some fix while I see it

* creating empty packages

* moving all the things

* package build success

* start fixing usages

* fix the scoped history type issue

* export internal utils

* add default for mock

* fix test import

* fix external import

* start fixing external usages

* more usages

* more usages

* more usages

* More usages

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* fix integration test imports

* fix more test types

* remove public/utils from the core bundle

* trying to import from the package

* updating README's

* remove unused test types from mock package

* cleanup test types

* use import type

* add author to packages

* more import type

* remove dead path from some config

* remove src/core/utils/index.ts (and pray)

* update tsdoc

* fix new file usage

* fix paths

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-08-30 10:08:44 -07:00
renovate[bot]
fcc71013a4
Update babel to ^7.18.13 (main) (#139663)
* Update babel to ^7.18.13

* fix yarn.lock

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-08-29 15:38:36 -05:00