From cc293222e1b033859fcb5e9c1fe8b69aa3b9a156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 2 Dec 2020 23:34:54 +0100 Subject: [PATCH 01/56] Set ocelot-social as Kubernetes namespace --- deployment/digital-ocean/https/namespace.yaml | 4 ++-- deployment/namespace.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/digital-ocean/https/namespace.yaml b/deployment/digital-ocean/https/namespace.yaml index 0710da55b0..43898c5466 100644 --- a/deployment/digital-ocean/https/namespace.yaml +++ b/deployment/digital-ocean/https/namespace.yaml @@ -1,6 +1,6 @@ kind: Namespace apiVersion: v1 metadata: - name: human-connection + name: ocelot-social labels: - name: human-connection + name: ocelot-social diff --git a/deployment/namespace.yaml b/deployment/namespace.yaml index 0710da55b0..43898c5466 100644 --- a/deployment/namespace.yaml +++ b/deployment/namespace.yaml @@ -1,6 +1,6 @@ kind: Namespace apiVersion: v1 metadata: - name: human-connection + name: ocelot-social labels: - name: human-connection + name: ocelot-social From 941b0217b6bec8a064988236bb6343629b5dada7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 2 Dec 2020 23:35:12 +0100 Subject: [PATCH 02/56] Fix linting --- webapp/components/AvatarMenu/AvatarMenu.vue | 2 +- webapp/components/Empty/Empty.vue | 2 +- webapp/components/Registration/CreateUserAccount.vue | 2 +- webapp/components/ShoutButton.vue | 2 +- webapp/layouts/basic.vue | 8 ++++---- webapp/layouts/blank.vue | 2 +- webapp/layouts/default.vue | 10 +++++----- webapp/layouts/no-header.vue | 2 +- webapp/pages/logout.vue | 6 +++--- webapp/pages/profile/_id/_slug.vue | 6 +++--- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index 63c550fd3d..f65c6f6cfd 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -20,7 +20,7 @@ {{ $t('login.hello') }} {{ userName }} diff --git a/webapp/components/Empty/Empty.vue b/webapp/components/Empty/Empty.vue index 5e797a0eb4..9d5e075fe2 100644 --- a/webapp/components/Empty/Empty.vue +++ b/webapp/components/Empty/Empty.vue @@ -5,7 +5,7 @@ :src="iconPath" width="80" class="hc-empty-icon" - style="margin-bottom: 5px;" + style="margin-bottom: 5px" alt="Empty" />
diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue index 4603145c02..790244df1b 100644 --- a/webapp/components/Registration/CreateUserAccount.vue +++ b/webapp/components/Registration/CreateUserAccount.vue @@ -103,7 +103,7 @@ > - {{ shoutedCount }}x + {{ shoutedCount }}x {{ $t('shoutButton.shouted') }} diff --git a/webapp/layouts/basic.vue b/webapp/layouts/basic.vue index 3674ef94d1..d9a4db4c7e 100644 --- a/webapp/layouts/basic.vue +++ b/webapp/layouts/basic.vue @@ -1,22 +1,22 @@