Skip to content

singleBranch to default to false from create from marketplace#3919

Open
jmendeza wants to merge 1 commit intocraftercms:developfrom
jmendeza:bugfix/6061-create-site-tag
Open

singleBranch to default to false from create from marketplace#3919
jmendeza wants to merge 1 commit intocraftercms:developfrom
jmendeza:bugfix/6061-create-site-tag

Conversation

@jmendeza
Copy link
Copy Markdown
Member

@jmendeza jmendeza commented May 5, 2026

singleBranch to default to false from create from marketplace
Related to craftercms/craftercms#6061

Summary by CodeRabbit

  • New Features
    • Multi-branch cloning is now available for marketplace-provided sites during site creation, enabling access to multiple repository branches.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

Warning

Rate limit exceeded

@jmendeza has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 34 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7659473e-3e11-4064-a643-91b4f5a1eb77

📥 Commits

Reviewing files that changed from the base of the PR and between b3c1b9d and b305135.

📒 Files selected for processing (1)
  • src/main/java/org/craftercms/studio/impl/v2/service/marketplace/internal/MarketplaceServiceInternalImpl.java

Walkthrough

A single line is added to getCreateFromRemoteRequest to set setSingleBranch(false) on the remote source configuration, enabling multi-branch cloning for marketplace-provided sites.

Changes

Marketplace Multi-Branch Configuration

Layer / File(s) Summary
Core Behavior
src/main/java/org/craftercms/studio/impl/v2/service/marketplace/internal/MarketplaceServiceInternalImpl.java
setSingleBranch(false) is added to remote source configuration in getCreateFromRemoteRequest, enabling multi-branch cloning after authentication setup.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: setting singleBranch to default to false for marketplace site creation, which matches the single line addition in the changeset.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jmendeza jmendeza force-pushed the bugfix/6061-create-site-tag branch from b3c1b9d to b305135 Compare May 5, 2026 23:19
@jmendeza jmendeza marked this pull request as ready for review May 5, 2026 23:20
@jmendeza jmendeza requested a review from sumerjabri as a code owner May 5, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant