Skip to content

Commit

Permalink
📝 Maintenance: adds status badges and adds new fields in template for…
Browse files Browse the repository at this point in the history
…ms for bug issues (#3978)
  • Loading branch information
pcrespov authored Mar 15, 2023
1 parent 929d30e commit 903b05d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- BADGES: LINKS TO IMAGES. Default to https://shields.io/ ------------------------------>
[black_badge]:https://img.shields.io/badge/code%20style-black-000000.svg
Expand All @@ -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
<!------------------------------------------------------------------------------------------>


Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/docker-compose-config.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 903b05d

Please sign in to comment.