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: commander-cli/commander
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: commander-cli/commander
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 957 files changed
  • 4 contributors

Commits on Sep 20, 2023

  1. fix: occurred typo

    testwill authored and dylanhitt committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    036c940 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    70313d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173364b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. fix: occurred typo (#207)

    automatic gofmt
    
    chore: update go deps, fix broken docker api
    
    run gofmt and linting to remove deprecation warnings
    
    bump go version to latest available to debian
    
    https://discuss.circleci.com/t/go-lang-docker-image-circleci-golang-1-19-is-missing/44961
    
    fix golang => go for new circleci images
    
    remove curl dependency
    
    chore: bump go version to 1.21
    
    Revert "remove curl dependency"
    
    This reverts commit 7e14839.
    
    chore: forgot test dockerfile
    
    Co-authored-by: guoguangwu <[email protected]>
    taigrr and testwill authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    72359e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update go get installation cmd to go install

    `go get` is not supported on external modules, `go install` is now the cmd
    BrayFlex authored and dylanhitt committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1219fd1 View commit details
    Browse the repository at this point in the history
  2. ci: fix choco install

    dylanhitt committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    11660f4 View commit details
    Browse the repository at this point in the history
Loading