Michael Kriese
|
b50e21646e
|
feat: deprecate node v12 (#8956)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-03-05 09:59:07 +00:00 |
|
Rhys Arkins
|
eb8f895f2e
|
refactor: eslint no-negated-condition (#8973)
|
2021-03-04 06:21:55 +01:00 |
|
Michael Kriese
|
74d7691bef
|
refactor: optimize type usage (#8947)
|
2021-03-02 21:44:55 +01:00 |
|
Rhys Arkins
|
57ac935577
|
fix: Revert "feat(helm-values): Support for bumpVersion" (#8926)
This reverts commit 662a60a87e .
|
2021-03-01 18:35:52 +00:00 |
|
davidgwcurve
|
e3ccc26af7
|
feat(go): support self hosted go modules in gitlab (#8876)
|
2021-03-01 18:35:35 +01:00 |
|
Rhys Arkins
|
98d55394e6
|
feat: transitiveRemediation (#8883)
* save remediations
* enhance and export NpmResponse
* sort branch lists
* transitive remediation init
* update-lockfile not bump
* version not value
* remediate package.json
* isVulnerabilityAlert
* simplify config
* fix circular
* update snapshots
* add config and docs
* TODO
* flatten tests
* remediation -> update
* lots of renames
* improve readability
* refactor
* remove fetch
* more tests
* reduce fiixtures sizes
* more tests
* fix parent null
* remove exec
* explicit false
* fix
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* use type-fest PackageJson
* more tests
* coverage
* Update lib/workers/branch/get-updated.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-03-01 07:59:57 +00:00 |
|
Rhys Arkins
|
399d7ea73e
|
refactor: platform.getPrBody -> massageMarkdown (#8787)
|
2021-02-28 18:19:35 +00:00 |
|
Rhys Arkins
|
f3daa9e555
|
fix: don’t skip modified branch from old PR (#8885)
|
2021-02-28 07:36:13 +00:00 |
|
chgl
|
662a60a87e
|
feat(helm-values): Support for bumpVersion (#8240)
|
2021-02-28 06:53:26 +01:00 |
|
Rhys Arkins
|
bc10487082
|
fix: don’t Object.assign first upgrade over config (#8892)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-02-27 08:48:11 +00:00 |
|
Rhys Arkins
|
b6452b0040
|
fix: set branch updateType to major if any update is major
|
2021-02-27 07:47:37 +01:00 |
|
Rhys Arkins
|
5f195e9d4f
|
fix: merge labels and addLabels in groups
|
2021-02-27 07:00:02 +01:00 |
|
Rhys Arkins
|
4f97dd4331
|
refactor: get-updated packageFileContent
|
2021-02-26 11:20:31 +01:00 |
|
Rhys Arkins
|
256fe01a4c
|
refactor: matchFiles
|
2021-02-24 15:40:39 +01:00 |
|
Rhys Arkins
|
e9297944ab
|
logs: improve logging
|
2021-02-24 15:20:48 +01:00 |
|
Rhys Arkins
|
7f75e5768b
|
refactor: vulnerabilityAlert -> isVulnerabilityAlert
|
2021-02-24 15:13:41 +01:00 |
|
Rhys Arkins
|
b294b73769
|
fix: use update-lockfile for vulnerabilityAlerts
|
2021-02-24 14:35:45 +01:00 |
|
Rhys Arkins
|
910d264cab
|
tests: fix dashboard coverage
|
2021-02-24 09:34:25 +01:00 |
|
Rhys Arkins
|
1e24b9fc5c
|
fix: ensure dashboard if approvals in config
|
2021-02-23 23:33:48 +01:00 |
|
Rhys Arkins
|
728082b3c3
|
fix(cache): correct revision
|
2021-02-22 19:39:33 +01:00 |
|
Rhys Arkins
|
9171e712d4
|
feat: updateInternalDeps (#8809)
|
2021-02-22 15:09:35 +00:00 |
|
Rhys Arkins
|
2be25c4ae6
|
refactor: applyUpdateConfig
|
2021-02-22 12:48:00 +01:00 |
|
Rhys Arkins
|
a456c8b5ab
|
fix: rangeStrategy=bump for npm vulnerabilities
|
2021-02-22 11:18:46 +01:00 |
|
Rhys Arkins
|
5c5e00cdf8
|
fix: allow vulnerabilityAlerts to override branchTopic, prCreation
|
2021-02-22 11:08:39 +01:00 |
|
Rhys Arkins
|
cdffaca4e1
|
chore: alertPackageRules PackageRule type
|
2021-02-22 09:54:29 +01:00 |
|
Rhys Arkins
|
7ae3ce323f
|
fix(automerge): handle github branch protection failures
|
2021-02-22 09:07:23 +01:00 |
|
Rhys Arkins
|
8e7e41f6a3
|
fix: rebase if automerging even if rebaseWhen=conflicted (#8796)
|
2021-02-22 06:45:36 +01:00 |
|
Rhys Arkins
|
4b62acc616
|
refactor: file-based alert aggregation
|
2021-02-21 23:09:53 +01:00 |
|
Rhys Arkins
|
e86bddd5bb
|
refactor: simplify vulnerability aggregation
|
2021-02-21 22:14:17 +01:00 |
|
Rhys Arkins
|
8c48d4bc9d
|
refactor: vulnerability matchFiles (#8786)
|
2021-02-20 21:44:32 +01:00 |
|
Rhys Arkins
|
2c9a172834
|
feat: per-file vulnerability alerts (#8770)
|
2021-02-20 06:00:44 +00:00 |
|
Michael Kriese
|
9a1c4fabb7
|
feat(gomod): do not shorten depName (#8758)
|
2021-02-18 16:27:47 +01:00 |
|
Rhys Arkins
|
f41430bbb9
|
refactor: fixedVersion calculation
|
2021-02-18 14:54:11 +01:00 |
|
Rhys Arkins
|
5af13b10c3
|
refactor: remove superfluous valid check
|
2021-02-18 14:51:36 +01:00 |
|
Rhys Arkins
|
8b42b62aa8
|
refactor: UpdateTypeConfig
|
2021-02-18 12:02:26 +01:00 |
|
Rhys Arkins
|
436abf51de
|
refactor: pass versioning to getUpdateType
|
2021-02-18 11:59:26 +01:00 |
|
Rhys Arkins
|
1d4672cda0
|
fix: don’t imply patch from automerge settings (#8747)
|
2021-02-18 10:12:38 +01:00 |
|
Rhys Arkins
|
22b4fadd6d
|
refactor: pass versioning to getCurrentVersion
|
2021-02-18 09:44:36 +01:00 |
|
Rhys Arkins
|
54d82d23c2
|
refactor: lookup destructuring
|
2021-02-18 09:35:41 +01:00 |
|
Rhys Arkins
|
df2db74c06
|
refactor: BucketConfig
|
2021-02-18 09:30:04 +01:00 |
|
Rhys Arkins
|
07a05012f1
|
refactor getCurrentVersion versioning
|
2021-02-18 09:28:18 +01:00 |
|
Rhys Arkins
|
21cfbd2e82
|
refactor: move lookup functions into own files
|
2021-02-18 09:21:01 +01:00 |
|
Rhys Arkins
|
e7f2beebdb
|
refactor: centralize lookup types
|
2021-02-18 08:35:26 +01:00 |
|
Rhys Arkins
|
71e26d835d
|
refactor: rename lookup functions
|
2021-02-18 08:27:56 +01:00 |
|
Rhys Arkins
|
c34e54c5d3
|
refactor: remove SkipVersion.UnsupportedValue
|
2021-02-18 08:24:08 +01:00 |
|
Rhys Arkins
|
bbd78d490c
|
refactor: remove SkipReason.Unknown
|
2021-02-18 08:09:04 +01:00 |
|
Rhys Arkins
|
33e7e41534
|
refactor: latestVersion -> tags.latest (#8739)
|
2021-02-18 08:00:00 +01:00 |
|
Rhys Arkins
|
01e1f38019
|
refactor: remove unused ReleaseResult fields (#8737)
|
2021-02-17 21:29:25 +01:00 |
|
Rhys Arkins
|
32440f26a4
|
refactor: toVersion -> newVersion (#8711)
|
2021-02-16 12:33:44 +01:00 |
|
Rhys Arkins
|
1e90a544fc
|
refactor: hashed branch compilation
|
2021-02-16 12:31:10 +01:00 |
|