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

query: support store config file #2226

Closed
wants to merge 28 commits into from

Commits on Mar 10, 2020

  1. Add support for specifying stores in a config file

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7091e2d View commit details
    Browse the repository at this point in the history
  2. Fix use of errors package

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    18680ad View commit details
    Browse the repository at this point in the history
  3. Ensure we cancel run

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    936f3b8 View commit details
    Browse the repository at this point in the history
  4. Ensure we cancel run

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e77fba9 View commit details
    Browse the repository at this point in the history
  5. Create context inside loop where it is used

    Signed-off-by: Robin Clarke-Williams <43950815+robincw-gr@users.noreply.github.com>
    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    robincw-gr authored and eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8f64fbc View commit details
    Browse the repository at this point in the history
  6. Fix linting errors

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    74cc496 View commit details
    Browse the repository at this point in the history
  7. Update docs and PR ref in changelog

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a436fcf View commit details
    Browse the repository at this point in the history
  8. goimports

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    13c3307 View commit details
    Browse the repository at this point in the history
  9. goimports

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    39a01c7 View commit details
    Browse the repository at this point in the history
  10. goimports

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    41340ec View commit details
    Browse the repository at this point in the history
  11. Remove debugging code from development

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9b4eaa3 View commit details
    Browse the repository at this point in the history
  12. Remove unused import

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a26d21b View commit details
    Browse the repository at this point in the history
  13. Revert misguided previous attempt to fix context leak

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9940123 View commit details
    Browse the repository at this point in the history
  14. Remove unused import

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b35b794 View commit details
    Browse the repository at this point in the history
  15. Remove resolved todo

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    430ae12 View commit details
    Browse the repository at this point in the history
  16. Fix typo

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9a5f2fc View commit details
    Browse the repository at this point in the history
  17. Update doc generation and query docs

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    c975d71 View commit details
    Browse the repository at this point in the history
  18. goimports

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b454286 View commit details
    Browse the repository at this point in the history
  19. Make docs strips some 't' characters on my machine

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    c3d5fe3 View commit details
    Browse the repository at this point in the history
  20. Trailing periods on comments

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d936b20 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Wrap error before returning

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    6f9f5e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Add godoc to new structs

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    91de5e1 View commit details
    Browse the repository at this point in the history
  2. Trivial changes from code review

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    4afe9c4 View commit details
    Browse the repository at this point in the history
  3. Move flag to config conversion into a constructor

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    13cbfa2 View commit details
    Browse the repository at this point in the history
  4. Move var block down closer where the vars are used

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1b8b1fa View commit details
    Browse the repository at this point in the history
  5. no new errors in pkg

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    66405aa View commit details
    Browse the repository at this point in the history
  6. goimports

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d6049bd View commit details
    Browse the repository at this point in the history
  7. Trailing dots on comments

    Signed-off-by: Simon Matic Langford <simon@exemel.co.uk>
    eswdd committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    81ffc7a View commit details
    Browse the repository at this point in the history