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

Implementation of structured reporting #824

Merged
merged 17 commits into from Dec 30, 2019
Merged

Implementation of structured reporting #824

merged 17 commits into from Dec 30, 2019

Commits on Aug 5, 2019

  1. Implement structured reporting

    * codes and context groups (autogenerated standard documents)
    * value types
    hackermd committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    c0ee9d4 View commit details
    Browse the repository at this point in the history
  2. Address r310671208

    hackermd committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    4bdae32 View commit details
    Browse the repository at this point in the history
  3. Address r310663554

    hackermd committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    abe140b View commit details
    Browse the repository at this point in the history
  4. Address r310678672

    hackermd committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    914c947 View commit details
    Browse the repository at this point in the history
  5. Address r310680038

    hackermd committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    aaf71a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Address r310687334

    hackermd committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    dd2486e View commit details
    Browse the repository at this point in the history
  2. Address r310687492 and r310695707

    hackermd committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    bc18fbf View commit details
    Browse the repository at this point in the history
  3. Correctly address r310680038

    hackermd committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    9cc51a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Improve documentation of types in docstrings

    hackermd committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    1bae510 View commit details
    Browse the repository at this point in the history
  2. Add missing import statement

    Got lost during recent rebasing
    hackermd committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    7a2b403 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Refactor implementation of coding and add tests

    * Move code from *sr* subpackage into main package (since most sr
    implementation has been removed from library, there is no need for
    supackage anymore).
    * Add tests for *codes* and *codedict* modules
    hackermd committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ec08673 View commit details
    Browse the repository at this point in the history
  2. Rename test module

    hackermd committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ef1b70f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Refactor definition of Code namedtuple

    Addresses r316519736
    hackermd committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    3395782 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Remove obsolete test file

    hackermd committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    e6033fd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Remove obsolete requirement

    Addresses r317854389
    hackermd committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6f29f14 View commit details
    Browse the repository at this point in the history
  2. Rename media storage class

    Use name consistent with corresponding Information Entity (IE)
    hackermd committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    8c3683b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Fix import of media types in filereader

    hackermd committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    609ba93 View commit details
    Browse the repository at this point in the history