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

Problem: swagger doc is not embed in api service #110

Merged
merged 7 commits into from
Sep 27, 2021

Commits on Sep 27, 2021

  1. Problem: swagger doc is not embed in api service

    Closes: crypto-org-chain#108
    
    Soluton:
    
    - register swagger service in app
    - add swagger gen scripts
    
    only lint our own proto files, add proto-swagger-gen to CI
    
    fix protobuf lint
    
    fix protogen
    
    gomod2nix
    
    install statik in script
    
    pin statik version
    
    try to fix CI error
    
    rebase changelog
    yihuang committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    9614239 View commit details
    Browse the repository at this point in the history
  2. update proto-gen

    yihuang committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    580ef91 View commit details
    Browse the repository at this point in the history
  3. fix nix build

    yihuang committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    9cb3fad View commit details
    Browse the repository at this point in the history
  4. don't check swagger gen in CI

    yihuang committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a3452c4 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    yihuang committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3247e71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65b7baa View commit details
    Browse the repository at this point in the history
  7. don't check proto doc in CI

    yihuang committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    80d82ad View commit details
    Browse the repository at this point in the history