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

add lint-friendly small interfaces option for resolvers #134

Merged
merged 12 commits into from
Jun 26, 2018

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    620f7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ee1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db2cec0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. run go generate

    mastercactapus committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    0bc592c View commit details
    Browse the repository at this point in the history
  2. change from ShortResolver to ShortResolvers

    - prevents possible collision with an object type named `Short`
    mastercactapus committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    038c6fd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

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

Commits on Jun 23, 2018

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

Commits on Jun 25, 2018

  1. name updates, deprecation, some code comments

    Nathaniel Caza committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    a80b720 View commit details
    Browse the repository at this point in the history
  2. fix time race in scalar test

    Nathaniel Caza committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    b04846f View commit details
    Browse the repository at this point in the history
  3. remove trailing S

    Nathaniel Caza committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    59a5d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b77e4c View commit details
    Browse the repository at this point in the history
  5. fix race in chat example test

    - t.Parallel() doesn't guarantee parallel execution
    - moved goroutine so the test can execute independently
    mastercactapus committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    769a97e View commit details
    Browse the repository at this point in the history