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: golang/term
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.0
Choose a base ref
...
head repository: golang/term
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 15, 2025

  1. x/term: disabling auto-completion around GetPassword()

    Triggering the completion during password input might cause some
    unintended behavior around handling of TAB, or maybe the auto-completion
    functionality would review the secret input. Hence simply
    disabling/re-enabling it around the t.readLine call.
    
    Fixes #72736
    
    Change-Id: I64270e8570086247247466afb2536b2581d6af25
    Reviewed-on: https://go-review.googlesource.com/c/term/+/607115
    Reviewed-by: David Chase <drchase@google.com>
    Reviewed-by: Keith Randall <khr@google.com>
    Auto-Submit: Sean Liao <sean@liao.dev>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    vingarzan authored and gopherbot committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    e770ddd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I84956d670066c4699c9f1167d8d5f64111108109
    Reviewed-on: https://go-review.googlesource.com/c/term/+/663095
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: David Chase <drchase@google.com>
    gopherbot committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    5d2308b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. term: support pluggable history

    Expose a new History interface that allows replacement of the default
    ring buffer to customize what gets added or not; as well as to allow
    saving/restoring history on either the default ringbuffer or a custom
    replacement.
    
    Fixes golang/go#68780
    
    Change-Id: I7e61dc6bb438749c8502223705518ef8ff9025b4
    GitHub-Last-Rev: 6212813
    GitHub-Pull-Request: #20
    Reviewed-on: https://go-review.googlesource.com/c/term/+/659835
    Reviewed-by: Michael Pratt <mpratt@google.com>
    Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
    Reviewed-by: Austin Clements <austin@google.com>
    ldemailly authored and gopherbot committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    a809085 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I044141b4808276d77216779c66fa057da6143ad3
    Reviewed-on: https://go-review.googlesource.com/c/term/+/669916
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: David Chase <drchase@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed May 5, 2025
    Configuration menu
    Copy the full SHA
    2ec7864 View commit details
    Browse the repository at this point in the history
Loading