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: suggestions for which query to use #586

Merged
merged 34 commits into from May 29, 2020

Commits on May 25, 2020

  1. feat: suggestions for which query to use

    Ben Monro committed May 25, 2020
    Configuration menu
    Copy the full SHA
    0cf9fd9 View commit details
    Browse the repository at this point in the history
  2. coverage bumped

    Ben Monro committed May 25, 2020
    Configuration menu
    Copy the full SHA
    7cb52ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0b7f69 View commit details
    Browse the repository at this point in the history
  4. more tests, label text working

    Ben Monro committed May 25, 2020
    Configuration menu
    Copy the full SHA
    75c492c View commit details
    Browse the repository at this point in the history
  5. more cases for labelText

    Ben Monro committed May 25, 2020
    Configuration menu
    Copy the full SHA
    51c377c View commit details
    Browse the repository at this point in the history
  6. removed commented out code

    Ben Monro committed May 25, 2020
    Configuration menu
    Copy the full SHA
    be480ad View commit details
    Browse the repository at this point in the history
  7. added *ByDisplayValue

    Ben Monro committed May 25, 2020
    Configuration menu
    Copy the full SHA
    63b26cb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. all queries supported now

    Ben Monro committed May 26, 2020
    Configuration menu
    Copy the full SHA
    a0dc8f9 View commit details
    Browse the repository at this point in the history
  2. cleanup

    Ben Monro committed May 26, 2020
    Configuration menu
    Copy the full SHA
    5ee9649 View commit details
    Browse the repository at this point in the history
  3. added types for suggestions

    Ben Monro committed May 26, 2020
    Configuration menu
    Copy the full SHA
    625ce15 View commit details
    Browse the repository at this point in the history
  4. export suggestions from index

    Ben Monro committed May 26, 2020
    Configuration menu
    Copy the full SHA
    1db13e6 View commit details
    Browse the repository at this point in the history
  5. fixed a couple lint warnings

    Ben Monro committed May 26, 2020
    Configuration menu
    Copy the full SHA
    30e64e2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Update src/__tests__/suggestions.js

    Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
    benmonro and kentcdodds committed May 29, 2020
    Configuration menu
    Copy the full SHA
    e3bdcff View commit details
    Browse the repository at this point in the history
  2. Update src/config.js

    haha
    
    Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
    benmonro and kentcdodds committed May 29, 2020
    Configuration menu
    Copy the full SHA
    a9394b0 View commit details
    Browse the repository at this point in the history
  3. Update src/__tests__/suggestions.js

    Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
    benmonro and kentcdodds committed May 29, 2020
    Configuration menu
    Copy the full SHA
    b496f09 View commit details
    Browse the repository at this point in the history
  4. Update src/config.js

    Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
    benmonro and kentcdodds committed May 29, 2020
    Configuration menu
    Copy the full SHA
    32883e7 View commit details
    Browse the repository at this point in the history
  5. Update src/suggestions.js

    Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
    benmonro and kentcdodds committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7354bc7 View commit details
    Browse the repository at this point in the history
  6. Update src/query-helpers.js

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    effdd92 View commit details
    Browse the repository at this point in the history
  7. PR feedback

    Ben Monro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    0d5c6e4 View commit details
    Browse the repository at this point in the history
  8. refactor to getLabelFor

    Ben Monro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7ec23c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    515bee0 View commit details
    Browse the repository at this point in the history
  10. formatting

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    cf78610 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    042bd93 View commit details
    Browse the repository at this point in the history
  12. case ignored regex

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    e536d05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8fb28da View commit details
    Browse the repository at this point in the history
  14. suggest on labeltext

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    18b1813 View commit details
    Browse the repository at this point in the history
  15. suggest on queryAllBy

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    2a741e9 View commit details
    Browse the repository at this point in the history
  16. more tests

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    ac9e9df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    53460df View commit details
    Browse the repository at this point in the history
  18. PR feedback

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    fa69912 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8861c24 View commit details
    Browse the repository at this point in the history
  20. matches.d.ts

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7ec0b97 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    51618bd View commit details
    Browse the repository at this point in the history
  22. Update types/matches.d.ts

    benmonro committed May 29, 2020
    Configuration menu
    Copy the full SHA
    9cec773 View commit details
    Browse the repository at this point in the history