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(async) - Improvement #219

Closed
wants to merge 28 commits into from

Commits on Apr 5, 2023

  1. Fix(register): updated register_enum function support custom classes

     Use isinstance instead of type to support instances of enum class in addition to exact same type.
    AdithyanJothir committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d273922 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from AdithyanJothir/master

    Fix(register): updated register_enum function support custom classes
    adarshdigievo authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b9a1f24 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    ec1c7af View commit details
    Browse the repository at this point in the history
  2. Support Async

    arunsureshkumar committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    81746fb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    e225c5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f0250b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feat(async)

    # Conflicts:
    #	graphene_mongo/fields.py
    #	graphene_mongo/tests/test_fields.py
    #	graphene_mongo/tests/test_inputs.py
    #	graphene_mongo/tests/test_mutation.py
    #	graphene_mongo/tests/test_query.py
    #	graphene_mongo/tests/test_relay_query.py
    #	poetry.lock
    #	pyproject.toml
    arunsureshkumar committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    adec7f5 View commit details
    Browse the repository at this point in the history
  4. Fix: Test Case

    arunsureshkumar committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ec3e60e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ff73e6 View commit details
    Browse the repository at this point in the history
  6. Support Async

    arunsureshkumar committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d473b11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c99bc1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fe5008 View commit details
    Browse the repository at this point in the history
  9. Bump Version : 0.4.0

    arunsureshkumar committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9581ad2 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/v0.4.0' into feat(async)

    # Conflicts:
    #	graphene_mongo/converter.py
    #	graphene_mongo/fields.py
    #	pyproject.toml
    arunsureshkumar committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6eb5d23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5b71cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5bb865 View commit details
    Browse the repository at this point in the history
  13. Fix: Test Case

    arunsureshkumar committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3d183f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Update: README.md

    arunsureshkumar committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    254cb7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d9eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b2813d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f171ddd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4a2037 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Fix: Queryset Check

    arunsureshkumar committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ec75d29 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on Apr 30, 2023

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

Commits on May 6, 2023

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

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    9be137c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from mak626/date-field-support

    feat: add support for mongo date field
    abhinand-c authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cb56602 View commit details
    Browse the repository at this point in the history