From b2bc7965db41763c7b45de42ef1b69cf74391205 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Tue, 15 Jun 2021 14:04:30 +0200
Subject: [PATCH] fix: remove remainder of Hubl

---
 .gitlab/issue_templates/bug.md          | 25 +------------------------
 .gitlab/issue_templates/feature.md      | 21 +--------------------
 .gitlab/issue_templates/new_instance.md | 17 +----------------
 config.sample.json                      |  2 +-
 internal/docker/README.md               |  4 ++--
 package.json                            |  2 +-
 src/components/sw-toolbox.js            |  2 +-
 7 files changed, 8 insertions(+), 65 deletions(-)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 89008f53..0b6adb2d 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -1,24 +1 @@
-# What's happening?
-
-Describe in a few words what's happening
-
-## Steps to reproduce
-
-How one can reproduce the issue - this is very important
-
-1. Step 1
-2. Step 2
-3. Step 3
-
-## Relevant logs and/or screenshots
-
-If possible, please add a screenshot.
-
-## Your Environment
-
-(Include relevant details about the environment you experienced the bug in)
-
-* Browser name and version:
-* Operating System and version (desktop or mobile):
-
-/label ~BUG
+Please go to https://git.startinblox.com/blox
\ No newline at end of file
diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md
index f9544309..0b6adb2d 100644
--- a/.gitlab/issue_templates/feature.md
+++ b/.gitlab/issue_templates/feature.md
@@ -1,20 +1 @@
-# What needs to be done
-
-## Technical details
-
-Are there any technical details worth mentioning?
-
-## Test cases
-
-Describe here the tests needed in order to validate this feature
-
-1. Step 1
-2. Step 2
-3. Step 3
-
-## Links & Mockups
-
-1. Link to user story in wiki
-2. other related Gitlab issues
-
-/label ~Feature request
+Please go to https://git.startinblox.com/blox
\ No newline at end of file
diff --git a/.gitlab/issue_templates/new_instance.md b/.gitlab/issue_templates/new_instance.md
index 2cf64a02..875bcb8c 100644
--- a/.gitlab/issue_templates/new_instance.md
+++ b/.gitlab/issue_templates/new_instance.md
@@ -1,16 +1 @@
-# Please fill all these info
-
-## General info
-
-- Name of the instance:
-- Domain: .hubl.world
-
-## Cosmetics
-
-- Logo:
-
-- Favicon:
-
-- 4 Colors:
-
-/label ~"New Instance"
+Please ask on https://git.startinblox.com/blox/platform/deploy/issues
\ No newline at end of file
diff --git a/config.sample.json b/config.sample.json
index f0983835..b8e2bd19 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -1,7 +1,7 @@
 {
   "client": {
     "name": "Sample of a functional Orbit",
-    "logo": "https://cdn.startinblox.com/logos/webp/hubl.webp"
+    "logo": "https://cdn.startinblox.com/logos/webp/startinblox.webp"
   },
   "components": [{
       "type": "registering",
diff --git a/internal/docker/README.md b/internal/docker/README.md
index 6e656a3c..9f998e54 100644
--- a/internal/docker/README.md
+++ b/internal/docker/README.md
@@ -7,6 +7,6 @@ $ curl -LO https://git.startinblox.com/djangoldp-packages/djangoldp/raw/master/D
 
 And build it along with the `settings.yml` file:
 ```
-# docker build -t registry.startinblox.com/applications/hubl/djangoldp:2.1 .
-# docker push registry.startinblox.com/applications/hubl/djangoldp:2.1
+# docker build -t registry.startinblox.com/applications/orbit/djangoldp:2.1 .
+# docker push registry.startinblox.com/applications/orbit/djangoldp:2.1
 ```
diff --git a/package.json b/package.json
index 99894ebf..c457553a 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "license": "MIT",
   "repository": {
     "type": "git",
-    "url": "https://git.startinblox.com/applications/hubl.git"
+    "url": "https://git.startinblox.com/applications/orbit.git"
   },
   "scripts": {
     "prebuild": "rimraf build",
diff --git a/src/components/sw-toolbox.js b/src/components/sw-toolbox.js
index d91f5fa1..95351579 100644
--- a/src/components/sw-toolbox.js
+++ b/src/components/sw-toolbox.js
@@ -16,7 +16,7 @@ if ('serviceWorker' in navigator) {
           backdrop: false,
           title: "",
           text: orbit.intl.t('serviceWorker.newUpdate') + ". " + orbit.intl.t('serviceWorker.wantToUpdate'),
-          imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/hubl.webp',
+          imageUrl: orbit.client.logo || 'https://cdn.startinblox.com/logos/webp/startinblox.webp',
           imageAlt: orbit.client.name,
           showCancelButton: true,
           confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check icon-margin-right-xsmall no-background-image',
-- 
GitLab