chore: bump web submodule for #118 — connectors UX sweep#729
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdates: 1) change MCP install-targets test to expect a single multi-line "Install and configure" command for the openclaw target; 2) bump ChangesServer test update
Web Submodule Bump
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/web`:
- Line 1: The current submodule pointer references commit
2efbd8753d5225c706820ee04c19778abce76d38 which is not reachable from the
upstream branch owletto-web/main; to fix this, ensure PR `#118` in the owletto-web
repo is merged into its main branch, then update the submodule pointer in this
repository to a commit SHA that is reachable from owletto-web/main (replace the
unreachable SHA with the merged commit SHA) and commit that change so CI can
find the submodule commit.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| @@ -1 +1 @@ | |||
| Subproject commit db3de6ad3a79c4ec26d6d94f2ee76b7cf8028c8d | |||
| Subproject commit 2efbd8753d5225c706820ee04c19778abce76d38 | |||
There was a problem hiding this comment.
Submodule commit is unreachable from owletto-web/main.
The CI check failed because 2efbd8753d5225c706820ee04c19778abce76d38 is not reachable from the upstream main branch. This will block the build and prevent deployment. Ensure that owletto-web PR #118 has been merged to main before bumping the submodule pointer here.
🧰 Tools
🪛 GitHub Actions: Submodule Drift / 0_check-drift.txt
[error] 1-1: Pinned SHA $PINNED is not reachable from owletto-web/main. Error emitted: 'Pinned SHA $PINNED is not reachable from owletto-web/main.'
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@packages/web` at line 1, The current submodule pointer references commit
2efbd8753d5225c706820ee04c19778abce76d38 which is not reachable from the
upstream branch owletto-web/main; to fix this, ensure PR `#118` in the owletto-web
repo is merged into its main branch, then update the submodule pointer in this
repository to a commit SHA that is reachable from owletto-web/main (replace the
unreachable SHA with the merged commit SHA) and commit that change so CI can
find the submodule commit.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
2660833 to
1aad322
Compare
Bumps
packages/webto2efbd87(owletto-web #118 — connectors UX sweep + clients/connect + agents page redesign).Triggers prod image build via
build-images.ymlpush-on-main, then GitOps picks up the new tag and deploys.Test plan
summaries-prodhttps://app.lobu.ai/<owner>/connectorsshows the redesigned pagehttps://app.lobu.ai/<owner>/clients/connectshows the 2-col MCP/Skills + 4-col app gridSummary by CodeRabbit
Chores
Tests