Skip to content

Commit

Permalink
Update UI Server
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Sep 12, 2023
1 parent 39b92b3 commit 192be70
Show file tree
Hide file tree
Showing 151 changed files with 408 additions and 152 deletions.
24 changes: 13 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ require (
github.com/gorilla/securecookie v1.1.1
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/labstack/echo/v4 v4.9.1
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.3.0
go.temporal.io/api v1.21.0
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.6.0
google.golang.org/grpc v1.55.0
go.temporal.io/api v1.24.0
golang.org/x/net v0.14.0
golang.org/x/oauth2 v0.8.0
google.golang.org/grpc v1.57.0
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0
gopkg.in/yaml.v3 v3.0.1
)
Expand All @@ -27,18 +27,20 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)

Expand Down
280 changes: 267 additions & 13 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ const (
clientNameHeaderName = "client-name"
clientNameHeaderValue = "temporal-ui"
clientVersionHeaderName = "client-version"
UIVersion = "2.18.0"
UIVersion = "2.18.1"
)
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/1.7b6bbc93.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/1.e5d4cbf5.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../entry/_error.svelte.ce9961d0.js";export{t as component};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/10.1c66d231.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as r}from"./_page.976e3127.js";import{default as t}from"../entry/(app)-page.svelte.251286ca.js";export{t as component,r as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/10.f3f5ea42.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-data-converter-_port_-page.svelte.4b13d87f.js";export{t as component};
import{default as t}from"../entry/(app)-data-converter-_port_-page.svelte.0f7a7a1a.js";export{t as component};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/12.546d0d04.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/12.7a83d954.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as e}from"./_page.661af5f9.js";export{e as universal};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-import-events-page.svelte.7be8fc4f.js";export{t as component};
import{default as t}from"../entry/(app)-import-events-page.svelte.089828c1.js";export{t as component};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/14.62459290.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as e}from"./_page.f30a4e64.js";export{e as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/14.a09078fd.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-import-events-_namespace_-_workflow_-_run_-history-compact-page.svelte.ea89728c.js";export{t as component};
import{default as t}from"../entry/(app)-import-events-_namespace_-_workflow_-_run_-history-compact-page.svelte.d1a2584a.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-import-events-_namespace_-_workflow_-_run_-history-feed-page.svelte.b850cc53.js";export{t as component};
import{default as t}from"../entry/(app)-import-events-_namespace_-_workflow_-_run_-history-feed-page.svelte.3567deeb.js";export{t as component};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/18.608cb374.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../entry/(app)-namespaces-page.svelte.68af5dce.js";export{t as component};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/18.a73b929a.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/19.50c090fa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as r}from"./_page.bd101315.js";import{default as t}from"../entry/(app)-namespaces-_namespace_-page.svelte.f73dc67e.js";export{t as component,r as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/19.ef4ef0dc.js

This file was deleted.

1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/2.67377176.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/2.8515c6c4.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as r}from"./_layout.f9646db3.js";import{default as t}from"../entry/(app)-layout.svelte.29fcdee6.js";export{t as component,r as universal};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/20.3e1a1150.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as r}from"./_page.bb4fbdea.js";import{default as t}from"../entry/(app)-namespaces-_namespace_-archival-page.svelte.c81727e0.js";export{t as component,r as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/20.e8db063c.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-page.svelte.72c41b67.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-page.svelte.1a02f818.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-_schedule_-page.svelte.05f7775e.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-_schedule_-page.svelte.d8f45c1a.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-_schedule_-edit-page.svelte.051823ca.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-_schedule_-edit-page.svelte.94375227.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-create-page.svelte.a231512f.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-schedules-create-page.svelte.decd423e.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-task-queues-_queue_-page.svelte.399ab9f7.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-task-queues-_queue_-page.svelte.f0279b73.js";export{t as component};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/27.7a01ad74.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/27.cf61f122.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as r}from"./_page.b14944b6.js";import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-page.svelte.3c99401c.js";export{t as component,r as universal};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/28.ceba7c36.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as e}from"./_page.a593dedb.js";export{e as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/28.f746d19b.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/3.24ddb3f7.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../entry/(app)-import-layout.svelte.0c6840cd.js";export{t as component};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/3.5b1932ee.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{_ as r}from"./_page.ed77219c.js";import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-history-page.svelte.94aad5f5.js";export{t as component,r as universal};
import{_ as r}from"./_page.ed77219c.js";import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-history-page.svelte.7fc8428a.js";export{t as component,r as universal};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/31.8ab3f0ee.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as e}from"./_page.4d00784b.js";export{e as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/31.94dd5fc2.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/32.8ab3f0ee.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as e}from"./_page.9ffea987.js";export{e as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/32.94dd5fc2.js

This file was deleted.

1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/33.8ab3f0ee.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as e}from"./_page.a85e69cb.js";export{e as universal};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/33.94dd5fc2.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-pending-activities-page.svelte.26f8d277.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-pending-activities-page.svelte.34b951f7.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-query-page.svelte.cd26cab5.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-query-page.svelte.93f08733.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-stack-trace-page.svelte.a49ab006.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-stack-trace-page.svelte.2eb6fdb4.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-workers-page.svelte.b14f2e16.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-workers-page.svelte.09b1b47c.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-select-namespace-page.svelte.2ff01546.js";export{t as component};
import{default as t}from"../entry/(app)-select-namespace-page.svelte.2d4f801d.js";export{t as component};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/39.3284deeb.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../entry/(login)-login-page.svelte.e01a1fa8.js";export{t as component};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/39.4282e608.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-import-events-_namespace_-_workflow_-_run_-history-layout.svelte.72af70d0.js";export{t as component};
import{default as t}from"../entry/(app)-import-events-_namespace_-_workflow_-_run_-history-layout.svelte.ac104a2a.js";export{t as component};
1 change: 1 addition & 0 deletions ui/assets/local/_app/immutable/chunks/40.23fa8249.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{default as t}from"../entry/(login)-signin-page.svelte.e01a1fa8.js";export{t as component};
1 change: 0 additions & 1 deletion ui/assets/local/_app/immutable/chunks/40.a0e532c1.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{_ as r}from"./_layout.d45f959f.js";import{default as t}from"../entry/layout.svelte.1ecafece.js";export{t as component,r as universal};
import{_ as r}from"./_layout.b53e967c.js";import{default as t}from"../entry/layout.svelte.1ecafece.js";export{t as component,r as universal};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-layout.svelte.ccb757a4.js";export{t as component};
import{default as t}from"../entry/(app)-namespaces-_namespace_-workflows-_workflow_-_run_-layout.svelte.a3178fdd.js";export{t as component};
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{_ as r}from"./_layout.d29348a6.js";import{default as t}from"../entry/(login)-layout.svelte.1ecafece.js";export{t as component,r as universal};
import{_ as r}from"./_layout.25e245e4.js";import{default as t}from"../entry/(login)-layout.svelte.1ecafece.js";export{t as component,r as universal};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 192be70

Please sign in to comment.