Ying Chun Guo

Results 18 comments of Ying Chun Guo

@nader-ziada how is it going? I think we could request a server at [CNCF cluster](https://github.com/cncf/cluster) and host the performance dashboard there. And I think the dashboard could be a part...

Sorry I dont have time to work on it recently. /unassign

The problem is because that `reduce_limit` is not set to false with command `curl -X PUT http://$COUCHDB_USER:$COUCHDB_PASSWORD@$DB_HOST:$DB_PORT/_node/couchdb@couchdb0/_config/query_server_config/reduce_limit -d '"false"'`. It will report an error `{"error":"not_found","reason":"no such node: couchdb@couchdb0"}`. After I...

The root cause is #112. There can be two possible solutions (1) change the source code as suggested in #112. (2) change the document.

While, I also notice this package cannot manage those Cloudant db which doesn't support `https` connection. It has been hard coded in the action source files to use "https". We...

@jasonpet, you are right. My original comment was wrong. changesWebAction works fine for couchdb with http. I will change the title and description to highlight the hardcoded files. BTW, `/whisk.system/cloudant/changes`...