Patrik Oldsberg
Patrik Oldsberg
Couple of changes baked into one here. The kubernetes example Dockerfile in contrib has been removed, as the TechDocs procedure is already documented [here](https://backstage.io/docs/features/techdocs/getting-started#disabling-docker-in-docker-situation-optional), and the cookiecutter procedure is not...
## Hey, I just made a Pull Request! Removal of deprecation introduced in #13075 #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) -...
## Backend System Info - [RFC](https://github.com/backstage/backstage/issues/11611) - [Overview Issue](https://github.com/backstage/backstage/issues/13081) - [Milestone](https://github.com/backstage/backstage/milestone/36) ## Core API Tasks Tasks related to the Core API surface - [x] @backstage/backend-defaults, #13085 - [ ] Merge...
## Backend System Info - [RFC](https://github.com/backstage/backstage/issues/11611) - [Overview Issue](https://github.com/backstage/backstage/issues/13081) - [Milestone](https://github.com/backstage/backstage/milestone/36) ## Plugin Tasks Tasks related to migrating existing plugins to be part of the new Backend System. - [...
## Backend System Info - [RFC](https://github.com/backstage/backstage/issues/11611) - [Overview Issue](https://github.com/backstage/backstage/issues/13081) - [Milestone](https://github.com/backstage/backstage/milestone/36) ## Service Tasks Tasks related to building out service definitions and implementations. - [ ] Service corresponding to app-backend...
[RFC](https://github.com/backstage/backstage/issues/11611), [Milestone](https://github.com/backstage/backstage/milestone/36) The following is a list of issue task collections that are in scope for the initial Backend System release. All of the below issues will evolve over time...
## Discussion We likely want the ability to define some form of common backend environments in the form of an internal package used to configure a common baseline for all...
## Discussion How do we handle things like CatalogClient and GitHubCredentialsProvider? Are they services? Do they perhaps live in a separate package and is a service that’s depended on more...
## Feature Suggestion Add test utilities that provides an easy way of mocking service implementations and anything else you'd need for testing packages based on the new backend system. Since...
## Feature Suggestion The following logic is currently used to check the whether we need to generate a new HTTPS certificate for development: https://github.com/backstage/backstage/blob/5330e3758888b46da7833cdd2ae8efd39797044e/packages/backend-common/src/service/lib/hostFactory.ts#L100-L101 It would be preferable to check...