Skip to content

Update dependency tuist to v4.202.6 - #20

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tuist-4.x
Open

Update dependency tuist to v4.202.6#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tuist-4.x

Conversation

@renovate

@renovate renovate Bot commented Oct 3, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
tuist minor 4.28.14.202.6

Release Notes

tuist/tuist (tuist)

v4.202.6: CLI 4.202.6

Compare Source

🐛 Bug Fixes
  • backport pruned selective test target handling to 4.202.x (#​11971)

v4.202.5: CLI 4.202.5

Compare Source

🐛 Bug Fixes
  • backport non-overlapping test schemes to 4.202.x (#​11905)

v4.202.4: CLI 4.202.4

Compare Source

🐛 Bug Fixes
  • backport nested xcframework module map discovery to 4.202.x (#​11880)

v4.202.3: CLI 4.202.3

Compare Source

🐛 Bug Fixes
  • backport active-architecture macro builds to 4.202.x (#​11865)

v4.202.2: CLI 4.202.2

Compare Source

🐛 Bug Fixes

v4.202.1: CLI 4.202.1

Compare Source

🐛 Bug Fixes

v4.202.0: CLI 4.202.0

Compare Source

⛰️ Features
  • include SwiftPM C-family target headers in generated projects (#​11617)
  • per-shard test-product downloads + resilient shard download (#​11314)
  • print a cache warm summary with remote/local hits and misses (#​11609)
  • make HTTP timeouts and connection limit configurable (#​11523)
  • skip rewriting project.pbxproj when generation output is unchanged (#​11500)
  • probe remote cache availability on bazel setup (#​11466)
  • parallelize XCFramework creation during cache warm (#​11474)
🐛 Bug Fixes
  • avoid shadowing SwiftPM public headers (#​11653)
  • avoid duplicate SwiftPM C target public headers (#​11642)
  • surface SwiftPM C-target headers as project headers to avoid breaking sibling shim modules (#​11622)
  • allow scheme code coverage targets from external projects (#​11399)
  • align cache warm hashes with generation (#​11616)
  • memoize the auth token in ServerAuthenticationController to avoid a per-op keychain read (#​11614)
  • support nib resources in SwiftPM packages (#​11486)
  • stop package base settings from clobbering SwiftPM target bundle identifiers (#​11610)
  • plan suite shards from server-side history instead of booting every test bundle (#​11581)
  • expose tuist test run help (#​11594)
  • avoid static framework module map copies (#​11588)
  • locate DerivedData for spaced project names (#​11583)
  • suppress duplicate xcframework warnings (#​11575)
  • propagate package base settings to macro targets (#​11574)
  • recover or fail on test targets that enumerate present-but-empty (#​11558)
  • stop per-op CAS analytics fsync from starving the daemon (#​11556)
  • resolve renamed macro cache artifacts (#​11561)
  • handle SwifterPM registry symlinks and xcframework module maps (#​11470)
  • consume nested static-objc xcframeworks via their own module map (ARCore) (#​11537)
  • snapshot machine metrics under the sampler lock when bundling builds (TUIST-10W) (#​11525)
  • stop cache-start respawn loop when not authenticated (#​11514)
  • make suite-granularity shard enumeration reliable (#​11509)
  • add xcframework Headers root for cached static-objc-behind-dynamic deps (ARCore) (#​11506)
  • forward TUIST_CACHE_ENDPOINT to the Xcode cache daemon (#​11501)
  • scope proto SPM plugins to their generation tasks (#​11498)
  • forward client feature flags to the Xcode cache daemon (#​11481)
  • base canary changelog on the previous canary (#​11479)
  • exclude module-map xcframework headers from search paths (#​11472)
  • skip static products linting when warning targets is .none (#​10074)
  • bound best-effort run metadata uploads (#​11456)
  • Swift package plugin product graph edges (#​11454)
⚡ Performance
  • consolidate Swift framework search paths (#​11555)

v4.201.0: CLI 4.201.0

Compare Source

⛰️ Features
  • Support library products in the module cache (#​11290)
  • release channels (canary / rc / stable) (#​11242)
🐛 Bug Fixes
  • align cache warm hashes with generation (#​11621)
  • avoid static framework module map copies [4.201.x backport] (#​11590)
  • consume nested static-objc xcframeworks via their own module map [4.201.x backport] (#​11537) (#​11559)
  • add xcframework Headers root for cached static-objc-behind-dynamic deps (ARCore) [4.201.x backport] (#​11510)
  • exclude module-map xcframework headers from search paths [4.201.x backport] (#​11482)
  • sanitize SwiftPM prebuilt paths (#​11194)
  • support package documentation module imports (#​11135)
  • quote framework search path response files (#​11382)
  • show scheme test configuration in build runs (#​11378)
  • avoid embedding external resource bundles in cached frameworks (#​11257)
  • show verbose flag in inspect help (#​11385)
  • isolate hostless tests in workspace schemes (#​11225)
  • preserve generated module map mtimes (#​11351)
  • Treat proto files as sources (#​11211)
  • support SwiftPM static library artifact bundles
  • resolve suite shard destination from test plan (#​11331)
  • graph recursion overflow (#​11350)
  • Implicit imports with SPM binary deps (#​10918)
  • refresh Bazel credential-helper token before the expiry boundary (#​11341)
  • make suite-granularity sharding select Swift Testing suites (#​11329)
  • use SwifterPM artifact scratch path for restores (#​11328)
  • support SwiftPM warning control settings (#​11326)
  • remove cache target build time tracking (#​11282)
  • SwifterPM 0.8.12 (skip __MACOSX, stream resolve output) (#​11308)
🧪 Testing
  • cover SwifterPM materialization passthrough (#​11354)

v4.200.5: CLI 4.200.5

Compare Source

🐛 Bug Fixes
  • quote -fmodule-map-file paths to account for whitespace (#​11239)
  • anchor SwiftPM workspace-state paths to scratch directory (#​11262)

v4.200.4: CLI 4.200.4

Compare Source

🐛 Bug Fixes

v4.200.3: CLI 4.200.3

Compare Source

🐛 Bug Fixes
  • keep shard plan reference stable across CI re-runs (#​11284)

v4.200.2: CLI 4.200.2

Compare Source

🐛 Bug Fixes
  • cache XCTest and Swift Testing support frameworks (#​11281)
  • resolve suite shard enumeration destination (#​11216)
  • report correct error when sharding without a fullHandle (#​11277)
🧹 Maintenance
  • let SwiftPM own registry transformation via SwifterPM 0.8.10 (#​11278)

v4.200.1: CLI 4.200.1

Compare Source

🧹 Maintenance
  • bump swifterpm for subprocess-based resolution and Package.resolved stability (#​11258)

v4.200.0: CLI 4.200.0

Compare Source

⛰️ Features
  • add hidden bazel setup and credential-helper commands (#​11199)

v4.199.2: CLI 4.199.2

Compare Source

🐛 Bug Fixes
  • force sign bundled runtime libraries (#​11240)
  • include release scripts in CLI release paths (#​11236)
  • bundle Swift runtime libraries (#​11235)

v4.199.1: CLI 4.199.1

Compare Source

🐛 Bug Fixes
  • stop SIGTRAP on missing session logs.txt and bare tuist invocation (#​11230)

v4.199.0: CLI 4.199.0

Compare Source

⛰️ Features
  • surface the Tuist Run Report in the GitHub Actions job summary (#​11040)
🐛 Bug Fixes
  • pin SwifterPM revision (#​11229)
  • de-duplicate buildable-folder references and add cross-target membership (#​11202)

v4.198.3: CLI 4.198.3

Compare Source

🐛 Bug Fixes
  • avoid per-target swift --version subprocess storm when mapping large SwiftPM graphs (#​11205)

v4.198.2: CLI 4.198.2

Compare Source

🐛 Bug Fixes
  • pin release tags to the built commit's SHA (#​11201)
  • update swifterpm and add prebuilt runpaths (#​11196)

v4.198.1: CLI 4.198.1

Compare Source

🐛 Bug Fixes

v4.198.0: CLI 4.198.0

Compare Source

⛰️ Features
  • update SwifterPM for resolver progress and artifact restoration fixes (#​11182)
🧹 Maintenance
  • update SwifterPM for resolver progress and artifact restoration fixes (#​11174)

v4.197.2: CLI 4.197.2

Compare Source

🐛 Bug Fixes
  • honor --no-upload for selective test hashes in test-without-building / shard flows (backport to 4.197.x) (#​11972)

v4.197.1: CLI 4.197.1

Compare Source

🐛 Bug Fixes
  • Xcode 27 Swift package deployment floors (#​11169)

v4.197.0: CLI 4.197.0

Compare Source

⛰️ Features
  • support SwiftPM prebuilt libraries (#​11112)
  • add opt-in SwifterPM install resolution
🐛 Bug Fixes

v4.196.1: CLI 4.196.1

Compare Source

🐛 Bug Fixes
  • tolerate Kura cache propagation in canary caching acceptance test (#​11119)
  • HAR recording shutdown crash (#​11116)

v4.196.0: CLI 4.196.0

Compare Source

⛰️ Features
  • Module Cache breakdown for local Xcode builds (#​11087)

v4.195.17: CLI 4.195.17

Compare Source

🐛 Bug Fixes
  • stream xcodebuild test output with NSUnbufferedIO (#​11046)
  • preserve active session logs during cleanup (#​11083)

v4.195.16: CLI 4.195.16

Compare Source

🐛 Bug Fixes

v4.195.15: CLI 4.195.15

Compare Source

🐛 Bug Fixes

v4.195.14: CLI 4.195.14

Compare Source

🐛 Bug Fixes

v4.195.13: CLI 4.195.13

Compare Source

🐛 Bug Fixes

v4.195.12: CLI 4.195.12

Compare Source

🐛 Bug Fixes

v4.195.11: CLI 4.195.11

Compare Source

🐛 Bug Fixes

v4.195.10: CLI 4.195.10

Compare Source

🐛 Bug Fixes

v4.195.9: CLI 4.195.9

Compare Source

🐛 Bug Fixes

v4.195.8: CLI 4.195.8

Compare Source

🐛 Bug Fixes

v4.195.7: CLI 4.195.7

Compare Source

🐛 Bug Fixes
  • anchor SwiftPM module-map flags on absolute derived-dir to survive symlinked .build/checkouts by @​fortmarek in #​10945

v4.195.6: CLI 4.195.6

Compare Source

🐛 Bug Fixes

v4.195.5: CLI 4.195.5

Compare Source

🐛 Bug Fixes

v4.195.4: CLI 4.195.4

Compare Source

🐛 Bug Fixes

v4.195.3: CLI 4.195.3

Compare Source

🐛 Bug Fixes

v4.195.2: CLI 4.195.2

Compare Source

🐛 Bug Fixes
⚡ Performance

v4.195.1: CLI 4.195.1

Compare Source

🐛 Bug Fixes

v4.195.0: CLI 4.195.0

Compare Source

⛰️ Features

v4.194.4: CLI 4.194.4

Compare Source

🐛 Bug Fixes

v4.194.3: CLI 4.194.3

Compare Source

🐛 Bug Fixes

v4.194.2: CLI 4.194.2

Compare Source

🐛 Bug Fixes

v4.194.1: CLI 4.194.1

Compare Source

🐛 Bug Fixes

v4.194.0: CLI 4.194.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • synthesize Bundle.module for static frameworks with .metal in buildable folders by @​pepicrft in #​10746

v4.193.5: CLI 4.193.5

Compare Source

🐛 Bug Fixes
  • backport cache target build time tracking removal to 4.193.x

v4.193.4: CLI 4.193.4

Compare Source

🐛 Bug Fixes

v4.193.3: CLI 4.193.3

Compare Source

🐛 Bug Fixes

v4.193.2: CLI 4.193.2

Compare Source

🐛 Bug Fixes

v4.193.1: CLI 4.193.1

Compare Source

🐛 Bug Fixes

v4.193.0: CLI 4.193.0

Compare Source

⛰️ Features
🐛 Bug Fixes

v4.192.4: CLI 4.192.4

Compare Source

🐛 Bug Fixes

v4.192.3: CLI 4.192.3

Compare Source

🐛 Bug Fixes

v4.192.2: CLI 4.192.2

Compare Source

🐛 Bug Fixes

v4.192.1: CLI 4.192.1

Compare Source

🐛 Bug Fixes

v4.192.0: CLI 4.192.0

Compare Source

⛰️ Features
🐛 Bug Fixes

v4.191.8: CLI 4.191.8

Compare Source

🐛 Bug Fixes

v4.191.7: CLI 4.191.7

Compare Source

🐛 Bug Fixes

v4.191.6: CLI 4.191.6

Compare Source

🐛 Bug Fixes

v4.191.5: CLI 4.191.5

Compare Source

🐛 Bug Fixes

v4.191.4: CLI 4.191.4

Compare Source

🐛 Bug Fixes

v4.191.3: CLI 4.191.3

Compare Source

🐛 Bug Fixes

v4.191.2: CLI 4.191.2

Compare Source

🐛 Bug Fixes

v4.191.1: CLI 4.191.1

Compare Source

🐛 Bug Fixes

v4.191.0: CLI 4.191.0

Compare Source

⛰️ Features
🐛 Bug Fixes

v4.190.1: CLI 4.190.1

Compare Source

🐛 Bug Fixes

v4.190.0: CLI 4.190.0

Compare Source

⛰️ Features

v4.189.0: CLI 4.189.0

Compare Source

⛰️ Features

v4.188.5: CLI 4.188.5

Compare Source

🐛 Bug Fixes
⚡ Performance

v4.188.4: CLI 4.188.4

Compare Source

🐛 Bug Fixes

v4.188.3: CLI 4.188.3

Compare Source

🐛 Bug Fixes

v4.188.2: CLI 4.188.2

Compare Source

🐛 Bug Fixes

v4.188.1: CLI 4.188.1

Compare Source

🐛 Bug Fixes

v4.188.0: CLI 4.188.0

Compare Source

⛰️ Features
  • add CopyFileElement.buildProduct for embedding target products in Copy Files phases by @​freak4pc in #​10467

v4.187.0: CLI 4.187.0

Compare Source

⛰️ Features
🐛 Bug Fixes

v4.186.2: CLI 4.186.2

Compare Source

🐛 Bug Fixes

v4.186.1: CLI 4.186.1

Compare Source

🐛 Bug Fixes

v4.186.0: CLI 4.186.0

Compare Source

⛰️ Features
🐛 Bug Fixes

v4.185.1: CLI 4.185.1

Compare Source

🐛 Bug Fixes

v4.185.0: CLI 4.185.0

Compare Source

⛰️ Features

v4.184.2: CLI 4.184.2

Compare Source

🐛 Bug Fixes

v4.184.1: CLI 4.184.1

Compare Source

🚜 Refactor

v4.184.0: CLI 4.184.0

Compare Source

⛰️ Features

v4.183.1: CLI 4.183.1

Compare Source

🐛 Bug Fixes

v4.183.0: CLI 4.183.0

Compare Source

⛰️ Features
🐛 Bug Fixes

v4.182.1: CLI 4.182.1

Compare Source

🐛 Bug Fixes

v4.182.0: CLI 4.182.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • clear pruned expandVariableFromTarget instead of dropping the scheme by @​fortmarek in [#​10310](https

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.28.2 chore(deps): update dependency tuist to v4.29.0 Oct 8, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 98a0c38 to c7a299f Compare October 8, 2024 13:44
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.29.0 chore(deps): update dependency tuist to v4.29.1 Oct 10, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch 2 times, most recently from a47e04b to 744d7f2 Compare October 16, 2024 14:53
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.29.1 chore(deps): update dependency tuist to v4.30.0 Oct 16, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 744d7f2 to 8871786 Compare October 23, 2024 11:26
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.30.0 chore(deps): update dependency tuist to v4.31.0 Oct 23, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 8871786 to b95ccb2 Compare October 31, 2024 20:01
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.31.0 chore(deps): update dependency tuist to v4.32.0 Oct 31, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from b95ccb2 to ce9437b Compare November 1, 2024 17:13
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.32.0 chore(deps): update dependency tuist to v4.32.1 Nov 1, 2024
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.32.1 chore(deps): update dependency tuist to v4.33.0 Nov 7, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch 2 times, most recently from e9a3fb6 to adb7e0a Compare November 13, 2024 17:13
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.33.0 chore(deps): update dependency tuist to v4.34.0 Nov 13, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from adb7e0a to da9ab3d Compare November 15, 2024 12:30
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.34.0 chore(deps): update dependency tuist to v4.34.1 Nov 15, 2024
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.34.1 chore(deps): update dependency tuist to v4.34.2 Nov 15, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch 2 times, most recently from b777dce to 745097e Compare November 15, 2024 20:12
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.34.2 chore(deps): update dependency tuist to v4.34.3 Nov 15, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 745097e to 9ba9ea5 Compare November 21, 2024 17:32
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.34.3 chore(deps): update dependency tuist to v4.35.0 Nov 21, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 9ba9ea5 to b1daeac Compare November 27, 2024 16:47
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.35.0 chore(deps): update dependency tuist to v4.36.0 Nov 27, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from b1daeac to e6e5a86 Compare December 11, 2024 19:23
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.36.0 chore(deps): update dependency tuist to v4.37.0 Dec 11, 2024
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from e6e5a86 to 3bb544c Compare December 17, 2024 18:34
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.40.0 chore(deps): update dependency tuist to v4.41.0 Feb 5, 2025
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.41.0 chore(deps): update dependency tuist to v4.42.0 Feb 13, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch 2 times, most recently from 98c93f7 to 254155b Compare February 19, 2025 14:50
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.42.0 chore(deps): update dependency tuist to v4.43.0 Feb 19, 2025
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.43.0 chore(deps): update dependency tuist to v4.43.1 Feb 21, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch 2 times, most recently from 4346d2c to f59f495 Compare February 25, 2025 17:11
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.43.1 chore(deps): update dependency tuist to v4.43.2 Feb 25, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from f59f495 to fe04be8 Compare March 10, 2025 15:52
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.43.2 chore(deps): update dependency tuist to v4.44.0 Mar 10, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from fe04be8 to f6ef9db Compare March 10, 2025 18:49
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.44.0 chore(deps): update dependency tuist to v4.44.1 Mar 10, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from f6ef9db to cbc53b3 Compare March 11, 2025 12:09
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.44.1 chore(deps): update dependency tuist to v4.44.2 Mar 11, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from cbc53b3 to 28350a3 Compare March 17, 2025 20:31
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.44.2 chore(deps): update dependency tuist to v4.44.3 Mar 17, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 28350a3 to e62c103 Compare March 25, 2025 22:13
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.44.3 chore(deps): update dependency tuist to v4.45.0 Mar 25, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from e62c103 to 0116ea2 Compare March 27, 2025 11:53
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.45.0 chore(deps): update dependency tuist to v4.45.1 Mar 27, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 0116ea2 to 67ab72d Compare April 3, 2025 14:54
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.45.1 chore(deps): update dependency tuist to v4.46.0 Apr 3, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 67ab72d to 4435cd9 Compare April 3, 2025 17:54
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.46.0 chore(deps): update dependency tuist to v4.46.1 Apr 3, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from 4435cd9 to ce8745c Compare April 7, 2025 19:56
@renovate renovate Bot changed the title chore(deps): update dependency tuist to v4.46.1 chore(deps): update dependency tuist to v4.47.0 Apr 7, 2025
@renovate
renovate Bot force-pushed the renovate/tuist-4.x branch from ce8745c to e28a3c1 Compare April 10, 2025 19:09
@coderabbitai

coderabbitai Bot commented Aug 3, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/tuist-4.x

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants