Min Kim
Min Kim
I ran into an issue for number input fields with an onChange that directly invokes a set transition. This prevents the user from inputting decimals because ```123.``` would immediately return...
If another app is opened in the same port that is configured to be the app port in `bigtest.json`, the server will assume it's the app that it's supposed to...
Previously we weren't able to tell if the manifest was rebuilt or not so user was unsure if their new test run is of their latest saved files or if...
Update the backend plugin template for `backstage-cli` to be compatible with the new backend system
## Hey, I just made a Pull Request! Related to #21288. - `backstage-cli new` template for backend-plugin exports plugin using `createBackendPlugin` while still exporting `createRouter` to be compatible with both...
## Hey, I just made a Pull Request! Part 2 for #21288. Dependent on #19476. Removed all the plugin files for the backend in the `create-app` template, added new dependencies...
I was reading through the effection v3 docs and had some ideas on better organizing its content: ## Getting Started This section should be reserved for content that _prepares_ the...
✨ TL;DR: See conclusion section at the bottom. Covector currently offers `date` and `sha` as options for preview package version templating: ``` 1.0.0-my_branch.abcdefg
## Context The current `GithubOrgEntityProvider` fetches members and teams of an organization. There's only one function available for updating the database and it's [`read()`](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-github/src/GitHubOrgEntityProvider.ts#L106-L145) - it fetches the users/teams and...
In #3 we introduced a roll back step in the release workflow for when a new deployment of backstage is not successful. This will work fine in most cases but...