Oleksandr Redko
c65b2258cb
fix: pass context.Context to HTTP requests ( #5289 )
...
This PR adds using `context.Context` in HTTP requests. Changes are
similar to #5232 .
Additionally, it enables `noctx` to automatically detect missing
context:
```
internal/pipe/webhook/webhook.go:85:29: should rewrite http.NewRequestWithContext or add (*Request).WithContext (noctx)
internal/pipe/linkedin/client.go:68:27: (*net/http.Client).Get must not be called (noctx)
internal/pipe/linkedin/client.go:101:27: (*net/http.Client).Get must not be called (noctx)
internal/pipe/linkedin/client.go:172:28: (*net/http.Client).Post must not be called (noctx)
```
2024-11-16 10:16:54 -03:00
..
2024-05-26 15:02:57 -03:00
2024-10-31 13:51:54 -03:00
2024-05-26 15:02:57 -03:00
2024-10-31 13:51:54 -03:00
2024-11-09 15:10:14 -03:00
2024-11-09 15:10:14 -03:00
2024-09-19 23:55:10 -03:00
2024-10-31 13:51:54 -03:00
2024-10-15 15:28:52 -03:00
2024-11-13 09:11:21 -03:00
2024-06-22 22:43:57 -03:00
2024-09-27 10:33:17 -03:00
2024-05-26 15:02:57 -03:00
2024-08-08 10:14:29 -03:00
2024-10-31 08:57:46 -03:00
2024-08-08 10:14:29 -03:00
2024-11-12 16:08:32 -03:00
2024-10-31 13:51:54 -03:00
2024-11-09 15:10:14 -03:00
2024-05-26 15:02:57 -03:00
2024-08-18 16:08:55 -03:00
2024-10-27 16:01:09 -03:00
2024-10-31 13:51:54 -03:00
2024-11-16 10:16:54 -03:00
2024-05-26 15:02:57 -03:00
2024-08-30 17:03:10 -03:00
2024-06-22 22:43:57 -03:00
2024-05-26 15:02:57 -03:00
2024-11-02 15:08:58 -03:00
2024-11-14 15:08:14 +00:00
2024-10-31 13:51:54 -03:00
2024-05-26 15:02:57 -03:00
2024-11-04 08:51:43 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-06-22 22:43:57 -03:00
2024-05-26 15:02:57 -03:00
2024-10-31 13:51:54 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-11-09 15:10:14 -03:00
2024-11-06 22:16:31 -03:00
2024-05-26 15:02:57 -03:00
2024-11-06 14:54:56 -03:00
2024-09-19 23:55:10 -03:00
2024-10-31 08:53:27 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-05-26 15:02:57 -03:00
2024-10-31 13:51:54 -03:00
2024-11-16 10:16:54 -03:00
2024-10-31 13:51:54 -03:00
2024-02-19 16:28:06 -03:00
2024-05-09 23:18:53 -03:00