Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spf13/viper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.20.0-alpha.2
Choose a base ref
...
head repository: spf13/viper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.0-alpha.3
Choose a head ref
  • 14 commits
  • 15 files changed
  • 1 contributor

Commits on Jun 20, 2024

  1. chore(remote): update viper

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a11ee9a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. feat(encoding): expose new encoding layer

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3a285e0 View commit details
    Browse the repository at this point in the history
  2. feat(encoding): return an error when no codec is found

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    29a215c View commit details
    Browse the repository at this point in the history
  3. feat(encoding): add default codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    15ad72d View commit details
    Browse the repository at this point in the history
  4. feat(encoding): drop not found sentinel errors for now

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    93bf64a View commit details
    Browse the repository at this point in the history
  5. feat(encoding): make format case-insensitive

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d2221e2 View commit details
    Browse the repository at this point in the history
  6. test(encoding): add tests for codec registry implementation

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2a1765d View commit details
    Browse the repository at this point in the history
  7. refactor(encoding): drop old codec registries

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a7f64b7 View commit details
    Browse the repository at this point in the history
  8. refactor(encoding): rename new codec registries

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8492c8d View commit details
    Browse the repository at this point in the history
  9. docs(encoding): add docs to codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e033c8e View commit details
    Browse the repository at this point in the history
  10. feat(encoding): drop HCL, Java properties and INI

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6e630e5 View commit details
    Browse the repository at this point in the history
  11. feat(encoding): use new codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7f90845 View commit details
    Browse the repository at this point in the history
  12. refactor(encoding): drop old codec registry

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    687cfb7 View commit details
    Browse the repository at this point in the history
  13. feat(encoding): drop HCL, Java properties and INI dependencies

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ee6cffa View commit details
    Browse the repository at this point in the history
Loading