Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export/import of comments (#1760) #2413

Commits on Feb 8, 2019

  1. Add support for the export/import of Comment entities

    To make the export of `Comment` entities possible, the `QueryBuilder` had to
    be extended to support retrieving comments for a given `Node`. The
    following changes were applied:
    
     * Added support to join user to comment (`with_user`)
     * Added support to join comment to user (`with_comment`)
    
    The `verdi export create` has a new flag to include or exclude the
    export of comments for nodes that are to be exported, defaulting to include:
    
     `--include-comments/--exclude-comments`
    
    Documentation has been updated to include new `QueryBuilder` join args
    in table and the `metadata.json` example has been updated in documentation
    to include correct Comment info.
    CasperWA authored and sphuber committed Feb 8, 2019
    Copy the full SHA
    dfa7ccc View commit details
    Browse the repository at this point in the history