Commit Graph

145 Commits (39.17.0)

Author SHA1 Message Date
Michael Kriese 42b448b0e5
feat(logger): prefix log env settings with `RENOVATE_` ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-11-13 17:58:19 +00:00
sahil-seth dbd69e9a40
feat: adding support for data uri sanitisation ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-10-08 05:02:54 +00:00
RahulGautamSingh 50f1e29113
feat: do not mask secrets templates () 2024-09-06 04:14:13 +00:00
Sebastian Poxhofer 3681b2a945
chore: eslint to enforce for typed imports () 2024-08-19 13:15:27 +00:00
renovate[bot] eb8c08079e
chore(deps): update typescript-eslint monorepo to v8 (major) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-08-14 10:33:02 +00:00
Antony David 607d7e3e1b
refactor: migrate `traverse` to `neotraverse` () 2024-08-05 09:49:05 +00:00
RahulGautamSingh c6c4572ecb feat(logging)!: initialize file logging via env ()
Closes 

BREAKING CHANGE: File logging must now be set via env and not in config.js
2024-07-25 15:28:16 +02:00
Rhys Arkins 9edde4794e
refactor: string match function naming () 2024-02-18 15:46:24 +00:00
Rhys Arkins 76a4d17631
fix(regex): refactor and fix regex predicate match () 2024-02-18 12:25:27 +00:00
Sergei Zharinov c30a4b0b54
feat(logger): Log level remapping ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-02-16 20:06:11 +00:00
Sergei Zharinov b69416ce17
refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
Michael Kriese 84a97a62fa
test(perf): improve test speed () 2023-09-08 11:40:04 +00:00
Michael Kriese f0d676242a
fix: better branch code coverage () 2023-09-07 04:39:39 +00:00
Rhys Arkins 36e2b328bb
chore: update types reference 2023-08-15 11:31:15 +02:00
renovate[bot] fe739befbf
chore(deps): update linters to v6 (major) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-02 15:07:49 +00:00
Sergei Zharinov 53263bbfda
feat: Clone objects via wrapper () 2023-06-27 13:09:59 +00:00
Sergei Zharinov 115ed870ab
fix(logger): Represent Zod errors in friendlier format () 2023-05-16 14:18:46 +00:00
Michael Kriese 4924973e9e
build: switch hcl parser () 2023-05-05 08:50:58 +00:00
Jamie Magee a6dfa70c1d
chore: migrate to `structuredClone` ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-27 05:06:22 +00:00
Dominik Steinbinder 18d0fbc3af
fix: sanitize special characters in URLs () 2023-04-19 14:47:12 +00:00
Jamie Magee 176282e65f
chore: use `node:` protocol imports () 2023-03-28 21:05:36 +00:00
renovate[bot] db2aef4553
chore(deps): update jest monorepo to v29.4.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-14 16:00:49 +00:00
Sergei Zharinov 49cdaf2ac2
feat: Support for logging once per repo () 2023-02-03 07:00:58 +00:00
Rhys Arkins be10c29d17
fix(http): improve error handling ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-19 04:27:07 +00:00
renovate[bot] 7935a7b8ed
chore(deps): lock file maintenance ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-10 21:47:23 -07:00
Michael Kriese 0316a5e62d
test: use jest v29 () 2022-08-16 14:22:29 +02:00
Gabriel-Ladzaretti 9f837f226d
feat(lib/logger): add base branch metadata for multi-base repositories () 2022-08-12 08:19:31 +00:00
Sergei Zharinov e4dbd4ad49
fix(ci): Restrict template expressions ()
* fix(ci): Restrict template expressions

* Fix

* Fix

* Fix
2022-07-30 16:28:31 +02:00
Gabriel-Ladzaretti 7ac91e452c
docs(config): Don't show [template] for long strings () 2022-06-28 13:49:42 +00:00
Michael Kriese 6ef2b8cb44
fix(logger): sanitize urls in strings () 2022-04-14 11:24:28 +02:00
Michael Kriese 64f5bd5f03
test: enforce lint style rules () 2022-04-12 14:49:49 +00:00
Michael Kriese 443bef5c52
test: cleanup snapshot tests () 2022-04-12 15:09:19 +01:00
Michael Kriese 3ab24f92fc
ci(jest): use different args for node () 2022-04-12 13:24:12 +02:00
MaronHatoum b121deb969
refactor(util/http): move interfaces from index.ts to types.ts ()
* refactor:util/http move interfaces and types from index.ts to types.ts

* refactor:reorder imports

* refactor:move HttpError from type.ts to index.ts

* refactor:change imports after moving HttpError from type.ts to index.ts

* refactor:revert white spaces

* refactor:revert moving httpError from types.ts to index.ts

* refactor: moving httpError from types.ts to index.ts

* refactor: change import

* refactor: change import

* refactor: change import

* refactor: fix circular dependencies (lint build)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-24 08:50:17 +00:00
Hasan Awad 85cf82e79d
fix(logging): Added check for log level value () 2022-02-07 08:44:44 +00:00
Rhys Arkins 0bad22b254
chore: rename sanitize functions for better searchability () 2022-01-26 10:57:21 +01:00
renovate[bot] b34b099899
chore(deps): update dependency eslint-plugin-jest to v25.3.2 ()
* chore(deps): update dependency eslint-plugin-jest to v25.3.2

* chore: fix test lint issues

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-04 09:57:35 +00:00
Sergei Zharinov f7869e19e4
test: Refactor snapshot-only test cases () 2022-01-02 16:25:53 +01:00
RahulGautamSingh ee2e155f1f
fix: modify regex to be re2 compatbile ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-29 19:16:05 +00:00
Sergei Zharinov e7a969016d
refactor(logger): Update logger internals ()
* refactor(logger): Update logger internals

* Check the entire logger directory

* Refactor sanitizeValue function

* Backport changes

* Backport test too
2021-11-27 10:22:58 +01:00
Sergei Zharinov fb8715c921
refactor(logger): Simplify sanitizeValue function ()
* refactor(logger): Simplify sanitizeValue function

* Return older test

* One more test for functions
2021-11-27 09:40:44 +01:00
Sergei Zharinov 79da9bc078
refactor(logger): Switch to nanoid () 2021-11-27 07:38:47 +01:00
renovate[bot] e16060efcc
build(deps): update dependency got to v11.8.3 () 2021-11-27 06:21:49 +01:00
Rhys Arkins e95fcb17d8
fix(logger): skip response body for timeouts () 2021-11-17 09:55:57 +01:00
Rhys Arkins bf09337076
fix: enable eslint eqeqeq ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-09 07:02:59 +00:00
Rhys Arkins c3ad246a99
fix: no-param-reassign () 2021-11-09 07:04:34 +01:00
HonkingGoose ab018191fa
chore: report and fix unused ESLint disable directives () 2021-11-08 20:20:03 +01:00
Michael Kriese 7afc2b75d5
test: fix lint () 2021-11-08 13:16:58 +01:00
Oleg Krivtsov 29dde2f694
test: improve test readability with expect-more-jest () 2021-10-27 07:24:36 +02:00
RahulGautamSingh 4b16903ff1
fix: modified regex to use RE2 ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-19 14:53:34 +02:00