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: bitly/go-hostpool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hailocab/go-hostpool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 2 files changed
  • 4 contributors

Commits on Aug 5, 2014

  1. Allow hosts for an existing hostpool to be changed

    Asim Aslam committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    a977ea4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from hailocab/sethosts

    Allow hosts for an existing hostpool to be changed
    Boyan Dimitrov committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    be8d763 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Added license

    dancannon committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    0637eae View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	hostpool.go
    dancannon committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    8b0d3ed View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Added ability to prevent unhealthy nodes from being returned

    This could be useful if you would prefer to fall back to another process
    if there are no healthy nodes available or if you wanted to "fail fast".
    
    This PR updates the Get method to optionally return `nil` if
    `ReturnUnhealthy` has been called with false.
    dancannon committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    6715a4b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Merge pull request #5 from hailocab/maybe-get

    Added ability to prevent unhealthy nodes from being returned
    Tony Qin committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    faaa51b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

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

Commits on Jan 25, 2016

  1. Merge pull request #3 from hailocab/upstream-merge

    Upstream merge
    dancannon committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    e80d13c View commit details
    Browse the repository at this point in the history
Loading