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: dogestry/dogestry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: dogestry/dogestry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.4
Choose a head ref
  • 17 commits
  • 167 files changed
  • 5 contributors

Commits on Dec 2, 2015

  1. Update Readme.md

    relistan committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    823691e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2015

  1. Fix spelling in README

    idleyoungman committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    bbb856a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2015

  1. Configuration menu
    Copy the full SHA
    b47fa65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb6ab5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. godeps update

    Daniel Selans committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    ef7080d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gigablah-dockercfg'

    Also update godeps
    Daniel Selans committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    47e9620 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. fixed region issue

    s3gof3r was updated to determine the region based on the domain it was instantiated with in .New().
    We have always set this to "", however the new change made this become "us-east-1" by default.
    
    This commit:
    
    - updates the s3gof3r instantiation logic
    - adds a new Region attribute to the Config struct, which can then be utilized
    for instantiating other S3 handlers (goamz or s3gof3r)
    Daniel Selans committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    39b14d9 View commit details
    Browse the repository at this point in the history
  2. Adds retry logic to the getFile() method

    Fixes #91
    
    - Retry getFile() upto `MaxGetFileAttempts` attempts
    
    I have personally only seen the random 500 errors on pulls - if it turns out
    that pushes are affected as well, we can apply similar logic to that as well.
    
    In addition, this is a bandaid fix until we move towards the official aws go sdk.
    Daniel Selans committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    3842195 View commit details
    Browse the repository at this point in the history
  3. Add docker host health checking prior to pulls

    This PR contains the following changes:
    
    - Docker host health checking prior to pulls (seeking status code 200 on host:port/version GET
    - Ability to disable host health checking via -disable-checks CLI flag
    - Refactored dogestry server check code to work for both docker and dogestry endpoints
    - Adapted ParseHostnames -> ParseHosts to return a host->port map (map[string]int)
    
    Fixes #94
    
    @talpert @intjonathan @idleyoungman
    Daniel Selans committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    58907eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96 from dogestry/dselans/region_fix

    fixed region issue
    talpert committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    9ed05e7 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Daniel Selans committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    fdae30b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #97 from dogestry/dselans/500_fix

    Adds retry logic to the getFile() method
    talpert committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    b4ea681 View commit details
    Browse the repository at this point in the history
  7. Add docker host health checking prior to pulls

    This PR contains the following changes:
    
    - Docker host health checking prior to pulls (seeking status code 200 on host:port/version GET
    - Ability to disable host health checking via -disable-checks CLI flag
    - Refactored dogestry server check code to work for both docker and dogestry endpoints
    - Adapted ParseHostnames -> ParseHosts to return a host->port map (map[string]int)
    
    Fixes #94
    
    @talpert @intjonathan @idleyoungman
    Daniel Selans committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    e595c9e View commit details
    Browse the repository at this point in the history
  8. fix tests

    Daniel Selans committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    ac4508c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'dselans/docker_alive_check' of github.com:dogestry/doge…

    …stry into dselans/docker_alive_check
    Daniel Selans committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    9c112e6 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #99 from dogestry/dselans/docker_alive_check

    Dselans/docker alive check
    talpert committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    0f04391 View commit details
    Browse the repository at this point in the history
  11. Update version.go

    talpert committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    c340a77 View commit details
    Browse the repository at this point in the history
Loading