This is an automated email from the ASF dual-hosted git repository.
iilyak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 8d3b78c Support elixir 1.7 (#1726)
add cbc8cf7 Support prefix based matching in couch_epi_data_gen
add d927c48 Emit clauses in the order of definitions
add a4a2486 Fix typespec for couch_epi:get_value/3
add e9abe50 Implement efficient feature flags
new f12f4c5 Merge pull request #1682 from cloudant/feature_flags2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/couch/src/couch_db_epi.erl | 5 +-
src/couch/src/couch_flags.erl | 135 ++++++++++++
src/couch/src/couch_flags_config.erl | 340 +++++++++++++++++++++++++++++++
src/couch/src/couch_util.erl | 3 +-
src/couch/test/couch_flags_tests.erl | 146 +++++++++++++
src/couch_epi/src/couch_epi.erl | 2 +-
src/couch_epi/src/couch_epi_data_gen.erl | 26 ++-
7 files changed, 649 insertions(+), 8 deletions(-)
create mode 100644 src/couch/src/couch_flags.erl
create mode 100644 src/couch/src/couch_flags_config.erl
create mode 100644 src/couch/test/couch_flags_tests.erl