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

A simple way to store a PN-Counter in a riak_object #536

Merged
merged 25 commits into from May 24, 2013
Merged

Commits on Feb 4, 2013

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

Commits on Feb 7, 2013

  1. Copy the full SHA
    3bc205b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2013

  1. WIP commit

    EQC test
    Changes to counter because of it
    Export riak_object:index_specs
    russelldb committed Feb 11, 2013
    Copy the full SHA
    94a55e4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    55cb4bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7c99ea1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2013

  1. Copy the full SHA
    d515125 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56b344e View commit details
    Browse the repository at this point in the history
  3. WIP commit

    EQC test
    Changes to counter because of it
    Export riak_object:index_specs
    russelldb committed Feb 12, 2013
    Copy the full SHA
    1970825 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    acc7514 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6f135a7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d77e390 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'rdb-kv-counter' of beast:riak_kv into rdb-kv-counter

    Conflicts:
    	test/kv_counter_eqc.erl
    russelldb committed Feb 12, 2013
    Copy the full SHA
    807df14 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2013

  1. WIP add PB handler

    russelldb committed Feb 18, 2013
    Copy the full SHA
    eeddf9b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2013

  1. Copy the full SHA
    c07ed65 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into rdb-kv-counter

    Conflicts:
    	src/riak_object.erl
    russelldb committed Apr 9, 2013
    Copy the full SHA
    9c6d99d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2013

  1. Drop indexes from counters

    Add minimal required meta data to work with HTTP API
    russelldb committed Apr 10, 2013
    Copy the full SHA
    dfab047 View commit details
    Browse the repository at this point in the history
  2. Respond with error if allow_mult is false on counter post

    Counters require sibling values to converge
    russelldb committed Apr 10, 2013
    Copy the full SHA
    31e6084 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2013

  1. Copy the full SHA
    147760e View commit details
    Browse the repository at this point in the history
  2. Add include for types

    russelldb committed May 9, 2013
    Copy the full SHA
    9b83045 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2013

  1. Address review comments

    Add `returnvalue` to both endpoints
    Add specs + docs to counter modules
    Add API docs to HTTP resource
    Refactor prepare put code in vnode
    Remove copied fun from yessir backend
    russelldb committed May 22, 2013
    Copy the full SHA
    1d7cbd9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2013

  1. Tentative addition of custom binary format for counters

    Counters all the way down.
    russelldb committed May 23, 2013
    Copy the full SHA
    17feb8c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2013

  1. Update binary format to use t2b for gcounter

    Fix eqc test ot work with binary encoded counters.
    russelldb committed May 24, 2013
    Copy the full SHA
    723baae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a7e059 View commit details
    Browse the repository at this point in the history
  3. Remove dbg statement

    russelldb committed May 24, 2013
    Copy the full SHA
    52182a5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #563 from basho/rdb-kv-counter_bin

    Add binary format for counters
    russelldb committed May 24, 2013
    Copy the full SHA
    1e32b2a View commit details
    Browse the repository at this point in the history