fix: remove remainder of Hubl

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-15 14:04:30 +02:00
parent 56b153cec0
commit b2bc7965db
7 changed files with 8 additions and 65 deletions

View File

@ -1,24 +1 @@
# What's happening? Please go to https://git.startinblox.com/blox
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

View File

@ -1,20 +1 @@
# What needs to be done Please go to https://git.startinblox.com/blox
## 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

View File

@ -1,16 +1 @@
# Please fill all these info Please ask on https://git.startinblox.com/blox/platform/deploy/issues
## General info
- Name of the instance:
- Domain: .hubl.world
## Cosmetics
- Logo:
- Favicon:
- 4 Colors:
/label ~"New Instance"

View File

@ -1,7 +1,7 @@
{ {
"client": { "client": {
"name": "Sample of a functional Orbit", "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": [{ "components": [{
"type": "registering", "type": "registering",

View File

@ -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: And build it along with the `settings.yml` file:
``` ```
# docker build -t 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/hubl/djangoldp:2.1 # docker push registry.startinblox.com/applications/orbit/djangoldp:2.1
``` ```

View File

@ -4,7 +4,7 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.startinblox.com/applications/hubl.git" "url": "https://git.startinblox.com/applications/orbit.git"
}, },
"scripts": { "scripts": {
"prebuild": "rimraf build", "prebuild": "rimraf build",

View File

@ -16,7 +16,7 @@ if ('serviceWorker' in navigator) {
backdrop: false, backdrop: false,
title: "", title: "",
text: orbit.intl.t('serviceWorker.newUpdate') + ". " + orbit.intl.t('serviceWorker.wantToUpdate'), 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, imageAlt: orbit.client.name,
showCancelButton: true, showCancelButton: true,
confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check icon-margin-right-xsmall no-background-image', confirmButtonClass: 'button text-xsmall text-bold text-center reversed color-secondary bordered icon icon-check icon-margin-right-xsmall no-background-image',