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

Align mongodb4.4 #28

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from
Draft

Align mongodb4.4 #28

wants to merge 35 commits into from

Commits on Apr 27, 2021

  1. positional mismatch on 4.4

    davidlatwe committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    71af58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991072a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. fix deprecation warnings

    davidlatwe committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c947bba View commit details
    Browse the repository at this point in the history
  2. set 4.4 as compat version

    davidlatwe committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    084b0f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ba6a9c View commit details
    Browse the repository at this point in the history
  4. update compat attributes

    davidlatwe committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    39c3ba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03f5061 View commit details
    Browse the repository at this point in the history
  6. fix typo from c947bba

    davidlatwe committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    fe7fe31 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Merge branch 'master' into align-mongodb4.4

    # Conflicts:
    #	montydb/client.py
    #	montydb/configure.py
    davidlatwe committed May 29, 2021
    Configuration menu
    Copy the full SHA
    bd89b6f View commit details
    Browse the repository at this point in the history
  2. testing mongodb 4.4

    davidlatwe committed May 29, 2021
    Configuration menu
    Copy the full SHA
    5a7b9a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Merge branch 'master' into align-mongodb4.4

    # Conflicts:
    #	montydb/configure.py
    #	montydb/engine/project.py
    davidlatwe committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    8e86856 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    7b50a9e View commit details
    Browse the repository at this point in the history
  2. flake8: bump max-complexity

    ./montydb/engine/project.py:121:5:
    C901 'Projector.parser' is too complex (29)
    davidlatwe committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    894e92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    725b30f View commit details
    Browse the repository at this point in the history
  4. project: fix regression

    davidlatwe committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    18fa399 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    151c90e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

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

Commits on Jul 2, 2021

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

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    ce6a36c View commit details
    Browse the repository at this point in the history
  2. add $mod remainder check

    davidlatwe committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    2a99bdd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into align-mongodb4.4

    # Conflicts:
    #	.github/workflows/python-package.yml
    davidlatwe committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    318389b View commit details
    Browse the repository at this point in the history
  4. flake8: bump max-complexity, again

     ./montydb/engine/project.py:134:5:
     C901 'Projector.parser' is too complex (32)
    
     :(
    davidlatwe committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c7a3261 View commit details
    Browse the repository at this point in the history
  5. flake8: fix indent (E126)

    davidlatwe committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    7cdc500 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Merge branch 'master' into align-mongodb4.4

    # Conflicts:
    #	.github/workflows/python-package.yml
    #	montydb/base.py
    #	montydb/configure.py
    #	montydb/engine/queries.py
    #	montydb/engine/weighted.py
    #	tests/test_engine/test_queries/test_queryop_evaluation_mod.py
    davidlatwe committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3fd4fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3a2faa View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Add mongodb 5.0, 6.0

    davidlatwe committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    55224a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0735ebf View commit details
    Browse the repository at this point in the history
  3. Update poetry.lock

    davidlatwe committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    fcaa688 View commit details
    Browse the repository at this point in the history
  4. Update poetry.lock

    davidlatwe committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0c3862d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Merge branch 'master' into align-mongodb4.4

    # Conflicts:
    #	.github/workflows/python-package.yml
    #	Makefile
    #	montydb/configure.py
    #	montydb/engine/queries.py
    #	poetry.lock
    #	pyproject.toml
    #	tests/test_engine/test_queries/test_queryop_evaluation_mod.py
    davidlatwe committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    fe4d6b4 View commit details
    Browse the repository at this point in the history
  2. Fix query mod regression

    davidlatwe committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0ba3d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef4af7 View commit details
    Browse the repository at this point in the history
  4. Add test cases

    For #67, thanks to @thasler
    davidlatwe committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e83e863 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    davidlatwe committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    016b62a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Fix warnings in test

    davidlatwe committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    71f8283 View commit details
    Browse the repository at this point in the history