File tree
8 files changed
+10
-10
lines changed- mission-control/docs
- guide/notifications/concepts
- reference/notifications
- modules
8 files changed
+10
-10
lines changedSubmodule mission-control-chart updated 12 files
- agent-chart/Chart.yaml+1-1
- agent-chart/values.yaml+1-1
- chart/Chart.yaml+2-2
- chart/crds/mission-control.flanksource.com_connections.yaml+4
- chart/crds/mission-control.flanksource.com_notifications.yaml+3
- chart/values.yaml+1-1
- crd-chart/Makefile+1-5
- crd-chart/templates/canary-checker.flanksource.com_Canary.yaml
- crd-chart/templates/canary-checker.flanksource.com_Component.yaml
- crd-chart/templates/canary-checker.flanksource.com_Topology.yaml
- crd-chart/templates/mission-control.flanksource.com_connections.yaml+9
- crd-chart/templates/mission-control.flanksource.com_notifications.yaml+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Submodule mission-control updated 25 files
- .gitignore+3-1
- api/v1/notification_types.go+3
- api/v1/playbook_actions.go+7
- artifacts/artifacts.go+113-9
- config/crds/mission-control.flanksource.com_connections.yaml+4
- config/crds/mission-control.flanksource.com_notifications.yaml+3
- config/schemas/connection.schema.json+5-1
- config/schemas/notification.schema.json+3
- db/connections.go+2-2
- db/notifications.go+8
- go.mod+2-2
- go.sum+2-2
- notification/events.go+2-1
- notification/shoutrrr.go+17-4
- pkg/clients/git/connectors/git_access_token.go+8-4
- pkg/clients/git/connectors/git_ssh.go+8-4
- playbook/actions/ai.go+119-67
- playbook/actions/ai_slack.go+1-1
- playbook/actions/gitops.go+2-4
- playbook/actions/pod.go+1-1
- playbook/runner/artifacts.go-54
- playbook/runner/exec.go+5-3
- utils/bytes.go+9
- utils/bytes_test.go+55
- utils/dir.go+30
Submodule mission-control-chart updated 12 files
- agent-chart/Chart.yaml+1-1
- agent-chart/values.yaml+1-1
- chart/Chart.yaml+2-2
- chart/crds/mission-control.flanksource.com_connections.yaml+4
- chart/crds/mission-control.flanksource.com_notifications.yaml+3
- chart/values.yaml+1-1
- crd-chart/Makefile+1-5
- crd-chart/templates/canary-checker.flanksource.com_Canary.yaml
- crd-chart/templates/canary-checker.flanksource.com_Component.yaml
- crd-chart/templates/canary-checker.flanksource.com_Topology.yaml
- crd-chart/templates/mission-control.flanksource.com_connections.yaml+9
- crd-chart/templates/mission-control.flanksource.com_notifications.yaml+3
0 commit comments