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

feat(Util): add SweptCollection for auto sweeping of caches #6110

Merged
merged 23 commits into from
Jul 30, 2021

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    ca51111 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693839d View commit details
    Browse the repository at this point in the history
  3. refactor: from pr review

    Co-Authored-By: DTrombett <[email protected]>
    ckohen and DTrombett committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    72c0ba4 View commit details
    Browse the repository at this point in the history
  4. refactor: general cleaniness and better interface

    Co-Authored-By: 1Computer1 <[email protected]>
    ckohen and 1Computer1 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f393e5f View commit details
    Browse the repository at this point in the history
  5. fix: typos and better default

    Co-Authored-By: Antonio Román <[email protected]>
    ckohen and kyranet committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    79d2a65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49d7f4e View commit details
    Browse the repository at this point in the history
  7. types: fix type checks

    ckohen committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6116192 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fd1589 View commit details
    Browse the repository at this point in the history
  9. refactor: pr comments and deprecation

    Co-Authored-By: 1Computer1 <[email protected]>
    Co-Authored-By: NotSugden <[email protected]>
    3 people committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a4c684c View commit details
    Browse the repository at this point in the history
  10. types: cleaner typings

    Co-Authored-By: 1Computer1 <[email protected]>
    ckohen and 1Computer1 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f8a66b5 View commit details
    Browse the repository at this point in the history
  11. fix: test for sweepInterval properly

    Co-Authored-By: 1Computer1 <[email protected]>
    ckohen and 1Computer1 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    c07aca5 View commit details
    Browse the repository at this point in the history
  12. refactor: use slice over spread

    Co-Authored-By: Shino <[email protected]>
    ckohen and memikri committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    b5a718e View commit details
    Browse the repository at this point in the history
  13. feat(SweptCollection): clear intervals on client destroy

    Co-Authored-By: SpaceEEC <[email protected]>
    ckohen and SpaceEEC committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d93f6cd View commit details
    Browse the repository at this point in the history
  14. feat(Managers): add garbage collection to managers

    BREAKING: updates node version requirement and bumps ecma version to 2021
    Co-Authored-By: SpaceEEC <[email protected]>
    ckohen and SpaceEEC committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    3341d04 View commit details
    Browse the repository at this point in the history
  15. refactor(Collection): better import

    Co-Authored-By: Noel <[email protected]>
    ckohen and iCrawl committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1cd1957 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. refactor: use symbols and functions instead of hardcoding

    Co-Authored-By: 1Computer1 <[email protected]>
    ckohen and 1Computer1 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    20d38de View commit details
    Browse the repository at this point in the history
  2. refactor: better interface and non-global symbol

    Co-Authored-By: 1Computer1 <[email protected]>
    ckohen and 1Computer1 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ccc79c6 View commit details
    Browse the repository at this point in the history
  3. refactor: rename to be lib wide

    Co-Authored-By: 1Computer1 <[email protected]>
    ckohen and 1Computer1 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6061ce6 View commit details
    Browse the repository at this point in the history
  4. refactor: remove weakref

    ckohen committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1f9c5d6 View commit details
    Browse the repository at this point in the history
  5. fix: typo

    Co-Authored-By: 1Computer1 <[email protected]>
    ckohen and 1Computer1 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    76770f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    123a508 View commit details
    Browse the repository at this point in the history
  2. fix: better success message after gc

    Co-Authored-By: Vlad Frangu <[email protected]>
    ckohen and vladfrangu committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f0463d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfb0f3f View commit details
    Browse the repository at this point in the history