backstage-plugin-gitlab icon indicating copy to clipboard operation
backstage-plugin-gitlab copied to clipboard

Backstage plugin for Gitlab

Results 25 backstage-plugin-gitlab issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.16.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.45&new-version=18.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.2 to 29.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=27.5.2&new-version=29.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) from 0.18.1 to 0.22.6. Changelog Sourced from @​backstage/cli's changelog. 0.22.6 Patch Changes 24432ae52fb: Fix the build for packages with multiple entry points to avoid duplicated modules. 8075b67e64c: When...

dependencies

When I am setting up plugin for self hosted gitlab and not gitlab.com It is giving below error message: `Error useLocation() may be used only in the context of a...

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.3.0 to 6.10.0. Release notes Sourced from react-router's releases. [email protected] What's Changed We recently published a post over on the Remix Blog titled "Future Proofing Your Remix...

dependencies

Bumps [msw](https://github.com/mswjs/msw) from 0.44.2 to 1.2.1. Release notes Sourced from msw's releases. v1.2.1 (2023-03-24) Bug Fixes update dependencies to support ESM (#1575) (e7a60081526bd6f00ac17a62c424abf59976555b) @​kettanaito update "headers-polyfill" to 3.1.2 to fix...

dependencies

In line **68** of the `IssuesTable.tsx` file a check is made to assign the variable `projectId` the value of `project_id` (if it was passed as a parameter to the component),...

- Updated plugin packages with latest backstage version 1.10.1 - Added lint config - Replaced react-router with react-router-dom - Formatted with prettier

Hi @satrox28! My name is Andrea and I work for @immobiliare. I want to thank you so much for the amazing work done on this plugin. We really appreciate your...

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...