From bbf08ff9d17e57de3394bc7e6f8d4d5577b4cc0b Mon Sep 17 00:00:00 2001 From: sd109 Date: Thu, 5 Sep 2024 10:31:40 +0100 Subject: [PATCH 1/4] Hide user invitation option in admin UI --- web/src/app/admin/users/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/app/admin/users/page.tsx b/web/src/app/admin/users/page.tsx index 0c258cd857c..bf86add743d 100644 --- a/web/src/app/admin/users/page.tsx +++ b/web/src/app/admin/users/page.tsx @@ -104,7 +104,7 @@ const UsersTables = ({ return ( <> - + {/* {invited.length > 0 ? ( finalInvited.length > 0 ? ( )} - + */} {
- + {/* */}
Date: Thu, 5 Sep 2024 10:43:42 +0100 Subject: [PATCH 2/4] Bump version tags for testing --- deployment/helm/Chart.yaml | 2 +- deployment/helm/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index d78e280eb6d..f491e07f158 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -5,7 +5,7 @@ home: https://www.danswer.ai/ sources: - "https://github.com/danswer-ai/danswer" type: application -version: 0.2.0 +version: 0.2.0-no-invite-users.1 appVersion: v0.5.10 dependencies: - name: postgresql diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index 56588150074..7715492f8e4 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -11,8 +11,7 @@ appVersionOverride: # e.g "v0.3.93" # tags to refer to downstream StackHPC-modified images. # The full image ref will be: # {{ image-name }}:{{ image-tag or appVersion }}-{{ tagSuffix }} -# tagSuffix: stackhpc.1 -tagSuffix: stackhpc.2 +tagSuffix: no-invite-users.1 zenithClient: iconUrl: https://raw.githubusercontent.com/danswer-ai/danswer/1fabd9372d66cd54238847197c33f091a724803b/Danswer.png From 091e9ea175672e4370661b34c005921fc9c7b6cd Mon Sep 17 00:00:00 2001 From: sd109 Date: Thu, 5 Sep 2024 11:53:29 +0100 Subject: [PATCH 3/4] Bump Helm chart version --- deployment/helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index f491e07f158..03b6232fd71 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -5,7 +5,7 @@ home: https://www.danswer.ai/ sources: - "https://github.com/danswer-ai/danswer" type: application -version: 0.2.0-no-invite-users.1 +version: 0.2.1 appVersion: v0.5.10 dependencies: - name: postgresql From 63b14623b44fe6a9224f12229d08f2084a9b1345 Mon Sep 17 00:00:00 2001 From: sd109 Date: Thu, 5 Sep 2024 11:54:17 +0100 Subject: [PATCH 4/4] Bump stackhpc image tag --- deployment/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index 7715492f8e4..e203ebdf5f3 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -11,7 +11,7 @@ appVersionOverride: # e.g "v0.3.93" # tags to refer to downstream StackHPC-modified images. # The full image ref will be: # {{ image-name }}:{{ image-tag or appVersion }}-{{ tagSuffix }} -tagSuffix: no-invite-users.1 +tagSuffix: stackhpc.3 zenithClient: iconUrl: https://raw.githubusercontent.com/danswer-ai/danswer/1fabd9372d66cd54238847197c33f091a724803b/Danswer.png