renovate/lib/util/http
Sergei Zharinov 80bc9d0fe2
refactor: Move Repology rate limits to http defaults (#30996)
2024-08-25 11:19:58 +00:00
..
cache feat(http): Add pluggable HTTP cache implementation (#27998) 2024-03-19 14:49:59 +00:00
auth.spec.ts feat(gitea)!: use `Bearer` instead of `token` for auth (#28308) 2024-07-25 15:28:16 +02:00
auth.ts feat(gitea)!: use `Bearer` instead of `token` for auth (#28308) 2024-07-25 15:28:16 +02:00
bitbucket-server.spec.ts test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
bitbucket-server.ts refactor(http): Remove unused HTTP etag caching implementation (#28000) 2024-03-18 13:58:31 +00:00
bitbucket.spec.ts test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
bitbucket.ts refactor(http): Remove unused HTTP etag caching implementation (#28000) 2024-03-18 13:58:31 +00:00
gerrit.spec.ts feat: Support for Platform "Gerrit" (#18961) 2023-12-29 17:55:25 +00:00
gerrit.ts refactor: Rename `validateUrl` to `isHttpUrl` (#28484) 2024-04-17 15:57:33 +00:00
gitea.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
gitea.ts refactor(http): Remove unused HTTP etag caching implementation (#28000) 2024-03-18 13:58:31 +00:00
github.spec.ts chore(http/github): add utility function to fetch raw files (#30155) 2024-08-21 12:56:27 +00:00
github.ts chore(http/github): add utility function to fetch raw files (#30155) 2024-08-21 12:56:27 +00:00
gitlab.spec.ts feat(gitlab): retry requests on resource locks (#29019) 2024-05-14 09:15:12 +00:00
gitlab.ts feat(gitlab): retry requests on resource locks (#29019) 2024-05-14 09:15:12 +00:00
hooks.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
hooks.ts refactor(http): Fix coverage (#23004) 2023-06-28 11:55:26 +02:00
host-rules.spec.ts feat(http)!: remove `dnsCache` option (#29449) 2024-07-25 15:28:16 +02:00
host-rules.ts feat(http)!: remove `dnsCache` option (#29449) 2024-07-25 15:28:16 +02:00
index.spec.ts feat(http): Switch to pluggable HTTP cache implementation (#27966) 2024-03-19 16:34:05 +00:00
index.ts chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
jira.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
jira.ts refactor(http): Remove unused HTTP etag caching implementation (#28000) 2024-03-18 13:58:31 +00:00
keep-alive.ts fix(keep-alive): use camlcase for option name (#26018) 2023-11-28 22:31:18 +00:00
legacy.ts refactor(util/http): move interfaces from index.ts to types.ts (#14335) 2022-02-24 08:50:17 +00:00
queue.spec.ts fix: Revert "feat: Limit HTTP concurrency and frequency by default" (#27765) 2024-03-07 08:01:34 +00:00
queue.ts feat(http): Force default rate limits for some known hosts (#30207) 2024-07-22 16:59:29 +00:00
rate-limit.spec.ts refactor(https): Separate rules lists by rate limit type (#30399) 2024-07-26 13:27:29 +00:00
rate-limits.ts refactor: Move Repology rate limits to http defaults (#30996) 2024-08-25 11:19:58 +00:00
retry-after.spec.ts feat(http): Support for `Retry-After` header (#25859) 2023-12-14 07:10:50 +00:00
retry-after.ts fix(http): reduce logging for `Retry-After` (#30450) 2024-07-29 11:56:12 +00:00
throttle.spec.ts fix: Revert "feat: Limit HTTP concurrency and frequency by default" (#27765) 2024-03-07 08:01:34 +00:00
throttle.ts feat(http): Force default rate limits for some known hosts (#30207) 2024-07-22 16:59:29 +00:00
types.ts refactor(https): Separate rules lists by rate limit type (#30399) 2024-07-26 13:27:29 +00:00
util.ts feat(http): Add pluggable HTTP cache implementation (#27998) 2024-03-19 14:49:59 +00:00