Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Orenoid/harness-kanban
/ functions
Functions
1,558 in github.com/Orenoid/harness-kanban
⨍
Functions
1,558
◇
Types & classes
607
↓ 1 callers
Function
createUnreadCountHandler
(unreadCount = 2)
apps/web/src/notification/components/notification-bell.stories.tsx:65
↓ 1 callers
Function
createUploadImagePath
(env: string, filename: string)
apps/web/src/app/api/upload-image/route.ts:9
↓ 1 callers
Function
createUploadImagePath
(env: string, extension: string)
apps/web/src/app/api/upload-image-base64/route.ts:9
↓ 1 callers
Function
createUserMessage
(text: string)
apps/web/src/agent/components/agent-chat.stories.tsx:51
↓ 1 callers
Method
decodeCursor
(cursor: string)
apps/api-server/src/notification/notification.service.ts:297
↓ 1 callers
Function
decryptGithubToken
(payload: string, secret: string)
apps/api-server/src/github/github-token.crypto.ts:31
↓ 1 callers
Method
decryptToken
(payload: string)
apps/api-server/src/github/github.service.ts:204
↓ 1 callers
Function
dedupeQueryKeys
(queryKeys: QueryKey[])
apps/web/src/notification/lib/notification-query-invalidation.ts:5
↓ 1 callers
Method
deleteIssueComment
( @Param('id', ParseIntPipe) id: number, @Param('commentId') commentId: string, @Session() session
apps/api-server/src/issue/comment.controller.ts:71
↓ 1 callers
Method
deliver
(request: DeliverNotificationRequest)
apps/api-server/src/notification/notification.types.ts:11
↓ 1 callers
Method
describeCheckRun
(checkRun: { conclusion: string | null name: string | null status: string | null url: string |
apps/api-server/src/harness-kanban/worker/github.service.ts:670
↓ 1 callers
Method
describeCommitStatus
(status: { context: string | null description: string | null state: string | null targetUrl: s
apps/api-server/src/harness-kanban/worker/github.service.ts:654
↓ 1 callers
Function
detectUnit
(value: number, units: Unit[], expectedDigits: number)
packages/shared/src/lib/utils/number.ts:10
↓ 1 callers
Method
detectWorkspacePlatform
( workspaceName: string, env: NodeJS.ProcessEnv, )
apps/api-server/src/harness-kanban/worker/devpod.service.ts:473
↓ 1 callers
Function
downloadFile
(url, destinationPath)
scripts/build-coding-agent-toolchain.mjs:340
↓ 1 callers
Function
emitApprovalResponse
(socket: Socket, payload: AgentApprovalResponseEvent, ack?: () => void)
apps/web/src/agent/components/agent-chat-container.tsx:36
↓ 1 callers
Method
emitToRoom
(room: string, event: string, payload: unknown)
apps/api-server/src/realtime/realtime.service.ts:18
↓ 1 callers
Method
encodeCursor
(delivery: Pick<InboxNotificationRecord, 'id' | 'created_at'>)
apps/api-server/src/notification/notification.service.ts:288
↓ 1 callers
Function
ensureBucket
()
apps/web/src/lib/minio-client.ts:27
↓ 1 callers
Method
ensureExtension
()
apps/api-server/src/pgmq/pgmq.service.ts:84
↓ 1 callers
Method
evaluateImplementationPullRequestReadiness
( context: ImplementationPullRequestContext, )
apps/api-server/src/harness-kanban/worker/github.service.ts:582
↓ 1 callers
Method
executeCommandWithInput
( file: string, args: string[], inputFilePath: string, options: ExecFileOptions, )
apps/api-server/src/harness-kanban/worker/devpod.service.ts:1028
↓ 1 callers
Method
executeInitialRun
( context: HarnessWorkerCodingAgentRunContext<'codex'>, )
apps/api-server/src/harness-kanban/worker/providers/harness-worker-codex.provider.ts:84
↓ 1 callers
Method
executeResumeRun
( context: HarnessWorkerCodingAgentRunContext<'codex'>, )
apps/api-server/src/harness-kanban/worker/providers/harness-worker-codex.provider.ts:104
↓ 1 callers
Method
extractCommentIds
(activityRecords: ActivityRecord[])
apps/api-server/src/issue/activity.service.ts:161
↓ 1 callers
Function
extractIssueId
* Extract issue ID from tool input/output if available
apps/web/src/agent/utils/tool-query-invalidation.ts:39
↓ 1 callers
Method
extractProcessOutput
(error: unknown)
apps/api-server/src/harness-kanban/worker/providers/harness-worker-codex.provider.ts:360
↓ 1 callers
Method
extractProcessOutput
(error: unknown)
apps/api-server/src/harness-kanban/worker/providers/harness-worker-claude-code.provider.ts:494
↓ 1 callers
Method
extractStderr
(error: unknown)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:1144
↓ 1 callers
Function
fetchOrganizationMembers
( fetcher: (url: string, options?: RequestInit) => Promise<Response>, )
apps/web/src/lib/user/fetch-organization-members.ts:4
↓ 1 callers
Function
fetchProjects
( fetcher: (url: string, options?: RequestInit) => Promise<Response>, )
apps/web/src/lib/project/fetch-projects.ts:4
↓ 1 callers
Function
fetchRuntimeConfig
()
apps/web/src/providers/runtime-config-provider.tsx:10
↓ 1 callers
Method
finalizeImplementationReviewSubmission
( input: HarnessWorkerCodingAgentWorkflowInput, summary: { createdBy: string }, initialResult: Ext
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1278
↓ 1 callers
Function
findCardByIssueId
(columns: ProjectKanbanColumnData[], issueId: number | null)
apps/web/src/project/components/project-kanban-utils.ts:188
↓ 1 callers
Method
findImplementationPullRequest
( githubToken: string, owner: string, repo: string, issueId: number, )
apps/api-server/src/harness-kanban/worker/github.service.ts:884
↓ 1 callers
Method
findImplementationPullRequestContext
(input: { branchName?: string | null issueId: number workspaceId: string })
apps/api-server/src/harness-kanban/worker/github.service.ts:428
↓ 1 callers
Method
findPlanPullRequest
( githubToken: string, owner: string, repo: string, issueId: number, )
apps/api-server/src/harness-kanban/worker/github.service.ts:867
↓ 1 callers
Function
findStatusMeta
(metas: PropertyMeta[])
apps/web/src/project/components/project-kanban-utils.ts:163
↓ 1 callers
Function
findUnreadNotification
( data: InfiniteData<GetInboxNotificationsResponse> | undefined, deliveryId: string, )
apps/web/src/notification/hooks/use-notifications.ts:38
↓ 1 callers
Function
formatConversationTime
(date: Date)
apps/web/src/agent/components/agent-chat-header.tsx:18
↓ 1 callers
Function
formatDisplayDetailDate
(timestamp: number)
packages/shared/src/lib/utils/datetime.ts:39
↓ 1 callers
Function
formatProjectMcpConfig
(config?: ProjectMcpConfig | null)
apps/web/src/project/components/project-form.tsx:131
↓ 1 callers
Function
formatProjectRepositoryLabel
(githubRepoUrl: string)
apps/web/src/project/components/project-card.tsx:16
↓ 1 callers
Function
formatReasoningEffort
(value: string)
apps/web/src/settings/components/coding-agent-settings-section.tsx:67
↓ 1 callers
Function
formatUnreadCount
(count: number)
apps/web/src/notification/components/notification-bell.tsx:20
↓ 1 callers
Function
generateColorsFromString
(str: string | undefined)
apps/web/src/components/ui/geometric-avatar.tsx:36
↓ 1 callers
Function
generateLongPastConversations
(count: number)
apps/web/src/agent/components/agent-chat.stories.tsx:256
↓ 1 callers
Function
getActorLabel
(item: InboxNotificationListItem)
apps/web/src/notification/lib/desktop-notifications.ts:11
↓ 1 callers
Method
getBranches
(workspaceId: string, repository: string)
apps/api-server/src/github/github.service.ts:111
↓ 1 callers
Method
getChatMetadata
* Get chat metadata
apps/api-server/src/agent/agent.service.ts:447
↓ 1 callers
Function
getCommentPropertiesByData
( data: Record<string, CommentPropertyValueType>, )
apps/web/src/issue/components/comment/comment-property/registry.ts:21
↓ 1 callers
Method
getCommentSubscriberIds
(commentId: string, actorId?: string)
apps/api-server/src/notification/notification.service.ts:227
↓ 1 callers
Method
getConfiguredPort
()
apps/api-server/src/harness-kanban/worker/workspace-proxy-server.service.ts:229
↓ 1 callers
Function
getContentType
(extension: string)
apps/web/src/app/api/upload-image-base64/route.ts:14
↓ 1 callers
Function
getCorsAllowedOrigins
(env: NodeJS.ProcessEnv = process.env)
apps/api-server/src/auth/auth-origins.ts:16
↓ 1 callers
Method
getDefaultCodingAgent
(workspaceId: string)
apps/api-server/src/harness-kanban/coding-agent/coding-agent.service.ts:210
↓ 1 callers
Method
getFirstCodingAgent
(workspaceId: string)
apps/api-server/src/harness-kanban/coding-agent/coding-agent.service.ts:222
↓ 1 callers
Method
getHandler
(channelType: NotificationChannelType)
apps/api-server/src/notification/notification.service.ts:247
↓ 1 callers
Function
getHighlighter
(language: BundledLanguage)
apps/web/src/components/ai-elements/code-block.tsx:109
↓ 1 callers
Method
getInitialStatusId
(properties: PropertyDefinition[])
apps/api-server/src/property/property.service.ts:119
↓ 1 callers
Method
getIssueActivities
( @Param('id', ParseIntPipe) id: number, @Query() queryRaw: unknown, )
apps/api-server/src/issue/activity.controller.ts:31
↓ 1 callers
Method
getIssueComment
( @Param('id', ParseIntPipe) id: number, @Param('commentId') commentId: string, )
apps/api-server/src/issue/comment.controller.ts:31
↓ 1 callers
Method
getIssueComments
(@Param('id', ParseIntPipe) id: number)
apps/api-server/src/issue/comment.controller.ts:25
↓ 1 callers
Function
getIssueDragId
(issueId: number)
apps/web/src/project/components/project-kanban-utils.ts:167
↓ 1 callers
Method
getIssueProjectRepository
( issueId: number, workspaceId: string, )
apps/api-server/src/harness-kanban/worker/devpod.service.ts:403
↓ 1 callers
Function
getIssuePropertyValue
(issue: IssueRecord, propertyId: string)
apps/api-server/test/project.e2e-spec.ts:29
↓ 1 callers
Method
getIssuePropertyValue
(issueId: number, propertyId: string)
apps/api-server/src/issue/issue.service.ts:259
↓ 1 callers
Method
getNextEventValue
(operation: Operation)
apps/api-server/src/issue/issue.service.ts:944
↓ 1 callers
Method
getNextValueFromSetOperation
(operation: Operation | undefined)
apps/api-server/src/issue/issue.service.ts:1061
↓ 1 callers
Method
getOrCreateSandbox
* Get or create sandbox for a chat (lazy initialization)
apps/api-server/src/agent/sandbox.service.ts:58
↓ 1 callers
Method
getOriginalPropertyValues
( issueId: number, propertyMap: Array<PropertyDefinition>, )
apps/api-server/src/issue/issue.service.ts:1202
↓ 1 callers
Method
getPreferredCodingAgentForWorkspace
(workspaceId: string)
apps/api-server/src/harness-kanban/coding-agent/coding-agent-snapshot.service.ts:122
↓ 1 callers
Method
getProjectById
(workspaceId: string, projectId: string)
apps/api-server/src/project/project.service.ts:44
↓ 1 callers
Method
getPropertyDefinition
(propertyId: string)
apps/api-server/src/property/property.service.ts:63
↓ 1 callers
Function
getPropertyMeta
(propertyId: string)
apps/web/src/property/registry/property-registry.ts:30
↓ 1 callers
Method
getRequestedCreateValue
(propertyValues: CreateIssueInput['propertyValues'], propertyId: string)
apps/api-server/src/issue/issue.service.ts:1053
↓ 1 callers
Function
getResponse
* @param {FetchEvent} event * @param {Client | undefined} client * @param {string} requestId * @param {number} requestInterceptedAt * @returns {Pr
apps/web/public/mockServiceWorker.js:202
↓ 1 callers
Method
getSearchableProperties
()
apps/api-server/src/issue/services/issue-rag.service.ts:153
↓ 1 callers
Method
getSecondInstructionForMode
(mode: HarnessWorkerImplementationMode)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1191
↓ 1 callers
Method
getSensitiveValues
(settings: CodingAgentSettings<TType>)
apps/api-server/src/harness-kanban/worker/providers/coding-agent-provider.types.ts:49
↓ 1 callers
Function
getServerRuntimeConfig
()
apps/web/src/lib/server-runtime-config.ts:5
↓ 1 callers
Function
getShouldRenderCondition
(propertyId: string)
apps/web/src/property/registry/property-registry.ts:48
↓ 1 callers
Function
getStatusBadge
(status: ToolPart['state'])
apps/web/src/components/ai-elements/tool.tsx:53
↓ 1 callers
Function
getStatusDefinitions
(meta: Pick<PropertyMeta, 'config'>)
apps/web/src/property/components/fields/status/status-utils.tsx:52
↓ 1 callers
Function
getStatusDropId
(statusId: string)
apps/web/src/project/components/project-kanban-utils.ts:169
↓ 1 callers
Function
getStatusIconColorClass
(statusId: string | null | undefined)
apps/web/src/property/components/fields/status/status-utils.tsx:65
↓ 1 callers
Method
getStatusPropertyConfig
()
apps/api-server/src/property/property.service.ts:109
↓ 1 callers
Method
getStatusPropertyDefinition
()
apps/api-server/src/property/property.service.ts:100
↓ 1 callers
Method
getSystemMessageForMode
(mode: HarnessWorkerImplementationMode)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1176
↓ 1 callers
Function
getTableCellRenderer
(propertyId: string)
apps/web/src/property/registry/property-registry.ts:42
↓ 1 callers
Function
getTableLayoutGroups
(fields: PropertyMeta[])
apps/web/src/property/tables/utils/get-table-layout-groups.ts:3
↓ 1 callers
Function
getTokensCacheKey
(code: string, language: BundledLanguage)
apps/web/src/components/ai-elements/code-block.tsx:103
↓ 1 callers
Function
getToolNameFromType
(type: string)
apps/web/src/agent/components/tool-renderers/tool-registry.tsx:80
↓ 1 callers
Function
getToolRenderer
(toolName: ToolName)
apps/web/src/agent/components/tool-renderers/tool-registry.tsx:97
↓ 1 callers
Method
getUrlPort
(url: URL)
apps/api-server/src/harness-kanban/workspace-proxy/workspace-vnc-proxy.service.ts:313
↓ 1 callers
Method
getWorkerStaleTimeoutMs
()
apps/api-server/src/harness-kanban/workspace-proxy/workspace-vnc-proxy.service.ts:303
↓ 1 callers
Function
getZodSchemaFromMeta
(meta: PropertyMeta)
apps/web/src/property/forms/schema-factory.ts:27
↓ 1 callers
Function
getZodSchemaFromPropertyMetas
(metas: PropertyMeta[])
apps/web/src/property/forms/get-zod-schema.ts:6
↓ 1 callers
Function
globalSetup
()
apps/api-server/test/setup.ts:9
↓ 1 callers
Function
globalTeardown
()
apps/api-server/test/teardown.ts:3
← previous
next →
501–600 of 1,558, ranked by callers