ui-server icon indicating copy to clipboard operation
ui-server copied to clipboard

Golang Server for https://github.com/temporalio/ui

Results 9 ui-server issues
Sort by recently updated
recently updated
newest added

## What was changed I upgraded the temporalio/base-server image to 1.15.7, and the temporalio/base-builder image to 1.14.8. ## Why? I did this to match what was in the [docker builds](https://github.com/temporalio/docker-builds/blob/main/server.Dockerfile)...

Other Temporal containers use UID/GID = 1000, see for example here https://github.com/temporalio/helm-charts/blob/master/values.yaml#L88 Web UI is the only one using UID 5000, so this patch fixes this inconsistency.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies
go

## What was changed Add Github workflow to scan PRs with Semgrep. ## Why? This will eventually be an org-wide required workflow, but Github won't let us have access to...

## What was changed Add Github workflow to scan PRs with Semgrep. ## Why? This will eventually be an org-wide required workflow, but Github won't let us have access to...

## What was changed This PR adds a way to configure the UI server bind address / host using an environment variable. Right now you can configure the port using...

## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?

## What was changed Bump the Go version from 1.20 to 1.23 in the test GitHub Action workflow. ## Why? We encountered some issues building the UI server locally and...

Trying to drop the transitive golang-jwt/[email protected] dep for https://github.com/advisories/GHSA-mh63-6h87-95cp ## What was changed Bumped the echo/v4 dpendency ## Why? Trying to drop the transitive golang-jwt/[email protected] dep for https://github.com/advisories/GHSA-mh63-6h87-95cp ## Checklist...