Pawel Kosiec
Pawel Kosiec
## Description Improve DB Populator: - Allow uploading (adding & replacing) single manifests - Do not require serving JSON files, as this is problematic especially when populating Capact available behind...
## Description Current Capact Implementation manifest syntax leave much to be desired. There is much of boilerplate which increases the time for new manifests development. Even if we have generators,...
## Description - Investigate how we can speed up Implementation manifests update for Helm and Terraform - Probably it should be a manually-triggered tool (part of CLI), which updates manifests...
## Description This task lists all consequences of the [Action rollback proposal](https://github.com/capactio/capact/blob/530d3dd3db491380eafcd43075aa894d3b9a4afa/docs/proposal/20201209-action-rollback.md), which was introduced in #83. - Introduce new properties in OCF schema and Local Hub GraphQL API (1SP)...
## Description - Validate manifests when populating them to Hub - Taking into account current design, it should be probably a part of Populator job - Use existing validation logic...
## Description Implement subscriptions on Engine GraphQL API to be able to push real-time data to the API consumer: - GraphQL Subscriptions for Action Custom Resource - consume Kubernetes (Create/Update/Delete)...
## Description 1. Expose runtime metrics in Hub Node.js app (e.g. using https://github.com/siimon/prom-client) 2. Add ServiceMonitor for Prometheus in Helm chart 3. Create Grafana dashboard ## Reason It will make...
## Description Use dedicated [GitHub Action](https://github.com/snyk/actions) on the branch build only (see the job definition [here](https://github.com/capactio/capact/blob/main/.github/workflows/branch-build.yaml)). ## Reason It would be great to detect security vulnerabilities as soon as possible.
## Description Collect audit logs for all Capact components. ### Idea The very first version could be implemented on Gateway, by logging full queries and mutations done by a given...
## Description Implement Type composition features according to the documentation: https://capact.io/docs/feature/type-features#type-composition. **To consider:** if we went in the direction of one Hub: Implement relations between Types and TypeInstances (see the...