Skip to content
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
merged 19 commits into from
Mar 9, 2021

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    b938cf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d92f17 View commit details
    Browse the repository at this point in the history
  3. Removed lodash from stream.js

    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
    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4ebacc2 View commit details
    Browse the repository at this point in the history
  4. Removed lodash from tests

    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    49a82e6 View commit details
    Browse the repository at this point in the history
  5. fixed linting

    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    7831ba7 View commit details
    Browse the repository at this point in the history
  6. Updated lodash 🚀

    I could not completly remove lodash, need help with 2 function calls:
    
        - stream.js
            --> _.get
            --> _.defaultsDeep
    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    12ac520 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f024d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35bd508 View commit details
    Browse the repository at this point in the history
  9. Moving travis "back" to use npm ci

    Maybe this can solve the CI issue?
    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    19df552 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ded7d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ffbc1d7 View commit details
    Browse the repository at this point in the history
  12. upgraded mocha

    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    32aa90d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8a0e5b View commit details
    Browse the repository at this point in the history
  14. Removed zuul

    It was depreceated and not maintained anymore:
    https://github.com/defunctzombie/zuul#readme
    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    8f87d24 View commit details
    Browse the repository at this point in the history
  15. Fix pre-commit to match setup in compas

    This shoul help align the style used in:
    https://github.com/mongodb-js/compass
    alexbjorlig committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4e7a27f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2fa1418 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e80b5fa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f26799d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2be6a56 View commit details
    Browse the repository at this point in the history