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

Rewrite the store interface #1335

Merged
merged 31 commits into from
Mar 12, 2020
Merged

Rewrite the store interface #1335

merged 31 commits into from
Mar 12, 2020

Commits on Mar 4, 2020

  1. WIP store rewrite

    Jake Sanders committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    5c13150 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Fix memory store tests

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    ef0206b View commit details
    Browse the repository at this point in the history
  2. Store hard expiry times rather than duration!

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    f77aeb1 View commit details
    Browse the repository at this point in the history
  3. Clarify memory test

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b08c219 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/micro/go-micro into rewri…

    …te-store
    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    171fe7c View commit details
    Browse the repository at this point in the history
  5. Add limit to store interface

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    fc2ff19 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/micro/go-micro into rewri…

    …te-store
    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    95464cd View commit details
    Browse the repository at this point in the history
  7. Implement suffix option

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b4364cf View commit details
    Browse the repository at this point in the history
  8. Don't return nils from noop store

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    4d01f39 View commit details
    Browse the repository at this point in the history
  9. Fix syncmap

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    18de8c0 View commit details
    Browse the repository at this point in the history
  10. Start fixing store service

    Jake Sanders committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    47d1878 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. wip service and cache

    Jake Sanders committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    40f5642 View commit details
    Browse the repository at this point in the history
  2. Use _ for special characters in cockroachdb namespace

    Ben Toogood committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    bb9d9c8 View commit details
    Browse the repository at this point in the history
  3. Improve cockroach namespace comment

    Ben Toogood committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e5e26cb View commit details
    Browse the repository at this point in the history
  4. Use service name as default store namespace

    Ben Toogood committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    5eae57d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0087e30 View commit details
    Browse the repository at this point in the history
  6. Fixes

    Ben Toogood committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    aa8ec72 View commit details
    Browse the repository at this point in the history
  7. Implement Store Scope

    Ben Toogood committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    3da92cf View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Start fixing etcd

    jakexks committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3347819 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

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

Commits on Mar 12, 2020

  1. Fix etcd tests

    Jake Sanders committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    2bb9acd View commit details
    Browse the repository at this point in the history
  2. Fix cockroach store

    jakexks committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bb5cbe8 View commit details
    Browse the repository at this point in the history
  3. Fix cloudflare interface

    jakexks committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    af904b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e746bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b32bfd8 View commit details
    Browse the repository at this point in the history
  6. comment lint

    jakexks committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f22c0d3 View commit details
    Browse the repository at this point in the history
  7. cache isn't implemented yet

    jakexks committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    98196e9 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into rewrite-store

    Jake Sanders committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    b1dc0ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    707b9df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a619c08 View commit details
    Browse the repository at this point in the history