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

Issue 554 Added compiled glob matching using LRU Cache #615

Merged
merged 19 commits into from
Jan 29, 2020

Commits on Oct 27, 2018

  1. consul: refactor service monitor

    Refactor the set of functions which watch the consul state
    and generate the route commands into a set of objects to make
    them testable and extendable.
    magiconair committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    afe4ed6 View commit details
    Browse the repository at this point in the history
  2. consul: move build route command logic to separate object

    ... and finally add some tests.
    magiconair committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    13f7d23 View commit details
    Browse the repository at this point in the history
  3. consul: fetch route updates concurrently

    The code which updates the routing table from consul was using a
    single go routine to fetch data from consul. This can be a slow
    process if consul has lots of registered services.
    
    This patch adds an option `registry.consul.serviceMonitors`
    to increase the concurrency for the route updates.
    magiconair committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    a9b3f2f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

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

Commits on Oct 31, 2018

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

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    d042b86 View commit details
    Browse the repository at this point in the history
  2. rebase with master

    galen0624 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    b5d55da View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    ece408d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94e2ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e5deaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0a9d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09b7246 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66694b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f1fa1e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. added Glob to grpc proxy

    galen0624 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    ed27a84 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    2afe678 View commit details
    Browse the repository at this point in the history
  2. removing polling interval

    galen0624 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    ee16c70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ce80e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into issue-554-compiled-globs

    Aaron Hurt committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    59242ce View commit details
    Browse the repository at this point in the history