Justin Dalrymple

Results 260 comments of Justin Dalrymple

>Add markedForDeletion: boolean to AllProjectsOptions Where do you see this in the docs for the all projects query? https://docs.gitlab.com/ee/api/projects.html#list-all-projects

Ill will keep this issue open for better tracking!

I updated the types on the ProjectSchema, but am awaiting the results of those two issues to update options schema

> I have introduced issues to request this for groups and projects: > > * https://gitlab.com/gitlab-org/gitlab/-/issues/429315 > * https://gitlab.com/gitlab-org/gitlab/-/issues/429316 The first one has been sorted, the last one is still...

Seems to also be done, but we have a duplicate. The other case is: https://gitlab.com/gitlab-org/gitlab/-/issues/463939. Ill add the options ASAP and close this.

:rocket: Issue was released in [`40.1.2`](https://github.com/jdalrymple/gitbeaker/releases/tag/40.1.2) :rocket:

Currently I'm unsure. With the switch to the native fetch lib for all the requests, im not sure how it handles proxying. I asked that question on the PR proposed...

Did some digging, its a feature thats in the works! https://github.com/nodejs/node/issues/43187

The underlying logic does [support it](https://github.com/nodejs/undici/issues/1388), but the node impl doesnt expose this. I think they mention a work [around](https://github.com/nodejs/node/issues/43187#issuecomment-1134635945), though it seems a bit hacky haha. BUT! There are...

I've thought about this for other endpoints as well, but decided to not support it since I'm trying to match the API as much as possible. Though it would be...