You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2016/11/21 09:52:12 UTC

[1/4] fauxton commit: updated refs/heads/master to 5ffee62

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 757b44b0c -> 5ffee6255


use latest docker


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/027e3d6e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/027e3d6e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/027e3d6e

Branch: refs/heads/master
Commit: 027e3d6e22bfa02b4dd75da1f6fdd279ff7739c1
Parents: 757b44b
Author: Garren Smith <ga...@gmail.com>
Authored: Sun Nov 20 20:11:22 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Nov 21 10:01:53 2016 +0200

----------------------------------------------------------------------
 docker/dc.selenium.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/027e3d6e/docker/dc.selenium.yml
----------------------------------------------------------------------
diff --git a/docker/dc.selenium.yml b/docker/dc.selenium.yml
index 28ac603..6fe625c 100644
--- a/docker/dc.selenium.yml
+++ b/docker/dc.selenium.yml
@@ -8,7 +8,7 @@ services:
 
   couchdb:
     container_name: couchdb
-    image: klaemo/couchdb:2.0-dev@sha256:336fd3d9a89475205fc79b6a287ee550d258fac3b62c67b8d13b8e66c71d228f
+    image: klaemo/couchdb:2.0-dev
     command: '--with-haproxy -a tester:testerpass'
     ports:
       - "5984:5984"


[4/4] fauxton commit: updated refs/heads/master to 5ffee62

Posted by ga...@apache.org.
Stabilise replication activity test


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/5ffee625
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/5ffee625
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/5ffee625

Branch: refs/heads/master
Commit: 5ffee6255b65da4cd8e7aadbc484401cf7b4c2f8
Parents: 712201d
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Nov 21 11:06:14 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Nov 21 11:51:44 2016 +0200

----------------------------------------------------------------------
 .../replication/tests/nightwatch/replicationactivity.js      | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/5ffee625/app/addons/replication/tests/nightwatch/replicationactivity.js
----------------------------------------------------------------------
diff --git a/app/addons/replication/tests/nightwatch/replicationactivity.js b/app/addons/replication/tests/nightwatch/replicationactivity.js
index 6cc0f27..7805549 100644
--- a/app/addons/replication/tests/nightwatch/replicationactivity.js
+++ b/app/addons/replication/tests/nightwatch/replicationactivity.js
@@ -37,12 +37,10 @@ module.exports = {
       .waitForElementNotPresent('.replication_delete-doc-modal', waitTime, true)
       .waitForElementPresent('.global-notification .fonticon-cancel', waitTime, false)
       .waitForElementNotPresent('.global-notification .fonticon-cancel', waitTime, false)
+      .url(baseUrl)
+      .waitForElementPresent('.databases.table', waitTime, false)
+      .url(baseUrl + '/#replication')
       .waitForElementNotPresent('.load-lines', waitTime, true)
-      .clickWhenVisible('#notification-center-btn', waitTime, false)
-      .waitForElementPresent('.notification-list', waitTime, true)
-      .getText('.notification-list', function (result) {
-        console.log("fonticon text", result);
-      })
       .waitForElementNotPresent('a[title="Delete document existing-doc-id-2"]', waitTime, true)
       .assert.elementNotPresent('a[title="Delete document existing-doc-id-2"]')
       .end();


[3/4] fauxton commit: updated refs/heads/master to 5ffee62

Posted by ga...@apache.org.
remove test that is just testing react


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/712201d8
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/712201d8
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/712201d8

Branch: refs/heads/master
Commit: 712201d85c3734b60ad44101b9c5925ae9ca257b
Parents: 1690cbb
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Nov 21 10:34:40 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Nov 21 10:34:40 2016 +0200

----------------------------------------------------------------------
 app/addons/verifyinstall/tests/componentsSpec.react.jsx | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/712201d8/app/addons/verifyinstall/tests/componentsSpec.react.jsx
----------------------------------------------------------------------
diff --git a/app/addons/verifyinstall/tests/componentsSpec.react.jsx b/app/addons/verifyinstall/tests/componentsSpec.react.jsx
index 2d33160..4067bd4 100644
--- a/app/addons/verifyinstall/tests/componentsSpec.react.jsx
+++ b/app/addons/verifyinstall/tests/componentsSpec.react.jsx
@@ -108,14 +108,6 @@ describe('VerifyInstallButton', function () {
     assert.ok(spy.calledOnce);
   });
 
-  it('does not call verify function when verification already ongoing', function () {
-    var stub = { func: function () { } };
-    var spy = sinon.spy(stub, 'func');
-    el = TestUtils.renderIntoDocument(<Components.VerifyInstallButton verify={stub.func} isVerifying={true} />, container);
-    TestUtils.Simulate.click($(ReactDOM.findDOMNode(el))[0]);
-    assert.notOk(spy.calledOnce);
-  });
-
   it('shows appropriate default label', function () {
     var stub = { func: function () { } };
     el = TestUtils.renderIntoDocument(<Components.VerifyInstallButton verify={stub.func} isVerifying={false} />, container);


[2/4] fauxton commit: updated refs/heads/master to 5ffee62

Posted by ga...@apache.org.
update dependencies


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/1690cbb7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/1690cbb7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/1690cbb7

Branch: refs/heads/master
Commit: 1690cbb7cabf3c812891188b885805840cb5703d
Parents: 027e3d6
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Nov 21 09:46:34 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Nov 21 10:01:54 2016 +0200

----------------------------------------------------------------------
 package.json | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1690cbb7/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 80a0824..35ecc93 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "mocha-phantomjs": "git+https://github.com/garrensmith/mocha-phantomjs.git",
     "nightwatch": "~0.9.0",
     "phantomjs-prebuilt": "^2.1.7",
-    "react-addons-test-utils": "~15.0.1",
+    "react-addons-test-utils": "~15.4.0",
     "sinon": "git+https://github.com/sinonjs/sinon.git",
     "url-polyfill": "github/url-polyfill"
   },
@@ -32,7 +32,7 @@
     "babel": "^6.3.26",
     "babel-cli": "^6.4.5",
     "babel-core": "^6.4.5",
-    "babel-loader": "^6.2.1",
+    "babel-loader": "^6.2.8",
     "babel-plugin-transform-object-assign": "^6.8.0",
     "babel-preset-es2015": "^6.3.13",
     "babel-preset-react": "^6.3.13",
@@ -44,16 +44,16 @@
     "chai": "^3.5.0",
     "clean-css": "^3.4.9",
     "couchapp": "~0.11.0",
-    "css-loader": "^0.23.1",
+    "css-loader": "^0.26.0",
     "d3": "^3.4.11",
-    "eslint": "^2.0.0",
+    "eslint": "^3.10.0",
     "eslint-loader": "^1.3.0",
-    "eslint-plugin-react": "^5.2.2",
+    "eslint-plugin-react": "^6.7.1",
     "exports-loader": "^0.6.2",
     "expose-loader": "^0.7.1",
     "express": "^4.13.4",
     "file-loader": "^0.8.5",
-    "flux": "^2.1.1",
+    "flux": "^3.1.0",
     "grunt": "~0.4.1",
     "grunt-chmod": "^1.0.3",
     "grunt-cli": "~0.1.6",
@@ -77,11 +77,11 @@
     "moment": "^2.8.4",
     "nano": "~5.12.0",
     "optimist": "^0.6.1",
-    "pouchdb": "^5.3.1",
-    "react": "~15.0.1",
-    "react-addons-css-transition-group": "~15.0.1",
-    "react-bootstrap": "^0.28.5",
-    "react-dom": "~15.0.1",
+    "pouchdb": "^6.0.7",
+    "react": "~15.4.0",
+    "react-addons-css-transition-group": "~15.4.0",
+    "react-bootstrap": "^0.30.6",
+    "react-dom": "~15.4.0",
     "react-select": "1.0.0-rc.2",
     "request": "^2.54.0",
     "semver": "^5.1.0",
@@ -92,7 +92,7 @@
     "url-loader": "^0.5.7",
     "urls": "~0.0.3",
     "velocity-animate": "^1.2.3",
-    "velocity-react": "1.1.6",
+    "velocity-react": "1.1.11",
     "visualizeRevTree": "git+https://github.com/neojski/visualizeRevTree.git#gh-pages",
     "webpack": "^1.12.12",
     "webpack-dev-server": "^1.14.1",