-
Currently, to remove a service the iLert API requires that the service must be first removed from any status page.
This creates a cyclic dependency when removing a service from a status page when dec…
-
## Affecting Packages/Plugins
* [root](package.json)
* [example-app](packages/app/package.json)
* [@backstage/app-defaults](packages/app-defaults/package.json)
* [example-backend](packages/backend/p…
-
Currently bung notifies by email only. Many other notification channels are available, such as Discord, iLert, iTop, JIRA, ManageEngine ServiceDesk, Matrix, Mattermost, MS Teams, Opsgenie, OTRS, Pager…
-
## Affecting Packages/Plugins
* [root](package.json)
* [example-app](packages/app/package.json)
* [@backstage/app-defaults](packages/app-defaults/package.json)
* [example-backend](packages/backend/p…
-
### 📜 Description
When a WebSocket request is made into the K8sProxy to a cluster, and there's no http-proxy handler instance stored for that specific cluster, the socket upgrade hangs.
### 👍 Ex…
-
### 📜 Description
If you have an auth provider registered in `/packages/backend/src/plugins/auth.ts` but no matching configuration, the backstage startup silently ignores your auth provider, and star…
-
### 📜 Description
When Tech Radar was added to Lighthouse (https://github.com/backstage/backstage/pull/19328), the Accessibility report for the Tech Radar plugin currently (as of https://github.com/b…
-
### 📜 Description
It's not possible to pass form validation on the field defined as `oneOf` for other than the first item (RabbitMQ for my example) .
It shows validation error (twice, even there i…
-
Example:
```
data "ilert_service" "service" {
name = var.ilert_service_name
}
```
Message:
```
│ Error: could not read a service with ID
│
│ with module.uptime-gcp-ilert.data.ilert_servi…
-
Python2 is EOL: https://blog.python.org/2020/04/python-2718-last-release-of-python-2.html
For Python3 some changes are required.
E.g. urllib2 module has been split across several modules in Python…