From 49127319282a4b6023347326512813a11f4d0121 Mon Sep 17 00:00:00 2001 From: shreyakhajanchi <92910380+shreyakhajanchi@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:51:36 +0530 Subject: [PATCH] Sanity updates for gCloud release (#892) --- go.sum | 4 ---- reverse_replication/reverse-replication-runner.go | 2 +- ui/dist/ui/index.html | 8 ++++---- ui/dist/ui/main.580952d7b2f83651.js | 1 - ui/dist/ui/main.d7bac2a603df4648.js | 1 + ui/dist/ui/polyfills.0ace4ea3e0ea1aea.js | 1 + ui/dist/ui/polyfills.c2c201edf5092294.js | 1 - ...me.30e542cf552662e5.js => runtime.7cb62255c16cf7ce.js} | 2 +- ui/dist/ui/styles.9b18c896a09ee20d.css | 1 - ui/dist/ui/styles.bf77748ba70110fe.css | 1 + 10 files changed, 9 insertions(+), 13 deletions(-) delete mode 100644 ui/dist/ui/main.580952d7b2f83651.js create mode 100644 ui/dist/ui/main.d7bac2a603df4648.js create mode 100644 ui/dist/ui/polyfills.0ace4ea3e0ea1aea.js delete mode 100644 ui/dist/ui/polyfills.c2c201edf5092294.js rename ui/dist/ui/{runtime.30e542cf552662e5.js => runtime.7cb62255c16cf7ce.js} (93%) delete mode 100644 ui/dist/ui/styles.9b18c896a09ee20d.css create mode 100644 ui/dist/ui/styles.bf77748ba70110fe.css diff --git a/go.sum b/go.sum index 9e61cc50b..89f4090a6 100644 --- a/go.sum +++ b/go.sum @@ -458,8 +458,6 @@ github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFSt github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pganalyze/pg_query_go/v2 v2.2.0 h1:OW+reH+ZY7jdEuPyuLGlf1m7dLbE+fDudKXhLs0Ttpk= -github.com/pganalyze/pg_query_go/v2 v2.2.0/go.mod h1:XAxmVqz1tEGqizcQ3YSdN90vCOHBWjJi8URL1er5+cA= github.com/pganalyze/pg_query_go/v5 v5.1.0 h1:MlxQqHZnvA3cbRQYyIrjxEjzo560P6MyTgtlaf3pmXg= github.com/pganalyze/pg_query_go/v5 v5.1.0/go.mod h1:FsglvxidZsVN+Ltw3Ai6nTgPVcK2BPukH3jCDEqc1Ug= github.com/pingcap/badger v1.5.1-0.20220314162537-ab58fbf40580 h1:MKVFZuqFvAMiDtv3AbihOQ6rY5IE8LWflI1BuZ/hF0Y= @@ -1007,8 +1005,6 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg= -google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= diff --git a/reverse_replication/reverse-replication-runner.go b/reverse_replication/reverse-replication-runner.go index 1de1ddfb0..441b391fd 100644 --- a/reverse_replication/reverse-replication-runner.go +++ b/reverse_replication/reverse-replication-runner.go @@ -97,7 +97,7 @@ func setupGlobalFlags() { flag.IntVar(&readerWorkers, "readerWorkers", 5, "Number of workers for reader job.") flag.IntVar(&writerWorkers, "writerWorkers", 5, "Number of workers for writer job.") flag.StringVar(&spannerReaderTemplateLocation, "spannerReaderTemplateLocation", "gs://dataflow-templates-us-east7/2024-05-21-00_RC00/flex/Spanner_Change_Streams_to_Sharded_File_Sink", "The dataflow template location for the Spanner reader job.") - flag.StringVar(&sourceWriterTemplateLocation, "sourceWriterTemplateLocation", "gs://dataflow-templates-us-east7/2024-07-01-00_RC00/flex/GCS_to_Sourcedb", "The dataflow template location for the Source writer job.") + flag.StringVar(&sourceWriterTemplateLocation, "sourceWriterTemplateLocation", "gs://dataflow-templates-us-east7/2024-07-23-00_RC00/flex/GCS_to_Sourcedb", "The dataflow template location for the Source writer job.") flag.StringVar(&jobsToLaunch, "jobsToLaunch", "both", "Whether to launch the spanner reader job or the source writer job or both. Default is both. Support values are both,reader,writer.") flag.BoolVar(&skipChangeStreamCreation, "skipChangeStreamCreation", false, "Whether to skip the change stream creation. Default is false.") flag.BoolVar(&skipMetadataDatabaseCreation, "skipMetadataDatabaseCreation", false, "Whether to skip Metadata database creation.Default is false.") diff --git a/ui/dist/ui/index.html b/ui/dist/ui/index.html index eb6cdd69d..74e441769 100644 --- a/ui/dist/ui/index.html +++ b/ui/dist/ui/index.html @@ -7,10 +7,10 @@ - - - + + +