-
Updated
Jul 4, 2020 - C++
network-client
Here are 158 public repositories matching this topic...
-
Updated
Jul 4, 2020 - Java
-
Updated
Jul 4, 2020 - Java
-
Updated
Jul 3, 2020 - C
-
Updated
Jul 4, 2020 - Java
If I set:
camel.component.twitter-search.xxx
The camel-twitter component should be added to the set of dependencies automatically.
Also because the new property-binding mechanism goes in error otherwise.
We should inspect direct properties and property-files.
We may extend the search also to linked secrets and configmaps.
Expected Behavior
I should be able to define functions passing a string to views field
await handle.insert({
_id: '_design/des',
view: {
view1: `
function (doc) {
if (doc.ClassName ===-
Updated
Jul 2, 2020 - Java
Expected Behavior
Right now, when we edit a document, it brings us back to the document listing page. I sometime need to test some application change by modifying a document re
-
Updated
Jun 29, 2020 - Java
-
Updated
Jul 3, 2020 - Java
-
Updated
Jun 11, 2020 - Dockerfile
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Feb 11, 2020 - Java
-
Updated
Dec 14, 2018 - Java
The _users documentation at https://docs.couchdb.org/en/stable/intro/security.html?highlight=org%20couchdb%20users#authentication-database is out of date.
"Users may only access (GET /_users/org.couchdb.user:Jan) or modify (PUT /_users/org.couchdb.user:Jan) documents that they own"
Technically true but the default 3.0 _security setting means users may not access or modify their own documents
-
Updated
Jun 8, 2020 - Java
-
Updated
Mar 31, 2020 - C++
-
Updated
Dec 10, 2018 - Erlang
-
Updated
Jun 22, 2020 - HTML
Improve this page
Add a description, image, and links to the network-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the network-client topic, visit your repo's landing page and select "manage topics."

Summary
CouchDB keeps a list of purge infos to ensure that purges can be applied on a cluster without purged documents being re-introduced by internal replication.
It would be useful to make this list available for replication clients like PouchDB, who then could apply local purges on their own. I know PouchDB doesn’t implement purge just yet, but it’s something that folks will need befor