Commit graph

14 commits

Author SHA1 Message Date
Spencer
a10a4f9f03
Initialize ops documentation section (#132262)
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
2022-05-17 15:22:38 -05:00
Tiago Costa
0b2da10a7d
chore(NA): downgrades rules nodejs into v4.7.0 (#130347)
* chore(NA): downgrade rules nodejs into v4.0.0

* chore(NA): include windows patch

* chore(NA): polish downgrade code

* chore(NA): include yarn.lock
2022-04-15 04:11:08 +01:00
Tiago Costa
eb0ef19583
chore(NA): upgrades bazel rules nodejs to v5 (#129522)
* chore(NA): upgrade bazel into v5

* chore(NA): initial work to upgrade to rules v5

* chore(NA): remove @elastic/datemath jest unit test for eslint plugin imports

* chore(NA): removed packager tsc_wrapped added my mistake
2022-04-08 20:42:37 +01:00
Spencer
92d65484a5
[plugin-discovery] move logic to a package (#128684) 2022-03-29 13:19:58 -06:00
Spencer
ae91c5bb7d
[type-summarizer] enable @kbn/analytics, @kbn/apm-config-loader and @kbn/apm-utils (#128206) 2022-03-22 16:28:49 -06:00
Spencer
0682219a8d
[type-summarizer] handle enums, extended interfaces, and export-type'd types (#128200) 2022-03-21 14:57:57 -07:00
Spencer
defba4b5c2
[type-summarizer] summarize @kbn/alerts types with source-maps (#128191) 2022-03-21 12:17:36 -07:00
Spencer
0f35206a4e
[type-summarizer] summarize types with source-maps for @kbn/ace (#127680)
* [type-summarizer] ignore errors when deleting output dir

* [type-summarizer] fix help text

* [type-summarizer] add newlines after function declarations

* [type-summarizer] summarize types with source-maps for `@kbn/ace`
2022-03-18 16:44:16 +01:00
Spencer
0bf745ed2e
[type-summarizer] build types with sourcemaps for @kbn/mapbox-gl (#127529) 2022-03-14 15:46:47 -07:00
Spencer
ad0eb60772
[kbn/generate] add basic package generator (#127095) 2022-03-08 18:04:45 -07:00
Spencer
1f514d7c00
[eslint] automatically determine dev packages (#127089)
* [eslint] automatically determine dev packages

* remove old eslint overrides that are not needed anymore
2022-03-08 07:42:06 -06:00
Spencer
be7ff2ce86
[type-summarizer] always use normalized paths, fix windows compat (#127055) 2022-03-07 16:04:54 -06:00
Spencer
004f0d4daa
[type-summarizer/integration] fix flaky tests (#127038) 2022-03-07 09:24:04 -07:00
Spencer
eb68e95acd
[ts] enable sourcemaps in summarized types of @kbn/crypto (#126410)
* [ts] enable sourcemaps in summarized types of @kbn/crypto

* update snapshots

* remove unnecessary exports of @kbn/type-summarizer package

* remove tsc from the build process

* use `@kbn/type-summarizer` to summarize its own types

* add tests for interface and function

* switch to export type where necessary

* ignore __tmp__ in global jest preset

* ignore __tmp__ globally

* remove `@kbn/crypto` types path
2022-03-04 08:02:02 -06:00