James
James
While researching #1455, I discovered that launching the visual builder for flows does not correctly instantiate a new flow to work on. The UI appears to: - Create a new...
If the Snapshots endpoint {snapshots-service}/snapshots/{flowId}/steps is called, and the flowExecId is not added as a query parameter, the endpoint will return no data, even if many snapshots exist for that...
In the library for Component Orchestrator, the decision to purge snapshots is made based on the `_checkFlowProgress()` function in [ComponentOrchestrator.js](https://github.com/openintegrationhub/openintegrationhub/blob/0378017fb45ed6e3d0d1c3e054e6bba92c266600/lib/component-orchestrator/src/ComponentOrchestrator.js#L318). In this function, the number of "started" components in a...
Since the addition of the `flowExecId` to the Snapshots service, in order to allow for "complex" flows including the Logic Gateway, it is possible for multiple snapshots to exist for...
In order to ease entry to the OIH project and ongoing development management, we intend to more clearly delineate which services are "core" to the OIH Framework, and which are...
For the framework streamline (#1442) - [ ] Write an overview page on the difference between monorepo services and external services - [ ] Update all services with proper "location"...
For framework streamline (#1442): - [ ] Remove dev-tools from monorepo and create their own repo - [ ] Update minikube script - How to declare code location? Choose: -...
For each "non-core" service as listed in the parent epic (#1442): - [ ] Remove the service from the CircleCI config - [ ] Write a new deployment script using...
For each extracted service in the parent issue (#1442), remove that service from the monorepo, using a new branch to hold the deletions until all other work is also completed,...
For each service in the parent issue (#1442): - [ ] copy service code, and library code where applicable, into a new repository - [ ] Update the Dockerfile for...