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

config: add json tags to config structs #1309

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

Commits on Oct 16, 2024

  1. config: add json tags to config structs

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aa0e998 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. config: add custom json un-/marshal functions

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    86f8570 View commit details
    Browse the repository at this point in the history
  2. config: add json config tests

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aa0d49c View commit details
    Browse the repository at this point in the history
  3. go: add modules for json unmarshal and testing

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1e430e4 View commit details
    Browse the repository at this point in the history
  4. config: fix Regexp Marshal, add more tests

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    17128dc View commit details
    Browse the repository at this point in the history
  5. config: remove json test data

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cd379e3 View commit details
    Browse the repository at this point in the history
  6. config: adjust test to generate json files

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    af13c69 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. config: validate module probe on unmarshal

    Signed-off-by: Jakob Hahn <[email protected]>
    Jakob3xD committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    682f9bd View commit details
    Browse the repository at this point in the history