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: DevLabFoundry/configmanager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DevLabFoundry/configmanager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 52 files changed
  • 1 contributor

Commits on Nov 21, 2025

  1. BREAKING: add a parser (#54)

    * fix: intial regex only implementation
    we can do better
    
    * fix: parser implemented
    
    * fix: remove unused
    docs: update VAULT docs
    
    * fix: correct store pkg and tests
    
    * fix: make it right
    now let's refactor a bit
    
    * fix: add more notes in buildConfigManagerTokenFromBlocks
    
    * fix: update tests
    prep a move to v3
    
    * !BREAKING CHANGE: update to package to v3
    
    +semver: BREAKING
    +semver: MAJOR
    
    * fix: update go version
    
    * +semver: breaking
    fix: add tests
    +semver: breaking
    breaking: update the interface of the configmanager API
    
    * fix: clean up
    
    * fix: change defaults in CLI for token separator
    
    * fix: set version
    remove UNKNOWN from lexer
    
    * fix: tests
    
    * fix: linter
    
    * fix: additional tests
    
    * fix: add more implicit tests to lexer
    
    * fix: ineffassign
    linter errors
    
    * fix: add some docs
    dnitsch authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c467ce9 View commit details
    Browse the repository at this point in the history
Loading