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: cli/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32faa8e
Choose a base ref
...
head repository: cli/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa2adab
Choose a head ref
  • 16 commits
  • 45 files changed
  • 11 contributors

Commits on Apr 25, 2023

  1. Fix Makefile compatibility with macOS

    `install` command on macOS does not support all flags supported by coreutils version.
    Create directories as separate `install -d` call.
    
    Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
    Xerkus committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c64032b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7369 from Xerkus/hotfix/make-install

    Fix Makefile compatibility with macOS
    Nate Smith authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    50e1689 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Add capability to filter codespaces by repo owner (#7347)

    * Add capability to filter codespaces by repo owner
    
    * Replace Flags with PersistentFlags
    
    * Reword flag description
    
    * Update test seed
    
    * Add mutual exclusion
    
    ---------
    
    Co-authored-by: Caleb Brose <5447118+cmbrose@users.noreply.github.com>
    kousikmitra and cmbrose authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d0207a2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    03f1ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d349ba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf3ffba View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

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

Commits on May 9, 2023

  1. New deployment workflow

    Add ability to trigger deployments without having to push a git tag
    mislav committed May 9, 2023
    1 Configuration menu
    Copy the full SHA
    8b987e2 View commit details
    Browse the repository at this point in the history
  2. Make: Fix target name for Windows platform (#7370)

    This fixes the taget name by adding .exe extension for Windows platform.
    Otherwise, the following error is shown with `make bin/gh.exe' command.
    
        make: *** No rule to make target 'script/build', needed by 'bin/gh.exe'.  Stop.
    Biswa96 authored and mislav committed May 9, 2023
    Configuration menu
    Copy the full SHA
    591fcaf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7324 from cli/deployment

    Add ability to trigger deployments without having to push a git tag
    mislav authored May 9, 2023
    Configuration menu
    Copy the full SHA
    e1215e5 View commit details
    Browse the repository at this point in the history
  4. Include auto-merge information in gh pr status (#7386)

    PRs that have auto-merge enabled are marked with a green "✓ Auto-merge enabled" label.
    mjpieters authored May 9, 2023
    Configuration menu
    Copy the full SHA
    83aaa76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0da0de4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    8d0f211 View commit details
    Browse the repository at this point in the history
  2. Fix release guard for deployment workflow

    Co-authored-by: Sam Coe <samcoe@users.noreply.github.com>
    mislav and samcoe committed May 10, 2023
    Configuration menu
    Copy the full SHA
    fbb9d71 View commit details
    Browse the repository at this point in the history
  3. Fix label assets

    mislav committed May 10, 2023
    5 Configuration menu
    Copy the full SHA
    aa2adab View commit details
    Browse the repository at this point in the history
Loading