Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

feat(couchdb): support for linked documents in couchdb #596

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2017

  1. feat(couchdb): support for linked documents in couchdb

    This commit adds a method to the database connector which allows the retrieval of linked documents
    from couchdb as described in http://docs.couchdb.org/en/2.1.0/ddocs/views/joins.html.
    
    Read the documentation for the annotations LinkedDocument and LinkedDocuments as well as the
    test cases in LinkedDocumentLoadingTest for more information about how it works.
    
    Another source might be https://github.com/sw360/sw360portal/wiki/External-documents-with-CouchDB
    lepokle committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    64b12ba View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. test(linkedDocuments): add tests for empty linking

    Signed-off-by: Maximilian Huber <external.maximilian.huber2@bosch-si.com>
    maxhbr committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    15e56a6 View commit details
    Browse the repository at this point in the history