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

Prepare for pymongo 4 upgrade #60

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    6ced711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a36e7 View commit details
    Browse the repository at this point in the history
  3. migrated from insert to insert_one/insert_many. removed 'manipulate' …

    …and 'safe' args to them
    dill0wn committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d293843 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f9de9ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4595b View commit details
    Browse the repository at this point in the history
  3. replace deprecated pymongo database_names() and collection_names() wi…

    …th list_database_names() and list_collection_names()
    dill0wn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0468abd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aa7d0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40b1d7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3beb935 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f11289 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0ac56d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1736d15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d0b293 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1bfbc1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50a1c88 View commit details
    Browse the repository at this point in the history
  13. update gh actions, fix codecov hopefully

    v4 of codecov action should allow for forks to work better.  Also make it not fail CI just to be sure
    brondsem authored and dill0wn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    de453c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1666e11 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d2bf051 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    6637de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48808a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    69f9336 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    a751703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e65fec5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    518a185 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    53ba153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9d629d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf05df View commit details
    Browse the repository at this point in the history