Patrik Oldsberg
Patrik Oldsberg
Thoughts on this restructure? I though it might be a bit clearer. Moved it down as well since I don't think it needs to be as far up. Other names...
## Hey, I just made a Pull Request! Closes #25212 This introduces the structure that we use in the backend system to the frontend system too, where the `-app-api` package...
## Hey, I just made a Pull Request! This adds a new event bus API in `events-backend`, which is then used by the events service implementation by default. The events...
Updating the notifications BEP to talk about events service instead of event broker, as well as updates for the current state of the events system.
## Feature Suggestion Full ESM support, including the package `"exports"` field with the module format specifiers, across all aspects of development. ## Possible Implementation We currently support ESM in the...
## Hey, I just made a Pull Request! This makes it possible to pass credentials objects to the catalog service in the backend. It now has its own type as...
### 🔖 Need [BEPs](https://github.com/backstage/backstage/tree/master/beps) have been a part of our process in the project for a little while now. I find it to be fairly successful in discussing work to...
## Hey, I just made a Pull Request! This adds a new root `jest.rejectFrontendNetworkRequests` flag that lets you reject network requests in all frontend packages in the repo. In a...
**Status:** Open for comments and community contribution ## Need The Backstage catalog is designed be a central hub of information within an organization. It typically contains information about and organization's...
### 🔖 Need Backstage has a [design system](https://backstage.io/docs/dls/design) based on [Material Design](https://m3.material.io/) through [MUI](https://mui.com/material-ui/). Someone building a UI in Backstage will use both our [core components](https://github.com/backstage/backstage/tree/master/packages/core-components) as well as MUI...