MCPcopy Create free account

hub / github.com/Hey-Telo/admyral / functions

Functions954 in github.com/Hey-Telo/admyral

↓ 1 callersFunctionuseSetSecretApi
()
web/src/hooks/use-set-secret-api.ts:29
↓ 1 callersFunctionuseTriggerWorkflowApi
()
web/src/hooks/use-trigger-workflow-api.ts:31
↓ 1 callersFunctionuseUpdateSecretApi
()
web/src/hooks/use-update-secret-api.ts:29
↓ 1 callersFunctionvalidate_and_decrypt_jwt
(request: Request)
admyral/server/auth.py:18
↓ 1 callersFunctionwait_for_temporal
Wait for Temporal to start up and be ready to accept connections. Args: target_host: The host and port of the Temporal server.
admyral/services/temporal_service.py:10
↓ 1 callersFunctionworker
(args: dict)
admyral/main.py:22
↓ 1 callersFunctionworkflow_to_editor_workflow_graph
Transform Workflow to editor workflow graph. Args: workflow: Workflow to transform. Returns: editor workflow graph.
admyral/editor/graph_conversion.py:28
FunctionAccountPage
()
web/src/app/(workspace)/settings/(account)/page.tsx:7
FunctionActionAccordion
({ actionNamespace, }: { actionNamespace: TActionNamespace; })
web/src/components/workflow-editor/action-accordion.tsx:9
FunctionActionEditPanel
()
web/src/components/workflow-editor/edit-panel/action-edit-panel.tsx:30
FunctionActionIcon
({ actionType }: { actionType: string })
web/src/components/workflow-editor/action-icon.tsx:11
FunctionActionNode
({ id, data, selected }: ActionNodeProps)
web/src/components/workflow-graph/action-node.tsx:13
FunctionAddSecret
()
web/src/components/secrets/add-secret.tsx:35
FunctionApiKeys
()
web/src/components/api-keys/api-keys.tsx:42
FunctionApiKeysPage
()
web/src/app/(workspace)/settings/api-keys/page.tsx:6
FunctionAuthError
()
web/src/components/auth/error-handler.tsx:20
FunctionAuthError
()
web/src/app/error/page.tsx:27
FunctionAuthErrorPage
()
web/src/app/error/page.tsx:69
FunctionBackIcon
()
web/src/components/icons/back-icon.tsx:1
FunctionClientSessionValidator
({ isAuthDisabled, children, }: { isAuthDisabled: boolean; children: ReactNode; })
web/src/providers/client-session-validator.tsx:6
FunctionCodeEditor
({ className, language, onChange, value, readOnly, ...props }: CodeEditorProps)
web/src/components/code-editor/code-editor.tsx:13
FunctionCodeEditorWithDialog
({ title, description, value, onChange, language, className, readOnly, }: CodeEditorWithDialogProps)
web/src/components/code-editor-with-dialog/code-editor-with-dialog.tsx:16
FunctionConnectionLine
({ fromX, fromY, toX, toY, }: ConnectionLineComponentProps)
web/src/components/workflow-graph/connection-line.tsx:3
FunctionCopyText
({ text }: CopyTextProps)
web/src/components/utils/copy-text.tsx:9
FunctionCreateApiKey
()
web/src/components/api-keys/create-api-keys.tsx:24
FunctionCreateNewWorkflowButton
()
web/src/components/create-new-workflow-button/create-new-workflow-button.tsx:8
FunctionDELETE
(req: NextRequest)
web/src/app/api/v1/[...all]/route.ts:24
FunctionDPAPage
()
web/src/app/dpa/page.tsx:5
FunctionDashboardIcon
()
web/src/components/icons/dashboard-icon.tsx:1
FunctionDeleteAccountButton
()
web/src/components/delete-account-button/delete-account-button.tsx:9
FunctionDeleteApiKey
({ apiKeyId }: DeleteApiKeyProps)
web/src/components/api-keys/api-keys.tsx:16
FunctionDirectedEdgeComponent
({ id, sourceX, sourceY, targetX, targetY, markerEnd, selected, }: EdgeProps)
web/src/components/workflow-graph/edge.tsx:14
FunctionDownloadWorkflowStepResultButton
({ workflowId, runId, stepId, }: DownloadWorkflowStepResultButtonProps)
web/src/components/download-button/download-workflow-step-result-button.tsx:15
FunctionDuplicateIcon
()
web/src/components/icons/duplicate-icon.tsx:1
FunctionEditorActionCard
({ label, actionType, hideIcon, }: { actionType: string; label: string; hideIcon?: boolean; })
web/src/components/workflow-editor/editor-action-card.tsx:4
FunctionEditorPage
({ params: { workflowId }, }: { params: { workflowId: string }; })
web/src/app/(workspace)/editor/[workflowId]/page.tsx:4
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
web/src/app/(workspace)/error.tsx:7
FunctionErrorCallout
()
web/src/components/utils/error-callout.tsx:4
FunctionExportWorkflowButton
({ workflowId, }: { workflowId: string; })
web/src/components/export-workflow-button/export-workflow-button.tsx:9
FunctionFileUpload
({ fileType }: FileUploadProps)
web/src/components/file-upload/file-upload.tsx:12
FunctionFloppyDiskIcon
()
web/src/components/icons/floppy-disk-icon.tsx:1
FunctionGET
(req: NextRequest)
web/src/app/api/v1/[...all]/route.ts:45
FunctionGithubIcon
()
web/src/components/icons/github-icon.tsx:1
FunctionGoogleIcon
()
web/src/components/icons/google-icon.tsx:1
FunctionIfConditionActionIcon
()
web/src/components/icons/if-condition-action-icon.tsx:1
FunctionIfConditionEditPanel
()
web/src/components/workflow-editor/edit-panel/if-condition-edit-panel.tsx:11
FunctionIfConditionNode
({ id, data, selected }: IfConditionNodeProps)
web/src/components/workflow-graph/if-condition-node.tsx:11
FunctionImpressumPage
()
web/src/app/impressum/page.tsx:5
FunctionLayout
({ children }: { children: ReactNode })
web/src/app/(workspace)/layout.tsx:10
FunctionLoginPage
()
web/src/app/login/page.tsx:10
FunctionLogo
()
docs/components/logo.tsx:3
FunctionLogo
()
web/src/components/icons/logo.tsx:1
FunctionLogoWithName
()
web/src/components/icons/logo-with-name.tsx:1
FunctionNamespaceIcon
({ namespace }: { namespace: string })
web/src/components/workflow-editor/namespace-icon.tsx:40
FunctionNav
()
web/src/components/navbar/navbar.tsx:11
FunctionNavLink
({ pageName, linkHref, icon, selectionCriteria, }: NavLinkProps)
web/src/components/navbar/navlink.tsx:14
FunctionNewWorkflowModal
()
web/src/components/workflow-editor/new-workflow-modal.tsx:18
FunctionNoWorkflowExists
()
web/src/components/workflows-list/no-workflow-exists.tsx:4
FunctionNodeBase
({ nodeId, icon, type, name, selected, }: NodeBaseProps)
web/src/components/workflow-graph/node-base.tsx:16
FunctionNoteActionIcon
()
web/src/components/icons/note-action-icon.tsx:1
FunctionPOST
(req: NextRequest)
web/src/app/api/v1/[...all]/route.ts:3
FunctionPrivacyPolicyPage
()
web/src/app/privacy-policy/page.tsx:5
FunctionProviderIconMapping
({ providerId }: { providerId: string })
web/src/components/auth/sign-in-button.tsx:9
FunctionPublishWorkflowToggleBase
({ workflowId, isLive, updateIsLiveState, }: PublishWorkflowToggleBaseProps)
web/src/components/publish-workflow-toggle/publish-workflow-toggle-base.tsx:12
FunctionPublishWorkflowToggleEditor
()
web/src/components/publish-workflow-toggle/publish-workflow-toggle-editor.tsx:4
FunctionPublishWorkflowToggleWorkflowList
({ workflowId, isLive, }: PublishWorkflowToggleWorkflowListProps)
web/src/components/publish-workflow-toggle/publish-workflow-toggle-workflow-list.tsx:9
FunctionReactQueryProvider
({ children, }: { children: ReactNode; })
web/src/providers/react-query.tsx:15
FunctionRightArrowIcon
()
web/src/components/icons/right-arrow-icon.tsx:1
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
web/src/app/layout.tsx:28
FunctionRow
({ children, selected, onClickOnUnselectedRow, }: RowProps)
web/src/components/workflow-editor/run-history/row.tsx:9
FunctionRunWorkflowButton
()
web/src/components/run-workflow/run-workflow-button.tsx:6
FunctionRunWorkflowDialog
({ closeDialog, }: { closeDialog: () => void; })
web/src/components/run-workflow/run-workflow-dialog.tsx:9
FunctionSaveWorkflowButton
()
web/src/components/save-workflow-button/save-workflow-button.tsx:7
FunctionSaveWorkflowProvider
({ children, }: { children: React.ReactNode; })
web/src/providers/save-workflow.tsx:27
FunctionSecretRow
({ secret, idx }: SecretRowProps)
web/src/components/secrets/secret-row.tsx:46
FunctionSecretTextField
({ value, onChange, placeholder, }: SecretTextFieldProps)
web/src/components/utils/secret-text-field.tsx:13
FunctionSecrets
()
web/src/components/secrets/secrets.tsx:10
FunctionSecretsPage
()
web/src/app/(workspace)/settings/secrets/page.tsx:7
FunctionSettingsIcon
({ color }: SettingsIconProps)
web/src/components/icons/settings-icon.tsx:5
FunctionSettingsPageLayout
({ children, }: { children: ReactNode; })
web/src/app/(workspace)/settings/layout.tsx:5
FunctionSideNavItem
({ title, href, selectionCriteria, basePath, }: SideNavItemProps)
web/src/components/side-nav-settings/side-nav-item.tsx:15
FunctionSideNavSettings
()
web/src/components/side-nav-settings/side-nav-settings.tsx:22
FunctionSignInButton
({ providerId, providerName, }: SignInButtonProps)
web/src/components/auth/sign-in-button.tsx:25
FunctionSignOutButton
()
web/src/components/auth/sign-out-button.tsx:6
FunctionStartActionEditPanel
({ apiBaseUrl, }: { apiBaseUrl: string; })
web/src/components/workflow-editor/edit-panel/start-action-edit-panel.tsx:22
FunctionStartNode
({ id, selected }: StartNodeProps)
web/src/components/workflow-graph/start-node.tsx:17
FunctionStartWorkflowActionIcon
()
web/src/components/icons/start-workflow-icon.tsx:1
FunctionTermsOfServicePage
()
web/src/app/terms-of-service/page.tsx:5
FunctionToastIcon
({ type }: { type: ToastType })
web/src/providers/toast.tsx:26
FunctionToastProvider
({ children }: { children: React.ReactNode })
web/src/providers/toast.tsx:37
FunctionTransformActionIcon
()
web/src/components/icons/transform-action-icon.tsx:1
FunctionUserProfile
()
web/src/components/user-profile/user-profile.tsx:7
FunctionWorkflowEditor
({ workflowId, apiBaseUrl, }: { workflowId: string; apiBaseUrl: string; })
web/src/components/workflow-editor/workflow-editor.tsx:32
FunctionWorkflowEditorActionEditSidebar
({ apiBaseUrl, }: { apiBaseUrl: string; })
web/src/components/workflow-editor/workflow-editor-action-edit-sidebar.tsx:10
FunctionWorkflowEditorActionsSidebar
()
web/src/components/workflow-editor/workflow-editor-actions-sidebar.tsx:7
FunctionWorkflowEditorBuilder
()
web/src/components/workflow-editor/workflow-editor-builder.tsx:39
FunctionWorkflowEditorRightPanelBase
({ title, titleIcon, children, zIndex = 10, }: WorkflowEditorRightPanelBaseProps)
web/src/components/workflow-editor/right-panel-base.tsx:14
FunctionWorkflowListElement
({ workflowId, workflowName, description, controls, isLive, }: WorkflowListElementProps)
web/src/components/workflows-list/workflow-list-element.tsx:16
FunctionWorkflowOverviewIcon
()
web/src/components/icons/workflow-overview-icon.tsx:1
FunctionWorkflowOverviewPage
()
web/src/app/(workspace)/page.tsx:5
← previousnext →401–500 of 954, ranked by callers