Kashish Mittal
Kashish Mittal
## Description Please explain the changes you made here. added --filter=app --filter=backend to "start": "turbo run start --parallel so that the index.ts files in only these workspaces are run. ##...
### Describe the bug On creating a backend plugin with a `dev/index.ts` file present in it and running `yarn start` in the root directory, both the backend in `packages/backend/index.ts` and...
This PR is a PoC to see if exporting Keycloak Admin Client as CommonJS can help us [upgrade keycloak ](https://github.com/janus-idp/backstage-plugins/issues/47 ) Fixes: https://issues.redhat.com/browse/RHIDP-3181 CI is failing because the wrapper doesn't...
## Hey, I just made a Pull Request! Added a new job, generate-knip-reports, to the ci.yml workflow which generates a knip report for each plugin in all workspaces that have...
## Hey, I just made a Pull Request! The 3scale-backend plugin from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins/tree/main/plugins/3scale-backend) repository was migrated to the community plugins. The migration was performed by following the manual migration...
## Hey, I just made a Pull Request! This pull request modifies the `locations` table's `target` column to use the `text` type and hashes the `refresh-keys` table's `key` column ....
## Description Updated configuration to reflect changes from https://github.com/janus-idp/backstage-showcase/pull/1514 ## Which issue(s) does this PR fix - Fixes #? ## PR acceptance criteria Please make sure that the following steps...
This PR updates the `getBumps` function to skip changes that only involve devDependencies, preventing renovate-changesets from being generated for them. Fixes: https://github.com/backstage/community-plugins/issues/942
### Through which path are you seeking to become an organization member? 1. I have been contributing for at least 3 months and wish to become a standalone org-member ###...
### 📜 Description We currently have a [migration script](https://github.com/backstage/community-plugins/blob/main/workspaces/repo-tools/packages/cli/src/commands/plugin/migrate.ts) under repo-tools that is designed for migrating plugins from [backstage/backstage](https://github.com/backstage/backstage). However, it is not yet generalized or fully ready for public...