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

gin.Context with fallback value from gin.Context.Request.Context() #2751

Merged
merged 6 commits into from Jun 24, 2021
Merged

gin.Context with fallback value from gin.Context.Request.Context() #2751

merged 6 commits into from Jun 24, 2021

Commits on Jun 24, 2021

  1. Update tree.go (#2659)

    delete more "()"
    youzeliang authored and wei840222 committed Jun 24, 2021
    Copy the full SHA
    252de91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd401de View commit details
    Browse the repository at this point in the history
  3. ci: add github action workflows (#2596)

    * ci: add github action workflows
    
    * test: fixed the TestUnixSocket test on windows (#20)
    
    * ci: add github action workflows (#18)
    
    * Remove .travis.yml
    
    * ci: replace GITTER_ROOM_ID and upload coverage every time you go test
    
    * ci: update coverage using codecov/codecov-action@v1
    
    * Merge branch 'master' into github-actions
    
    * repo: replace travis ci to github actions
    
    * ci: add go version 1.16
    
    * fix: go install requires a specific version
    
    * chore(ci): remove go 1.12 support
    
    * chore(ci): remove os windows-latest
    
    Co-authored-by: thinkerou <thinkerou@gmail.com>
    Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    3 people authored and wei840222 committed Jun 24, 2021
    Copy the full SHA
    5afe1f4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f73c3f3 View commit details
    Browse the repository at this point in the history
  5. gin.Context with fallback value from c.Request.Context()

    wei840222 authored and wei.wan committed Jun 24, 2021
    Copy the full SHA
    ea979c8 View commit details
    Browse the repository at this point in the history
  6. add test case

    wei840222 committed Jun 24, 2021
    Copy the full SHA
    e62a357 View commit details
    Browse the repository at this point in the history