hub/github
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
..
branch.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
branch_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
client.go Add functionality and tests to `pr merge` 2020-08-02 20:35:50 +02:00
client_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
config.go github: fix unbuffered channel passed to signal.Notify 2020-12-01 13:20:54 +07:00
config_decoder.go Added type assertion test to YAML config decoder 2019-12-04 17:39:33 +09:00
config_encoder.go Preserve order of hosts in hub config file 2019-01-02 18:27:50 +01:00
config_service.go
config_service_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
crash_report.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
crash_report_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
editor.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
editor_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
hosts.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
http.go Merge remote-tracking branch 'origin' into pr-merge 2020-08-02 18:48:53 +02:00
http_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
localrepo.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
localrepo_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
message_builder.go Add functionality and tests to `pr merge` 2020-08-02 20:35:50 +02:00
message_builder_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
project.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
project_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
remote.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
remote_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
reset_console.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
reset_console_windows.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
template.go Handle case of `.github/ISSUE_TEMPLATE` directory 2018-08-23 15:38:34 +02:00
template_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
url.go
url_test.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
util.go add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00