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: add support for string-based custom queries #5753

Merged
merged 26 commits into from Apr 30, 2020
Merged

Commits on Apr 29, 2020

  1. Copy the full SHA
    ee2c533 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86b21f4 View commit details
    Browse the repository at this point in the history
  3. Validates name

    paullewis committed Apr 29, 2020
    Copy the full SHA
    f55100d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a6b9343 View commit details
    Browse the repository at this point in the history
  5. Moves code to helper

    paullewis committed Apr 29, 2020
    Copy the full SHA
    d576791 View commit details
    Browse the repository at this point in the history
  6. Renames to handler

    paullewis committed Apr 29, 2020
    Copy the full SHA
    4e3f5d7 View commit details
    Browse the repository at this point in the history
  7. Updates error messages

    paullewis committed Apr 29, 2020
    Copy the full SHA
    42a043a View commit details
    Browse the repository at this point in the history
  8. Deparameterize fn

    paullewis committed Apr 29, 2020
    Copy the full SHA
    f79b8af View commit details
    Browse the repository at this point in the history
  9. Renames query handlers

    paullewis committed Apr 29, 2020
    Copy the full SHA
    05b8255 View commit details
    Browse the repository at this point in the history
  10. Revert back to Function

    paullewis committed Apr 29, 2020
    Copy the full SHA
    4399bdc View commit details
    Browse the repository at this point in the history
  11. Fix expectation

    paullewis committed Apr 29, 2020
    Copy the full SHA
    4708c52 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    549a24d View commit details
    Browse the repository at this point in the history
  13. Fixes merge issues

    paullewis committed Apr 29, 2020
    Copy the full SHA
    0e827ec View commit details
    Browse the repository at this point in the history
  14. Changes to undefined

    paullewis committed Apr 29, 2020
    Copy the full SHA
    9378848 View commit details
    Browse the repository at this point in the history
  15. Removes unnecessary const

    paullewis committed Apr 29, 2020
    Copy the full SHA
    adc4553 View commit details
    Browse the repository at this point in the history
  16. Update src/QueryHandler.ts

    Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
    paullewis and mathiasbynens committed Apr 29, 2020
    Copy the full SHA
    f48b344 View commit details
    Browse the repository at this point in the history
  17. Update src/DOMWorld.ts

    Co-Authored-By: Mathias Bynens <mathias@qiwi.be>
    paullewis and mathiasbynens committed Apr 29, 2020
    Copy the full SHA
    0ef238b View commit details
    Browse the repository at this point in the history
  18. Fixes lint issues

    paullewis committed Apr 29, 2020
    Copy the full SHA
    d51ac7b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Copy the full SHA
    f374ed2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c821f3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    038b36e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    51d4866 View commit details
    Browse the repository at this point in the history
  5. docs(contributing): update per recent changes (#5778)

    Co-authored-by: Mathias Bynens <mathias@qiwi.be>
    2 people authored and paullewis committed Apr 30, 2020
    Copy the full SHA
    7383b94 View commit details
    Browse the repository at this point in the history
  6. chore: enable mocha retries (#5782)

    We are seeing some CI flakes due to network resets, or issues out of our control. Let's try to avoid some of those by using Mocha's built-in retries.
    jackfranklin authored and paullewis committed Apr 30, 2020
    Copy the full SHA
    530d6c7 View commit details
    Browse the repository at this point in the history
  7. chore: fix doclint issues (#5784)

    mathiasbynens authored and paullewis committed Apr 30, 2020
    Copy the full SHA
    7732d4c View commit details
    Browse the repository at this point in the history
  8. chore: log product + binary on unit test runs (#5785)

    This way it's super clear which product and binary you're testing against.
    jackfranklin authored and paullewis committed Apr 30, 2020
    Copy the full SHA
    7526293 View commit details
    Browse the repository at this point in the history