-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reduce the usage of lodash (round 2) #145
Merged
addaleax
merged 19 commits into
mongodb-js:master
from
alexbjorlig:reduce-the-usage-of-lodash
Mar 9, 2021
Merged
Reduce the usage of lodash (round 2) #145
addaleax
merged 19 commits into
mongodb-js:master
from
alexbjorlig:reduce-the-usage-of-lodash
Mar 9, 2021
Commits on Feb 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b938cf8 - Browse repository at this point
Copy the full SHA b938cf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d92f17 - Browse repository at this point
Copy the full SHA 6d92f17View commit details -
Only function I could not re-write was defaults-deep. I moved the function to a utils folder, so we can remove it in the near future
Configuration menu - View commit details
-
Copy full SHA for 4ebacc2 - Browse repository at this point
Copy the full SHA 4ebacc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a82e6 - Browse repository at this point
Copy the full SHA 49a82e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7831ba7 - Browse repository at this point
Copy the full SHA 7831ba7View commit details -
I could not completly remove lodash, need help with 2 function calls: - stream.js --> _.get --> _.defaultsDeep
Configuration menu - View commit details
-
Copy full SHA for 12ac520 - Browse repository at this point
Copy the full SHA 12ac520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f024d7 - Browse repository at this point
Copy the full SHA 3f024d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bd508 - Browse repository at this point
Copy the full SHA 35bd508View commit details -
Moving travis "back" to use npm ci
Maybe this can solve the CI issue?
Configuration menu - View commit details
-
Copy full SHA for 19df552 - Browse repository at this point
Copy the full SHA 19df552View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ded7d6 - Browse repository at this point
Copy the full SHA 9ded7d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbc1d7 - Browse repository at this point
Copy the full SHA ffbc1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32aa90d - Browse repository at this point
Copy the full SHA 32aa90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a0e5b - Browse repository at this point
Copy the full SHA b8a0e5bView commit details -
It was depreceated and not maintained anymore: https://github.com/defunctzombie/zuul#readme
Configuration menu - View commit details
-
Copy full SHA for 8f87d24 - Browse repository at this point
Copy the full SHA 8f87d24View commit details -
Fix pre-commit to match setup in compas
This shoul help align the style used in: https://github.com/mongodb-js/compass
Configuration menu - View commit details
-
Copy full SHA for 4e7a27f - Browse repository at this point
Copy the full SHA 4e7a27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa1418 - Browse repository at this point
Copy the full SHA 2fa1418View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80b5fa - Browse repository at this point
Copy the full SHA e80b5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f26799d - Browse repository at this point
Copy the full SHA f26799dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be6a56 - Browse repository at this point
Copy the full SHA 2be6a56View commit details
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.