Skip to content
This repository was archived by the owner on Nov 14, 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-doctor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: coder/coder-doctor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 39 files changed
  • 8 contributors

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    0c2be9a View commit details
    Browse the repository at this point in the history
  2. chore: update kubernetes deps from 0.19.4 to 0.19.5 (#32)

    * Update Kubernetes libraries from 0.19.4 to 0.19.5
    * Configure dependabot to ignore major and minor releases for
      k8s.io/kubectl, as we upgrade everything in coordination with
      our Kubernetes version support strategy
    * Add k8s.io/kubectl to recommended in gomodguard
    jawnsy authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    4707ec4 View commit details
    Browse the repository at this point in the history
  3. chore: update README.md with installation instructions (#31)

    * chore: update README.md with installation instructions
    
    Fixes #29.
    
    * fixup! chore: update README.md with installation instructions
    johnstcn authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6739a30 View commit details
    Browse the repository at this point in the history
  4. chore: update documentation (#33)

    * Indicate that coder-doctor is in beta state
    * Add notes about developing coder-doctor
    jawnsy authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    857c8c4 View commit details
    Browse the repository at this point in the history
  5. add add'l instructions to install (#34)

    Katie Horne authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    489bddd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. chore: bump github.com/fatih/color from 1.12.0 to 1.13.0 (#37)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.12.0 to 1.13.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.12.0...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fatih/color
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0b5384c View commit details
    Browse the repository at this point in the history
  2. chore: rename module from github.com/cdr to cdr.dev (#35)

    Use our vanity URL for our module name.
    jawnsy authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    a39a5ff View commit details
    Browse the repository at this point in the history
  3. chore: add badges (#36)

    jawnsy authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8ae38a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbe478f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19b87a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    45bfa13 View commit details
    Browse the repository at this point in the history
  2. chore: improve text output for resource check (#41)

    * Remove the synthetic error and create a failed result manually
    * Add the resource, group, and groupVersion in Details, so that
      it will be included in JSON output
    jawnsy authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4c634c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. chore: bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#47)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
    - [Commits](spf13/cobra@v1.2.1...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7291ccb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    55ad15c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. chore: workflow yaml linting

    coadler committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    643b58b View commit details
    Browse the repository at this point in the history
  2. fix: URL in curl command of README.md (#51)

    Co-authored-by: G r e y <vapurrmaid@pm.me>
    wethinkagile and G r e y authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b29f09c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. fix: cdr -> coder in README (#52)

    We missed updating this when we moved repositories
    G r e y authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6491ee7 View commit details
    Browse the repository at this point in the history
Loading