You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/01/03 17:58:21 UTC

[GitHub] [couchdb] janl opened a new pull request #2388: Allow special document member _access

janl opened a new pull request #2388: Allow special document member _access
URL: https://github.com/apache/couchdb/pull/2388
 
 
   This is in preparation for [per-document access control](https://github.com/apache/couchdb/issues/assigned/janl) which is
   going to use this field. We are adding this in 3.0 because per-
   document access control will not be ready for 3.0, but added in
   3.1 or later.
   
   This commit allows a future version of CouchDB with per-document
   access control to replicate with CouchDB 3.0, to make upgrades and
   interoperability easy.
   
   The per-documnet access control code is not going to store the
   _access property in the document body like this patch does, but
   is going to store it in an extra field inside of #doc and
   assert access control for a document without having to load the
   entire document body.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] janl commented on issue #2388: Allow special document member _access

Posted by GitBox <gi...@apache.org>.
janl commented on issue #2388: Allow special document member _access
URL: https://github.com/apache/couchdb/pull/2388#issuecomment-570668492
 
 
   Done.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] janl commented on issue #2388: Allow special document member _access

Posted by GitBox <gi...@apache.org>.
janl commented on issue #2388: Allow special document member _access
URL: https://github.com/apache/couchdb/pull/2388#issuecomment-570664964
 
 
   definitely no harm in advertising it here, will add a commit

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb] wohali merged pull request #2388: Allow special document member _access

Posted by GitBox <gi...@apache.org>.
wohali merged pull request #2388: Allow special document member _access
URL: https://github.com/apache/couchdb/pull/2388
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services