You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2021/09/01 14:42:42 UTC

[couchdb-fauxton] branch feat/partition-checkbox updated (95646a3 -> b911607)

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

jan pushed a change to branch feat/partition-checkbox
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git.


    omit 95646a3  chore: add padding-top to partitioned-db-options
    omit d5cc238  fix: remove old function calls, conditions
    omit 9220533  feat: change partition option to checkbox
     add 8b63eb1  Properly encode doc link on Changes page
     add 114e0d9  Merge pull request #1314 from Antonio-Maranhao/fix-link-changes-page
     add 973673f  Update npm dependencies and minor changes to fix tests (#1316)
     add f973679  Add extension point for database size (#1317)
     add f0ded17  Fixes broken urls pointing to master branch (#1319)
     add 033a1c8  feat: change partition option to checkbox
     add 3561b7c  fix: remove old function calls, conditions
     add e87f2b7  chore: add padding-top to partitioned-db-options
     add b911607  feat: clearify advanced nature of partitioned dbs

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   (95646a3)
            \
             N -- N -- N   refs/heads/feat/partition-checkbox (b911607)

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.

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |    2 +-
 CONTRIBUTING.md                                    |    6 +-
 app/addons/components/components/menudropdown.js   |    1 +
 app/addons/databases/stores.js                     |    9 +-
 app/addons/documents/__tests__/changes.test.js     |   11 +
 .../documents/changes/components/ChangeID.js       |    2 +-
 app/addons/documents/tests/nightwatch/cloneDoc.js  |   13 +-
 app/addons/documents/tests/nightwatch/viewEdit.js  |   89 +-
 .../fauxton/navigation/components/NavLink.js       |    2 +-
 app/addons/replication/actions.js                  |   20 +-
 i18n.json.default.json                             |    2 +-
 package-lock.json                                  | 5582 +++++++++++---------
 package.json                                       |   42 +-
 readme.md                                          |   12 +-
 14 files changed, 3321 insertions(+), 2472 deletions(-)