-
Notifications
You must be signed in to change notification settings - Fork 370
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
feat(storage): add support for 'fields' query parameter to getFiles #2521
Conversation
…elds'-to-getFiles feat(storage): add support for 'fields' query parameter to getFiles
…elds'-to-getFiles build: fix path-to-regexp to older version due to node 14 requirement
…elds'-to-getFiles Remove unnecessary sample code
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.
We adjusted the test placement to address the previous failures.
@@ -122,6 +122,8 @@ | |||
"pack-n-play": "^2.0.0", | |||
"proxyquire": "^2.1.3", | |||
"sinon": "^18.0.0", | |||
"nise": "6.0.0", | |||
"path-to-regexp": "6.2.2", |
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.
Let's just add a tacking issue to remove this once we upgrade to Node 18 minimum so we don't forget.
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.
LGTM
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #2138