-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
69 lines (68 loc) · 1.75 KB
/
Copy pathmoon.yml
File metadata and controls
69 lines (68 loc) · 1.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
# 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/controls-plugin'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/controls-plugin'
layer: unknown
owners:
defaultOwner: '@elastic/kibana-presentation'
toolchains:
default: node
language: typescript
project:
title: '@kbn/controls-plugin'
description: Moon project for @kbn/controls-plugin
channel: ''
owner: '@elastic/kibana-presentation'
sourceRoot: src/platform/plugins/shared/controls
dependsOn:
- '@kbn/core'
- '@kbn/embeddable-plugin'
- '@kbn/dashboard-plugin'
- '@kbn/presentation-util-plugin'
- '@kbn/data-plugin'
- '@kbn/es-query'
- '@kbn/data-views-plugin'
- '@kbn/kibana-utils-plugin'
- '@kbn/i18n'
- '@kbn/i18n-react'
- '@kbn/datemath'
- '@kbn/config-schema'
- '@kbn/ui-actions-plugin'
- '@kbn/presentation-publishing'
- '@kbn/content-management-utils'
- '@kbn/field-formats-plugin'
- '@kbn/std'
- '@kbn/esql-types'
- '@kbn/css-utils'
- '@kbn/esql-utils'
- '@kbn/search-types'
- '@kbn/controls-constants'
- '@kbn/controls-schemas'
- '@kbn/presentation-util'
- '@kbn/kql'
- '@kbn/control-group-renderer'
- '@kbn/utility-types'
- '@kbn/esql-language'
- '@kbn/es-types'
- '@kbn/esql'
- '@kbn/presentation-publishing-schemas'
- '@kbn/controls-renderer'
- '@kbn/ui-callout'
tags:
- plugin
- prod
- group-platform
- shared
- jest-unit-tests
fileGroups:
src:
- common/**/*
- public/**/*
- public/**/*.json
- server/**/*
- ./jest_setup.ts
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}