feat(tools): Rocketlane integration — 64 tools across projects, tasks, phases, fields, time tracking, spaces, and invoices#5709
Conversation
…tasks, phases, fields, time tracking, spaces, and invoices
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Adds a new Reviewed by Cursor Bugbot for commit 84a8b91. Configure here. |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 2faa233. Configure here.
Greptile SummaryThis PR adds a full Rocketlane integration for workflow automation. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (8): Last reviewed commit: "fix(rocketlane): require an owner refere..." | Re-trigger Greptile |
Greptile SummaryThis PR adds a full Rocketlane integration for workflow automation. The main changes are:
Confidence Score: 4/5The missing operation and invalid empty-user request paths need fixes before merging.
apps/sim/blocks/blocks/rocketlane.ts, apps/sim/tools/rocketlane/create_time_off.ts, apps/sim/tools/rocketlane/assign_placeholders.ts, apps/sim/tools/rocketlane/update_project.ts Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
UI[Rocketlane block] --> CFG[Runtime parameter mapping]
CFG --> REG[Tool registry]
REG --> EXEC[Generic tool executor]
EXEC -->|api-key header| API[Rocketlane API]
API --> RESP[Mapped workflow output]
CAT[Catalog and documentation] -. describes .-> UI
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart LR
UI[Rocketlane block] --> CFG[Runtime parameter mapping]
CFG --> REG[Tool registry]
REG --> EXEC[Generic tool executor]
EXEC -->|api-key header| API[Rocketlane API]
API --> RESP[Mapped workflow output]
CAT[Catalog and documentation] -. describes .-> UI
Reviews (2): Last reviewed commit: "feat(rocketlane): Rocketlane integration..." | Re-trigger Greptile |
…user reference for time-off and placeholder assignment
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit dc0e403. Configure here.
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit dc0e403. Configure here.
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit dc0e403. Configure here.
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit f682759. Configure here.
…matching the API contract
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 84a8b91. Configure here.
Summary
api-keyheader), all request/response shapes authored against the official OpenAPI definitions at developer.rocketlane.com — no guessed schemasintegrations/rocketlane.mdx, all 64 actions)Type of Change
Testing
check:api-validationandcheck:bare-iconspass, block/registry test suites pass (339 tests)Checklist