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 go-swagger and gazelle options, and update dependencies #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 27, 2018

  1. Configuration menu
    Copy the full SHA
    a167983 View commit details
    Browse the repository at this point in the history
  2. bazel: update go-swagger

    atonal committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    81b4bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e50ec14 View commit details
    Browse the repository at this point in the history
  4. bazel: build also the main function

    Use the repository name as the name of the application, otherwise
    go-swagger would use a mangled value of info.title.
    atonal committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    06c5502 View commit details
    Browse the repository at this point in the history
  5. bazel: add config file as input attr for go_swagger_repository

    go-swagger allows modification of the generated configuration file. If the file
    exists, it is not overwritten while generating other files. Allow
    importing an existing file to the bazel build.
    atonal committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    c25d916 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6df23d View commit details
    Browse the repository at this point in the history