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

Agent cache manager #233

Merged
merged 20 commits into from Oct 19, 2017
Merged

Agent cache manager #233

merged 20 commits into from Oct 19, 2017

Commits on Oct 14, 2017

  1. cache manager:

    - Updates cache with new and expired entries
    
    init tests
    
    update node mock package
    
    fixing test FetchSVID WIP
    
    PR comments
    walmav committed Oct 14, 2017
    Copy the full SHA
    2db10cd View commit details
    Browse the repository at this point in the history
  2. delete manager pkg

    walmav committed Oct 14, 2017
    Copy the full SHA
    d2e4922 View commit details
    Browse the repository at this point in the history
  3. fix build

    walmav committed Oct 14, 2017
    Copy the full SHA
    42894a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. fixing expired cache loop

    walmav committed Oct 15, 2017
    Copy the full SHA
    64e26dc View commit details
    Browse the repository at this point in the history
  2. Update README_pb.md

    walmav committed Oct 15, 2017
    Copy the full SHA
    342beba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. PR comments

    walmav committed Oct 16, 2017
    Copy the full SHA
    11fbabf View commit details
    Browse the repository at this point in the history
  2. return or break after error

    walmav committed Oct 16, 2017
    Copy the full SHA
    9b52977 View commit details
    Browse the repository at this point in the history
  3. regen cache mock

    walmav committed Oct 16, 2017
    Copy the full SHA
    46eece9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. fixing deadlocks

    walmav committed Oct 17, 2017
    Copy the full SHA
    4cf4253 View commit details
    Browse the repository at this point in the history
  2. fix cache test

    walmav committed Oct 17, 2017
    Copy the full SHA
    58fd922 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into agent_cache_manager

    walmav committed Oct 17, 2017
    Copy the full SHA
    3159f72 View commit details
    Browse the repository at this point in the history
  4. address PR comments

    walmav committed Oct 17, 2017
    Copy the full SHA
    901c2ac View commit details
    Browse the repository at this point in the history
  5. Use dial context

    walmav committed Oct 17, 2017
    Copy the full SHA
    a80e56e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. fixing shutdown race condition and other changes

    walmav committed Oct 18, 2017
    Copy the full SHA
    bd84271 View commit details
    Browse the repository at this point in the history
  2. fixing conflict resolution issue

    walmav committed Oct 18, 2017
    Copy the full SHA
    95f1d22 View commit details
    Browse the repository at this point in the history
  3. fixing build issue

    walmav committed Oct 18, 2017
    Copy the full SHA
    cf5436e View commit details
    Browse the repository at this point in the history
  4. revert back to using shutdown with sync.Once

    walmav committed Oct 18, 2017
    Copy the full SHA
    b0f8e68 View commit details
    Browse the repository at this point in the history
  5. missing return

    walmav committed Oct 18, 2017
    Copy the full SHA
    8c84d40 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. cache.md WIP

    walmav committed Oct 19, 2017
    Copy the full SHA
    0ad18b2 View commit details
    Browse the repository at this point in the history
  2. cache.md WIP

    walmav committed Oct 19, 2017
    Copy the full SHA
    e03f4de View commit details
    Browse the repository at this point in the history