File tree Expand file tree Collapse file tree
src/platform/packages/shared/response-ops/alerts-table
solutions/observability/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ dependsOn:
2424 - ' @kbn/alerting-types'
2525 - ' @kbn/cases-components'
2626 - ' @kbn/core-http-browser'
27- - ' @kbn/alerting-plugin'
2827 - ' @kbn/actions-plugin'
2928 - ' @kbn/kibana-utils-plugin'
3029 - ' @kbn/alerts-ui-shared'
@@ -49,6 +48,7 @@ dependsOn:
4948 - ' @kbn/zod'
5049 - ' @kbn/field-types'
5150 - ' @kbn/react-query'
51+ - ' @kbn/maintenance-windows-plugin'
5252tags :
5353 - shared-browser
5454 - package
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ dependsOn:
8989 - ' @kbn/es-types'
9090 - ' @kbn/lazy-object'
9191 - ' @kbn/react-query'
92+ - ' @kbn/maintenance-windows-plugin'
93+ - ' @kbn/config'
9294tags :
9395 - plugin
9496 - prod
Original file line number Diff line number Diff line change 1+ # This file is generated by the @kbn/moon package. Any manual edits will be erased!
2+ # To extend this, write your extensions/overrides to 'moon.extend.yml'
3+ # then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/maintenance-windows-plugin'
4+
5+ $schema : https://moonrepo.dev/schemas/project.json
6+ id : ' @kbn/maintenance-windows-plugin'
7+ type : unknown
8+ owners :
9+ defaultOwner : ' @elastic/response-ops'
10+ toolchain :
11+ default : node
12+ language : typescript
13+ project :
14+ name : ' @kbn/maintenance-windows-plugin'
15+ description : Moon project for @kbn/maintenance-windows-plugin
16+ channel : ' '
17+ owner : ' @elastic/response-ops'
18+ metadata :
19+ sourceRoot : x-pack/platform/plugins/shared/maintenance_windows
20+ dependsOn :
21+ - ' @kbn/core'
22+ - ' @kbn/security-plugin'
23+ - ' @kbn/licensing-plugin'
24+ - ' @kbn/i18n'
25+ - ' @kbn/core-saved-objects-server'
26+ - ' @kbn/data-plugin'
27+ - ' @kbn/alerting-types'
28+ - ' @kbn/rrule'
29+ - ' @kbn/es-query'
30+ - ' @kbn/licensing-types'
31+ - ' @kbn/config-schema'
32+ - ' @kbn/utility-types'
33+ - ' @kbn/core-ui-settings-server-mocks'
34+ - ' @kbn/std'
35+ - ' @kbn/core-http-router-server-mocks'
36+ - ' @kbn/features-plugin'
37+ - ' @kbn/lazy-object'
38+ - ' @kbn/datemath'
39+ - ' @kbn/task-manager-plugin'
40+ - ' @kbn/core-http-request-handler-context-server'
41+ tags :
42+ - plugin
43+ - prod
44+ - group-platform
45+ - shared
46+ - jest-unit-tests
47+ fileGroups :
48+ src :
49+ - server/**/*
50+ - public/**/*
51+ - common/**/*
52+ - ' !target/**/*'
53+ tasks :
54+ jest :
55+ args :
56+ - ' --config'
57+ - $projectRoot/jest.config.js
58+ inputs :
59+ - ' @group(src)'
60+ jestCI :
61+ args :
62+ - ' --config'
63+ - $projectRoot/jest.config.js
64+ inputs :
65+ - ' @group(src)'
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ dependsOn:
9797 - ' @kbn/presentation-util'
9898 - ' @kbn/discover-utils'
9999 - ' @kbn/react-query'
100+ - ' @kbn/maintenance-windows-plugin'
100101tags :
101102 - plugin
102103 - prod
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ dependsOn:
144144 - ' @kbn/observability-nav-icons'
145145 - ' @kbn/react-query'
146146 - ' @kbn/content-management-utils'
147+ - ' @kbn/maintenance-windows-plugin'
147148tags :
148149 - plugin
149150 - prod
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ dependsOn:
128128 - ' @kbn/observability-synthetics-test-data'
129129 - ' @kbn/connector-schemas'
130130 - ' @kbn/react-query'
131+ - ' @kbn/maintenance-windows-plugin'
131132tags :
132133 - plugin
133134 - prod
You can’t perform that action at this time.
0 commit comments