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

Added support for centralized dynamic config #24

Merged
merged 7 commits into from
Jun 25, 2016

Commits on Jun 24, 2016

  1. Added support for managed dynamic configs

    Kevin Smith committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    7f5f2e6 View commit details
    Browse the repository at this point in the history
  2. Remove old dynamic configs after update

    Kevin Smith committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    b42b6d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2016

  1. Make managed dynamic config interval configurable

    * Made the dynamic config refresh interval configurable
    * Immediately update dynamic config when the DCU starts to reduce update
      propagation latencies
    * Cleaned up interval reporting phrasing in general
    Kevin Smith committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    f3ee2cc View commit details
    Browse the repository at this point in the history
  2. Added explanatory comments about dyn config updates

    Kevin Smith committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    90a3903 View commit details
    Browse the repository at this point in the history
  3. Addressed review feedback

    Kevin Smith committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    7afccd9 View commit details
    Browse the repository at this point in the history
  4. Centralized JSON decoder creation to relay/util package

    Kevin Smith committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    5e6433a View commit details
    Browse the repository at this point in the history
  5. Made golint and go vet happy

    Kevin Smith committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    b54815a View commit details
    Browse the repository at this point in the history