From 903b05d361e84c069a0ead548c8627a2002b1a2c Mon Sep 17 00:00:00 2001 From: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:55:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Maintenance:=20adds=20status=20b?= =?UTF-8?q?adges=20and=20adds=20new=20fields=20in=20template=20forms=20for?= =?UTF-8?q?=20bug=20issues=20(#3978)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 15 +++++++++++++++ README.md | 4 ++++ scripts/docker/docker-compose-config.bash | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 83658028670..a05e7c144e3 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -10,6 +10,21 @@ body: options: - label: I have searched the existing issues required: true + - type: dropdown + id: deploy + attributes: + label: Which deploy/s? + description: Where did you experience this bug? This will help us identifying the version of the faulty code you used. + multiple: true + options: + - "production aws (e.g. osparc.io)" + - "staging aws (e.g. staging.osparc.io)" + - "production on-premise (dalco)" + - "stating on-premise (dalco)" + - "development (master)" + - "other (e.g. local)" + validations: + required: false - type: textarea attributes: label: Current Behavior diff --git a/README.md b/README.md index f8915e4082b..da0f1259d22 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ [![dockerhub_badge]](https://hub.docker.com/u/itisfoundation) [![license_badge]](./LICENSE) [![sonarcloud_badge]](https://sonarcloud.io/summary/new_code?id=ITISFoundation_osparc-simcore) +[![osparc_status]](https://status.osparc.io) +[![s4l_status]](https://s4llite.statuspage.io) [black_badge]:https://img.shields.io/badge/code%20style-black-000000.svg @@ -22,6 +24,8 @@ [dockerhub_badge]:https://img.shields.io/website/https/hub.docker.com/u/itisfoundation.svg?down_color=red&label=docker%20images&up_color=blue [license_badge]:https://img.shields.io/github/license/ITISFoundation/osparc-simcore [sonarcloud_badge]:https://sonarcloud.io/api/project_badges/measure?project=ITISFoundation_osparc-simcore&metric=alert_status +[s4l_status]:https://img.shields.io/badge/dynamic/json?label=s4l-lite.io&query=%24.status.description&url=https%3A%2F%2Fdfrzcpn4jp96.statuspage.io%2Fapi%2Fv2%2Fstatus.json +[osparc_status]:https://img.shields.io/badge/dynamic/json?label=osparc.io&query=%24.status.description&url=https%3A%2F%2Fstatus.osparc.io%2Fapi%2Fv2%2Fstatus.json diff --git a/scripts/docker/docker-compose-config.bash b/scripts/docker/docker-compose-config.bash index e2db2070b45..c8231d0f2e5 100755 --- a/scripts/docker/docker-compose-config.bash +++ b/scripts/docker/docker-compose-config.bash @@ -91,7 +91,7 @@ docker-compose \ do docker_command+=" --file=${compose_file_path}" done - docker_command+="\ + docker_command+=" \ config \ | sed --regexp-extended 's/cpus: ([0-9\\.]+)/cpus: \"\\1\"/'" # Execute the command