Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 1, 2022

  1. Merge pull request #3022 from github/dependabot/bundler/sinatra-2.2.3

    Bump sinatra from 2.0.5 to 2.2.3
    mislav committed Dec 1, 2022
  2. Bump sinatra from 2.0.5 to 2.2.3

    Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 2.2.3.
    - [Release notes](https://github.com/sinatra/sinatra/releases)
    - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
    - [Commits](sinatra/sinatra@v2.0.5...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: sinatra
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 1, 2022

Commits on Apr 4, 2022

  1. Merge pull request #2704 from rjmunro/increase-max-ci-statuses

    Allow up to 100 CI checks for CI status command
    mislav committed Apr 4, 2022

Commits on Mar 28, 2022

  1. Allow up to 100 CI checks for CI status command

    I'm working on a project that has a complex CI setup, and reaches more
    than 30. Sometimes `hub ci-status` would report success when it was
    still pending, which was very annoying.
    
    per_page=100 is used in many other queries, and is the maximum that is
    allowed without paging.
    rjmunro committed Mar 28, 2022

Commits on Mar 25, 2022

  1. Change default protocol to HTTPS (#2939)

    Explicitly setting `hub.protocol` to `git` or using `HUB_PROTOCOL=git`
    still uses the `git` protocol.
    
    Co-authored-by: Mislav Marohnić <mislav@github.com>
    halostatue and mislav committed Mar 25, 2022
  2. Merge pull request #2943 from github/bump-aruba

    Fix CI
    mislav committed Mar 25, 2022
  3. go fmt

    mislav committed Mar 25, 2022
  4. Refresh Actions setup

    mislav committed Mar 25, 2022
  5. Fix machine ID tests

    mislav committed Mar 25, 2022
  6. git compat

    mislav committed Mar 25, 2022
  7. bump aruba

    mislav committed Mar 25, 2022
  8. 🔥 aruba process optimization

    This was fun and everything, but the patch makes it tricky to upgrade Aruba, so
    it should go for now.
    mislav committed Mar 25, 2022
  9. go compat

    mislav committed Mar 25, 2022

Commits on Sep 4, 2021

  1. Merge pull request #2796 from CyberFlameGO/patch-1

    various docfile updates
    mislav committed Sep 4, 2021

Commits on Mar 19, 2021

  1. Create SECURITY.md

    mislav committed Mar 19, 2021

Commits on Jan 6, 2021

  1. Merge pull request #2682 from NeQuissimus/nix_install

    📝 Add Nix installation to README
    mislav committed Jan 6, 2021

Commits on Dec 29, 2020

Commits on Dec 1, 2020

  1. Merge pull request #2656 from cuonglm/master

    github: fix unbuffered channel passed to signal.Notify
    mislav committed Dec 1, 2020
  2. github: fix unbuffered channel passed to signal.Notify

    The docs at os/signal.Notify warn about this signal delivery loss bug at
    https://golang.org/pkg/os/signal/#Notify, which says:
    
        Package signal will not block sending to c: the caller must ensure
        that c has sufficient buffer space to keep up with the expected signal
        rate. For a channel used for notification of just one signal value,
        a buffer of size 1 is sufficient.
    
    Caught by a static analysis tool from Orijtech, Inc. called "sigchanyzer"
    cuonglm committed Dec 1, 2020

Commits on Nov 17, 2020

  1. Fix some Go linting errors

    mislav committed Nov 17, 2020

Commits on Nov 16, 2020

  1. Fix compiling on Go 1.15

    Fixes #2616
    mislav committed Nov 16, 2020

Commits on Nov 10, 2020

Commits on Aug 24, 2020

  1. Merge pull request #2598 from ryuichi1208/master

    fix: Update checkout and cache to v2
    mislav committed Aug 24, 2020

Commits on Aug 11, 2020

  1. Merge pull request #2591 from github/fix-bool-value-parsing

    Fix parsing boolean flags with explicit values
    mislav committed Aug 11, 2020

Commits on Aug 2, 2020

  1. Add a note about GitHub CLI

    Avoid literal mention of "GitHub CLI" because hub already ranks too high
    for those search terms and we don't want it to rank any higher.
    
    Closes #2458
    mislav committed Aug 2, 2020
Older