Skip to content

PEBBLE-848: Staging integration test - no-checkout workflow#1

Open
pebble-staging[bot] wants to merge 1 commit intomasterfrom
pebble-848-integration-test
Open

PEBBLE-848: Staging integration test - no-checkout workflow#1
pebble-staging[bot] wants to merge 1 commit intomasterfrom
pebble-848-integration-test

Conversation

@pebble-staging
Copy link
Copy Markdown

@pebble-staging pebble-staging bot commented Mar 23, 2026

TLDR

Integration test PR to verify the proxy environment's no-checkout (blobless clone) workflow works correctly.

Task

Part of PEBBLE-848 - comprehensive staging integration test. This PR validates that file operations work through the MCP commit API for repos cloned with --filter=blob:none.

Solution

  • EDIT: Added integration test marker comment to CONTRIBUTING.md
  • CREATE: Added INTEGRATION_TEST.md test file

Findings

  • git push fails for blobless clones through the proxy: The proxy returns HTTP 400 when git tries to fetch missing blobs (promisor remote) during the push pack generation. Error: could not fetch <blob-sha> from promisor remote
  • MCP commit API works as a workaround: The /pebble_app/mcp/github/commits/ endpoint successfully committed files via the GitHub API, bypassing the git protocol limitation
  • File deletion not supported via MCP commit API: The FileContentSerializer requires non-null content for all files - there's no delete action field

Open Questions

  • Should the git proxy support blob fetching for partial clones? This would enable git push for blobless clones
  • Should the MCP commit API support file deletion? Adding an optional action field to FileContentSerializer would enable this

Summary by cubic

Adds a staging integration test to verify the proxy supports the no-checkout (blobless) workflow for PEBBLE-848. Creates INTEGRATION_TEST.md and adds an integration-test marker comment in CONTRIBUTING.md to confirm file creation works through the blobless clone + sparse checkout flow.

Written for commit ea36d4b. Summary will update on new commits.

Tests proxy environment PR workflow with blobless clone:
- EDIT: Add integration test marker to CONTRIBUTING.md
- CREATE: Add INTEGRATION_TEST.md file
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files


Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

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.

0 participants