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

lookout-gometalint-analyzer implementation #1

Merged
merged 28 commits into from
Aug 30, 2018
Merged

lookout-gometalint-analyzer implementation #1

merged 28 commits into from
Aug 30, 2018

Commits on Aug 17, 2018

  1. CLI app scaffolding

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    01616df View commit details
    Browse the repository at this point in the history
  2. vendor code

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    4ebe163 View commit details
    Browse the repository at this point in the history
  3. test: simple CLI test

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    81e3582 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Runtime dependency on gometalinter.v2 binary

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    10675d0 View commit details
    Browse the repository at this point in the history
  2. Call actual gometalinter

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    0df641e View commit details
    Browse the repository at this point in the history
  3. Add lookout SDK v.0.1 + generated code

     - https://github.com/src-d/lookout/tree/v0.1.1/sdk
     - generated code
     - vendoring all dependencies for it
    
    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    fef17a8 View commit details
    Browse the repository at this point in the history
  4. CI + instructions for code generation

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    a044e56 View commit details
    Browse the repository at this point in the history
  5. Add analysis resutl fixtures

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    86466b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Refactoring: simple cmd/gometalint-proxy

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    e8f346f View commit details
    Browse the repository at this point in the history
  2. Initial gRCP analyzer impl

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d812d79 View commit details
    Browse the repository at this point in the history
  3. dep: ensure/add everything

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    def2d08 View commit details
    Browse the repository at this point in the history
  4. CI: add release automation

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    1ad4e54 View commit details
    Browse the repository at this point in the history
  5. Dep: update to latest & re-run ensure

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    19000d8 View commit details
    Browse the repository at this point in the history
  6. CI: integration test for analyzer

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    77b5e8a View commit details
    Browse the repository at this point in the history
  7. Dep: re-generate protobufs

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    ce70481 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Analyzer implementation

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    a2fdeef View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. gRPC address and skip empty HEAD

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    ab80968 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Analyzer: manage nested dirs & custom log-level

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    b8ab6fe View commit details
    Browse the repository at this point in the history
  2. Removing accidentally commited SDK

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    83a87fe View commit details
    Browse the repository at this point in the history
  3. grpc: re-generate code \w SDK v0.1.3

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    11f8f48 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Add k8s descriptor: Service+Deployment

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    98c1f73 View commit details
    Browse the repository at this point in the history
  2. Make net failure on SDK dowload verbose

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    932ad92 View commit details
    Browse the repository at this point in the history
  3. Fix release docker image

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    b51bfc2 View commit details
    Browse the repository at this point in the history
  4. Add SDK v0.1.3 back

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    f9434d3 View commit details
    Browse the repository at this point in the history
  5. Rename gas linter

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    badc8d4 View commit details
    Browse the repository at this point in the history
  6. k8s: fix DataService URL + set debug logging

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    358aff6 View commit details
    Browse the repository at this point in the history
  7. Skip non-golang files

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    9fcf457 View commit details
    Browse the repository at this point in the history
  8. k8s: fix service port + analyzer version

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    2799705 View commit details
    Browse the repository at this point in the history