diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index 89008f5..0b6adb2 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 f954430..0b6adb2 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 2cf64a0..875bcb8 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 f098383..b8e2bd1 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 6e656a3..9f998e5 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 99894eb..c457553 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 d91f5fa..9535157 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',