Rhys Arkins
|
8e156efc34
|
fix(lookup): currentVersion = lockedVersion (#12922)
|
2021-12-02 16:04:18 +00:00 |
|
Sergey Vedmak
|
e8e99ef5b7
|
feat(release notes): Show release notes from monorepo (#12543)
|
2021-12-02 13:37:37 +01:00 |
|
RahulGautamSingh
|
3a9aeb0f0a
|
fix: match source url prefixes compares case insensitive (#12896)
|
2021-12-01 14:32:56 +00:00 |
|
Sergei Zharinov
|
879e59fa19
|
refactor(util/fs): Enable strict null checks (#12904)
|
2021-12-01 09:12:56 +00:00 |
|
Ankit Soneji
|
aba9a43543
|
feat: add git@ support to message github url method (#12899)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-12-01 08:47:16 +01:00 |
|
RahulGautamSingh
|
ee2e155f1f
|
fix: modify regex to be re2 compatbile (#12778)
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
|
52b2bdbb48
|
refactor(util/cache): Enable strict nulls (#12887)
|
2021-11-29 17:04:43 +01:00 |
|
Oleg Krivtsov
|
b3252ae86c
|
feat(platform/bitbucket): modify getJsonFile to use branchOrTag on Bitbucket (#12825)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-29 07:55:53 +00:00 |
|
Matt Travi
|
5c7e9509fd
|
feat(preset): add rollup node-resolve plugin to the replacements list (#12865)
|
2021-11-29 07:43:57 +00:00 |
|
Sergei Zharinov
|
d5f04ef4fb
|
refactor(swift): Enable strict null checks (#12850)
|
2021-11-29 08:33:36 +01:00 |
|
Sergei Zharinov
|
177cae82fb
|
refactor(ubuntu): Enable strict null checks (#12849)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-28 15:45:13 +00:00 |
|
Sergei Zharinov
|
f4dbff9bd3
|
refactor(util/host-rules): Strict null checks for host rules (#12868)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-28 16:31:11 +01:00 |
|
Sergei Zharinov
|
04d161252f
|
refactor(config/global): Enable strict null checks (#12867)
* refactor(config/global): Enable strict null checks
* Fix inefficient copying
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-28 13:54:46 +01:00 |
|
Sergei Zharinov
|
0bb5fcb6f7
|
refactor(util/regex): Enable strict null checks (#12866)
* refactor(util/regex): Enable strict null checks
* Fix coverage
* Refactor guard checks
|
2021-11-28 09:04:44 +01:00 |
|
Jesse Newland
|
c814a9a193
|
feat(datasource/github-releases): skip draft releases (#12856)
* feat(datasource/github-releases): skip draft releases
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* invert logic
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-27 15:40:36 +00:00 |
|
Sergei Zharinov
|
ef51e85b7a
|
refactor(cache/package): Enable strict checks (#12862)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-27 12:08:24 +00:00 |
|
Sergei Zharinov
|
0638bfd716
|
refactor(workers): Strict nulls for CommitMessage class (#12863)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-27 09:32:39 +00:00 |
|
Sergei Zharinov
|
e7a969016d
|
refactor(logger): Update logger internals (#12842)
* 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 (#12859)
* 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 (#12861)
|
2021-11-27 07:38:47 +01:00 |
|
Sergei Zharinov
|
562d4ef5e9
|
test(util/sanitize): Improve test for sanitize function (#12860)
|
2021-11-27 05:54:06 +00:00 |
|
Oleg Krivtsov
|
d1229b228c
|
feat(platform/azure): modify getJsonFile to use branchOrTag (#12826)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-27 05:42:10 +00:00 |
|
renovate[bot]
|
e16060efcc
|
build(deps): update dependency got to v11.8.3 (#12838)
|
2021-11-27 06:21:49 +01:00 |
|
Sergei Zharinov
|
1a39195559
|
refactor(git): Extract types to separate file (#12855)
|
2021-11-26 20:36:17 +00:00 |
|
Jeroen Schepens
|
9cad1e17fc
|
feat(terraform): modules with bitbucket repositories (#12770)
|
2021-11-25 22:06:30 +01:00 |
|
Oleg Krivtsov
|
6293641326
|
feat(config): add safeguard timeouts (#12604)
* Add safeguard timeouts #2804
* Fix unit tests
* Fix unit tests
* Update lib/util/exec/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Changes after code review
* Fixes after merge
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-25 11:18:27 +00:00 |
|
Michael B
|
6ad29b6124
|
fix(platform/gitlab): add missing "waiting_for_resource" branch status (#12832)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-25 11:01:52 +00:00 |
|
Rhys Arkins
|
41b0517ef1
|
fix: check currentValue before updating newValue
|
2021-11-24 15:25:21 +01:00 |
|
Rhys Arkins
|
eed9826518
|
fix: Revert fix: check currentValue before generating newValue
|
2021-11-24 15:14:49 +01:00 |
|
Rhys Arkins
|
bb64598d6a
|
fix: check currentValue before generating newValue
|
2021-11-24 14:28:50 +01:00 |
|
Keven van Zuijlen
|
f6454ba1a7
|
fix(azure): add default branch policy support (#12806)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-24 12:33:22 +01:00 |
|
Oleg Krivtsov
|
2ec5c54cf0
|
feat(platform/bitbucket-server): modify getJsonFile to use branchOrTag on Bitbucket server (#12824)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-24 12:17:19 +01:00 |
|
Oleg Krivtsov
|
42857138cb
|
feat(platform/gitea): modify getJsonFile to use branchOrTag on Gitea (#12822)
|
2021-11-24 10:18:33 +00:00 |
|
Oleg Krivtsov
|
559e7e344e
|
feat(platform/gitlab): modify getJsonFile to use branchOrTag on GitLab (#12821)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-24 10:08:09 +00:00 |
|
Oleg Krivtsov
|
14947cd78b
|
feat(platform/github): modify getJsonFile to use branchOrTag on GitHub (#12819)
|
2021-11-24 09:46:05 +00:00 |
|
Rhys Arkins
|
3d2159f05f
|
fix(argocd): check for undefined definition
|
2021-11-24 09:07:50 +01:00 |
|
Rhys Arkins
|
133c57f30b
|
fix(jenkins): check doc.plugins is iterable
|
2021-11-24 09:06:21 +01:00 |
|
Rhys Arkins
|
6549cbdd65
|
fix: check currentValue before pinning
|
2021-11-24 09:06:21 +01:00 |
|
Sergei Zharinov
|
96b854df90
|
fix(github): Log shrinked GraphQL page size (#12706)
|
2021-11-24 06:04:09 +00:00 |
|
Oleg Krivtsov
|
51b2d09e0f
|
feat(platform): get file branchOrTag (#12710)
|
2021-11-24 05:40:03 +00:00 |
|
Oleg Krivtsov
|
cb3d75ec4e
|
feat(platform/gitlab): confidential issues (#12728)
|
2021-11-24 05:14:24 +00:00 |
|
Maksim
|
06d8c27043
|
refactor: global config (#12743)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-23 21:10:45 +01:00 |
|
Rhys Arkins
|
2f1c8afcf2
|
fix(config): validate matchStrings (#12808)
|
2021-11-23 15:17:49 +01:00 |
|
Michael Kriese
|
95fdd833eb
|
docs(gitea): add git upload filter description (#12807)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
|
2021-11-23 15:03:12 +01:00 |
|
Rhys Arkins
|
84b776cebe
|
feat: support update-lockfile for unconstrained deps (#12802)
|
2021-11-23 11:21:10 +00:00 |
|
Rhys Arkins
|
ff87759b48
|
refactor: getCurrentVersion params
|
2021-11-23 09:13:17 +01:00 |
|
Rhys Arkins
|
38982300c4
|
fix(gradle): handle null tokenizing (#12799)
|
2021-11-23 08:42:39 +01:00 |
|
Rhys Arkins
|
ad9a2f4e77
|
fix: gracefully handle invalid locked version (#12800)
|
2021-11-23 06:56:19 +00:00 |
|
Rhys Arkins
|
0099ba1762
|
fix(config): check if matchStrings is iterable (#12759)
|
2021-11-22 21:08:10 +01:00 |
|
Rhys Arkins
|
906dbce775
|
fix: skip lookups no currentVersion or lockedVersion (#12731)
|
2021-11-22 21:07:36 +01:00 |
|
Andrei Nistor
|
d2d356c801
|
feat: Add jsonnet-bundler support (#12720)
|
2021-11-22 15:36:48 +00:00 |
|
Oleg Krivtsov
|
10f487a375
|
fix(platform/gitlab): description is too long on GitLab (#12792)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-22 10:23:58 +00:00 |
|
Oleg Krivtsov
|
32d3973489
|
feat(manager/travis): support matrix node.js syntax in Travis configs (#12656)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-22 08:03:38 +00:00 |
|
Matt Travi
|
ff439b1d29
|
feat(cucumber-replacement): added the switch to scoped to the replacements list (#12785)
|
2021-11-22 07:05:35 +00:00 |
|
dsimon-onventis
|
27ee7efcc3
|
fix(azure): correctly map autoApprove response (#12761)
|
2021-11-21 12:52:28 +00:00 |
|
Rhys Arkins
|
2754c58f0d
|
logs: better updateLockedVersion log
|
2021-11-19 14:58:19 +01:00 |
|
Rhys Arkins
|
42231b6b75
|
logs: more details on secrets exposure
|
2021-11-19 14:46:52 +01:00 |
|
Oleg Krivtsov
|
ff7822176f
|
refactor(platform): make repoName arg consistent in getJsonFile (#12753)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-19 13:39:13 +00:00 |
|
Rhys Arkins
|
ea28c6a4a8
|
logs: trace cached datasource response
|
2021-11-19 14:22:35 +01:00 |
|
markussiebert
|
af4b426f73
|
feat: aws-machine-image datasource (#11869)
|
2021-11-19 09:59:06 +00:00 |
|
Rhys Arkins
|
df14edd27a
|
fix(automerge): catch branch automerge behind message
|
2021-11-19 10:44:27 +01:00 |
|
Rhys Arkins
|
2ae52b3bd9
|
logs: remove warn interpolation
|
2021-11-19 10:40:29 +01:00 |
|
Jamie Magee
|
789caadbb4
|
refactor(jenkins-plugins): convert to class-based datasource (#12702)
|
2021-11-18 19:55:21 +00:00 |
|
Rhys Arkins
|
36e8a3ec9b
|
fix(config): compare scopes lowercase (#12740)
|
2021-11-18 18:32:44 +01:00 |
|
Rhys Arkins
|
cfc4c48a47
|
fix(github): handle secondary rate limit (#12741)
|
2021-11-18 16:47:17 +01:00 |
|
Rhys Arkins
|
693963d9e1
|
fix: catch prune branch error
|
2021-11-18 16:23:13 +01:00 |
|
Rhys Arkins
|
01acebd82d
|
fix(datasource): better massage github sourceUrl (#12737)
|
2021-11-18 14:50:53 +00:00 |
|
Rhys Arkins
|
e7b841a138
|
feat: regex cache (#12738)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-18 14:36:05 +00:00 |
|
Rhys Arkins
|
e095d5a9b3
|
fix(git-refs): ignore refs/for (#12735)
|
2021-11-18 13:36:41 +00:00 |
|
Rhys Arkins
|
4c36af9d6c
|
logs: downgrade helm lock file warn
|
2021-11-18 13:14:43 +01:00 |
|
Rhys Arkins
|
e0c1d31bc9
|
fix(git): catch matches more than one
Fixes #12734
|
2021-11-18 12:41:31 +01:00 |
|
Michael Kriese
|
baaea71728
|
fix(config/preset): readd subpreset support (#12733)
|
2021-11-18 10:45:17 +01:00 |
|
Rhys Arkins
|
d3eb6fedd7
|
fix: cache handle nested err (#12730)
|
2021-11-18 08:14:49 +01:00 |
|
Michael Francis
|
4d1e7b1596
|
fix(crate): Reduce git concurrency to 1 for crates (#12718)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-17 21:39:06 +00:00 |
|
Rhys Arkins
|
55d3c0468d
|
fix(presets): allow spaces in repo names (#12726)
|
2021-11-17 22:27:12 +01:00 |
|
Rhys Arkins
|
4f2b3c812e
|
fix(yarn): use @yarnpkg/cli for yarn 2+ (#12570)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-17 18:45:24 +00:00 |
|
Rhys Arkins
|
da122b442a
|
fix(automerge): assign failing PRs (#12705)
|
2021-11-17 18:00:35 +01:00 |
|
tgroemer
|
2d1c9dfb70
|
fix(pypi): normalize simple package lookup (#12544)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-17 16:02:39 +00:00 |
|
Maksim
|
5377b1f1aa
|
feat(config): migrate inline with the same sort (#12091)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-17 15:43:55 +00:00 |
|
Rhys Arkins
|
e307f18a68
|
fix(npm): retain package-lock indentation when massaging (#12715)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-17 15:21:36 +00:00 |
|
Andrei Nistor
|
8184bda9b6
|
feat(manager/kustomize): support HelmChartInflationGenerator (#12628)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-17 15:04:26 +00:00 |
|
Sergei Zharinov
|
a7792bc5b4
|
refactor(typescript): Refactor more files (#12696)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-17 09:32:33 +00:00 |
|
Rhys Arkins
|
e95fcb17d8
|
fix(logger): skip response body for timeouts (#12704)
|
2021-11-17 09:55:57 +01:00 |
|
Nejc Habjan
|
0f1256317c
|
refactor(config): use async readFile and dynamic import to load config file (#12649)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-17 06:49:53 +00:00 |
|
Andrei Nistor
|
3aaf2761c6
|
refactor(manager/kustomize): refactor Kustomize interface (#12686)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-16 17:34:59 +00:00 |
|
Martino di Filippo
|
d78458bf8b
|
feat(gradle): treat the preview qualifier as unstable (#12450) (#12698)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-16 17:11:50 +00:00 |
|
Sergei Zharinov
|
49d3c18e31
|
fix(github): Shrink GraphQL page size and retry for any ExternalHostError (#12689)
|
2021-11-16 15:16:31 +00:00 |
|
Sergei Zharinov
|
51961d94e1
|
feat(maven): Leverage index HTML for Maven Central (#12607)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-11-16 10:49:15 +01:00 |
|
Sergei Zharinov
|
c98b79b11a
|
test(typescript): Gradual migration to strict "null" and "any" checks (#12681)
|
2021-11-16 08:45:17 +01:00 |
|
Sergei Zharinov
|
7f2f0c2662
|
test(workers): Refactor test snapshots for lookupUpdates (#12669)
|
2021-11-15 15:56:18 +01:00 |
|
Sergei Zharinov
|
773eb7ce7e
|
fix(gradle): Group long-form dependencies by varname (#12659)
|
2021-11-15 13:45:28 +00:00 |
|
HonkingGoose
|
d666caad01
|
docs(terraform): capitalize proper nouns, use monospaced text, fix grammar (#12662)
|
2021-11-15 12:01:26 +01:00 |
|
Sergei Zharinov
|
665b3d359c
|
test(gradle): Refactor tests for parser (#12657)
|
2021-11-15 08:33:45 +00:00 |
|
Sergei Zharinov
|
bc7c0c5303
|
fix(gomod): Fix gomod digest updates (#12655)
|
2021-11-15 06:16:39 +00:00 |
|
markussiebert
|
c80c7f3d0c
|
feat: add stringToPrettyJSON handlebars function (#12643)
|
2021-11-14 19:49:05 +00:00 |
|
HonkingGoose
|
ab5abd7553
|
fix: replace word check with click (#12650)
|
2021-11-14 20:23:17 +01:00 |
|
Sergei Zharinov
|
9c56a167cd
|
fix(maven): Fetch latest when all releases are unstable (#12647)
|
2021-11-14 14:35:27 +00:00 |
|
Sergei Zharinov
|
60d03add71
|
refactor(maven): Clarify HTTP resource check function (#12640)
|
2021-11-14 12:16:54 +01:00 |
|
Sergei Zharinov
|
811f81d3a2
|
test(maven): Cover the case of void "last-modified" jar header (#12641)
|
2021-11-14 08:09:54 +00:00 |
|
Sergei Zharinov
|
7f4b119450
|
tests(gradle): Refactor (#12585)
|
2021-11-14 06:31:07 +00:00 |
|