You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/03/18 17:32:39 UTC

[couchdb] branch reshard updated (e38c433 -> 2c9cbf6)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch reshard
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard e38c433  [fixup|tests] remove a flaky test
 discard 6f8eff3  [fixup|mem3_reshard] use foreadch instead of LC, wording and grammar
 discard 761b69b  [fixup|mem3_rep] fix typo in comment
 discard b82f6a5  [fixup|readme] fix README_resharding
 discard b8c9504  [fixup|fabric] grammar (tests names), reduce diff from, meck fixes
 discard 068e242  [fixup|couch_db_split_tests] dry out generator funcs, grammar fixes
 discard c83745f  [fixup|couch_db_split] element(3,..) comment, ok = stop_target, config fix
 discard 3e49fa2  [fixup|mem3_ring_prop_tests] remove compile(export_all)
 discard 6e0114f  [fixup|testing] re-enable changes feed test
 discard f20e7c5  [fixup] emit the deleted event earlier in wait source close
 discard f534a88  [fixup|mem3_rep] add find_split_target_seq
 discard d2e74d9  [fixup|couch,fabric] handle split update sequences
 discard df0cfe0  [fixup|elixir tests] allow delete db to accept a 404
 discard 3af9279  [fixup|tests] fix event emitter test
 discard a09bea0  [fixup|reshard_job] do not emit create events on swap
 discard bec130f  [fixup|multi_db_changes] fix unit test broken after emitting created event
 discard c106248  [fixup|tests] Elixir all_docs and changes feed tests
 discard 6465f97  [fixup|tests] Add Elixir integration tests
 discard 35d1b42  [fixup|tests] add tests for couch_events
 discard f3c1e6f  [fixup|reshard_job] send create couch events
 discard a228f9e  [fixup] on create make sure to rescan the new shards
 discard 01df008  Implement resharding HTTP API
 discard 5d51edb  Resharding supervisor and job manager
 discard 20ce1a6  Shard splitting job implementation
 discard 21ff7c4  Update internal replicator to handle split shards
 discard 40cc0cd  Implement initial shard splitting data copy
 discard c0dd4f9  Uneven shard copy handling in mem3 and fabric
     new f88d35b  Add security item to the RFC template (#1914)
     new 8efe9b2  test: port invalid_docids to Elixir test suite (#1968)
     new 0957f90  Update ioq to 2.1.1
     new 9f924e4  Merge pull request #1981 from cloudant/update/ioq-2.1.1
     new dd5a084  Uneven shard copy handling in mem3 and fabric
     new d6dc8e9  Implement initial shard splitting data copy
     new d79de31  Update internal replicator to handle split shards
     new 6429417  Shard splitting job implementation
     new 84479c3  Resharding supervisor and job manager
     new 2c9cbf6  Implement resharding HTTP API

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e38c433)
            \
             N -- N -- N   refs/heads/reshard (2c9cbf6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 11637 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:
 .github/ISSUE_TEMPLATE/rfc.md            |  8 ++-
 rebar.config.script                      |  2 +-
 src/couch/src/couch_db.erl               |  2 +-
 test/elixir/README.md                    |  2 +-
 test/elixir/test/invalid_docids_test.exs | 85 ++++++++++++++++++++++++++++++++
 5 files changed, 94 insertions(+), 5 deletions(-)
 create mode 100644 test/elixir/test/invalid_docids_test.exs