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
↓ 5 callers
Method
getPropertyValue
(issue: Issue, propertyId: SystemPropertyId)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1674
↓ 5 callers
Method
getProvider
(providerId: AIProviderId)
apps/api-server/src/agent/ai-provider/ai-provider.factory.ts:94
↓ 5 callers
Method
getWorkspaceNameForIssue
(issueId: number)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:180
↓ 5 callers
Method
listChats
* List all chats for a user, ordered by most recent first
apps/api-server/src/agent/agent.service.ts:46
↓ 5 callers
Function
listInbox
(agent: SupertestAgent)
apps/api-server/test/notification-inbox.e2e-spec.ts:83
↓ 5 callers
Function
markAllRead
(agent: SupertestAgent)
apps/api-server/test/notification-inbox.e2e-spec.ts:88
↓ 5 callers
Function
normalizeProjectMcpConfig
(config: ProjectMcpConfig | null | undefined)
packages/shared/src/project/types.ts:107
↓ 5 callers
Method
prepareDockerConfigDirectory
()
apps/api-server/src/harness-kanban/worker/devpod.service.ts:831
↓ 5 callers
Method
queryComments
(issueId: number)
apps/api-server/src/issue/comment.service.ts:141
↓ 5 callers
Function
random
()
apps/web/src/components/common/global-loading.tsx:14
↓ 5 callers
Function
registerActivityBehavior
(propertyId: string, behavior: ActivityBehavior)
apps/web/src/issue/registry/activity-behavior-registry.ts:17
↓ 5 callers
Method
request
* Generic request method
apps/web/src/lib/api-server-client.ts:61
↓ 5 callers
Method
resolveHumanAssigneeId
(issueId: number, preferredAssigneeId: string | null)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1598
↓ 5 callers
Function
resolveIssueBackTarget
(context: IssueNavigationContext | null | undefined)
apps/web/src/issue/utils/navigation-context.ts:80
↓ 5 callers
Method
resolveWorkspaceRoot
(issueId: number)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:846
↓ 5 callers
Method
runImplementationForIssue
(input: RunImplementationInput)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:692
↓ 5 callers
Function
sendToClient
* @param {Client} client * @param {any} message * @param {Array<Transferable>} transferrables * @returns {Promise<any>}
apps/web/public/mockServiceWorker.js:277
↓ 5 callers
Method
subscribeToIssue
(issueId: number, userIds: string[])
apps/api-server/src/issue/activity.service.ts:137
↓ 5 callers
Method
truncate
(value: string, maxLength: number)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1690
↓ 5 callers
Method
updateComment
(userId: string, commentID: string, content: string)
apps/api-server/src/issue/comment.service.ts:200
↓ 5 callers
Function
useIssuePropertyMetas
()
apps/web/src/property/hooks/use-issue-property-metas.ts:5
↓ 5 callers
Function
useMessageBranch
()
apps/web/src/components/ai-elements/message.tsx:103
↓ 5 callers
Function
waitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/notification/components/notification-inbox-panel.stories.tsx:110
↓ 5 callers
Function
waitForCondition
(predicate: () => boolean, timeoutMs = 2000, intervalMs = 50)
apps/web/src/issue/components/comment/comment-item.stories.tsx:47
↓ 5 callers
Function
waitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/property/components/project-property.stories.tsx:84
↓ 4 callers
Function
OnTxEvent
(event: IssueEventNames)
apps/api-server/src/event-bus/decorators/tx-event.decorator.ts:4
↓ 4 callers
Function
assertNotificationType
( item: InboxNotificationListItem | undefined, type: TType, )
apps/api-server/test/notification-inbox.e2e-spec.ts:16
↓ 4 callers
Function
buildNotificationQueryKeysToInvalidate
( item: InboxNotificationListItem, workspaceId: string, )
apps/web/src/notification/lib/notification-query-invalidation.ts:20
↓ 4 callers
Function
createChat
()
apps/api-server/test/agent.e2e-spec.ts:31
↓ 4 callers
Function
createJsonResponse
(body: unknown)
apps/api-server/test/github.e2e-spec.ts:13
↓ 4 callers
Method
createModel
(config: ProviderConfig)
apps/api-server/src/agent/ai-provider/ai-provider.types.ts:17
↓ 4 callers
Method
createProject
(workspaceId: string, userId: string, input: CreateProjectInput)
apps/api-server/src/project/project.service.ts:60
↓ 4 callers
Method
ensureForward
(issueId: number, targetPort: number)
apps/api-server/src/harness-kanban/worker/workspace-port-forward.service.ts:25
↓ 4 callers
Method
ensureIssueCodingAgentSnapshot
(issueId: number, workspaceId: string)
apps/api-server/src/harness-kanban/coding-agent/coding-agent-snapshot.service.ts:26
↓ 4 callers
Method
ensureReadyForReviewPullRequest
(input: EnsurePullRequestInput)
apps/api-server/src/harness-kanban/worker/github.service.ts:304
↓ 4 callers
Method
filterRecipientIds
(recipientIds: string[], excludedUserId?: string)
apps/api-server/src/notification/notification.service.ts:243
↓ 4 callers
Function
findStatusDefinition
( config: StatusPropertyConfig, statusId: string | null | undefined, )
packages/shared/src/property/status-config.ts:85
↓ 4 callers
Method
generateChatTitle
* Generate a chat title based on the user message content using structured output * This should be called asynchronously and not block the main cha
apps/api-server/src/agent/agent.service.ts:500
↓ 4 callers
Method
getActiveProviderId
()
apps/api-server/src/agent/ai-provider/ai-provider.factory.ts:86
↓ 4 callers
Function
getActivityBehavior
(propertyId: string)
apps/web/src/issue/registry/activity-behavior-registry.ts:21
↓ 4 callers
Method
getChatHistory
* Get chat history with all messages and parts
apps/api-server/src/agent/agent.service.ts:62
↓ 4 callers
Function
getChatState
()
apps/api-server/src/agent/tools/index.ts:79
↓ 4 callers
Method
getCollection
(name: ChromaCollectionName)
apps/api-server/src/chroma/chroma.service.ts:45
↓ 4 callers
Function
getEditableRenderer
(propertyId: string)
apps/web/src/property/registry/property-registry.ts:17
↓ 4 callers
Method
getIssueProjectRepository
( issueId: number, workspaceId: string, )
apps/api-server/src/harness-kanban/worker/github.service.ts:789
↓ 4 callers
Method
getIssueStates
(issueIds: number[], workspaceId?: string)
apps/api-server/src/issue/issue.service.ts:298
↓ 4 callers
Method
getPlanPullRequestContext
(input: { issueId: number; workspaceId: string })
apps/api-server/src/harness-kanban/worker/github.service.ts:380
↓ 4 callers
Method
getPropertyDefinitions
()
apps/api-server/src/property/property.service.ts:11
↓ 4 callers
Method
getProviderConfig
(providerId: AIProviderId)
apps/api-server/src/agent/ai-provider/ai-provider.factory.ts:107
↓ 4 callers
Method
getProxyBaseUrl
()
apps/api-server/src/harness-kanban/worker/worker.service.ts:347
↓ 4 callers
Function
getStatusConfig
(meta: Pick<PropertyMeta, 'config'>)
apps/web/src/property/components/fields/status/status-utils.tsx:48
↓ 4 callers
Function
getStatusDefinition
(meta: Pick<PropertyMeta, 'config'>, statusId: string | null | undefined)
apps/web/src/property/components/fields/status/status-utils.tsx:56
↓ 4 callers
Function
getStringValue
(value: unknown)
apps/web/src/project/components/project-kanban-utils.ts:42
↓ 4 callers
Method
handleContinuationTrigger
(trigger: HarnessWorkerIssueTrigger)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:331
↓ 4 callers
Method
handlePlanningFailure
( issueId: number, workspaceId: string, error: unknown, options: { instruction: string
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1487
↓ 4 callers
Function
hasOwnField
(value: T, key: keyof T)
apps/web/src/project/components/project-kanban.tsx:45
↓ 4 callers
Function
isObject
(value: unknown)
packages/shared/src/property/status-config.ts:10
↓ 4 callers
Method
loadIssueDetail
(issueId: number)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:765
↓ 4 callers
Method
loadIssueSummary
(issueId: number)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:1633
↓ 4 callers
Function
makeIssueUpdatedItem
( overrides: Partial<Extract<InboxNotificationListItem, { type: NotificationType.ISSUE_UPDATED }>> = {}, )
apps/web/src/notification/lib/__tests__/desktop-notifications.test.ts:7
↓ 4 callers
Function
makeSuccessResponse
(data: T)
apps/web/src/notification/components/notification-bell.stories.tsx:59
↓ 4 callers
Function
mapDBMessageToUIMessage
(message: { id: string; role: string; parts: Part[] })
apps/api-server/src/agent/message-mapping.ts:499
↓ 4 callers
Function
parseIssueNavigationContext
( searchParams: URLSearchParams | ReadonlyURLSearchParams, )
apps/web/src/issue/utils/navigation-context.ts:17
↓ 4 callers
Method
parseWithSchema
(schema: ZodType<TParsed>, value: unknown, type: CodingAgentType)
apps/api-server/src/harness-kanban/coding-agent/coding-agent-management.registry.ts:174
↓ 4 callers
Function
passthrough
()
apps/web/public/mockServiceWorker.js:207
↓ 4 callers
Method
patch
* PATCH request
apps/web/src/lib/api-server-client.ts:196
↓ 4 callers
Function
register
()
apps/web/src/instrumentation.ts:3
↓ 4 callers
Method
rejectUpgrade
(socket: Socket, statusCode: number, message: string)
apps/api-server/src/harness-kanban/worker/workspace-proxy-server.service.ts:225
↓ 4 callers
Function
resolveToolchainKind
(packageName)
scripts/build-coding-agent-toolchain.mjs:310
↓ 4 callers
Method
runCodingAgentWithSchema
( input: StructuredCodingAgentRunInput, )
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:806
↓ 4 callers
Method
runDispatchPollingOnce
()
apps/api-server/src/harness-kanban/worker/worker.service.ts:390
↓ 4 callers
Method
saveAssistantUIMessage
* Save assistant message from UIMessage format * This is the preferred method when you have a complete UIMessage
apps/api-server/src/agent/agent.service.ts:254
↓ 4 callers
Function
sleep
(ms: number)
apps/api-server/test/harness-worker.e2e-spec.ts:18
↓ 4 callers
Method
startImplementation
(input: HarnessWorkerCodingAgentWorkflowInput)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:476
↓ 4 callers
Method
startPlanning
(input: HarnessWorkerCodingAgentWorkflowInput)
apps/api-server/src/harness-kanban/worker/coding-agent-workflow.service.ts:380
↓ 4 callers
Method
subscribeAssigneeOnIssueUpdated
(event: TxEventWrapper<IssueUpdatedEvent>)
apps/api-server/src/issue/event-listeners/event-listeners.ts:62
↓ 4 callers
Method
toIssueCodingAgentSnapshot
(snapshot: IssueCodingAgentSnapshotRecord)
apps/api-server/src/harness-kanban/coding-agent/coding-agent-snapshot.service.ts:136
↓ 4 callers
Method
toManagementDetail
(codingAgent: CodingAgentDetail)
apps/api-server/src/harness-kanban/coding-agent/coding-agent-management.registry.ts:32
↓ 4 callers
Method
toStatusId
(value: unknown)
apps/api-server/src/harness-kanban/kanban/listeners/issue-code-bot.listeners.ts:251
↓ 4 callers
Method
updateProject
( workspaceId: string, userId: string, projectId: string, input: UpdateProjectInput, )
apps/api-server/src/project/project.service.ts:99
↓ 4 callers
Function
useFormField
()
apps/web/src/components/ui/form.tsx:36
↓ 4 callers
Function
usePropertyOptions
(propertyId: string)
apps/web/src/property/hooks/use-property-options.ts:5
↓ 4 callers
Function
useRuntimeConfig
()
apps/web/src/providers/runtime-config-provider.tsx:57
↓ 4 callers
Function
waitFor
(assertion: () => Promise<boolean>, timeoutMs = 5_000, intervalMs = 100)
apps/api-server/test/harness-worker.e2e-spec.ts:20
↓ 4 callers
Method
waitForApproval
(request: AgentApprovalRequestEvent)
apps/api-server/src/agent/agent-approval.service.ts:64
↓ 4 callers
Function
waitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/project/components/project-kanban.stories.tsx:36
↓ 4 callers
Function
waitForCondition
(predicate: () => boolean, timeoutMs = 1500, intervalMs = 50)
apps/web/src/settings/pages/connections-page.stories.tsx:28
↓ 3 callers
Function
actorLabel
(item: InboxNotificationListItem)
apps/web/src/notification/components/notification-inbox-renderers.tsx:8
↓ 3 callers
Method
buildClaudeCommandScript
( context: HarnessWorkerCodingAgentRunContext<'claude-code'>, input: { promptBase64: string
apps/api-server/src/harness-kanban/worker/providers/harness-worker-claude-code.provider.ts:273
↓ 3 callers
Method
completePendingApproval
( key: string, pending: PendingApproval, result: PendingApprovalResult | boolean, )
apps/api-server/src/agent/agent-approval.service.ts:133
↓ 3 callers
Function
convertIssueToRow
(issue: Issue)
apps/web/src/issue/utils/transform.ts:5
↓ 3 callers
Function
createAgentTools
(options: CreateAgentToolsOptions)
apps/api-server/src/agent/tools/index.ts:74
↓ 3 callers
Method
createNotification
({ workspaceId, type, payload, recipientIds, channelTypes = [NotificationChannelType.INBOX
apps/api-server/src/notification/notification.service.ts:47
↓ 3 callers
Function
createWebRuntimeConfig
(input?: Partial<WebRuntimeConfig>)
apps/web/src/lib/runtime-config.ts:17
↓ 3 callers
Method
deleteIssueDocument
(issueId: number)
apps/api-server/src/issue/services/issue-rag.service.ts:90
↓ 3 callers
Method
deleteWorkspace
(workspaceName: string)
apps/api-server/src/harness-kanban/worker/devpod.service.ts:309
↓ 3 callers
Function
encryptGithubToken
(token: string, secret: string)
apps/api-server/src/github/github-token.crypto.ts:17
↓ 3 callers
Method
ensureDraftPullRequest
(input: EnsureDraftPullRequestInput)
apps/api-server/src/harness-kanban/worker/github.service.ts:251
↓ 3 callers
Method
ensureQueue
(queueName: string)
apps/api-server/src/pgmq/pgmq.service.ts:14
↓ 3 callers
Method
findCodingAgentRecord
(workspaceId: string, codingAgentId: string)
apps/api-server/src/harness-kanban/coding-agent/coding-agent.service.ts:233
← previous
next →
101–200 of 1,558, ranked by callers