Skip to content
This repository was archived by the owner on Jul 22, 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: mitchellh/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hashicorp/cli
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.
  • 9 commits
  • 27 files changed
  • 6 contributors

Commits on Nov 20, 2023

  1. s/mitchellh/hashicorp/g

    Christopher Swenson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    bb57d79 View commit details
    Browse the repository at this point in the history
  2. Add WASM support (#1)

    Moved some functions and constants around so common ones are in
    `ui_common.js`.
    
    `ui_js.go` Mostly contains a basic call out to `prompt()` to ask for
    input. It's not perfect, but it works and is simple.
    Christopher Swenson authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d1b0d03 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Add CODEOWNERS file in .github/CODEOWNERS (#5)

    This PR adds a CODEOWNERS file in .github/CODEOWNERS to help manage code review assignments and maintain clear ownership of different parts of the codebase.
    mukeshjc authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1b2e901 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. IND-1807 Vulnerability fix (#6)

    * Vulnerabilities Remediated
    
    * IND-1807 Deps Bump for Vulnerability Remediation
    mohanmanikanta2299 authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    89d8cb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Coverage test (#7)

    KaushikiAnand authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    7f2557a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. IND-2779 linting, .go-version fie added (#9)

    * IND-2779 linting, .go-version fie added
    
    * resolved comments
    
    * resolved comments for ui_test.go
    KaushikiAnand authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    868650f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

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

Commits on Jun 5, 2025

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

Commits on Jun 25, 2025

  1. [Compliance] - PR Template Changes Required

    Co-authored-by: compliance-pr-automation[bot] <1425255+compliance-pr-automation-bot[bot]@users.noreply.github.com>
    compliance-pr-automation-bot[bot] and compliance-pr-automation[bot] authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    eebe9ed View commit details
    Browse the repository at this point in the history
Loading