Commit graph

11934 commits

Author SHA1 Message Date
Michael Kriese
868ebbef63
refactor(manager): final strict null checks (#15185)
* refactor(manager): final strict null checks

* refactor: fix type issues

* test: fix mocking
2022-04-20 08:40:20 +02:00
renovate[bot]
1c0073d9a9
chore(deps): update node.js to b3f0d02 (#15184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-20 04:51:01 +00:00
Michael Kriese
f5f06c73be
refactor(manager): more strict null checks (#15168) 2022-04-20 06:19:59 +02:00
renovate[bot]
7c8c9dad77
build(deps): update dependency semver to v7.3.7 (#15182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-19 20:44:24 +00:00
HonkingGoose
a8930b7256
chore(gitTimeOut): improve description (#15180) 2022-04-19 21:51:20 +02:00
Michael Kriese
6c7e79fbe3
refactor(manager): more strict null checks (#15166) 2022-04-19 17:46:07 +00:00
Hasan Awad
dfa04b6559
fix(docs/usage): fix number typo for gitTimeout (#15171)
* Added timeout option

* Added timeout to global config

* moved gitTimeout description to self-hosed-config

* Added `gitTimeout` in global.ts

* Changed to numeric value with test

* Make seperte object for timeout

* test and set max value to a minute

* For null check

* revert

* default for null check

* Added timeout for simple git uses

* Update lib/config/validation.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Made config into one object and changed test

* blank line for lint

* Update config.spec.ts

* prettier alignment

* lint

* lint fix

* added test and refactored

* refactored tests

* Update docs/usage/self-hosted-configuration.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* More info in docs

* Update docs/usage/self-hosted-configuration.md

* Update docs/usage/self-hosted-configuration.md

* Fixed typo

* docs typo fix

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-19 10:16:23 +00:00
renovate[bot]
9552929ebd
chore(deps): update node.js to a22aa48 (#15167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-19 06:48:06 +00:00
renovate[bot]
a644441f12
chore(deps): update linters to v5.19.0 (#15165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-18 18:13:34 +00:00
Michael Kriese
ba96b70034
refactor(manager): more strict null checks (#15161) 2022-04-18 11:13:29 +02:00
Hasan Awad
1f8422506d
refactor(manager/poetry): strict type checks (#15152)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-18 08:33:25 +00:00
renovate[bot]
93a9325ba1
build(deps): update dependency marshal to v0.5.4 (#15160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-18 06:20:37 +00:00
Hasan Awad
9270ebad80
feat: add git timeout (#14914) 2022-04-17 18:12:42 +01:00
Michael Kriese
da6ba6435f
refactor(manager): strict null checks (#15151)
* refactor: strict null checks for util

* chore: fix type

* Update tsconfig.strict.json

* Update lib/util/package-rules.ts

* Update lib/util/package-rules.ts

* chore: fix test and coverage

* chore: fix package rules

* refactor(manager): strict null checks

* chore: revert config changes
2022-04-17 14:34:26 +02:00
renovate[bot]
4f0459ddee
build(deps): update dependency simple-git to v3.6.0 (#15153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-17 10:54:18 +00:00
Michael Kriese
955b442871
refactor: strict null checks for util (#15150) 2022-04-17 11:07:22 +02:00
Maksim
6330414ad1
refactor(migrations): matchStrings (#15061)
* refactor(migrations): matchStrings

* refactor(migrations): use regEx helper
2022-04-16 22:13:32 +02:00
Michael Kriese
02838fbc07
refactor(datasources): strict null checks done (#15144) 2022-04-16 12:57:12 +01:00
Sergei Zharinov
b35cf6e0aa
refactor(git): Additional nesting level for non-branch refs (#15143) 2022-04-16 09:46:50 +00:00
Sergei Zharinov
2153835b94
refactor: Separate repository caches init and reset phases (#15142) 2022-04-16 10:20:09 +02:00
Michael Kriese
08b5063761
refactor: more strict null checks (#15141) 2022-04-16 09:38:07 +02:00
Michael Kriese
5cf9123017
refactor: more strict null checks (#15140) 2022-04-16 06:32:17 +00:00
Michael Kriese
15dd29cce8
feat(manager:bundler): extract ruby as dependency (#15139) 2022-04-16 06:21:42 +00:00
Sergei Zharinov
a06e5d9ce7
refactor(cache): Separate data and metadata for repo cache (#15117) 2022-04-16 06:51:29 +01:00
renovate[bot]
c4cf641945
chore(deps): update dependency eslint to v8.13.0 (#15135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-15 21:57:36 +00:00
Sergei Zharinov
d663859207
feat(github): Fetch PRs using cacheable REST (#14907) 2022-04-15 17:21:09 +00:00
Michael Kriese
c2adeff003
feat(manager:bundler): move constraint extraction to update artifacts (#15125)
* feat(manager:bundler): move constraint extraction to update artifacts

* fix: missing null checks

* chore: add comment

* chore: not null save transitives

* chore: fix snapshot
2022-04-15 18:30:34 +02:00
renovate[bot]
8554f60e7f
chore(deps): update dependency eslint-plugin-jest to v26.1.4 (#15124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-15 10:33:44 +00:00
renovate[bot]
39e0e82945
chore(deps): update actions/checkout action to v3.0.1 (#15120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-14 20:00:02 +00:00
Michael Kriese
017a3a5f74
fix(manager:npm): write updated lockfile before calling yarn (#15119) 2022-04-14 17:05:42 +00:00
Michael Kriese
59dbcfd9a1
fix(manager:npm): fix yarn lockfile version replacement (#15116) 2022-04-14 15:37:54 +00:00
renovate[bot]
97e383560f
chore(deps): update node.js to 4e650d4 (#15115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-14 14:22:32 +00:00
Gabriel-Ladzaretti
5304734c4f
refactor(versioning/distro): added functionality for debian (#15051)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-14 17:06:15 +03:00
Hasan Awad
4e83d3c2b3
default config change (#15113) 2022-04-14 13:36:30 +01:00
Michael Kriese
637585c5fd
feat(http): extend stats (#15104) 2022-04-14 10:47:06 +01:00
Michael Kriese
6ef2b8cb44
fix(logger): sanitize urls in strings (#15102) 2022-04-14 11:24:28 +02:00
Sergei Zharinov
ee582fe0e7
refactor(maven): Use explicit cacheability flag for datasource (#15110) 2022-04-14 09:37:07 +02:00
Kenneth Jorgensen
d44f7f42ad
refactor(maven): removed use of deprecated url module. (#15109)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-14 06:13:40 +00:00
StinkyLord
5c31446599
Update php.md (#15103) 2022-04-13 22:01:34 +01:00
renovate[bot]
1d38d17dee
build(deps): update dependency semver to v7.3.6 (#15108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-13 18:43:38 +00:00
Alex Kessock
37d3b1da7c
feat: Add configuration option githubTokenWarn (#14902)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-13 16:03:05 +00:00
Kenneth Jorgensen
c220ff0d5a
chore: Dockerized development examples (#15099) 2022-04-13 08:16:07 +00:00
Michael Kriese
ac12692637
fix(platform:github): filter discovered null repos (#15097) 2022-04-13 07:24:17 +01:00
renovate[bot]
4e9133f882
chore(deps): update node.js to 766612d (#15098)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-13 06:04:16 +00:00
renovate[bot]
078cc55e71
chore(deps): update dependency eslint-plugin-import to v2.26.0 (#15096)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-12 21:46:56 +00:00
renovate[bot]
62874a350a
build(deps): update dependency cacache to v16.0.4 (#15095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-12 21:34:41 +00:00
renovate[bot]
ee43f7250c
chore(deps): update dependency jest-junit to v13.1.0 (#15091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-12 18:57:27 +00:00
renovate[bot]
5d583cc79a
chore(deps): update dependency glob to v8 (#15079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-12 18:46:02 +00:00
renovate[bot]
3a83bfc2f2
build(deps): update dependency @jamiemagee/osv-offline to v1.2.4 (#15086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-12 16:24:11 +00:00
Jamie Magee
48cb88e778
feat: add osv-vulnerabilities and vulnerability service (#14567) 2022-04-12 16:13:20 +00:00