-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule config-db
updated
13 files
+3 −9 | .github/dependabot.yml | |
+3 −2 | api/v1/aws.go | |
+17 −14 | api/v1/common.go | |
+2 −2 | api/v1/zz_generated.deepcopy.go | |
+1 −2 | chart/crds/configs.flanksource.com_scrapeconfigs.yaml | |
+8 −11 | config/schemas/config_aws.schema.json | |
+8 −11 | config/schemas/scrape_config.schema.json | |
+4 −4 | go.mod | |
+2 −2 | go.sum | |
+69 −30 | scrapers/aws/aws.go | |
+0 −120 | scrapers/aws/aws_session.go | |
+16 −14 | scrapers/aws/cost.go | |
+3 −1 | scrapers/run.go |
Submodule duty
updated
9 files
+14 −9 | models/playbooks.go | |
+7 −4 | query/checks.go | |
+7 −4 | query/components.go | |
+12 −9 | query/config.go | |
+16 −5 | query/resource_selector.go | |
+2 −2 | relationship_selector.go | |
+3 −3 | tests/getters_test.go | |
+66 −0 | tests/query_resource_selector_test.go | |
+16 −10 | views/011_users.sql |
Submodule mission-control
updated
15 files
+2 −2 | auth/kratos_client.go | |
+110 −0 | echo/people.go | |
+3 −0 | echo/serve.go | |
+2 −2 | go.mod | |
+2 −2 | go.sum | |
+69 −18 | notification/template.go | |
+1 −1 | notification/templates/check.failed | |
+1 −1 | notification/templates/check.passed | |
+1 −1 | notification/templates/component.health | |
+1 −1 | notification/templates/config.db.update | |
+1 −1 | notification/templates/config.health | |
+5 −0 | rbac/init.go | |
+1 −1 | rbac/objects.go | |
+1 −1 | rbac/policies.yaml | |
+1 −0 | rbac/policy.go |