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: MarvinJWendt/testza
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: MarvinJWendt/testza
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 17 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 9, 2022

  1. build(deps): bump github.com/klauspost/cpuid/v2 from 2.1.1 to 2.2.0

    Bumps [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) from 2.1.1 to 2.2.0.
    - [Release notes](https://github.com/klauspost/cpuid/releases)
    - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml)
    - [Commits](klauspost/cpuid@v2.1.1...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/klauspost/cpuid/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e0439a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Merge pull request #188 from MarvinJWendt/dependabot/go_modules/githu…

    …b.com/klauspost/cpuid/v2-2.2.0
    MarvinJWendt authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e920ba3 View commit details
    Browse the repository at this point in the history
  2. docs: autoupdate

    MarvinJWendt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    ae748bf View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/pterm/pterm from 0.12.40 to 0.12.49

    Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.40 to 0.12.49.
    - [Release notes](https://github.com/pterm/pterm/releases)
    - [Changelog](https://github.com/pterm/pterm/blob/master/CHANGELOG.md)
    - [Commits](pterm/pterm@v0.12.40...v0.12.49)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pterm/pterm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    ba169c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge pull request #181 from MarvinJWendt/dependabot/go_modules/githu…

    …b.com/pterm/pterm-0.12.49
    MarvinJWendt authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    cfa067c View commit details
    Browse the repository at this point in the history
  2. docs: autoupdate

    MarvinJWendt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0854b36 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. fix: use stable key ordering for snapshots with maps

    Snapshots containing maps are unstable because iteration order of a map's
    keys is not guaranteed.
    
    The spew library can sort map keys that are sortable to provide
    stability at the cost of speed. Some types are not sortable, and there
    is a spew option to deal with this.
    
    This option first serializes keys to strings using spew, then sorts.
    This behaviour should probably be opt-in, so it's not included here.
    jamestelfer committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7496539 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    c1dfc1c View commit details
    Browse the repository at this point in the history
  2. docs: autoupdate

    MarvinJWendt committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    304bcb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    093d539 View commit details
    Browse the repository at this point in the history
  4. docs: autoupdate

    MarvinJWendt committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    09335de View commit details
    Browse the repository at this point in the history
  5. docs: autoupdate

    MarvinJWendt committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2827ee5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cb5eb4 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/191-switch-to-atomicgoassert' in…

    …to 191-switch-to-atomicgoassert
    MarvinJWendt committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    87aa81f View commit details
    Browse the repository at this point in the history
  8. docs: autoupdate

    MarvinJWendt committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e60da62 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    348b256 View commit details
    Browse the repository at this point in the history
  10. docs: autoupdate

    MarvinJWendt committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c9a8e61 View commit details
    Browse the repository at this point in the history
Loading