Commit Graph

187 Commits (main)

Author SHA1 Message Date
RahulGautamSingh 5282f7c080
fix(github): remove deleted issue from issues cache (#33349) 2025-01-08 11:42:12 +00:00
RahulGautamSingh a42069da44
fix(platform/github): use correct url to find pr when only using branch name (#33324) 2024-12-29 06:58:30 +00:00
Rhys Arkins e27fe66980
feat(git): cloneSubmodulesFilter (#33115) 2024-12-18 13:01:14 +00:00
Sergei Zharinov c5ba4c5196
fix(platform): Separate PR reuse from the branch PR search (#32100)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-11-05 13:23:51 +00:00
Philippe Ballandras b0bc3e8ffc fix(github)!: change automerge priority order to prefer squash (#32016)
Changes the priority order so that squash merges are preferred over rebase merge and merge commits. Doing so allows GitHub to sign the resulting commit on the base branch.

BREAKING CHANGE: Renovate will now prefer squash merges over others in GitHub, if they are allowed.
2024-11-04 14:43:20 +01:00
Sergei Zharinov 218804895d
refactor(github): Use matching refs search instead of HEAD requests (#32046) 2024-10-21 07:38:11 +00:00
RahulGautamSingh 376e09f0b9
fix(platform/github): catch errors addLabels() (#32035) 2024-10-20 13:27:46 +00:00
Payman Delshad b775d83830
fix(vulnerability-alerts): fix handling of first_patched_version: null (#31447) 2024-09-17 16:34:15 +00:00
RahulGautamSingh fbe4dbaf28
refactor(github): use `redirect.github.com` (#31025) 2024-08-29 06:06:16 +00:00
Sergei Zharinov bf2f3c3ca6
fix: Revert "fix(github): Sanitize mentions in commit bodies (#30842)" (#30910) 2024-08-20 09:53:38 +00:00
Sergei Zharinov 0220eb71f5
fix(github): Sanitize mentions in commit bodies (#30842) 2024-08-20 08:37:29 +00:00
Sebastian Poxhofer 3681b2a945
chore: eslint to enforce for typed imports (#30844) 2024-08-19 13:15:27 +00:00
renovate[bot] eb8c08079e
chore(deps): update typescript-eslint monorepo to v8 (major) (#30750)
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
Chris Kin Yat Chan bae6f8da4e
fix: github api calls to push commit does not increase commits limit (#30540) 2024-08-02 05:50:25 +00:00
Norbert Szulc 2e78a7117d fix!: normalize Python depName in every manager (#27733) 2024-07-25 15:28:16 +02:00
RahulGautamSingh bb6c27faf8 feat(github): convert `platformCommit` to enum (#29156)
BREAKING CHANGE: platformCommit will be automatically enabled if running as a GitHub app
2024-07-25 15:28:16 +02:00
RahulGautamSingh 5ed97aa738 refactor(vulnerability-alerts): move to REST API (#27378) 2024-07-25 15:28:16 +02:00
Rhys Arkins 702ffbc9c2
fix(platform): don't log if issues are disabled when closing (#30267) 2024-07-20 11:13:04 +00:00
RahulGautamSingh 4b502025fe
refactor: rename platformOptions -> platformPrOptions (#30173) 2024-07-16 07:33:55 +00:00
Sebastian Poxhofer 574ca2c3f1
chore(platform/github): add schemas for Github content REST API (#30154) 2024-07-13 06:30:07 +00:00
Michael Kriese a02c850453
fix(dependency-dashboard): fix truncated issue body (#30081) 2024-07-08 12:14:27 +00:00
HonkingGoose 2bc6e2d3d1
docs: recommend users install the GitHub or Bitbucket Cloud hosted app (#29457)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-06-21 13:09:12 +00:00
RahulGautamSingh e11f9d9882
fix(github): fetch all open issue if ignorePrAuthor=true (#29485)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-06-12 06:53:55 +00:00
Sergei Zharinov 51db0d9e38
fix(emoji): Use colorful version of warning emoji (#28888) 2024-05-08 11:57:39 +00:00
Sergei Zharinov 5c0628bf3b
feat(host-rules): Support `readOnly` request matching (#28562)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-04-23 03:26:20 +00:00
Sergei Zharinov 03b9582ff4
feat(github): Enable HTTP cache for branch status checks (#28420) 2024-04-15 19:35:58 +00:00
Sergei Zharinov bf7bd05eb2
feat(github): Cache comments response (#28349) 2024-04-15 18:57:36 +00:00
Sergei Zharinov f08108ab2f
feat(github): Enable HTTP cache for "findPr" (#28423) 2024-04-15 16:27:04 +00:00
Sergei Zharinov 579d8c83bc
feat(github): Fetch issues during repo initialization (#27785) 2024-04-12 11:28:37 +00:00
HonkingGoose 7538b31039
docs(github): rewrite sentence (#28155) 2024-03-31 20:51:37 +00:00
RahulGautamSingh f8890796bf
feat: update labels when config changes (#25340)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-03-30 04:49:13 +00:00
Max Friedmann f013c4e5c8
docs(github): mention workflow scope (#28137)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-03-26 22:07:14 +00:00
Sergei Zharinov 8596967060
feat(http): Switch to pluggable HTTP cache implementation (#27966)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-03-19 16:34:05 +00:00
Josh Soref f4a96f84fe
docs: document support for fine-grained pat (#27346)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-03-18 21:46:33 +00:00
David Straub ebf0c7b4d9
feat(platform): re-attempt platform automerge on github and gitlab (#26567)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-03-18 19:53:25 +00:00
Sergei Zharinov 674ace8ee5
refactor(github): Change github-related field types for repo cache (#27784) 2024-03-10 13:07:57 +00:00
Sergei Zharinov 0cc759c66e
feat(github): Use schema for issue objects (#27782) 2024-03-10 11:54:57 +00:00
Sergei Zharinov 794fc5c293
refactor(github): Remove unused GraphQL queries (#27710) 2024-03-04 17:11:36 +00:00
Rhys Arkins 3bdd530ae5
feat: forkCreation (#27686) 2024-03-02 10:42:43 +00:00
Rhys Arkins 2caf0b304b
fix(github): skip forked repos when in fork mode (#27684) 2024-03-02 07:16:07 +00:00
Rhys Arkins 9f2394680e
fix(github): Revert "feat(github): use REST for etag caching of issues" (#27612) 2024-02-28 13:20:29 +01:00
Rhys Arkins 924b9dad68
feat(github): use REST for etag caching of issues (#26793)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-02-28 05:22:16 +00:00
Rhys Arkins d41da2ba50
chore(github): log result when no default branch returned 2024-02-28 05:52:31 +01:00
Nils Andresen 16589bfb69
feat(github): Add the possibility to link a Milestone (#27343)
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>
2024-02-21 20:47:48 +00:00
Rhys Arkins 08d5416f0b
feat(cache): cache http response for files in same org (#27045)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2024-02-07 08:10:13 +00:00
Francisco Robles Martín c777450e1e
docs(github): change GitHub App token Action suggested to GitHub official (#27101) 2024-02-06 21:28:49 +00:00
Rhys Arkins 59df10183a
feat(platform): getRepoForceRebase -> getBranchForceRebase (#27052)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-02-06 09:14:11 +00:00
Rhys Arkins 413084b4c5
fix(github): use repoCache even if not initial (#27039) 2024-02-03 15:48:48 +00:00
Rhys Arkins 068cb1ba3f
chore: more prettier fix? 2024-01-27 09:51:19 +01:00
Rhys Arkins 3b3cf7a027
chore: prettier reformatting 2024-01-27 08:45:55 +01:00