renovate/lib/util
Luís Cobucci 0b50feb90c
fix(git-url): clean up state of parsed URL (#24306)
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
Co-authored-by: Tobias <github@tobiasgabriel.de>
2023-09-14 05:59:23 +00:00
..
__fixtures__ test(markdown): add example for GH issue link (#23160) 2023-07-05 08:12:11 +00:00
cache test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
decorator test: Fix coverage for decorator util (#22965) 2023-06-25 13:37:42 +00:00
exec test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
fs refactor: Default values for GlobalConfig.get (#22967) 2023-06-25 19:34:42 +00:00
git fix(git-url): clean up state of parsed URL (#24306) 2023-09-14 05:59:23 +00:00
github test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
http test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
json-writer test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
merge-confidence test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
package-rules fix: Revert "feat: implement custom.<customMgrName> syntax for matchManagers (#24112) (#24125) 2023-08-28 17:42:45 +02:00
template refactor: move getChildProcessEnv to break dependency loop (#23144) 2023-07-04 20:34:08 +00:00
vulnerability feat(vulnerabilities): handle medium and unknown severities (#22257) 2023-05-16 15:38:23 +00:00
array.spec.ts fix: better branch code coverage (#24270) 2023-09-06 11:26:22 +00:00
array.ts fix: better branch code coverage (#24270) 2023-09-06 11:26:22 +00:00
assign-keys.spec.ts fix: Better types for assignKeys utility (#23496) 2023-07-21 08:46:59 +00:00
assign-keys.ts fix: Better types for assignKeys utility (#23496) 2023-07-21 08:46:59 +00:00
check-token.spec.ts test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
check-token.ts refactor(util): move GitHub token related utils to proper place (#23869) 2023-08-15 14:26:38 +00:00
clone.spec.ts feat: Clone objects via wrapper (#22970) 2023-06-27 13:09:59 +00:00
clone.ts refactor: override return type of JSON.parse (#23011) 2023-06-27 17:45:09 +00:00
common.spec.ts feat(changelog): support gitea changelogs (#24144) 2023-08-31 09:41:39 +00:00
common.ts feat(changelog): support gitea changelogs (#24144) 2023-08-31 09:41:39 +00:00
compress.spec.ts refactor(util): Compression utils (#18240) 2022-10-10 14:01:53 +00:00
compress.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
date.spec.ts test: time difference with time zone (#22782) 2023-06-16 07:46:08 +00:00
date.ts feat(config): rename stabilityDays to minimumReleaseAge (#21376) 2023-04-12 17:59:24 +00:00
emoji.spec.ts fix: don't throw if a PR body contains a standalone unicode modifier (#18201) 2022-10-08 06:05:54 +00:00
emoji.ts refactor(schema): Use Json helper schema instead of JSON.parse (#23997) 2023-08-21 15:29:41 +00:00
filter-map.spec.ts feat: Add filterMap utility for fast array transforms (#23252) 2023-07-07 17:04:11 +00:00
filter-map.ts feat: Add filterMap utility for fast array transforms (#23252) 2023-07-07 17:04:11 +00:00
fingerprint.spec.ts fix: modify fns to adapt to new safe-stable-stringify package update (#18573) 2022-11-20 06:19:19 +01:00
fingerprint.ts refactor(util/hash): replace hasha sha512 use cases (#23548) 2023-07-24 22:54:28 +00:00
hash.spec.ts feat(util/hash): add toSha512 as default algorithm (#23544) 2023-07-24 18:26:18 +00:00
hash.ts feat(util/hash): add toSha512 as default algorithm (#23544) 2023-07-24 18:26:18 +00:00
host-rules.spec.ts refactor: replace as assertions (#22442) 2023-06-05 19:18:30 +00:00
host-rules.ts chore: update types reference 2023-08-15 11:31:15 +02:00
html.spec.ts test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
html.ts refactor: more esm imports (#13233) 2021-12-22 11:28:20 +00:00
ignore.ts refactor: add strict null checks (#14169) 2022-02-11 11:02:30 +01:00
lazy.spec.ts fix(aws-machine-image): lazily load ec2client (#13437) 2022-01-09 18:57:26 +01:00
lazy.ts refactor(util/lazy): Strict null check (#13455) 2022-01-11 08:36:26 +01:00
markdown.spec.ts refactor(util/markdown): remove test scenario (#23272) 2023-07-10 11:15:27 +00:00
markdown.ts fix(markdown): don't remove char before # (#23151) 2023-07-05 07:00:13 +00:00
mask.spec.ts refactor(typescript): Refactor more files (#12696) 2021-11-17 09:32:33 +00:00
mask.ts refactor(typescript): Refactor more files (#12696) 2021-11-17 09:32:33 +00:00
memoize.spec.ts feat: Create utility for function memoization (#15373) 2022-05-01 06:00:55 +02:00
memoize.ts feat: Create utility for function memoization (#15373) 2022-05-01 06:00:55 +02:00
minimatch.spec.ts feat: add minimatch wrapper to support caching (#23515) 2023-07-24 20:07:52 +00:00
minimatch.ts feat: add minimatch wrapper to support caching (#23515) 2023-07-24 20:07:52 +00:00
modules.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
number.spec.ts fix: better branch code coverage (#24274) 2023-09-06 13:35:52 +00:00
number.ts fix: better branch code coverage (#24274) 2023-09-06 13:35:52 +00:00
object.spec.ts test: enforce lint style rules (#15085) 2022-04-12 14:49:49 +00:00
object.ts chore(deps): update dependency typescript to v4.8.4 (#17988) 2022-10-07 06:15:49 +00:00
pretty-time.spec.ts refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
pretty-time.ts feat(util/pretty-time): Ensure support for years, months and weeks (#21366) 2023-04-06 07:17:57 +00:00
promises.spec.ts fix(util/promises): Disable stopOnError option by default (#17653) 2022-09-06 13:36:19 +00:00
promises.ts fix(util/promises): Disable stopOnError option by default (#17653) 2022-09-06 13:36:19 +00:00
range.spec.ts refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
range.ts refactor(util/range): Extract range generator util (#13532) 2022-01-13 08:20:37 +01:00
regex.spec.ts test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
regex.ts feat: RENOVATE_X_IGNORE_RE2 (#21391) 2023-04-08 08:38:43 +00:00
result.spec.ts feat(result): Add onValue and onError handlers (#24099) 2023-08-27 13:05:56 +00:00
result.ts feat(result): Add onValue and onError handlers (#24099) 2023-08-27 13:05:56 +00:00
s3.spec.ts build(deps): update aws-sdk-js-v3 monorepo to v3.226.0 (#19444) 2022-12-17 07:05:16 +01:00
s3.ts feat(cache/repository): Implement S3 client (#17322) 2022-08-26 04:47:14 +00:00
sample.spec.ts refactor: Sample util coverage (#22997) 2023-06-27 08:27:19 +00:00
sample.ts refactor: Sample util coverage (#22997) 2023-06-27 08:27:19 +00:00
sanitize.spec.ts fix: Sanitize utils coverage (#22995) 2023-06-27 06:53:08 +00:00
sanitize.ts fix: Sanitize utils coverage (#22995) 2023-06-27 06:53:08 +00:00
schema-utils.spec.ts feat(schema-utils): Support Toml format (#23930) 2023-08-18 08:02:17 +00:00
schema-utils.ts feat(schema-utils): Support Toml format (#23930) 2023-08-18 08:02:17 +00:00
split.spec.ts test: Fix test descriptions and enforce it via new linting rule (#11285) 2021-08-18 05:46:56 +00:00
split.ts feat(internal): log timing splits per-repository 2020-05-08 10:18:00 +02:00
streams.spec.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
streams.ts chore: use node: protocol imports (#21181) 2023-03-28 21:05:36 +00:00
string.spec.ts fix: better branch code coverage (#24274) 2023-09-06 13:35:52 +00:00
string.ts fix: better branch code coverage (#24274) 2023-09-06 13:35:52 +00:00
stringify.ts fix(cache): Store cache with sorted object keys (#17607) 2022-09-04 10:53:20 +00:00
uniq.spec.ts refactor: Extract uniq utility function (#22968) 2023-06-25 17:15:00 +00:00
uniq.ts refactor: Extract uniq utility function (#22968) 2023-06-25 17:15:00 +00:00
url.spec.ts fix: Url utils coverage (#22994) 2023-06-27 06:47:02 +00:00
url.ts chore(deps): update linters to v6 (major) (#23325) 2023-08-02 15:07:49 +00:00