Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
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: coder/coder-v1-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 42be9ff
Choose a base ref
...
head repository: coder/coder-v1-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd1493b
Choose a head ref
  • 6 commits
  • 27 files changed
  • 3 contributors

Commits on Mar 10, 2021

  1. chore: limit direct uses of os.Stdout/os.Stderr/os.Stdin (#278)

    By moving the out/err/in channels to the cobra config,
    it will be easier to add fast and isolated unit tests.
    cmoog authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bc391d9 View commit details
    Browse the repository at this point in the history
  2. Validate hostname, name, and cluster address on wsp create (#277)

    * Validate hostname, name, and cluster address on wsp create
    
    * fmt
    
    * comments
    f0ssel authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f34aafe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d604c27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc44262 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/manifoldco/promptui from 0.7.0 to 0.8.0 (#265)

    Bumps [github.com/manifoldco/promptui](https://github.com/manifoldco/promptui) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/manifoldco/promptui/releases)
    - [Changelog](https://github.com/manifoldco/promptui/blob/master/CHANGELOG.md)
    - [Commits](manifoldco/promptui@v0.7.0...v0.8.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    94a596d View commit details
    Browse the repository at this point in the history
  6. Bump github.com/google/go-cmp from 0.4.0 to 0.5.5

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.0 to 0.5.5.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.4.0...v0.5.5)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bd1493b View commit details
    Browse the repository at this point in the history
Loading