-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update GitLab REST client library #18523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@AlexTugarev I checked last time, and all versions of gitbeaker/node still pull the outdated packages. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @gitbeaker/[email protected] |
@gitbeaker/rest is requiring to update to node 18. |
b2a13f4
to
b64cead
Compare
/gh run recreate-vm Comment triggered a workflow runStarted workflow run: 5967083536
|
/gh run recreate-vm Comment triggered a workflow runStarted workflow run: 5968021546
|
What does it mean to |
/gh run recreate-vm Comment triggered a workflow runStarted workflow run: 5973428167
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeanp413 Maybe is that in those
|
Once want to try with it, but test cases repo are owned by Alex, so I can't do test manually. Would be good to have test cases under gitpod accounts? |
I'm looking into failing tests right now.
|
Several places relied on a particular shape of errors.
@@ -128,16 +115,16 @@ export namespace GitLab { | |||
return !!something && something.name === "GitLabApiError"; | |||
} | |||
export function isNotFound(error: ApiError): boolean { | |||
return !!error.httpError?.description.startsWith("404"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've seen the startsWith
of undefined before, and it was related to GitLab contexts. 🙏🏻 hopefully that's the cause
/unhold |
Description
Summary generated by Copilot
🤖 Generated by Copilot at a8ec98a
Updated
@gitbeaker/node
dependency to fix GitLab pagination bug and movedpackage.json
file tocomponents/server
directory to simplify workspace setup and dependency management.Related Issue(s)
Fixes #
How to test
Documentation
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
. If enabled,with-preview
andwith-large-vm
will be enabled./hold