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: moby/term
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: moby/term
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 13 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 2, 2025

  1. tests: rename vars that shadowed package func and unhandled error

    Also update some failure messages.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    921b9fb View commit details
    Browse the repository at this point in the history
  2. setRawTerminalOutput: remove parameter name (revive)

        term_unix.go:84:27: unused-parameter: parameter 'fd' seems to be unused, consider removing or renaming it as _ (revive)
        func setRawTerminalOutput(fd uintptr) (*State, error) {
                                  ^
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    f4f5df5 View commit details
    Browse the repository at this point in the history
  3. gha: update golangci-lint to v1.62.2 and enable default linters

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    e56b567 View commit details
    Browse the repository at this point in the history
  4. gha: update actions/setup-go@v5

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    dfe80c7 View commit details
    Browse the repository at this point in the history
  5. gha: update actions/checkout@v4

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    ceff820 View commit details
    Browse the repository at this point in the history
  6. gha: test against go1.22, go1.23 (latest, latest -1)

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    a86f033 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #46 from thaJeztah/refresh_gha

    gha: update actions/setup-go@v5, actions/checkout@v4, golangci-lint to v1.62.2, test against go1.22, go1.23 (latest, latest -1)
    thaJeztah authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    e3559a6 View commit details
    Browse the repository at this point in the history
  8. gha: set default permissions to "read"

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    905a8aa View commit details
    Browse the repository at this point in the history
  9. gha: add concurrency check

    add concurrency check in our workflows to ensure that only a single workflow
    using the same concurrency group will run at a time.
    
    more info: https://docs.github.com/en/actions/using-jobs/using-concurrency
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    ca22ebc View commit details
    Browse the repository at this point in the history
  10. Add security policy

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    1700fcb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #48 from thaJeztah/gha_tweak

    gha: set default permissions to "read", add concurrency check, and add security policy
    thaJeztah authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    31a7e4e View commit details
    Browse the repository at this point in the history
  12. go.mod: github.com/Azure/go-ansiterm faa5f7b0171c

    - fix OSC string terminator parsing
    
    full  diff: Azure/go-ansiterm@d185dfc...faa5f7b
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    c367879 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #47 from thaJeztah/bump_ansiterm

    go.mod: github.com/Azure/go-ansiterm faa5f7b0171c
    thaJeztah authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    6c1b69f View commit details
    Browse the repository at this point in the history
Loading