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

garren pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git.


    from 55d3118  [partitioned-dbs] Support create and list databases (#1125)
     add 9c517f1  VerifyInstall Redux refactoring  (#1129)

No new revisions were added by this update.

Summary of changes:
 app/addons/verifyinstall/__tests__/actions.test.js | 29 -------
 .../verifyinstall/__tests__/components.test.js     | 27 ++++---
 .../verifyinstall/__tests__/reducers.test.js       | 64 +++++++++++++++
 app/addons/verifyinstall/__tests__/stores.test.js  | 46 -----------
 app/addons/verifyinstall/actions.js                | 94 +++++++++++-----------
 app/addons/verifyinstall/base.js                   |  5 ++
 .../components/VerifyInstallButton.js}             | 25 +++---
 .../components/VerifyInstallContainer.js           | 30 +++++++
 .../VerifyInstallResults.js}                       | 68 +---------------
 .../components/VerifyInstallScreen.js}             | 25 +++---
 app/addons/verifyinstall/reducers.js               | 75 +++++++++++++++++
 app/addons/verifyinstall/routes.js                 |  6 +-
 app/addons/verifyinstall/stores.js                 | 93 ---------------------
 13 files changed, 261 insertions(+), 326 deletions(-)
 delete mode 100644 app/addons/verifyinstall/__tests__/actions.test.js
 create mode 100644 app/addons/verifyinstall/__tests__/reducers.test.js
 delete mode 100644 app/addons/verifyinstall/__tests__/stores.test.js
 copy app/addons/{documents/index-results/components/results/NoResultsScreen.js 
=> verifyinstall/components/VerifyInstallButton.js} (59%)
 create mode 100644 
app/addons/verifyinstall/components/VerifyInstallContainer.js
 rename app/addons/verifyinstall/{components.js => 
components/VerifyInstallResults.js} (58%)
 copy app/addons/{documents/mango/components/ExplainPage.js => 
verifyinstall/components/VerifyInstallScreen.js} (56%)
 create mode 100644 app/addons/verifyinstall/reducers.js
 delete mode 100644 app/addons/verifyinstall/stores.js

Reply via email to