kibana/.github
Spencer 1880e8b348
move code shared with alerting api-integration plugins into a package (#148846)
We're working on converting all plugins into packages, which turns
almost all code in the repository into a package except for things like
the `test` and `x-pack/test` directories. The problem we ran into is
that the alerting api-integration test plugins are being migrated to
packages but they are currently consuming a handful of helpers from the
parent `../lib` directory. This doesn't work, as packages can only
import other packages and the `../lib` directory isn't in a package,
it's just free-floating `x-pack/test` code. To fix this I've moved the
necessary components out of `common/lib` and into `packages/helpers`
which is importable via `@kbn/alerting-api-integration-helpers` and
updated all the uses to access this new package.
2023-01-12 14:32:28 -07:00
..
ISSUE_TEMPLATE Delete unneeded APM issue template (#125167) 2022-02-10 09:51:53 +00:00
workflows Update Fleet/Ingest board automation token (#144167) 2022-10-28 09:45:25 -04:00
CODEOWNERS move code shared with alerting api-integration plugins into a package (#148846) 2023-01-12 14:32:28 -07:00
ISSUE_TEMPLATE.md Add elasticsearch version to issue template 2016-07-25 11:00:27 -05:00
paths-labeller.yml [UX Dashboard] Migrate page load duration chart out of APM (#132970) 2022-07-13 21:44:25 +02:00
PULL_REQUEST_TEMPLATE.md Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
relabel.yml Improve needs-team auto labeling regex (#143787) 2022-10-27 09:03:34 -07:00
stale.yml Set up stale bot for Infra Monitoring UI issues (#132851) 2022-05-25 10:04:15 -05:00