forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.yml
More file actions
64 lines (63 loc) · 1.84 KB
/
moon.yml
File metadata and controls
64 lines (63 loc) · 1.84 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
# 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/saved-objects-management-plugin'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/saved-objects-management-plugin'
layer: unknown
owners:
defaultOwner: '@elastic/kibana-core'
toolchains:
default: node
language: typescript
project:
title: '@kbn/saved-objects-management-plugin'
description: Moon project for @kbn/saved-objects-management-plugin
channel: ''
owner: '@elastic/kibana-core'
sourceRoot: src/platform/plugins/shared/saved_objects_management
dependsOn:
- '@kbn/core'
- '@kbn/data-plugin'
- '@kbn/home-plugin'
- '@kbn/kibana-react-plugin'
- '@kbn/management-plugin'
- '@kbn/saved-objects-tagging-oss-plugin'
- '@kbn/spaces-plugin'
- '@kbn/i18n'
- '@kbn/data-views-plugin'
- '@kbn/utility-types'
- '@kbn/i18n-react'
- '@kbn/test-jest-helpers'
- '@kbn/monaco'
- '@kbn/config-schema'
- '@kbn/core-custom-branding-browser-mocks'
- '@kbn/core-custom-branding-browser'
- '@kbn/shared-ux-router'
- '@kbn/core-ui-settings-browser-mocks'
- '@kbn/core-ui-settings-browser'
- '@kbn/core-saved-objects-api-server'
- '@kbn/shared-ux-link-redirect-app'
- '@kbn/code-editor'
- '@kbn/react-kibana-context-render'
- '@kbn/shared-ux-table-persist'
- '@kbn/css-utils'
- '@kbn/content-management-plugin'
- '@kbn/scout'
- '@kbn/repo-info'
tags:
- plugin
- prod
- group-platform
- shared
- jest-unit-tests
fileGroups:
src:
- common/**/*
- public/**/*
- server/**/*
- test/scout*/**/*
- '!target/**/*'
- '!public/management_section/objects_table/saved_objects_table_pseudo.tsx'
jest-config:
- jest.config.js
tasks: {}