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

🤖 Update from upstream repository mesosphere/mesos-dns #3

Open
wants to merge 103 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2016

  1. General HTTP Client (master-facing) imrpvoements

      -Reuse HTTP client (pool) instance
      -Set user agent
    sargun committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    1fc65b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #442 from mesosphere/reuse-http-pool

    Reuse HTTP client instance
    sargun authored Jun 20, 2016
    Configuration menu
    Copy the full SHA
    57a3ce8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. Fix vetshadow

    sargun committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    3f5d18c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #445 from mesosphere/fix-vetshadow

    Fix vetshadow
    sargun authored Jun 21, 2016
    Configuration menu
    Copy the full SHA
    4fe4ea3 View commit details
    Browse the repository at this point in the history
  3. Switch to govendor

    sargun committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    5b36c9c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #444 from mesosphere/go-vendorify

    Switch to govendor
    sargun authored Jun 21, 2016
    Configuration menu
    Copy the full SHA
    8ad3946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f43a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Configuration menu
    Copy the full SHA
    a965a04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jdef/jdef_security_refactor

    refactor/repackage security changes and fix problems reported by linter
    alberts authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    00e2c3a View commit details
    Browse the repository at this point in the history
  3. reuse http transport/client across generator instances

    James DeFelice committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    c5e28cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from jdef/jdef_fix_httpclient_sharing

    reuse http transport/client across generator instances
    alberts authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    aa6d908 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9db659 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from jdef/jdef_refactor_scheme

    return a more generic url-builder option (vs scheme) from TLSConfig
    alberts authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    9f0c256 View commit details
    Browse the repository at this point in the history
  7. remove godep from circle.yml

    alberts committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    8fc895a View commit details
    Browse the repository at this point in the history
  8. add vendored sources

    alberts committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    c91c973 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #443 from alberts/master

    Support for service accounts, HTTPS and CA certs
    jdef authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    22146c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

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

Commits on Jul 12, 2016

  1. cleanup: introduce DoerFunc, DoerFactory, ConfigMap, and an auth plug…

    …in registry
    James DeFelice committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    7a3406d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jdef/jdef_auth2

    cleanup: introduce DoerFunc, DoerFactory, ConfigMap, and an auth plugin registry
    timcharper authored Jul 12, 2016
    Configuration menu
    Copy the full SHA
    00bc99a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. better auth configuration and validation

    James DeFelice committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    43e4524 View commit details
    Browse the repository at this point in the history
  2. removed unused Password field

    James DeFelice committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    71890c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Merge pull request #2 from jdef/jdef_auth3

    better auth configuration and validation; cleanup
    timcharper authored Jul 15, 2016
    Configuration menu
    Copy the full SHA
    0b1053b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #449 from vivint-smarthome/auth

    Add support to specify mesos master credentials via basicAuth
    jdef authored Jul 15, 2016
    Configuration menu
    Copy the full SHA
    3564f1e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Update circle.yml, fix linter warnings

    simplifying gometalinter ci test
    
    improve gometalinter usage, fix warnings
    
    put gometalinter check on single line
    
    Adding a placeholder Jenkinsfile
    
    simplify TLSConfig, remove placeholder Jenkinsfile, update circle.yml
    drewkerrigan committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    f450ef2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #462 from mesosphere/ack-lint-fixes

    Make Build pass, after gometalinter update
    sargun authored Aug 23, 2016
    Configuration menu
    Copy the full SHA
    7959639 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Addressing #432

    drewkerrigan committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    51a77f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #460 from mesosphere/ack-fix-432

    Fix labels.trimCut problem with certain task names
    sargun authored Aug 25, 2016
    Configuration menu
    Copy the full SHA
    a07e7f0 View commit details
    Browse the repository at this point in the history
  3. Improve stability and error messaging in records/generator

    Improve state.json fetch logic error messages
    
    Make findMaster method more robust
    
    loadWrap method should not assume "Leader" field presence in reply
    
    adding error content to log lines, removing unecessary log line
    
    added validation and tests for leaderIP
    Vespian authored and drewkerrigan committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    353fa8d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #461 from mesosphere/stability-fixes

    Stability fixes
    sargun authored Aug 25, 2016
    Configuration menu
    Copy the full SHA
    bfcd401 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    956db97 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #465 from mesosphere/ack-rename-secret

    Rename iam secret to private_key
    sargun authored Aug 25, 2016
    Configuration menu
    Copy the full SHA
    ea801fa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Configuration menu
    Copy the full SHA
    5ad1fd2 View commit details
    Browse the repository at this point in the history
  2. Don't treat truncated records as an error.

    Before updating the DNS client, no answers were sent when a truncated
    response was received from downstream. After updating the DNS client, it
    would work properly, but it log the error and then (needlessly) continue
    to attempt the other DNS servers listed.
    
    This change causes mesos-DNS to ignore the truncated response error from
    the mesos-DNS client, and send whatever response it received.
    
    TODO - the truncated bit state should be forwarded, and not cleared.
    
    Fixes #457
    timcharper committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    b086677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60bc1f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Merge pull request #467 from vivint-smarthome/fix-457

    Properly proxy truncated responses
    sargun authored Sep 5, 2016
    Configuration menu
    Copy the full SHA
    7f9fe18 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Add support for ports in resolver list

    Added tests, forwarder now uses configured resolver port, refactored validation.
    drewkerrigan committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    19c50da View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. Merge pull request #468 from mesosphere/ack-implement-459

    Support non-standard ports for upstreams
    sargun authored Sep 11, 2016
    Configuration menu
    Copy the full SHA
    1810c09 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Update build & release documentation

      -Delete old release script
      -Add release process
      -Update manual build steps for development
    sargun committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    bea3bf8 View commit details
    Browse the repository at this point in the history
  2. Release v0.6.0

    -Added some benchmarks for RecordGenerator.insertRR
    -Make minor fixes to enumeration API, where it would return null, as as opposed to an empty list
    -Add the AXFR (record listing) HTTP API endpoint
    -Make HTTP listener address configurable
    -General improvements to the HTTP client
      -Pool HTTP connections, preventing connection leakage
      -Set the User Agent
    -Switch the project to Go Vendor as opposed to Godeps
    -Add HTTPS Client support to Mesos-DNS (for state.json)
    -Add Mesos authentication support
    -Fix tasks from more than 63 dashes and a non - character from
      crashing Mesos-DNS
    -Don't treat truncated records as an error.
    sargun committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    43cd062 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Merge pull request #472 from mesosphere/release-v0.6.0

    Release v0.6.0
    sargun authored Sep 20, 2016
    Configuration menu
    Copy the full SHA
    a2239fc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Add support for zone-specific resolvers

    - validate that zoneResolvers don't overlap eachother or the mesos
      domain
    - require that zoneResolvers default be specified via Resolvers.
    - docs
    - add domain validation, remove magic constant.
    timcharper committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    df88e88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #441 from vivint-smarthome/master

    Add support for zone-specific resolvers
    sargun authored Sep 27, 2016
    Configuration menu
    Copy the full SHA
    fb1dcdd View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2016

  1. godep: Move from govendor to godep

    The decision to move from godep earlier was because godep did not have
    working `vendor/` support at the time.
    nlsun committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    066af0f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Merge pull request #476 from nlsun/godep

    godep: Move from govendor to godep
    sargun authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    6520918 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

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

Commits on Nov 18, 2016

  1. Configuration menu
    Copy the full SHA
    7db811a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a612829 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #486 from mesosphere/fix-build-2016-11-18

    Fix build 2016 11 18
    sargun authored Nov 18, 2016
    Configuration menu
    Copy the full SHA
    2645bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef12d16 View commit details
    Browse the repository at this point in the history
  5. refactor cert config logic to reduce cyclomatic complexity

    James DeFelice authored and tillt committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    aa064ed View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Merge pull request #483 from mesosphere/till/ssl-client-cert

    Added client side certificate and key pair.
    sargun authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    92eec2f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. resolver: make setting of the Truncate bit configurable

    Setting the Truncate bit in the DNS message when it is truncated is now configurable.
    
    The default behaviour is to set the Truncate bit when appropriate.
    
    When this option is set to false the Truncate bit will be unset in all DNS responses.
    
    This is non-compliant behaviour but we support it for cases where clients are also non-compliant.
    Gustav Paul committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    5d43b22 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Configuration menu
    Copy the full SHA
    5fa8963 View commit details
    Browse the repository at this point in the history
  2. resolver: simplify truncate logic

    Gustav Paul committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    6af238e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    4abfc23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #491 from nlsun/wait-reload

    Wait for a reload before serving DNS
    alberts authored Jan 30, 2017
    Configuration menu
    Copy the full SHA
    ba8e9db View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    be8772b View commit details
    Browse the repository at this point in the history
  2. resolver: clean up comments and intensify unit test

    Gustav Paul committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    6e9f90f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #492 from mesosphere/gpaul/optional-set-truncating…

    …-bit
    
    resolver: make setting of the Truncate bit configurable
    alberts authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    919851a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Bump github.com/miekg/dns to 99f84ae56e75126dd77e5de4fae2ea034a468ca1

    Bumped to the following commit
    
    commit 99f84ae56e75126dd77e5de4fae2ea034a468ca1
    Author: Matthijs Mekking <[email protected]>
    Date:   Mon Jan 30 11:53:01 2017 +0100
    
        return errTruncated after setting header bits (#442)
    Gustav Paul committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    faf3e39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #493 from mesosphere/gpaul/bump-github-com-miekg-dns

    Bump github.com/miekg/dns to 99f84ae56e75126dd77e5de4fae2ea034a468ca1
    alberts authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    0f80f27 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. resolver: make resolver_test.go pass golint

    Gustav Paul committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    8fb6cec View commit details
    Browse the repository at this point in the history
  2. vendor/github.com/miekg/dns: bump to 75229eecb7af00b2736e93b779a78429…

    …dcb19472
    
    Bump github.com/miekg/dns to the following commit:
    
    commit 75229eecb7af00b2736e93b779a78429dcb19472
    Author: Miek Gieben <[email protected]>
    Date:   Fri Feb 17 12:10:30 2017 +0000
    
        msg.go: don't fiddle with Compress (#460)
    
        Don't set Compress to false on dns to calucate the uncompressed length,
        instead a a function where the compression is a flag and use that.
    
    Fixes https://jira.mesosphere.com/browse/DCOS-13590
    Gustav Paul committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    8c30780 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Merge pull request #495 from mesosphere/gpaul/placate-golint

    resolver: make resolver_test.go pass golint
    alberts authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    fa07296 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Merge pull request #494 from mesosphere/gpaul/bump-miekg-dns-75229ee

    vendor/github.com/miekg/dns: bump to 75229ee
    alberts authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    bf08ab7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. resolver: specify valid Accept content types

    Gustav Paul committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    7386945 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #497 from mesosphere/gpaul/DCOS_OSS-611-incorrect-406

    resolver: specify valid Accept content types
    Gustav Paul authored Mar 15, 2017
    Configuration menu
    Copy the full SHA
    311d6d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. fix typo

    Signed-off-by: kevin xu <[email protected]>
    cmingxu authored and nlsun committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    af6ebc7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

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

Commits on May 25, 2017

  1. Merge pull request #416 from ivucica/patch-1

    Fix URL in contrib/ansible-gce/README.md
    jdef authored May 25, 2017
    Configuration menu
    Copy the full SHA
    9d21ea6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. records: fix #501 - use SOA mname instead of rname

    James DeFelice authored and jdef committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    c1ff74d View commit details
    Browse the repository at this point in the history
  2. lint: fix CI problems reported by linter

    James DeFelice authored and jdef committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    9e7e00b View commit details
    Browse the repository at this point in the history
  3. records: separate state loading logic from record generation

    James DeFelice authored and jdef committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    53189bd View commit details
    Browse the repository at this point in the history
  4. records: unit test: ParseState supplies correct SOA mname

    James DeFelice authored and jdef committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    a32855c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Support IPv6 (#508)

    * Update records for AAAA
    * Update resolver for AAAA
    * Add tests
    drewkerrigan authored Oct 10, 2017
    Configuration menu
    Copy the full SHA
    be53925 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Fixed linter errors, causing Jenkins CI to fail.

    Avinash Sridharan committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    59d1edd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #513 from asridharan/linter

    Fixed linter errors, causing Jenkins CI to fail.
    asridharan authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    3b066ce View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. add non-zero weight for returned SRV records (#515)

    * add configured, non-zero default SRV weight
    lamdor authored and jdef committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    9507279 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Moves mesos state endpoint from /state.json to /state

    Mesos has deprecated/removed the /state.json endpoint and has
    replaced it with /state. This patch updates the url path from
    /state.json to /state
    GoelDeepak committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a274e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d1744 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Clean up docs (formatting, typos and so on) (#526)

    Clean up docs (formatting, typos and so on)
    Ivan Chernetsky authored and jdef committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    ca483fa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Merge pull request #525 from mesosphere/deepak/state-endpoint

    Moves mesos state endpoint from /state.json to /state
    GoelDeepak authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    211986e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. vendor: migrate from Godep to dep

    The change set is the result of `dep init`.
    James DeFelice authored and jdef committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    7f4e2af View commit details
    Browse the repository at this point in the history
  2. vendor: bump miekg/dns to v1.0.15

    James DeFelice authored and jdef committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    1b59efc View commit details
    Browse the repository at this point in the history
  3. vendor: re-pin github.com/emicklei/go-restful to 1.1.3

    James DeFelice authored and jdef committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    67c0f1d View commit details
    Browse the repository at this point in the history
  4. vendor: pin github.com/dgrijalva/jwt-go to v2.7.0

    James DeFelice authored and jdef committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    6a89113 View commit details
    Browse the repository at this point in the history
  5. git: ignore .swp files

    James DeFelice authored and jdef committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a067e7b View commit details
    Browse the repository at this point in the history
  6. circleci: bump golang to 1.11.2

    James DeFelice authored and jdef committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    69fa1d2 View commit details
    Browse the repository at this point in the history
  7. records: avoid use of deprecated CloseNotify()

    James DeFelice authored and jdef committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    0b2f907 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Fix new metalinter complaints.

    James DeFelice authored and jdef committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ceb27ad View commit details
    Browse the repository at this point in the history
  2. circleci: bump golang to 1.11.5

    James DeFelice authored and jdef committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    337f8b5 View commit details
    Browse the repository at this point in the history
  3. Updated logging regarding new masters.

    The detection of new masters now results in a log line that is
    displayed even with a disabled verbose mode. The idea behind this
    change is that this event is important and not common thus it should be
    logged as such.
    armandgrillet authored and jdef committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    009c459 View commit details
    Browse the repository at this point in the history
  4. Added error message when no masters given.

    We now return an error message if no masters have been given when
    generating a new Mesos master state loader.
    armandgrillet authored and jdef committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    28427c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. jenkins: initial pipeline

    James DeFelice authored and jdef committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    f3dae7c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

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

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    2bb0316 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #547 from mesosphere/vinodkone-patch-1

    Updated markdown processor from redcarpet to commonmark.
    vinodkone authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    edcd5bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25457a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #548 from mesosphere/vinodkone-patch-2

    Updated site highlighter from pygments to rogue.
    vinodkone authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    901a824 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Remove limit of one IP address per A record, modify Task.IPs behavior…

    … to return only IPs from first populated source
    Drew Kerrigan committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cdcc5f3 View commit details
    Browse the repository at this point in the history
  2. Typos

    Drew Kerrigan committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9d40b45 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge pull request #553 from drewkerrigan/master

    Remove limit of one IP address per A record, modify Task.IPs behavior…
    jkoelker authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e888ef4 View commit details
    Browse the repository at this point in the history