Граф коммитов

3337 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić 5c547ed804
Merge branch 'bump-rubygems' 2023-10-04 14:39:27 +02:00
Mislav Marohnić 046c806dbd
add dependabot.yml 2023-10-04 14:39:15 +02:00
Mislav Marohnić abf8c35936
bump actions versions 2023-10-04 14:39:15 +02:00
Mislav Marohnić aa31fe606b
bump rubygems 2023-10-04 14:24:59 +02:00
Mislav Marohnić efa668511d
Merge pull request #3259 from testwill/sort-string
chore: use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...))
2023-06-21 17:54:37 +02:00
Mislav Marohnić 33ac458c9d
Merge pull request #3258 from testwill/vuln
Update crypto, net, sys, yaml dependencies
2023-06-21 17:54:02 +02:00
guoguangwu a9e068a136 chore: use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)) 2023-06-17 14:53:50 +08:00
guoguangwu bd8019b77e fix: CVE-2020-29652 CVE-2021-33194 CVE-2022-29526 CVE-2022-3064 etc. 2023-06-17 14:46:54 +08:00
Mislav Marohnić 38bcd4ae46
Merge pull request #3022 from github/dependabot/bundler/sinatra-2.2.3
Bump sinatra from 2.0.5 to 2.2.3
2022-12-01 13:58:23 +01:00
dependabot[bot] cc0cd63508
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](https://github.com/sinatra/sinatra/compare/v2.0.5...v2.2.3)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 01:21:09 +00:00
Mislav Marohnić 363513a0f8
Merge pull request #2704 from rjmunro/increase-max-ci-statuses
Allow up to 100 CI checks for CI status command
2022-04-04 15:16:50 +02:00
Robert (Jamie) Munro 63bdaa53b2 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.
2022-03-28 16:53:25 +01:00
Austin Ziegler c4af574b19
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>
2022-03-25 17:46:40 +01:00
Mislav Marohnić e7576e0eac
Merge pull request #2943 from github/bump-aruba
Fix CI
2022-03-25 16:17:18 +01:00
Mislav Marohnić 2e0ef29365 go fmt 2022-03-25 16:13:02 +01:00
Mislav Marohnić bade9d2bf9 Refresh Actions setup 2022-03-25 16:07:02 +01:00
Mislav Marohnić eeb5c2c612 Fix machine ID tests 2022-03-25 15:32:48 +01:00
Mislav Marohnić f0e182a0e2 Fix assertions that fail on whitespace mismatch 2022-03-25 15:32:48 +01:00
Mislav Marohnić 96ec4a56b5 git compat 2022-03-25 15:32:48 +01:00
Mislav Marohnić ec1b7f42d8 bump aruba 2022-03-25 15:32:48 +01:00
Mislav Marohnić 75a7583d4a 🔥 aruba process optimization
This was fun and everything, but the patch makes it tricky to upgrade Aruba, so
it should go for now.
2022-03-25 15:32:48 +01:00
Mislav Marohnić 5d42499f1d go compat 2022-03-25 15:32:48 +01:00
Mislav Marohnić af7150924e
Merge pull request #2796 from CyberFlameGO/patch-1
various docfile updates
2021-09-04 12:07:08 +02:00
CyberFlame 94d5b0fb13
add reference to security policy 2021-07-05 11:00:58 +12:00
CyberFlame 24fd8caa61
minor changes (spelling, md, grammar) 2021-07-05 10:55:43 +12:00
CyberFlame 34187201e8
add ubuntu to the apt installation platform 2021-07-05 10:49:09 +12:00
Mislav Marohnić c8e68d548a
Create SECURITY.md 2021-03-19 17:37:17 +01:00
Mislav Marohnić b0c1cb60f7
Merge pull request #2682 from NeQuissimus/nix_install
📝 Add Nix installation to README
2021-01-06 19:48:36 +01:00
Tim Steinbach 0b50b8f292
📝 Add Nix installation to README 2020-12-29 10:47:48 -05:00
Mislav Marohnić df28407904
Merge pull request #2656 from cuonglm/master
github: fix unbuffered channel passed to signal.Notify
2020-12-01 20:10:43 +01:00
Cuong Manh Le 7e3e213f21
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"
2020-12-01 13:20:54 +07:00
Mislav Marohnić 4b7f6a4f3a Fix git bundle test re: main branch 2020-11-17 11:38:25 +01:00
Mislav Marohnić 9f9bf6c463 Fix some Go linting errors 2020-11-17 11:38:14 +01:00
Mislav Marohnić f1170f982c Fix compiling on Go 1.15
Fixes https://github.com/github/hub/issues/2616
2020-11-16 17:28:36 +01:00
Mislav Marohnić 21c4b49164 🔥 remove tracking from documentation site 2020-11-10 12:06:02 +01:00
Mislav Marohnić 31b6443687
Merge pull request #2598 from ryuichi1208/master
fix: Update checkout and cache to v2
2020-08-24 10:17:24 +02:00
ryuichi1208 01120e0895 fix: Update checkout and cache to v2 2020-08-24 09:36:26 +09:00
Mislav Marohnić d9226a7fa3
Merge pull request #2591 from github/fix-bool-value-parsing
Fix parsing boolean flags with explicit values
2020-08-11 18:56:01 +02:00
Mislav Marohnić 924e8b881f Fix parsing boolean flags with explicit values
Fixes #2590
2020-08-11 17:30:24 +02:00
Mislav Marohnić 222d11022f Merge branch 'pr-merge' into master 2020-08-02 20:44:43 +02:00
Mislav Marohnić 8af17bce76 Add functionality and tests to `pr merge` 2020-08-02 20:35:50 +02:00
Mislav Marohnić 393e75af87 Merge remote-tracking branch 'origin' into pr-merge 2020-08-02 18:48:53 +02:00
Mislav Marohnić 705360dc0a 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
2020-08-02 18:40:12 +02:00
Mislav Marohnić ec9cb47fee gitignore macOS `.DS_store` files 2020-08-02 18:16:03 +02:00
Mislav Marohnić df21bbd63a Update hub for GitHub Actions instructions 2020-08-02 14:46:40 +02:00
Mislav Marohnić 1781a3e163 Do not recommend installing hub via Snap
It's just a bad system for this kind of CLI application.

Closes https://github.com/github/hub/issues/2565
2020-08-02 14:26:56 +02:00
Mislav Marohnić 51362c984d Merge remote-tracking branch 'origin' into patch-1 2020-08-02 14:21:03 +02:00
Mislav Marohnić ef871da992
Merge pull request #2579 from qorg11/add-gentoo-void
Add Void and Gentoo to installation instructions
2020-08-02 13:38:44 +02:00
qorg11 4ccb04823c
Add Void and Gentoo to installation instructions 2020-07-17 03:24:25 +02:00
C. Titus Brown dc630cb28c
Update README to include hub on conda forge for all platforms
see https://github.com/conda-forge/hub-feedstock for conda-forge hub package.
2020-06-20 09:00:15 -07:00