Heikki Hellgren
Heikki Hellgren
Sometimes usernames might change in the Backstage or people might leave the company. It should be possible to move all their questions/answers to some other person. Relates to #192
Clean database of tags and entities that do not have any posts related to them. This can be done in scheduled job.
Create a new post type called `snippets` that can be used to share code blocks. This requires a possibility to select language of the snippet and should automatically prefix content...
If AI is connected to the plugin, we can use that to allow users to prompt things from existing questions and answers
Allow for the addition of a list of users who are experts on specific tags. These people should get a notification whenever a new post with that tag is created...
Separate the `MarkdownEditor` to own package as it could be useful for also other backstage plugins. The package name could be `@drodil/backstage-plugin-markdown-editor-react`
When clicking `Clear` in the text diff tool, it doesn't do anything.
## Hey, I just made a Pull Request! this introduces dataloader per user/service that can be used to batch authorize and authorizeConditional requests for improved performance. tested this in backstage...
### 📜 Description We are getting 413 errors from the `/api/permission/authorize` endpoint when there are a lot of resources to authorize. This is happening in `OwnedEntitiesCard` as well as in...
## Hey, I just made a Pull Request! moving the catalog specific things from builtin actions started here as well as adding most commonly used catalog actions to the new...