Skip to content

Commit ff1d061

Browse files
authored
feat(tools): Rocketlane integration — 64 tools across projects, tasks, phases, fields, time tracking, spaces, and invoices (#5709)
* feat(rocketlane): Rocketlane integration — 64 tools across projects, tasks, phases, fields, time tracking, spaces, and invoices * fix(rocketlane): allow clearing optional fields on update, require a user reference for time-off and placeholder assignment * chore(rocketlane): trigger fresh review round * fix(rocketlane): require an owner reference when creating a project, matching the API contract
1 parent 2ec72b6 commit ff1d061

76 files changed

Lines changed: 20258 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/components/icons.tsx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8710,3 +8710,24 @@ export function JupyterIcon(props: SVGProps<SVGSVGElement>) {
87108710
</svg>
87118711
)
87128712
}
8713+
8714+
export function RocketlaneIcon(props: SVGProps<SVGSVGElement>) {
8715+
return (
8716+
<svg {...props} viewBox='0 0 19.001 16.514' fill='none' xmlns='http://www.w3.org/2000/svg'>
8717+
<g transform='translate(0 -6.486)'>
8718+
<path
8719+
fillRule='evenodd'
8720+
clipRule='evenodd'
8721+
d='M15.446 6.94198L19.0007 14.7744L15.446 22.6068C14.652 22.862 13.8054 22.9998 12.9266 22.9998C11.714 22.9998 10.5627 22.7374 9.52637 22.2664L12.9266 14.7744L9.52637 7.28242C10.5627 6.81133 11.714 6.54895 12.9266 6.54895C13.8054 6.54895 14.652 6.68677 15.446 6.94198Z'
8722+
fill='#0F62FE'
8723+
/>
8724+
<path
8725+
fillRule='evenodd'
8726+
clipRule='evenodd'
8727+
d='M6.03112 7.01001L9.52638 14.7114L6.03112 22.4129C5.13054 22.7516 4.15483 22.9369 3.13585 22.9369C2.02543 22.9369 0.96641 22.7168 0 22.318L3.45221 14.7114L2.49902e-08 7.10487C0.96641 6.70602 2.02543 6.48599 3.13585 6.48599C4.15483 6.48599 5.13054 6.67128 6.03112 7.01001Z'
8728+
fill='currentColor'
8729+
/>
8730+
</g>
8731+
</svg>
8732+
)
8733+
}

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ import {
182182
ResendIcon,
183183
RevenueCatIcon,
184184
RipplingIcon,
185+
RocketlaneIcon,
185186
RootlyIcon,
186187
S3Icon,
187188
SalesforceIcon,
@@ -444,6 +445,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
444445
resend: ResendIcon,
445446
revenuecat: RevenueCatIcon,
446447
rippling: RipplingIcon,
448+
rocketlane: RocketlaneIcon,
447449
rootly: RootlyIcon,
448450
s3: S3Icon,
449451
salesforce: SalesforceIcon,

apps/docs/content/docs/en/integrations/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
"resend",
204204
"revenuecat",
205205
"rippling",
206+
"rocketlane",
206207
"rootly",
207208
"s3",
208209
"salesforce",

apps/docs/content/docs/en/integrations/rocketlane.mdx

Lines changed: 4246 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)