-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
102 lines (101 loc) · 2.75 KB
/
moon.yml
File metadata and controls
102 lines (101 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
# To extend this, write your extensions/overrides to 'moon.extend.yml'
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/index-management-plugin'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/index-management-plugin'
type: unknown
owners:
defaultOwner: '@elastic/kibana-management'
toolchain:
default: node
language: typescript
project:
name: '@kbn/index-management-plugin'
description: Moon project for @kbn/index-management-plugin
channel: ''
owner: '@elastic/kibana-management'
metadata:
sourceRoot: x-pack/platform/plugins/shared/index_management
dependsOn:
- '@kbn/core'
- '@kbn/management-plugin'
- '@kbn/share-plugin'
- '@kbn/usage-collection-plugin'
- '@kbn/kibana-react-plugin'
- '@kbn/es-ui-shared-plugin'
- '@kbn/features-plugin'
- '@kbn/licensing-plugin'
- '@kbn/security-plugin'
- '@kbn/runtime-fields-plugin'
- '@kbn/test-jest-helpers'
- '@kbn/i18n'
- '@kbn/ml-trained-models-utils'
- '@kbn/analytics'
- '@kbn/i18n-react'
- '@kbn/core-doc-links-browser-mocks'
- '@kbn/core-execution-context-browser-mocks'
- '@kbn/config-schema'
- '@kbn/shared-ux-router'
- '@kbn/core-http-router-server-mocks'
- '@kbn/core-ui-settings-browser-mocks'
- '@kbn/core-ui-settings-browser'
- '@kbn/shared-ux-page-kibana-template'
- '@kbn/react-field'
- '@kbn/kibana-utils-plugin'
- '@kbn/core-http-browser'
- '@kbn/search-api-panels'
- '@kbn/cloud-plugin'
- '@kbn/code-editor'
- '@kbn/monaco'
- '@kbn/console-plugin'
- '@kbn/shared-ux-utility'
- '@kbn/index-management-shared-types'
- '@kbn/utility-types'
- '@kbn/ml-plugin'
- '@kbn/react-kibana-context-render'
- '@kbn/react-kibana-mount'
- '@kbn/rollup'
- '@kbn/ml-error-utils'
- '@kbn/unsaved-changes-prompt'
- '@kbn/shared-ux-table-persist'
- '@kbn/core-application-browser'
- '@kbn/delete-managed-asset-callout'
- '@kbn/inference-endpoint-ui-common'
- '@kbn/streams-plugin'
- '@kbn/shared-ux-link-redirect-app'
- '@kbn/deeplinks-observability'
- '@kbn/streams-app-plugin'
- '@kbn/licensing-types'
- '@kbn/reindex-service-plugin'
- '@kbn/inference-common'
- '@kbn/upgrade-assistant-pkg-common'
- '@kbn/failure-store-modal'
- '@kbn/react-query'
- '@kbn/scout'
tags:
- plugin
- prod
- group-platform
- shared
- jest-unit-tests
fileGroups:
src:
- __jest__/**/*
- common/**/*
- public/**/*
- server/**/*
- test/**/*
- '!target/**/*'
tasks:
jest:
args:
- '--config'
- $projectRoot/jest.config.js
inputs:
- '@group(src)'
jestCI:
args:
- '--config'
- $projectRoot/jest.config.js
inputs:
- '@group(src)'