-
Notifications
You must be signed in to change notification settings - Fork 4
Run CI on Node 24 #1338
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
Merged
Merged
Run CI on Node 24 #1338
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7843128
Run CI on Node 24
francoisferrand fdb9b15
Use arsenal and bucketclient from npm instead of git pins
francoisferrand 18554fc
Drop stale yarn-berry resolutions pins
francoisferrand a8bfdd7
Bump vaultclient to 8.5.9
francoisferrand 8a4264e
Bump werelogs and eslint-config-scality, move config to npm scope
francoisferrand 9bcd761
Stop using url.parse() to read request targets
francoisferrand 35f939b
Fix failover test hanging with ioredis 5.11
francoisferrand c764355
Pin form-data and jsonwebtoken pulled by oas-tools
francoisferrand 1719eef
Bump GitHub Actions to their latest majors
francoisferrand d72e3e0
Wait for redis to be ready before running interval tests
francoisferrand 9fe53ab
Rename package to @scality/utapi, bump to 8.4.0
francoisferrand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| { | ||
| "name": "utapi", | ||
| "name": "@scality/utapi", | ||
| "engines": { | ||
| "node": ">=22" | ||
|
francoisferrand marked this conversation as resolved.
|
||
| }, | ||
| "version": "8.3.1", | ||
| "version": "8.4.0", | ||
| "description": "API for tracking resource utilization and reporting metrics", | ||
| "main": "index.js", | ||
| "repository": { | ||
|
|
@@ -19,13 +19,13 @@ | |
| "dependencies": { | ||
| "@aws-sdk/client-iam": "^3.975.0", | ||
| "@hapi/joi": "^17.1.1", | ||
| "@scality/arsenal": "^8.6.0-0", | ||
| "@scality/bucketclient": "scality/bucketclient#8.3.0", | ||
| "@senx/warp10": "1.0.14", | ||
| "arsenal": "git+https://github.com/scality/Arsenal#8.5.6", | ||
| "async": "^3.2.6", | ||
| "aws4": "^1.13.2", | ||
| "backo": "^1.1.0", | ||
| "body-parser": "^1.20.3", | ||
| "bucketclient": "scality/bucketclient#8.2.5", | ||
| "byte-size": "^9.0.1", | ||
| "commander": "^12.1.0", | ||
| "cron-parser": "^4.9.0", | ||
|
|
@@ -43,14 +43,14 @@ | |
| "oas-tools": "^2.2.2", | ||
| "prom-client": "^15.1.3", | ||
| "uuid": "^11.0.3", | ||
| "vaultclient": "scality/vaultclient#8.5.3", | ||
| "werelogs": "scality/werelogs#8.2.2" | ||
| "vaultclient": "scality/vaultclient#8.5.9", | ||
| "werelogs": "scality/werelogs#8.2.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/eslintrc": "^3.3.0", | ||
| "@eslint/js": "9.22.0", | ||
| "@scality/eslint-config-scality": "scality/Guidelines#8.3.3", | ||
| "eslint": "^9.17.0", | ||
| "eslint-config-scality": "scality/Guidelines#8.3.0", | ||
| "eslint-plugin-import": "^2.31.0", | ||
| "eslint-plugin-mocha": "^10.5.0", | ||
| "mocha": "^10.7.3", | ||
|
|
@@ -59,13 +59,8 @@ | |
| "sinon": "^19.0.2" | ||
| }, | ||
| "resolutions": { | ||
| "**/@yarnpkg/fslib": "2.4.0", | ||
| "**/@yarnpkg/libzip": "2.2.1", | ||
| "**/@yarnpkg/json-proxy": "2.1.0", | ||
| "**/@yarnpkg/parsers": "2.3.0", | ||
| "string-width": "4.2.3", | ||
| "cliui": "7.0.4", | ||
| "nan": "v2.22.0" | ||
| "oas-tools/jsonwebtoken": "^9.0.2", | ||
| "**/request/form-data": "^2.5.6" | ||
| }, | ||
|
Comment on lines
+61
to
+64
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe let's have a followup ticket for bumping to oas-tools 3.x? To drop these overrides properly. |
||
| "scripts": { | ||
| "ft_test": "mocha --recursive tests/functional --exit", | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
how come sometimes we have 24.21.0, and other codebase, like the scuba one is just 24 :
Uh oh!
There was an error while loading. Please reload this page.
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 don't know, and choose to ignore that question... especially this repo is not active anymore, so probably does not matter much: we need the bumps mainly because it is pulled in cloudserver...