Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-macaron/macaron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.4
Choose a base ref
...
head repository: go-macaron/macaron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.7
Choose a head ref
  • 10 commits
  • 20 files changed
  • 6 contributors

Commits on Oct 19, 2019

  1. Update README.md

    unknwon authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    4946b1b View commit details
    Browse the repository at this point in the history
  2. go.mod: tidy

    unknwon committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    993bb1c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. context: add AllParams() (#187)

    * add func AllParams() for Context
    
    It is usefull with for-each.
    
    * add unit test for AllParams()
    
    add unit test for AllParams()
    
    * Update context_test.go
    
    * Update context_test.go
    
    * Update context_test.go
    
    * Update context_test.go
    
    Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
    xmh19936688 and unknwon authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    5993313 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Create lsif.yml

    unknwon authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    1874886 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. response_writer: support http/2 push (#188)

    * add http/2 push support
    
    * Update method return suggested by unknown at response_writer.go
    
    Co-Authored-By: ᴜɴᴋɴᴡᴏɴ <[email protected]>
    
    * usage of errors.New
    
    * Update response_writer.go
    
    Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
    jeffprestes and unknwon authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b2cd309 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. ci: migrate from Travis to GitHub Actions (#189)

    * ci: migrate from Travis to GitHub Actions
    
    * Fix lint errors
    
    * README
    
    * Fix tests on Windows
    
    * Skip test
    
    Co-authored-by: Sourcegraph Bot <[email protected]>
    unknwon and Sourcegraph Bot authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    bbfc5b6 View commit details
    Browse the repository at this point in the history
  2. codecov: set comment style (#190)

    Co-authored-by: Sourcegraph Bot <[email protected]>
    unknwon and Sourcegraph Bot authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    887b644 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. codecov: formalize coverage settings (#191)

    Co-authored-by: Sourcegraph Bot <[email protected]>
    unknwon and Sourcegraph Bot authored Mar 29, 2020
    Configuration menu
    Copy the full SHA
    bbb5ca2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

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

Commits on May 3, 2020

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