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

v8 #629

Open
wants to merge 141 commits into
base: release
Choose a base branch
from
Open

v8 #629

wants to merge 141 commits into from

Commits on Jun 16, 2015

  1. Merge remote-tracking branch 'upstream/master'

    Adam Burnett committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    84cc01f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. fix where providing a SERVICE_NAME for a container with multiple port…

    …s exposed would cause services to overwrite each other
    Adam Burnett committed Jun 17, 2015
    2 Configuration menu
    Copy the full SHA
    efdab22 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Merge remote-tracking branch 'upstream/master'

    Adam Burnett committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    c731919 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. Configuration menu
    Copy the full SHA
    640360b View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#2 from pippio/i269

    Synchronize etcd cluster in registrator on service registration.
    hawka committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    d50848d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. note on docker hub tags

    progrium committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    1fd1623 View commit details
    Browse the repository at this point in the history
  2. link to boot2docker

    progrium committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    7c79bed View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. analytics

    progrium committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    25208b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2015

  1. Configuration menu
    Copy the full SHA
    1e14d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c716421 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gliderlabs#227 from ashmckenzie/amckenzie/missing-…

    …protocol-fix
    
    Missing protocol fix
    progrium committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    28e7d0c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Add new version checker

    Checks for new versions with the "usage" service and automatically displays a
    standard version message when the "--version" flag is passed.
    mgood committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    18dcd45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#232 from gliderlabs/usage

    Add new version checker
    progrium committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    4ebfa22 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Adding retries to backend service in the startup

    Signed-off-by: Marcelo Salazar R <chelosalazar@gmail.com>
    ch3lo committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    029e2e4 View commit details
    Browse the repository at this point in the history
  2. Added retry parameters documentation

    Signed-off-by: Marcelo Salazar R <chelosalazar@gmail.com>
    ch3lo committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    d3863e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Upgrade to alpine:3.2 and go 1.4

    go 1.4 is now required (miekg/dns#197)
    mattatcha committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    ec8ac84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#236 from mattaitchison/update

    Upgrade to alpine:3.2 and go 1.4
    progrium committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    25c06a1 View commit details
    Browse the repository at this point in the history
  3. Refactor bridge for better testability

    bridge.New no longer attempts to ping an adapter, caller must now use the bridge Ping method.
    
    A few simple tests have been added to the bridge pkg
    mattatcha committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    c12423b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76960db View commit details
    Browse the repository at this point in the history
  5. Merge pull request gliderlabs#237 from mattaitchison/refactor

    Refactor bridge for better testability
    progrium committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    6f3a604 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. Merge branch 'master' into retries

    Conflicts:
    	bridge/bridge.go
    ch3lo committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    9669335 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. Removed unused attributes

    ch3lo committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    02bda14 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. prebump

    progrium committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    f04e789 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Merge pull request gliderlabs#235 from ch3lo/retries

    Retries to backend in the startup
    progrium committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    8f473cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70807ea View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2015

  1. Merge remote-tracking branch 'upstream/master'

    Adam Burnett committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    ecb409b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9feaccb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Configuration menu
    Copy the full SHA
    5eab115 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#221 from pippio/master

    Synchornize etcd cluster in registrator on service registration
    progrium committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    987704d View commit details
    Browse the repository at this point in the history
  3. updating documentation & CHANGELOG

    Adam Burnett committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    60744fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request gliderlabs#194 from DealerDotCom/fix-multiple-port…

    …s-named-service
    
    Fix multiple ports named service
    progrium committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    4c4cb7b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

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

Commits on Sep 15, 2015

  1. Use exit status to determine if container was killed

    Instead of using the "kill" and "stop" events, this uses the exit status to
    check whether the container was terminated via a signal. This will be more
    reliable since the "kill" event can also be sent for non-fatal signals such as
    SIGHUP.
    
    Fixes gliderlabs#248
    mgood committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    81d8f6a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Fix releases link in README

    x-cray committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    f38bf72 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Merge pull request gliderlabs#262 from x-cray/x-cray-readme-fix

    Fix releases link in README
    progrium committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    0e7edc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2015

  1. Align SPONSORS text

    josegonzalez committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    ffed69c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. Add more detailed usage regarding options placement

    Go's "flag" module only parses options up until the first non-option argument,
    so additional arguments are left unparsed in "flag.Args()". We only expect one
    argument, but additional arguments were ignored, leading to some confusion
    about options that were ignored.
    
    This updates the Usage() message with the syntax showing the options before the
    registry URI, as well as more detail if the registry argument is missing, or
    additional arguments are found.
    Matthew Good authored and Matthew Good committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    9321a0d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. Cleanup dangling services

    When a service was previously registered into the service registry
    and registrator exits without unregistering, registrator now queries
    the backend to see which services were registered, and checks against
    it's internal list to determine which should be unregistered.
    mattrobenolt authored and jeinwag committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    3181e58 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Merge pull request gliderlabs#274 from josegonzalez/patch-1

    Align SPONSORS text
    mgood committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    5c8e66b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Merge pull request gliderlabs#300 from jeinwag/cleanup

    Cleanup dangling services - rebase
    progrium committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    d160faa View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Support for Docker multi host networking

    When using the Docker multi-host networking, IPAddress under NetworkSettings is set to an empty string and the container IP can be retrieved from NetworkSettings.Networks.
    
    At this point it is assumed a single Docker network is associated with the container
    nirped committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    d1bec88 View commit details
    Browse the repository at this point in the history
  2. Update util.go

    nirped committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    dc2faa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2015

  1. Using NewVersionedClientFromEnv to create docker client

    jgrowl authored and Matthew Good committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    7f183c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#203 from jgrowl/tls

    This is a cherry-picked commit to fix the merge history.
    Matthew Good authored and Matthew Good committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    d6b7275 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gliderlabs#297 from mgood/usage-message

    Add more detailed usage regarding options placement
    mgood committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    ed771ac View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

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

Commits on Jan 5, 2016

  1. Merge pull request gliderlabs#303 from nirped/master

    Support for Docker multi host networking
    progrium committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    a0d2931 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Merge pull request gliderlabs#245 from JohnyDays/port-suffix-override

    Fix specific port names not overriding port suffix
    progrium committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    e86a580 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Merge pull request gliderlabs#141 from jmeichle/zookeeper

    Initial basic zookeeper backend for registrator
    progrium committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    27d9d5c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. Small docs refurbishment

    Etki committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    ceae5da View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#324 from etki/master

    Small docs refurbishment
    progrium committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    efbab6d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    0c22941 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#329 from dmurat/ignore_service_docs_pr

    Note for ignoring individual service on container
    progrium committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    edd6df2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Add support for Consul unix sockets

    Cole Brumley authored and Cole Brumley committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    fd3ec07 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Merge pull request gliderlabs#336 from colebrumley/consul-sock

    Add support for Consul unix sockets
    progrium committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    1f9fa9e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    3f3391c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a55d66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39e5331 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. On sync, log error instead of exiting

    Jude committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    1499488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c200b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gliderlabs#250 from mgood/kill-signal

    Use exit status to determine if container was killed
    mgood committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    a3f28f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. *servicePort method

      add support hostip for overlay network
    Maxim Sidorenko authored and Maxim Sidorenko committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    484bbf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. gofmt bridge

    jgeiger committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    ab48664 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#346 from jgeiger/run_gofmt_against_code…

    …base
    
    gofmt bridge/
    progrium committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    0248e65 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Merge pull request gliderlabs#345 from msidorenko/issue-337

    Fix missing ServiceAddress when using networks from docker-compose (overlay)
    progrium committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    ff38f7d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Merge pull request gliderlabs#340 from hookenz/master

    Default etcd backend port to 2379
    mattatcha committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    0a99627 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

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

Commits on Feb 29, 2016

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

Commits on Mar 5, 2016

  1. Merge pull request gliderlabs#357 from nautsio/consul_tcp_health_check

    added Consul TCP Health Check
    mattatcha committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    7513e42 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    mattatcha committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    73bf16f View commit details
    Browse the repository at this point in the history
  3. Add image size to readme.

    mattatcha committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    b29dbe9 View commit details
    Browse the repository at this point in the history
  4. Release prep

    mattatcha committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    876e287 View commit details
    Browse the repository at this point in the history
  5. Add image size to docs

    mattatcha committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    a4a4b0d View commit details
    Browse the repository at this point in the history
  6. bump

    mattatcha committed Mar 5, 2016
    Configuration menu
    Copy the full SHA
    55a38b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Configuration menu
    Copy the full SHA
    0d0b505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd0069d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

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

Commits on Apr 14, 2016

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

Commits on Apr 19, 2016

  1. Have the zookeeper backend use the host port for the service paths, a…

    …llow publishing services if the base service path already exists, and allow publishing into the root of zookeeper. (gliderlabs#367)
    jmeichle authored and mattatcha committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    04f52e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Fix servicePort HostIP detection logic (gliderlabs#407)

    r0p0s3c authored and mattatcha committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    6f4147f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

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

Commits on Jul 12, 2016

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

Commits on Jul 13, 2016

  1. Configuration menu
    Copy the full SHA
    8e57bf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#394 from wixyvir/add_consul_tls

    adding TLS support for consul backend
    josegonzalez authored Jul 13, 2016
    Configuration menu
    Copy the full SHA
    7d92084 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Merge pull request gliderlabs#388 from tilgovi/consul-https-health-check

    add support for consul https health checks
    josegonzalez authored Jul 19, 2016
    Configuration menu
    Copy the full SHA
    7b53791 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Add caution note on resync parameter

    Yann DEGAT committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    7534d64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#450 from yanndegat/master

    Add caution note on resync parameter
    josegonzalez authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    0bb3a44 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Merge pull request gliderlabs#339 from dsouzajude/sync-to-local-conta…

    …iners
    
    Remove stale services from registrator
    josegonzalez authored Aug 17, 2016
    Configuration menu
    Copy the full SHA
    1ed31d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Fix build issues Close gliderlabs#468

    Yann DEGAT committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    ac47f6f View commit details
    Browse the repository at this point in the history
  2. Add cleanup parameter in the doc

    - add cleanup parameter in the doc
    - alphabetically reorder the parameters list
    Yann DEGAT committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    916c8b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Merge pull request gliderlabs#470 from yanndegat/add_cleanup_param

    Add cleanup parameter in the doc
    josegonzalez authored Sep 6, 2016
    Configuration menu
    Copy the full SHA
    7b98ea5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Merge pull request gliderlabs#445 from selimekizoglu/consul-status

    Add consul initial check status to service attributes
    josegonzalez authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    f75a5dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#372 from pmenglund/consul_acl_doc

    document how to run when consul uses and acl
    josegonzalez authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    bd33617 View commit details
    Browse the repository at this point in the history
  3. Fixes logic for appending port to SERVICE_NAME

    Fixes registrator to follow the following documentation.
    http://gliderlabs.com/registrator/latest/user/services/#service-name
    mattatcha committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    3a5c9d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request gliderlabs#473 from gliderlabs/issue-380

    Fixes logic for appending port to SERVICE_NAME
    josegonzalez authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2f815ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request gliderlabs#268 from wrouesnel/exposed_ports

    Use ExposedPorts for --net=host
    josegonzalez authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    db7c8bd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2016

  1. Add an issue template

    josegonzalez authored Sep 17, 2016
    Configuration menu
    Copy the full SHA
    e4460f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

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

Commits on Oct 21, 2016

  1. Adds 'useIpFromLabel' parameter (gliderlabs#480)

    * Adds capability to read Ranger network IP for registration in Consul from container label
    
    * Adds 'useRancherContainerIP' command argument
    
    * Adds support for reading container IP used for registration from a label assigned to a container
    
    * Updated documentation for new parameter 'useIpFromLabel'
    rene-mt authored and mattatcha committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    990e6d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Support obtaining the IP from a container sharing its network namespa…

    …ce, such as with Kubernetes pods (gliderlabs#507)
    balexx authored and mattatcha committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    d2c9de8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Update README.md

    progrium authored Dec 28, 2016
    Configuration menu
    Copy the full SHA
    dc19319 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    progrium authored Dec 28, 2016
    Configuration menu
    Copy the full SHA
    dc64d5b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    progrium authored Dec 28, 2016
    Configuration menu
    Copy the full SHA
    990786d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. feat(consul,service_tags): Support escaped comma (gliderlabs#401)

    * feat(service_tags): Support escaped comma
    * test(bridge): Adds test for escaped comma in tags + fix types_test.go tests
    samber authored and mattatcha committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    1a1a9ae View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. dockerfile: use alpine 3.5 with go 1.7.3

    fixes builds failing with
    
        package context: unrecognized import path "context"
    mattatcha committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    a79ecf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

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

Commits on Feb 15, 2017

  1. Fix missing ca-certificates in alpine 3.5 (gliderlabs#523)

    Chris Gilbert authored and mattatcha committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    653db28 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Fix existed typo (gliderlabs#539)

    seriousben authored and mattatcha committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    692f0eb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

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

Commits on Jun 2, 2017

  1. fix service ip and port in consul interpolateService (gliderlabs#453)

    fix service ip and port in consul interpolateService
    Kravchuk S.V authored and mattatcha committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    10cf074 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Add option to only register services which have SERVICE_NAME (gliderl…

    …abs#531)
    
    This adds the option "-explicit" which makes registrator ignore all
    services which don't have a SERVICE_NAME label.
    codablock authored and mattatcha committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    82dc4fd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Add Windows detection

    kichristensen committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    4078ea3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Configuration menu
    Copy the full SHA
    92f7dcf View commit details
    Browse the repository at this point in the history
  2. fix indent

    avinson committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    063eb15 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Merge pull request gliderlabs#584 from avinson/master

    Improve CLI option documentation
    josegonzalez authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    e0b2c60 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    6d69ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de82be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ce2d17 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

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

Commits on Apr 23, 2018

  1. Add support for dep

    VeganBroccoli committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    7354bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Merge pull request gliderlabs#615 from VeganBroccoli/buildfix

    Add support for dep
    josegonzalez authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    e5e5426 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Configuration menu
    Copy the full SHA
    a248f40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#610 from rms1000watt/MultistageDocker

    Added Multistage Dockerfile for slimmer & hardened image
    josegonzalez authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    0b67a7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request gliderlabs#590 from rifelpet/docs

    Consul check documentation improvement
    josegonzalez authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    6686611 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    827e0d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3eed489 View commit details
    Browse the repository at this point in the history
  6. Merge pull request gliderlabs#623 from gliderlabs/circleci

    Add circleci 2.0 support
    josegonzalez authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    b0a3568 View commit details
    Browse the repository at this point in the history
  7. fix: do not use the global dockerignore for pagebuilder

    Otherwise, the git directory is ignored.
    josegonzalez committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    2a9f7f9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request gliderlabs#624 from gliderlabs/circle-test

    hack: check circle directories
    josegonzalez authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    1601c9f View commit details
    Browse the repository at this point in the history
  9. fix: Properly use CircleCI 2.0 for builds

    The switch to circleci 2.0 completely broke page builds - amongst other things - as the docker build type doesn't support docker volumes.
    
    Moving to the machine build type allows us to use docker volumes, though we lose the ability to use helper functions.
    josegonzalez committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    769456a View commit details
    Browse the repository at this point in the history
  10. Merge pull request gliderlabs#625 from gliderlabs/circle-test

    Properly use CircleCI 2.0 for builds
    josegonzalez authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    86f29a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    988bab5 View commit details
    Browse the repository at this point in the history
  12. fix: switch to non-eval command

    This should fix doc builds.
    josegonzalez committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    a6a55e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    a3f76d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gliderlabs#626 from dsouzajude/fix-build

    Use alpine:3.7 instead of scratch
    josegonzalez authored Jun 17, 2018
    Configuration menu
    Copy the full SHA
    7d5571e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d91f662 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7a235 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. Merge pull request gliderlabs#620 from dsouzajude/consul-meta

    Populate Consul's ServiceMeta using service.Attrs
    josegonzalez authored Jun 24, 2018
    Configuration menu
    Copy the full SHA
    b737bf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Bump version to v8

    dsouzajude committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    ead09e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356fb55 View commit details
    Browse the repository at this point in the history