transform-hub icon indicating copy to clipboard operation
transform-hub copied to clipboard

Scramjet Transform Hub (STH) is a runtime supervisor that can run data processing programs called Sequences and manage local resources on any Linux server, Docker on small edge servers, and even large...

Results 64 transform-hub issues
Sort by recently updated
recently updated
newest added

**Feature description** Add a system that generates a default config file based on `sth-config` package in `yaml` with comments. This would be used in documentation.

feature request
read

**Feature description** Currently the IaC configuration works only when starting STH with the correct config and switches. It would be great if a user could run a `si` command: ```...

help wanted
feature request
read

**Describe the bug** I've uploaded a lot of sequences to STH, now running `si sequence ls` it trims JSON output like following: ```bash { id: 'b3290435-ee94-42a5-9b32-e28a3eefa895', config: { type: 'kubernetes',...

bug
to verify
read

**Feature description** Adds --filter to `ls` command to filter output `si instance ls --filter ` `si sequence ls --filter `

enhancement
help wanted
read

LoadCheck uses https://github.com/scramjetorg/transform-hub/blob/devel/packages/sth-config/src/config-service.ts#L37-L42 but doesn't read instance requirements. > yup. load-check has hardcoded values(mem free) required to run an instance and doesn't include limits from config / limits _Originally posted...

bug
to verify
read

**Describe the bug** A clear and concise description of what the bug is. STH does not cleanup runners with `Completed` status ```bash NAME READY STATUS RESTARTS AGE runner-16340249-7a8f-42c0-9abe-41e8079af9f5 0/1 Completed...

bug
help wanted
read

**Describe the bug** Not a bug but a place to improvement. ```VerserConnection.forward(req: IncomingMessage, res: ServerResponse): Promise``` https://github.com/scramjetorg/transform-hub/blob/devel/packages/verser/src/lib/verser-connection.ts#L80-L136 could utilize ```VerserConnection.makeRequest``` https://github.com/scramjetorg/transform-hub/blob/devel/packages/verser/src/lib/verser-connection.ts#L144-L162 instead of implementing low level http chunked transfer on...

enhancement
read

**Feature description** We should add ability via some argument to connect to endpoint with self signed certs e.g for development purposes. Some argument like `-k` / `--insecure` in curl will...

cli
feature request
read

**Feature description** When building `[email protected]` we should update all dependencies to `@types/node` to at least the closest major (minor preferably).

group:devexp
read

**Describe the bug** autocompletion doesn't suggest files and directories e.g in `si pack` **Steps to Reproduce** 1. type `si pack ` and press tab for autocompletion **Expected behavior** `si pack`...

enhancement
help wanted
high prio
group:interface
read