matteosilv
matteosilv
## KubernetesContainerRunner Implementation of ContainerRunner interface that uses Kubernetes Jobs to run containers to completion. STILL A DRAFT: More info and doc to come #### :heavy_check_mark: Checklist - [ ]...
### Description I started a new lima vm with the k8s.yaml manifest. I'm able to browse a Kubernetes service of type LoadBalancer exposed on port 30674 but only on localhost:...
In my previous PR I forgot to export public symbols and generate api-report.md ref: https://github.com/backstage/backstage/pull/12839 ## Hey, I just made a Pull Request! #### :heavy_check_mark: Checklist - [x] A changeset...
if forcePatchIncrement || isPatch(log) { return current.IncPatch() } means that even if log is empty (no commits since last tag) and forcePatchIncrement is true a new patch version is bumped....
Plugin seems to be broken with latest backstage version: `useLocation() may be used only in the context of a component.` Overview page works fine but gitlab tab does not. Backstage...
This mr adds the `auth-backend-module-onelogin-provider`. On top of this we removed `offline_access` scope from `packages/core-app-api/src/apis/implementations/auth/onelogin` default. It was causing the error: Error - invalid_scope - some of requested scopes are...
In some environment,s users are not allowed to approve their own pr, and we need a different user to approve ## Changes Adding a new experimental environment variable for the...
## Feature Request Can we add support for this configuration? `delete_source_branch_on_merge: true` It keeps getting deleted when pre-commit hook runs. If someone points me in the right direction I could...