1. 21 6月, 2023 2 次提交
  2. 17 6月, 2023 2 次提交
  3. 01 12月, 2022 2 次提交
  4. 04 4月, 2022 1 次提交
  5. 28 3月, 2022 1 次提交
    • R
      Allow up to 100 CI checks for CI status command · 63bdaa53
      Robert (Jamie) Munro 提交于
      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.
      63bdaa53
  6. 26 3月, 2022 1 次提交
  7. 25 3月, 2022 9 次提交
  8. 04 9月, 2021 1 次提交
  9. 05 7月, 2021 3 次提交
  10. 20 3月, 2021 1 次提交
  11. 07 1月, 2021 1 次提交
  12. 29 12月, 2020 1 次提交
  13. 02 12月, 2020 1 次提交
  14. 01 12月, 2020 1 次提交
    • C
      github: fix unbuffered channel passed to signal.Notify · 7e3e213f
      Cuong Manh Le 提交于
      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"
      7e3e213f
  15. 17 11月, 2020 3 次提交
  16. 10 11月, 2020 1 次提交
  17. 24 8月, 2020 2 次提交
  18. 12 8月, 2020 1 次提交
  19. 11 8月, 2020 1 次提交
  20. 03 8月, 2020 5 次提交