MCPcopy Create free account

hub / github.com/Orenoid/harness-kanban / functions

Functions1,558 in github.com/Orenoid/harness-kanban

↓ 234 callersFunctioncn
(...inputs: ClassValue[])
apps/web/src/lib/shadcn/utils.ts:6
↓ 229 callersMethodget
* GET request
apps/web/src/lib/api-server-client.ts:168
↓ 96 callersMethodvalidateFormat
( property: PropertyDefinition, operationType: string, payload: Record<string, unknown>, )
apps/api-server/src/property/types/property.types.ts:59
↓ 64 callersMethodsend
(queueName: string, payload: TPayload)
apps/api-server/src/pgmq/pgmq.service.ts:28
↓ 63 callersFunctioncreateToolPart
(toolName: string, args: ToolStoryArgs)
apps/web/src/agent/components/tool-renderers/tool-renderers.stories.tsx:37
↓ 60 callersMethodvalidateBusinessRules
( context: BaseContext, property: PropertyDefinition, operationType: string, payload: Record<s
apps/api-server/src/property/types/property.types.ts:72
↓ 40 callersMethodpost
* POST request
apps/web/src/lib/api-server-client.ts:175
↓ 39 callersFunctionuseApiServerClient
()
apps/web/src/hooks/use-api-server.ts:14
↓ 38 callersMethoddelete
* DELETE request
apps/web/src/lib/api-server-client.ts:189
↓ 38 callersFunctionmakeSuccessResponse
(data: T)
apps/api-server/src/common/responses/api-response.ts:15
↓ 37 callersMethodexecute
(context: PreCreateIssueHookContext)
apps/api-server/src/issue/types/hook.types.ts:30
↓ 36 callersFunctiongetProviderConfig
( providerId: AIProviderId, env: Record<string, string | undefined>, )
apps/api-server/src/agent/ai-provider/ai-provider.config.ts:132
↓ 28 callersMethodquoteShellArg
(value: string)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:1006
↓ 27 callersMethodtransformToDbFormat
( context: BaseContext, property: PropertyDefinition, value: unknown, issueId: number, )
apps/api-server/src/property/types/property.types.ts:50
↓ 25 callersFunctioncreateTools
()
apps/api-server/src/agent/__tests__/agent.tools.spec.ts:97
↓ 23 callersMethodtransformToDbOperations
( context: BaseContext, property: PropertyDefinition, operationType: string, payload: Record<s
apps/api-server/src/property/types/property.types.ts:80
↓ 21 callersMethodclose
()
apps/web/src/notification/components/notification-bell.stories.tsx:147
↓ 19 callersMethodtoNullableString
(value: unknown)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:818
↓ 19 callersMethodvalueChanged
( originalValue: null | string | number | Array<string> | Array<number>, property: PropertyDefinition,
apps/api-server/src/property/types/property.types.ts:65
↓ 18 callersFunctionmapUIMessagePartsToDBParts
(parts: UIMessage['parts'], messageId: string)
apps/api-server/src/agent/message-mapping.ts:21
↓ 17 callersMethodcatch
(exception: unknown, host: ArgumentsHost)
apps/api-server/src/common/filters/api-exception.filter.ts:18
↓ 17 callersFunctionmapDBPartToUIMessagePart
(part: Part)
apps/api-server/src/agent/message-mapping.ts:362
↓ 16 callersMethodgetSandboxTools
* Get sandbox tools with lazy initialization wrapper * Returns proxy that creates sandbox on first tool call
apps/api-server/src/agent/sandbox.service.ts:89
↓ 16 callersFunctionzodParse
(schema: ZodType<T>, data: unknown)
apps/api-server/src/common/zod/zod-parse.ts:5
↓ 15 callersFunctionassertElement
(condition: unknown, message: string)
apps/web/src/components/common/app-shell.stories.tsx:140
↓ 15 callersMethodput
* PUT request
apps/web/src/lib/api-server-client.ts:182
↓ 15 callersMethodupdateIssue
(context: BaseContext, input: UpdateIssueInput)
apps/api-server/src/issue/issue.service.ts:556
↓ 14 callersFunctioncheckPrecision
(value: number, precision: number)
apps/api-server/src/property/create-property-processors/number-property-processor.ts:15
↓ 14 callersFunctioncheckTimestampPrecision
(timestamp: number, precision: 'millisecond')
apps/api-server/src/property/create-property-processors/datetime-property-processor.ts:9
↓ 14 callersMethodcreateComment
(issueId: number, content: string, createdBy: string, parentId?: string)
apps/api-server/src/issue/comment.service.ts:21
↓ 14 callersFunctionwaitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/property/components/fields/status/status.stories.tsx:148
↓ 13 callersFunctioncreateMockConfigService
(provider: string, config: Record<string, string> = {})
apps/api-server/src/agent/ai-provider/__tests__/ai-provider.factory.spec.ts:27
↓ 13 callersFunctiongetPropertyValue
(issue: IssueRecord, propertyId: string)
apps/api-server/test/issue-property.e2e-spec.ts:27
↓ 13 callersMethodgetStats
* Get stats about active sandboxes
apps/api-server/src/agent/sandbox.service.ts:188
↓ 13 callersMethodresolve
( issueId: number, propertyId: string, propertyValue: unknown, issueMultiValues: PropertyMulti
apps/api-server/src/property/types/property.types.ts:26
↓ 13 callersFunctionwaitForCondition
(predicate: () => boolean, timeoutMs = 2500, intervalMs = 50)
apps/web/src/issue/pages/detail-page.stories.tsx:313
↓ 12 callersMethodgetActivities
( issueId: number, descOrder: boolean = true, page?: number, pageSize?: number, )
apps/api-server/src/issue/activity.service.ts:14
↓ 12 callersMethodhandleIssueUpdated
(event: IssueUpdatedEvent)
apps/api-server/src/harness-kanban/kanban/listeners/issue-code-bot.listeners.ts:52
↓ 12 callersFunctionwaitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/project/components/project-form.stories.tsx:19
↓ 11 callersFunctionpriorityIcon
(src: string, alt: string)
apps/web/src/project/components/project-kanban-story-data.tsx:6
↓ 11 callersFunctionwaitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/components/common/app-shell.stories.tsx:146
↓ 10 callersFunctionassertElement
(condition: unknown, message: string)
apps/web/src/notification/components/notification-inbox-panel.stories.tsx:104
↓ 10 callersFunctionassertElement
(condition: unknown, message: string)
apps/web/src/notification/components/notification-inbox-renderers.stories.tsx:95
↓ 10 callersMethodgetIssues
( filters: FilterCondition[] | undefined, sort: SortParam[], workspaceId?: string, filterRelat
apps/api-server/src/issue/issue.service.ts:85
↓ 9 callersMethodbatchCreateIssues
(workspaceId: string, creatorId: string, issues: CreateIssueInput[])
apps/api-server/src/issue/issue.service.ts:361
↓ 9 callersMethodcheckUserPermission
(_workspaceId: string, _userId: string, _permission: string)
apps/api-server/src/auth/auth.service.ts:17
↓ 9 callersFunctionloginUser
( app: INestApplication, email: string, password: string, rememberMe = true, )
apps/api-server/test/utils/auth-helper.ts:11
↓ 9 callersFunctionwaitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/notification/components/notification-bell.stories.tsx:106
↓ 8 callersFunctionassigneeAvatar
(id: string, username: string)
apps/web/src/project/components/project-kanban-story-data.tsx:10
↓ 8 callersFunctionconvertModelContentToParts
(content: unknown)
apps/api-server/src/agent/message-mapping.ts:511
↓ 8 callersFunctioncreateStatusActivity
(id: string, minutes: number, createdBy: string, statusId: string)
apps/web/src/issue/pages/detail-page.stories.tsx:61
↓ 8 callersMethodexecuteWorkspaceCommand
( workspaceName: string, env: NodeJS.ProcessEnv, command: string, options: WorkspaceCommandOpt
apps/api-server/src/harness-kanban/worker/devpod.service.ts:963
↓ 8 callersFunctionregisterPropertyRenderer
(propertyId: string, entry: PropertyRendererEntry)
apps/web/src/property/registry/property-registry.ts:13
↓ 7 callersFunctioncreateComment
(id: string, minutes: number, createdBy: string, paragraphs: string[])
apps/web/src/issue/pages/detail-page.stories.tsx:95
↓ 7 callersMethodgenerateAndUpdateChatTitle
* Generate and update chat title asynchronously * This method is designed to be called without awaiting - fire and forget
apps/api-server/src/agent/agent.service.ts:535
↓ 7 callersMethodgetIssueStringPropertyValue
(issueId: number, propertyId: string)
apps/api-server/src/issue/issue.service.ts:264
↓ 7 callersMethodgetIssuesByIds
(issueIds: number[], workspaceId?: string)
apps/api-server/src/issue/issue.service.ts:237
↓ 7 callersMethodgetTokenForWorkspace
(workspaceId: string)
apps/api-server/src/github/github.service.ts:180
↓ 7 callersMethodpersistPullRequestReference
( issueId: number, kind: 'implementation' | 'plan', reference: PersistedPullRequestReference, )
apps/api-server/src/harness-kanban/worker/github.service.ts:1151
↓ 7 callersFunctionwaitForCondition
(predicate: () => boolean, timeoutMs = 2000, intervalMs = 50)
apps/web/src/settings/pages/coding-agents-page.stories.tsx:24
↓ 7 callersFunctionwaitForUnreadCount
(agent: SupertestAgent, expectedCount: number, timeoutMs = 3000)
apps/api-server/test/notification-inbox.e2e-spec.ts:92
↓ 6 callersMethodasRecord
(value: unknown)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1710
↓ 6 callersFunctionbuildIssueCreateHref
(context: IssueNavigationContext | null | undefined)
apps/web/src/issue/utils/navigation-context.ts:66
↓ 6 callersFunctioncreateAssigneeActivity
(id: string, minutes: number, createdBy: string, assigneeId: string)
apps/web/src/issue/pages/detail-page.stories.tsx:77
↓ 6 callersFunctioncreateJsonResponse
(body: unknown)
apps/api-server/src/github/__tests__/github.service.spec.ts:15
↓ 6 callersFunctioncreateQueuedIssue
( priority: 'urgent' | 'high' | 'medium' | 'low' | 'no-priority', assigneeId: string = SystemBotId.COD
apps/api-server/test/harness-worker.e2e-spec.ts:223
↓ 6 callersFunctioncreateWorkerHarness
()
apps/api-server/test/harness-worker.e2e-spec.ts:216
↓ 6 callersMethodcreateWorkspaceForIssue
(issueId: number, workspaceId: string)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:184
↓ 6 callersMethoddeleteIssue
(workspaceId: string, userId: string, issueId: number)
apps/api-server/src/issue/issue.service.ts:142
↓ 6 callersMethodgenerateActivity
( context: BaseContext, property: PropertyDefinition, operationType: string, payload: Record<s
apps/api-server/src/property/types/property.types.ts:88
↓ 6 callersMethodgetIssueById
(id: number)
apps/api-server/src/issue/issue.service.ts:214
↓ 6 callersFunctiongetIssueStatus
(issueId: number)
apps/api-server/test/harness-worker.e2e-spec.ts:272
↓ 6 callersMethodgetOrCreateChat
* Get existing chat or create a new one if it doesn't exist. * Throws ForbiddenException if chat exists but belongs to another user.
apps/api-server/src/agent/agent.service.ts:105
↓ 6 callersMethodgetPositiveInteger
(key: string, fallback: number)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1698
↓ 6 callersFunctiongetPropertyRendererEntry
(propertyId: string)
apps/web/src/property/registry/property-registry.ts:34
↓ 6 callersFunctiongetStatusPropertyConfig
(property: Pick<PropertyDefinition, 'config'>)
packages/shared/src/property/status-config.ts:81
↓ 6 callersFunctiongetToolkit
()
apps/api-server/src/agent/__tests__/sandbox.service.spec.ts:18
↓ 6 callersMethodgithubRequest
(token: string, url: string, init: RequestInit)
apps/api-server/src/harness-kanban/worker/github.service.ts:1201
↓ 6 callersFunctionlisten
(server: Server)
apps/api-server/src/harness-kanban/workspace-proxy/__tests__/workspace-vnc-proxy.service.spec.ts:10
↓ 6 callersFunctiononSubmit
(formValues: Record<string, unknown>)
apps/web/src/issue/pages/create-page.tsx:71
↓ 6 callersFunctionparseGithubRepoReference
(raw: string)
packages/shared/src/lib/utils/github-repo-url.ts:8
↓ 6 callersFunctionrequireNextArg
(args, index, flagName)
scripts/build-coding-agent-toolchain.mjs:117
↓ 6 callersMethodtoCodingAgentDetail
(record: CodingAgentRecord)
apps/api-server/src/harness-kanban/coding-agent/coding-agent.service.ts:323
↓ 6 callersFunctiontoNullableString
(value: unknown)
apps/api-server/src/harness-kanban/kanban/hooks/issue-code-bot.hooks.ts:24
↓ 6 callersMethodtransitionIssue
(issueId: number, workspaceId: string, statusId: string, assigneeId?: string | null)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1569
↓ 6 callersMethodunsubscribeFromIssue
(issueId: number, userIds: string[])
apps/api-server/src/issue/activity.service.ts:147
↓ 5 callersMethodasRecord
(value: unknown)
apps/api-server/src/harness-kanban/worker/github.service.ts:1193
↓ 5 callersMethodbuildDevpodEnv
(dockerConfigDirectory: string, gitConfigPath?: string)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:648
↓ 5 callersFunctionbuildIssueDetailHref
(issueId: number, context: IssueNavigationContext | null | undefined)
apps/web/src/issue/utils/navigation-context.ts:73
↓ 5 callersMethodcleanupDockerConfigDirectory
(directory: PreparedDockerConfigDirectory)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:849
↓ 5 callersMethodcreateCodingAgent
( userId: string, workspaceId: string, input: CreateCodingAgentInput, )
apps/api-server/src/harness-kanban/coding-agent/coding-agent.service.ts:34
↓ 5 callersFunctioncreateIssue
(agent: SupertestAgent, title: string)
apps/api-server/test/notification-inbox.e2e-spec.ts:51
↓ 5 callersFunctioncreateMockMessage
(text: string)
apps/api-server/src/agent/__tests__/agent.service.spec.ts:288
↓ 5 callersMethoddeleteComment
(userId: string, commentId: string)
apps/api-server/src/issue/comment.service.ts:233
↓ 5 callersFunctionemit
(eventEmitter: EventEmitter2, eventName: IssueEventNames, event: any)
apps/api-server/src/event-bus/event-bus.ts:5
↓ 5 callersFunctionemitInTx
( eventEmitter: EventEmitter2, tx: Prisma.TransactionClient, eventName: IssueEventNames, event: any, )
apps/api-server/src/event-bus/event-bus.ts:9
↓ 5 callersMethodexecuteCommand
(file: string, args: string[], options: ExecFileOptions)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:1010
↓ 5 callersMethodexecuteWorkspaceCommandAsClaudeUser
( remoteUser: string | null, executeWorkspaceCommand: (command: string, options?: WorkspaceCommandOpti
apps/api-server/src/harness-kanban/worker/providers/harness-worker-claude-code.provider.ts:411
↓ 5 callersMethodgetImpl
(registryName: RegistryName, propertyType: PropertyType)
apps/api-server/src/property/impl-registry.service.ts:10
↓ 5 callersMethodgetImplementationPullRequestContext
(input: { branchName?: string | null issueId: number workspaceId: string })
apps/api-server/src/harness-kanban/worker/github.service.ts:436
next →1–100 of 1,558, ranked by callers