Commit 3d1c3f1
chore: update how it works with all CRDs and correct links
1 parent de45c29 commit 3d1c3f1
File tree
7 files changed
+18
-16
lines changed- mission-control/docs
- modules
7 files changed
+18
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
- .gitignore+1-2
- connection/environment.go+36-44
- connection/kubernetes.go+1-1
- db/utils.go-22
- functions/drop.sql-2
- go.mod+22-24
- go.sum+40-42
- kubernetes/dynamic.go+6-37
- migrate/migrate.go+1-24
- migrate/migrate_test.go-73
- models/config.go-22
- models/notifications.go+18-118
- query/notifications.go-26
- rbac/objects.go-2
- schema/apply.go+1-11
- schema/notifications.hcl+14-113
- schema/openapi/canary.schema.json+11-196
- schema/openapi/canary.spec.schema.json+11-196
- schema/openapi/component.schema.json+11-199
- schema/openapi/component.spec.schema.json+11-199
- schema/openapi/config_aws.schema.json-3
- schema/openapi/config_azure.schema.json-3
- schema/openapi/config_azuredevops.schema.json-3
- schema/openapi/config_file.schema.json-3
- schema/openapi/config_githubactions.schema.json-3
- schema/openapi/config_kubernetes.schema.json+3-106
- schema/openapi/config_kubernetesfile.schema.json-3
- schema/openapi/config_sql.schema.json-3
- schema/openapi/config_trivy.schema.json-3
- schema/openapi/connection.definitions.json+4-189
- schema/openapi/connection.schema.json+9-134
- schema/openapi/health_databasebackupcheck.schema.json+1-5
- schema/openapi/health_exec.schema.json-103
- schema/openapi/health_folder.schema.json+4-8
- schema/openapi/health_http.schema.json+1-56
- schema/openapi/health_kubernetes.schema.json-100
- schema/openapi/health_s3.schema.json-3
- schema/openapi/notification.definitions.json+7-106
- schema/openapi/notification.schema.json+6-80
- schema/openapi/permission.schema.json-21
- schema/openapi/permissiongroup.schema.json+4-25
- schema/openapi/playbook-spec.schema.json-169
- schema/openapi/playbook.definitions.json+18-224
- schema/openapi/playbook.schema.json-169
- schema/openapi/scrape_config.definitions.json+3-136
- schema/openapi/scrape_config.schema.json+4-113
- schema/openapi/scrape_config.spec.schema.json+3-112
- schema/openapi/topology.definitions.json+19-234
- schema/openapi/topology.schema.json+11-199
- schema/openapi/topology.spec.schema.json+11-199
- shell/shell.go+5-83
- start.go+8-28
- tests/migration_dependency_test.go+7-7
- tests/notification_test.go+48-169
- tests/upstream_test.go+1-3
- types/common.go+1-1
- types/resource_selector.go+1-10
- types/resource_selector_test.go+2-3
- views/015_job_history.sql-2
- views/018_playbooks.sql-2
- views/021_notification.sql+5-83
- views/037_notification_group_resources.sql-38
Submodule mission-control updated 34 files
- api/event.go-10
- api/v1/connection_types.go-3
- api/v1/playbook_actions.go+2-2
- cmd/server.go+7-26
- db/connections.go+8-19
- db/notifications.go+1-117
- db/playbooks.go+1-1
- fixtures/notifications/check-label-match-query.yaml-10
- fixtures/notifications/component-match-query.yaml-11
- fixtures/permissions/config-notification-group-playbook-permission.yaml+9-26
- fixtures/permissions/connection-read.yaml-14
- go.mod+25-25
- go.sum+50-51
- llm/cost.go-534
- llm/cost_test.go-56
- llm/gemini.go-8
- llm/llm.go+12-78
- notification/context.go+2-2
- notification/events.go+42-133
- notification/job.go+88-22
- notification/notification_test.go+37-276
- notification/send.go+9-82
- notification/shoutrrr.go+3-3
- notification/suite_test.go-6
- notification/templates/component.health+1-1
- notification/templates/config.db.update+1-1
- notification/templates/config.health+1-1
- playbook/actions/ai.go+11-48
- playbook/actions/ai_slack.go+1-11
- playbook/events.go+5-29
- playbook/playbook.go+11-36
- playbook/playbook_test.go+2-2
- playbook/runner/template.go+1
- playbook/suite_test.go-4
Submodule mission-control-registry updated 17 files
- charts/aws/Chart.yaml+1-1
- charts/aws/ci/test-values.yaml-2
- charts/aws/templates/scraper.yaml+1-1
- charts/aws/templates/topology.yaml+4-4
- charts/aws/values.schema.json+202-18
- charts/aws/values.yaml+27-17
- charts/kubernetes/Chart.yaml+1-1
- charts/kubernetes/Makefile+1
- charts/kubernetes/README.md+9-53
- charts/kubernetes/ci/kubeconfig-values.yaml+2-3
- charts/kubernetes/templates/_helpers.tpl+15-17
- charts/kubernetes/templates/scraper.yaml+4-2
- charts/kubernetes/templates/topology.yaml+3-3
- charts/kubernetes/values.schema.json+1-71
- charts/kubernetes/values.yaml-44
- charts/mission-control/Chart.yaml+1-1
- charts/mission-control/templates/playbooks.yaml+1-34
0 commit comments