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

feature(datastore): adds in, not-in, and != query operators #6017

Merged
merged 24 commits into from Jun 16, 2022

Commits on May 2, 2022

  1. feat(datastore): adds in, not-in, and != query ops

    Eric Schmidt committed May 2, 2022
    Configuration menu
    Copy the full SHA
    5b45ad6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. fix: tests

    Eric Schmidt committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2b89638 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into datastore-query

    Eric Schmidt committed May 3, 2022
    Configuration menu
    Copy the full SHA
    bb3d720 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    Eric Schmidt committed May 3, 2022
    Configuration menu
    Copy the full SHA
    377db4a View commit details
    Browse the repository at this point in the history
  4. fix: adjusted string operations

    Eric Schmidt committed May 3, 2022
    Configuration menu
    Copy the full SHA
    cf0af83 View commit details
    Browse the repository at this point in the history
  5. fix: linter

    Eric Schmidt committed May 3, 2022
    Configuration menu
    Copy the full SHA
    0aad269 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Merge branch 'main' into datastore-query

    Eric Schmidt committed May 4, 2022
    Configuration menu
    Copy the full SHA
    f87b54b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into datastore-query

    Eric Schmidt committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d26fc15 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge branch 'main' into datastore-query

    Eric Schmidt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    f0cad55 View commit details
    Browse the repository at this point in the history
  2. fix: linter

    Eric Schmidt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    4c5c864 View commit details
    Browse the repository at this point in the history
  3. fix: per reviewer

    Eric Schmidt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6169ccb View commit details
    Browse the repository at this point in the history
  4. Update datastore/query_test.go

    Co-authored-by: Tyler Bui-Palsulich <26876514+tbpg@users.noreply.github.com>
    Eric Schmidt and tbpg committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6b96029 View commit details
    Browse the repository at this point in the history
  5. Update datastore/query.go

    Co-authored-by: Tyler Bui-Palsulich <26876514+tbpg@users.noreply.github.com>
    Eric Schmidt and tbpg committed May 5, 2022
    Configuration menu
    Copy the full SHA
    46a6703 View commit details
    Browse the repository at this point in the history
  6. fix: per reviewer

    Eric Schmidt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    abcb1f3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge branch 'main' into datastore-query

    Eric Schmidt committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5dedd8f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Merge branch 'main' into datastore-query

    Eric Schmidt committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c1d30d5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. chore: more test cases

    Eric Schmidt committed May 10, 2022
    Configuration menu
    Copy the full SHA
    74f7a57 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Merge branch 'main' into datastore-query

    Eric Schmidt committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5237443 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Merge branch 'main' into datastore-query

    Eric Schmidt committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    09f36af View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into datastore-query

    Eric Schmidt committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    632d005 View commit details
    Browse the repository at this point in the history
  3. tests: added integration tests (kinda)

    Eric Schmidt committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ecfdc7a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into datastore-query

    Eric Schmidt committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    769c4db View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Merge branch 'main' into datastore-query

    Eric Schmidt committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    835a901 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into datastore-query

    Eric Schmidt committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a8f4121 View commit details
    Browse the repository at this point in the history