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

Implement Unpacker #6

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

Implement Unpacker #6

wants to merge 28 commits into from

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    f979c17 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    e4b23e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8883216 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    40890a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d40611 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Configuration menu
    Copy the full SHA
    eac0c3f View commit details
    Browse the repository at this point in the history
  2. fix up a few sample tests

    bign8 committed May 22, 2021
    Configuration menu
    Copy the full SHA
    a3c07c4 View commit details
    Browse the repository at this point in the history
  3. fixing sub-object parsing

    bign8 committed May 22, 2021
    Configuration menu
    Copy the full SHA
    a955bb3 View commit details
    Browse the repository at this point in the history
  4. namespaced substitutions

    bign8 committed May 22, 2021
    Configuration menu
    Copy the full SHA
    80d07b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bdb342 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    561febb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68637d7 View commit details
    Browse the repository at this point in the history
  8. add docstrings

    bign8 committed May 22, 2021
    Configuration menu
    Copy the full SHA
    f3ac688 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    a8c79df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e7d35 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Use custom Transform JSON Marshalers for null case

    Go does not have a way to detect if a key is present but assigned null.
    To work around this, <field>Null booleans were added to `Transforms`.
    Custom serialization logic that uses a generic `map[string]interface{}`
    then sets these feilds appropriately using `v, ok := map[key]`.
    bign8 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    c12e893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7213a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29355d0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    ac6b5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a0d7e View commit details
    Browse the repository at this point in the history
  3. fix bool

    bign8 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    5678297 View commit details
    Browse the repository at this point in the history
  4. fix resolve with context

    bign8 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    d6f6df3 View commit details
    Browse the repository at this point in the history
  5. fix replace with key rename

    bign8 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    6d011d6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    4e3fb5d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    cc506ae View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Fix string supplementary tests to match results

    Note: Supplementary-2 and 3 needed manual updating to match my expectations.
    Still waiting discussion in the NumTechnology Slack, but just getting things moving for now.
    bign8 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    fed86d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987fc76 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. drop comments / cleanup

    bign8 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    2042a5a View commit details
    Browse the repository at this point in the history