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

Fix custom dict overriding in collections #722

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2024

  1. clean up types

    DanielYang59 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e612058 View commit details
    Browse the repository at this point in the history
  2. remove unused _CacheInfo

    DanielYang59 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    03fc253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b11922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecf19a5 View commit details
    Browse the repository at this point in the history
  5. add test_mongo_dict

    DanielYang59 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bad6938 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbcc676 View commit details
    Browse the repository at this point in the history
  7. remove unused test dir

    DanielYang59 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5f4bbea View commit details
    Browse the repository at this point in the history
  8. keyerror to type error

    DanielYang59 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ecae809 View commit details
    Browse the repository at this point in the history
  9. add place holder

    DanielYang59 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    284ce88 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. docstring clean up

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    affcfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f979b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e45e02 View commit details
    Browse the repository at this point in the history
  4. fix controlled dict init

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    74c4fd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2d3c20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b96038 View commit details
    Browse the repository at this point in the history
  7. fix test_namespace_dict

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a29d69f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc172c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86a15c1 View commit details
    Browse the repository at this point in the history
  10. clean up FrozenAttrDict

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    374d462 View commit details
    Browse the repository at this point in the history
  11. simplify FrozenAttrDict

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    56c65ce View commit details
    Browse the repository at this point in the history
  12. clarify class var name

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    777da53 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a356b12 View commit details
    Browse the repository at this point in the history
  14. remove todo tag

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5240544 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    04339d8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    638d1fe View commit details
    Browse the repository at this point in the history
  17. fix typo in docstring

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d575d59 View commit details
    Browse the repository at this point in the history
  18. clean up test

    DanielYang59 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a1d0a13 View commit details
    Browse the repository at this point in the history