gitbeaker icon indicating copy to clipboard operation
gitbeaker copied to clipboard

๐ŸฆŠ๐Ÿงช A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI

Results 145 gitbeaker issues
Sort by recently updated
recently updated
newest added

**Description** - Node.js version: 18.20.4 - Gitbeaker version: 40.4.0 - Gitbeaker release (cli, rest, core, requester-utils): rest, core, requester-utils - OS & version: CentOS 8 Calling a GitLab API that...

type:bug

**Description** Hello, while skimming through the codebase, I noticed that certain endpoints and parameters which are only available to Ultimate GitLab instances are not supported, I wondered if this could...

type:enhancement

**Description** I'm trying to figure out the correct syntax for using `@gitbeaker/cli` but the provided examples and `--help` do not offer much in the way of guidance other than the...

question
type:documentation

Adding the `memberEvents` option to group hooks https://docs.gitlab.com/api/group_webhooks/#add-a-group-hook If this isn't the correct place, would be happy to fix!

- Extract `ReviewerState` type to avoid duplication between `Webhooks` and `MergeRequests` - Add `WebhookReviewerSchema` with proper `state` and `re_requested` fields - Add `email` field to `WebhookUserSchema` based on actual webhook...

**Description** Hi! ๐Ÿ‘‹ First of all - thank you for this package. It makes working with the GitLab API much easier and the developer experience is great. After using Gitbeaker...

๐Ÿ“ฆ Published PR as canary version: 43.9.0--canary.3801.15617.0 :sparkles: Test out this PR locally via: ```bash npm install @gitbeaker/[email protected] npm install @gitbeaker/[email protected] npm install @gitbeaker/[email protected] npm install @gitbeaker/[email protected] # or yarn...

type:bug

**Description** - Node.js version: 24.10.0 - Gitbeaker version: 43.8.0 - Gitbeaker release (cli, rest, core, requester-utils): rest - OS & version: Ubuntu 24 - Gitlab self hosted version: 18.3.1 The...

type:types

This pull request introduces a minor update to the `packages/rest/src/index.ts` file, focusing on improving the module's exports. * Added a named export for `defaultRequestHandler` from the `Requester` module, making it...

type:enhancement