From 69dba26ece626b0b9627adc5f94f3105077afc57 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 29 Feb 2024 17:29:19 +0400 Subject: [PATCH] fix: redirect omni feedback to omni repo Now that `omni` repo is public we can use it. Signed-off-by: Andrey Smirnov --- frontend/src/api/resources.ts | 7 ++++--- frontend/src/components/THeader/THeader.vue | 2 +- frontend/src/methods/key.ts | 2 +- hack/test/integration.sh | 2 +- internal/internal/tools/tsgen/ts.template | 7 ++++--- internal/version/data/tag | 2 +- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/frontend/src/api/resources.ts b/frontend/src/api/resources.ts index cd796d67..3e21a69b 100644 --- a/frontend/src/api/resources.ts +++ b/frontend/src/api/resources.ts @@ -1,6 +1,7 @@ -// This Runtime Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// Copyright (c) 2024 Sidero Labs, Inc. +// +// Use of this software is governed by the Business Source License +// included in the LICENSE file. // THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. diff --git a/frontend/src/components/THeader/THeader.vue b/frontend/src/components/THeader/THeader.vue index cffac75f..a8f4128f 100644 --- a/frontend/src/components/THeader/THeader.vue +++ b/frontend/src/components/THeader/THeader.vue @@ -19,7 +19,7 @@ included in the LICENSE file. Documentation - + Report an issue diff --git a/frontend/src/methods/key.ts b/frontend/src/methods/key.ts index 0289ffdc..b4eeca27 100644 --- a/frontend/src/methods/key.ts +++ b/frontend/src/methods/key.ts @@ -262,7 +262,7 @@ const registerInterceptors = () => { } else if (url.indexOf("/image/") == 0) { config.headers.set(TimestampHeaderKey, ts); - const sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"; + const sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"; // empty string sha256 const payload = [config.method ?? "GET", url, ts, sha256].join("\n"); const signature = await signDetached(payload); const fingerprint = keys?.publicKey.getFingerprint(); diff --git a/hack/test/integration.sh b/hack/test/integration.sh index 60c10950..bef73a98 100755 --- a/hack/test/integration.sh +++ b/hack/test/integration.sh @@ -99,7 +99,7 @@ nice -n 10 ${ARTIFACTS}/omni-linux-amd64 \ --advertised-api-url "${BASE_URL}" \ --auth-auth0-client-id jS47T064CfFE1IqqIYZ8HfYLkZhFoa1Y \ --auth-auth0-domain sidero-omni-dev.us.auth0.com \ - --initial-users ${AUTH_USERNAME} \ + --initial-users "${AUTH_USERNAME}" \ --private-key-source "vault://secret/omni-private-key" \ --public-key-files "internal/backend/runtime/omni/testdata/pgp/new_key.public" \ --bind-addr 0.0.0.0:8099 \ diff --git a/internal/internal/tools/tsgen/ts.template b/internal/internal/tools/tsgen/ts.template index a5fe0f26..32730680 100644 --- a/internal/internal/tools/tsgen/ts.template +++ b/internal/internal/tools/tsgen/ts.template @@ -1,6 +1,7 @@ -// This Runtime Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. +// Copyright (c) 2024 Sidero Labs, Inc. +// +// Use of this software is governed by the Business Source License +// included in the LICENSE file. // THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. diff --git a/internal/version/data/tag b/internal/version/data/tag index 8c20c527..66dc9051 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.20.0 \ No newline at end of file +undefined \ No newline at end of file