Sergei Zharinov
52b2bdbb48
refactor(util/cache): Enable strict nulls ( #12887 )
2021-11-29 17:04:43 +01:00
Sergei Zharinov
2c12ff1e0a
refactor(typescript): Use include/exclude sets for strict tsconfig ( #12886 )
2021-11-29 14:52:56 +00:00
HonkingGoose
dbca35b2b9
docs: add example of using matchCurrentVersion
with a SemVer range ( #12594 )
2021-11-29 11:56:08 +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
b90aeda507
refactor(typescript): Enable null check for some trivial files ( #12864 )
...
* refactor(typescript): Enable null check for some trivial type files
* Add "test/http-mock.ts"
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-27 10:04:49 +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
renovate[bot]
4fef60daaf
chore(deps): update dependency typescript to v4.5.2 ( #12833 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-26 20:06:20 +00:00
renovate[bot]
aa6d7012b4
chore(deps): update dependency @types/js-yaml to v4.0.5 ( #12857 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-26 19:56:34 +00:00
renovate[bot]
1c4302e1cd
chore(deps): update dependency @types/node to v14.17.34 ( #12848 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-26 01:04:26 +00:00
renovate[bot]
26710c46b9
chore(deps): update dependency @types/jest to v27.0.3 ( #12847 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-25 23:45:10 +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
renovate[bot]
4d1c4f16dc
build(deps): update dependency openpgp to v5.0.1 ( #12836 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-25 00:53:54 +00:00
renovate[bot]
9d85a4c9f2
chore(deps): update dependency @types/bunyan to v1.8.8 ( #12827 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 16:52:50 +00:00
renovate[bot]
18217016a4
chore(deps): update dependency type-fest to v2.5.4 ( #12828 )
2021-11-24 16:08:50 +01: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
renovate[bot]
31b889067e
chore(deps): update dependency @types/parse-link-header to v1.0.1 ( #12812 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-23 19:52:01 +00:00
renovate[bot]
2d66faa1c2
chore(deps): update github/codeql-action action to v1.0.24 ( #12804 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-23 18:31:57 +00: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