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

enhancement(remap): Add base64 encoding and decoding functions #5768

Merged
merged 24 commits into from
Jan 11, 2021

Commits on Dec 31, 2020

  1. Add encode_base64 function

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    551b86e View commit details
    Browse the repository at this point in the history
  2. Add decode_base64 function

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    218eefd View commit details
    Browse the repository at this point in the history
  3. Add padding parameter to encode function plus behvaior tests and docs

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    92470f8 View commit details
    Browse the repository at this point in the history
  4. Fix TypeDef for encoding function

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    6c74a73 View commit details
    Browse the repository at this point in the history
  5. Fix test name

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    e3dcacb View commit details
    Browse the repository at this point in the history
  6. Update docs to include padding option

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    7694f0e View commit details
    Browse the repository at this point in the history
  7. Fix misleading test name

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    9ee3c4c View commit details
    Browse the repository at this point in the history
  8. Fix errant example in docs

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    bc0c135 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Fix merge conflict

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    00e47bf View commit details
    Browse the repository at this point in the history
  2. Add test for decoding padded vs non padded

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    b19d9c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Incorporate @JeanMertz suggestions

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    2810328 View commit details
    Browse the repository at this point in the history
  2. Make decode_base64 always fallible

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a0eb3a6 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7e7c306 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Fix merge conflicts

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    bee0640 View commit details
    Browse the repository at this point in the history
  2. Refactor padding defaulting and parsing

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ac0fa6e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into remap-base64-funcs

    Luc Perkins committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    02c8f01 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Merge branch 'master' into remap-base64-funcs

    Luc Perkins committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    3dc48b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Fix merge conflict

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    23ebf33 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Fix CUE formatting

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a4a5c2b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into remap-base64-funcs

    Luc Perkins committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6d8cf39 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflict

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    ac2d2b4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into remap-base64-funcs

    Luc Perkins committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    641ed67 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into remap-base64-funcs

    Luc Perkins committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    aee71ca View commit details
    Browse the repository at this point in the history
  6. Fix merge conflict

    Signed-off-by: Luc Perkins <luc@timber.io>
    Luc Perkins committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e58d076 View commit details
    Browse the repository at this point in the history