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

RDF Converter, XML Reader Updates #325

Merged
merged 15 commits into from
Sep 27, 2019
Merged

Commits on Aug 20, 2019

  1. [tools/xmlparser.py] Object Creation Errors to Warnings in Save Mode

    If ignore_errors is set, errors from object creation are converted
    to warnings.
    
    Related to issue G-Node#276.
    fschrader1992 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    5ffb743 View commit details
    Browse the repository at this point in the history
  2. [text_parser_xml.py] Add Test for ignore_errors Mode

    Including sample file.
    
    Related to issue G-Node#276.
    fschrader1992 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    45ca2bc View commit details
    Browse the repository at this point in the history
  3. [RDFWriter] Fix Broken Install Via Manifest

    By adding section_subclasses.yaml to MANIFEST the quick fix in
    rdf_converter.py/RDFWriter is replaced.
    
    Related to issue G-Node#212.
    fschrader1992 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    4e4cdae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a502115 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b688af View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    09fcb09 View commit details
    Browse the repository at this point in the history
  2. [xmlparser.py] ignore_errors: Change Object Initialization

    From Null to current type (Document, Section, Property).
    
    Related to issue G-Node#276.
    fschrader1992 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    171a20f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d18e5be View commit details
    Browse the repository at this point in the history
  4. [ignore_errors.xml] Add Further Test Cases

    Related to issue G-Node#276.
    fschrader1992 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    b209dc0 View commit details
    Browse the repository at this point in the history
  5. [xmlparser.py] Catch ValueError at Object Creation

    Add more Specific Error Message.
    
    Related to issue G-Node#276.
    fschrader1992 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    8f18f02 View commit details
    Browse the repository at this point in the history
  6. [xmlparser.py] Remove Useless Import Statement

    Related to issue G-Node#276.
    fschrader1992 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    9beda58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5991ede View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c32cfb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. [xmlparser.py] Revert Catch ValueError at Object Creation

    Catch all Exceptions.
    
    Related to issue G-Node#276.
    fschrader1992 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    420075f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86309e View commit details
    Browse the repository at this point in the history