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** The GitLab API has support for sending a `HEAD` request to get only metadata. https://docs.gitlab.com/api/repository_files/#get-file-metadata-only This is useful when you want to check for the existence of a file...

type:feature

**Description** How do you set the user-agent in all API-calls by the client. Is there a way to do it or do I have to implement the entire requestHandler, to...

question
type:feature

**Description** - Node.js version: `v22.19.0` - Gitbeaker version: `@gitbeaker/rest": "^43.5.0` The type of the field `detailedMergeStatus` in `ExpandedMergeRequestSchema` contains the values `"checking" | "blocked_status" | "broken_status" | "unchecked" | "ci_must_pass"...

type:types

**Description** - Node.js version: 20.16.0 - Gitbeaker version: 43.4.0 - Gitbeaker release (cli, rest, core, requester-utils): rest - OS & version: MacOS

type:types

In order to use the ISR feature of NextJS my understanding is that a specific option `{ next: { revalidate: xxx } }` should be passed to the `fetch` calls....

question
type:enhancement