8000 Comparing jaypipes:main...JackMordaunt:main · jaypipes/ghw · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: jaypipes/ghw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: JackMordaunt/ghw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 96 files changed
  • 1 contributor

Commits on Dec 13, 2022

  1. cmd: nuke cli related deps

    Remove the cmd packages to drop pflag, cobra and mousetrap.
    
    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    75dcb4c View commit details
    Browse the repository at this point in the history
  2. all: use fmt for error wrapping

    Drops github.com/pkg/errors.
    
    Formatting changes are along for the ride because gofmt
    rules have changed.
    
    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    89c2c04 View commit details
    Browse the repository at this point in the history
  3. all: drop marshalling

    Drops yaml dependency and related indirect dependecies.
    
    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    666c417 View commit details
    Browse the repository at this point in the history
  4. deps: update sys package

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1fcda25 View commit details
    Browse the repository at this point in the history
  5. README: explain the nature of this repo

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    79e0e64 View commit details
    Browse the repository at this point in the history
  6. deps: use modernized wmi fork

    Noteable it pulls in an ARM fix for go-ole.
    
    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f60cec0 View commit details
    Browse the repository at this point in the history
  7. deps: rename module

    Required by Go to be imported correctly as a fork.
    
    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    67b3b27 View commit details
    Browse the repository at this point in the history
  8. deps: use stripped pcidb fork

    This fork strips out the go-homedir dependency.
    
    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    640f934 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. deps: bump minium go version to go 1.18

    This should enable graph pruning.
    
    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9e99411 View commit details
    Browse the repository at this point in the history
  2. deps: bump wmi to v1.2.4

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e920d26 View commit details
    Browse the repository at this point in the history
  3. deps: bump pcidb to v1.0.1

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    fb0e6fd View commit details
    Browse the repository at this point in the history
  4. bios: delete bios package

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    3191050 View commit details
    Browse the repository at this point in the history
  5. net: delete net package

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    75bac70 View commit details
    Browse the repository at this point in the history
  6. block: delete block package

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2238419 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. pkg/topology: [Windows] use safer LazySystemDLL

    Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
    JackMordaunt committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    786f708 View commit details
    Browse the repository at this point in the history
Loading
0