Pawel Kosiec

Results 72 issues of 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...

enhancement
area/hub

## 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,...

enhancement
area/hub-manifests
needs-triage

## 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...

enhancement
area/cli
area/hub-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)...

enhancement
area/engine
area/cli
area/hub-manifests

## 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...

enhancement
area/hub

## 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)...

enhancement
area/engine

## 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...

enhancement
area/hub
on-hold

## 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.

enhancement
good first issue
area/ci

## 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...

enhancement
area/engine
area/hub
area/gateway
needs-triage

## 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...

enhancement
area/hub
needs-triage