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: suzuki-shunsuke/flute
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: suzuki-shunsuke/flute
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 7, 2019

  1. test: fix an example

    Fix to reuse *http.Client.
    
    https://golang.org/pkg/net/http/#Client
    
    > The Client's Transport typically has internal state (cached TCP connections), so Clients should be reused instead of created as needed.
    > Clients are safe for concurrent use by multiple goroutines.
    suzuki-shunsuke committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    c6b7df9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from suzuki-shunsuke/test/fix-example

    test: fix an example
    suzuki-shunsuke authored Jul 7, 2019
    Configuration menu
    Copy the full SHA
    69ea92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    574b6b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    408d618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf7b370 View commit details
    Browse the repository at this point in the history
  6. fix: rename Matcher and Tester's HeaderEqual and QueryEqual

    BREAKING CHANGE: the condition "Query" and "Header" are treated as perfect matching.
    suzuki-shunsuke committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    326d2f3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #13 from suzuki-shunsuke/feat/add-query-equal

    feat: add the condition about query and header
    suzuki-shunsuke authored Jul 7, 2019
    Configuration menu
    Copy the full SHA
    30b99ae View commit details
    Browse the repository at this point in the history
Loading