Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hey-Telo/admyral
/ functions
Functions
954 in github.com/Hey-Telo/admyral
⨍
Functions
954
◇
Types & classes
182
↳
Endpoints
58
↓ 1 callers
Function
_get_os
()
admyral/utils/telemetry.py:8
↓ 1 callers
Function
_get_python_version
()
admyral/utils/telemetry.py:16
↓ 1 callers
Function
_get_steampipe_executable
()
admyral/actions/integrations/shared/steampipe.py:20
↓ 1 callers
Method
_get_webhook
( self, db: AdmyralDatabaseSession, webhook_id: str )
admyral/db/admyral_store.py:567
↓ 1 callers
Method
_get_workflow_run
( self, db: AdmyralDatabaseSession, user_id: str, workflow_id: str, run_id: str )
admyral/db/admyral_store.py:661
↓ 1 callers
Method
_get_workflow_run_step
( self, db: AdmyralDatabaseSession, user_id: str, workflow_id: str, ru
admyral/db/admyral_store.py:707
↓ 1 callers
Function
_handle_datetime_in_row
(row: tuple)
admyral/actions/integrations/database/db.py:17
↓ 1 callers
Method
_inject_default_args
( self, payload: dict[str, JsonValue], trigger_default_args: dict[str, JsonValue],
admyral/workers/workflow_executor.py:265
↓ 1 callers
Function
_is_string_escaped_json_value
(value: str)
admyral/editor/json_with_references_serde.py:46
↓ 1 callers
Function
_jailed_python_execution
( requirements_paths: list[str], job_dir: str, python_action: PythonAction, )
admyral/workers/python_executor.py:422
↓ 1 callers
Method
_make_request
(self, method: str, endpoint: str, **kwargs)
admyral/actions/integrations/shared/ms_graph.py:145
↓ 1 callers
Function
_parse_constant_string_value
(node: ast.expr, parameter_name: str)
admyral/compiler/action_parser.py:101
↓ 1 callers
Function
_parse_list_of_strings
(node: ast.expr, parameter_name: str)
admyral/compiler/action_parser.py:107
↓ 1 callers
Function
_pip_compile
Generate lockfile using pip-compile
admyral/workers/python_executor.py:263
↓ 1 callers
Function
_pip_install_requirement
( action_type: str, requirement: str, requirement_cache_path: str, job_dir: str, install_r
admyral/workers/python_executor.py:371
↓ 1 callers
Function
_pip_install_requirements
( action_type: str, lockfile: list[str], job_dir: str )
admyral/workers/python_executor.py:327
↓ 1 callers
Function
_prepare_python_action
( job_dir: str, python_action: PythonAction, action_args: dict[str, Any] )
admyral/workers/python_executor.py:152
↓ 1 callers
Function
_register_action
(action: "Action")
admyral/action.py:20
↓ 1 callers
Function
_run_python_action
( job_dir: str, python_action: PythonAction, store: StoreInterface, )
admyral/workers/python_executor.py:212
↓ 1 callers
Function
_run_python_action_with_nsjail
( job_dir: str, python_action: PythonAction, store: StoreInterface, )
admyral/workers/python_executor.py:251
↓ 1 callers
Function
_run_python_action_without_nsjail
( job_dir: str, python_action: PythonAction, )
admyral/workers/python_executor.py:223
↓ 1 callers
Function
_setup
()
admyral/workers/worker.py:26
↓ 1 callers
Function
_setup_shared_worker_state_for_testing
(store: AdmyralStore)
tests/workers/utils.py:30
↓ 1 callers
Method
_upgrade
(self, revision: str = "heads")
admyral/db/alembic/database_manager.py:121
↓ 1 callers
Function
_wait_for_opsgenie_request_completion
( client: Client, request_id: str, max_retries: int = 10, cap: int = 120, )
admyral/actions/integrations/cases/opsgenie.py:183
↓ 1 callers
Method
activate_workflow
Activates the workflow with the given name. Args: workflow_name: The workflow name.
admyral/client.py:146
↓ 1 callers
Function
addScheduleDefaultArg
(scheduleIdx: number)
web/src/components/workflow-editor/edit-panel/start-action-edit-panel.tsx:134
↓ 1 callers
Method
add_edge
(self, child_node: str)
admyral/models/workflow.py:26
↓ 1 callers
Method
add_false_edge
(self, child_node: str)
admyral/models/workflow.py:65
↓ 1 callers
Method
add_true_edge
(self, child_node: str)
admyral/models/workflow.py:59
↓ 1 callers
Method
aget
(self, secret_placeholder: str)
admyral/secret/secrets_access.py:37
↓ 1 callers
Method
aget
(self, secret_placeholder: str)
admyral/secret/secrets_access.py:73
↓ 1 callers
Function
ai_action
( model: Annotated[ Literal["gpt-4", "gpt-4o", "gpt-4-turbo"], ArgumentMetadata(
admyral/actions/ai_action.py:14
↓ 1 callers
Function
api
(args: dict)
admyral/main.py:26
↓ 1 callers
Method
append_logs
( self, step_id: str, run_id: str, action_type: str, prev_step_id: str
admyral/db/admyral_store.py:791
↓ 1 callers
Function
buildActionsIndex
( editorActions: TEditorActions, )
web/src/stores/editor-action-store.ts:5
↓ 1 callers
Function
buildGetWorkflowRunStepApi
( workflowId: string, workflowRunId: string, workflowRunStepId: string, )
web/src/hooks/use-get-workflow-run-step-api.ts:12
↓ 1 callers
Function
buildGetWorkflowRunStepsApi
( workflowId: string, workflowRunId: string, )
web/src/hooks/use-get-workflow-run-steps-api.ts:13
↓ 1 callers
Function
buildInitialArgs
( action: TEditorWorkflowActionNode, actionDefinition: TActionMetadata, )
web/src/components/workflow-editor/edit-panel/action-edit-panel.tsx:17
↓ 1 callers
Function
buildListWorkflowRunsApi
(workflowId: string)
web/src/hooks/use-list-workflow-runs-api.ts:15
↓ 1 callers
Function
buildPublishWorkflowApi
(activate: boolean)
web/src/hooks/use-publish-workflow-api.ts:18
↓ 1 callers
Function
buildReactFlowActionNode
( id: string, position: { x: number; y: number }, actionType: string, actionMetadata: TActionMetadata, )
web/src/lib/reactflow.ts:96
↓ 1 callers
Function
buildReactFlowIfNode
( id: string, position: { x: number; y: number }, )
web/src/lib/reactflow.ts:119
↓ 1 callers
Function
buildStartNode
( windowInnerWidth: number, )
web/src/stores/workflow-store.ts:29
↓ 1 callers
Function
buildTriggerWorkflowApi
(workflowName: string)
web/src/hooks/use-trigger-workflow-api.ts:20
↓ 1 callers
Method
build_start_node
(cls)
admyral/models/workflow.py:47
↓ 1 callers
Method
cache_pip_lockfile
( self, pip_lockfile: PipLockfile, )
admyral/db/admyral_store.py:330
↓ 1 callers
Function
calculate_sha256
(s: str)
admyral/utils/hash.py:4
↓ 1 callers
Function
clean_up_old_images
( repository_name: str, current_version: str | None = None )
admyral/utils/docker_utils.py:32
↓ 1 callers
Method
clean_up_workflow_data_of
(self, user_id: str)
admyral/db/admyral_store.py:145
↓ 1 callers
Function
cleanup_pip_lockfile_cache
(cleanup_interval: int)
admyral/server/background_tasks.py:11
↓ 1 callers
Function
cn
(...inputs: ClassValue[])
web/src/utils/tailwind.ts:4
↓ 1 callers
Method
compare_and_swap_secret
( self, user_id: str, secret_id: str, expected_encrypted_secret: str | None,
admyral/db/admyral_store.py:1014
↓ 1 callers
Method
compile_if_condition_str
(self, condition: str)
admyral/compiler/workflow_compiler.py:23
↓ 1 callers
Function
createWorkflow
()
web/src/hooks/use-create-workflow.ts:45
↓ 1 callers
Method
create_database
(self)
admyral/db/alembic/database_manager.py:67
↓ 1 callers
Function
create_jira_issue
How to find the project id? curl --request GET \ --url https://christesting123.atlassian.net/rest/api/latest/project \
admyral/actions/integrations/cases/jira.py:41
↓ 1 callers
Method
database_exists
(self)
admyral/db/alembic/database_manager.py:49
↓ 1 callers
Method
deactivate_workflow
Deactivates the workflow with the given name. Args: workflow_name: The workflow name.
admyral/client.py:157
↓ 1 callers
Function
decompile_workflow_to_yaml
(workflow_dag: WorkflowDAG)
admyral/compiler/yaml_workflow_compiler.py:152
↓ 1 callers
Method
default
(cls)
admyral/secret/secrets_access.py:77
↓ 1 callers
Method
delete_api_key
(self, user_id: str, key_id: str)
admyral/db/admyral_store.py:218
↓ 1 callers
Method
delete_expired_cached_pip_lockfile
(self)
admyral/db/admyral_store.py:372
↓ 1 callers
Method
delete_user
(self, user_id: str)
admyral/db/admyral_store.py:152
↓ 1 callers
Method
delete_webhook
(self, user_id: str, webhook_id: str)
admyral/db/admyral_store.py:582
↓ 1 callers
Method
deregister
(cls, type_name: str)
admyral/action_registry.py:49
↓ 1 callers
Function
dfs
(node_id: str, visited: set[str])
admyral/compiler/yaml_workflow_compiler.py:14
↓ 1 callers
Function
dirname
(file: str)
admyral/utils/aio.py:27
↓ 1 callers
Function
doApiCall
()
web/src/lib/api.ts:23
↓ 1 callers
Function
encrypt_secret
(plaintext: str)
admyral/utils/crypto.py:35
↓ 1 callers
Function
execute_if_condition
(condition_expr: JsonValue)
admyral/workers/if_condition_executor.py:108
↓ 1 callers
Function
file_tail
(file: TextIO, n_lines: int)
admyral/utils/io.py:4
↓ 1 callers
Function
flush_buffer
()
admyral/utils/subprocess.py:76
↓ 1 callers
Method
from_session
( cls, session: AsyncSession, execution_options: dict = {}, )
admyral/db/admyral_store.py:60
↓ 1 callers
Function
generate_api_key
Generate a secure API key.
admyral/utils/api_key.py:5
↓ 1 callers
Function
generate_hs256
(data: str)
admyral/utils/crypto.py:14
↓ 1 callers
Method
get
(cls, type_name: str)
admyral/action_registry.py:35
↓ 1 callers
Method
get
(self, secret_placeholder: str)
admyral/secret/secrets_access.py:50
↓ 1 callers
Function
get_1password_client
(secret: OnePasswordSecret)
admyral/actions/integrations/compliance/one_password.py:17
↓ 1 callers
Function
get_abnormal_security_client
(secret: AbnormalSecuritySecret)
admyral/actions/integrations/email/abnormal_security.py:16
↓ 1 callers
Function
get_abuseipdb_client
(secret: AbuseIPDBSecret)
admyral/actions/integrations/enrich/abuseipdb.py:16
↓ 1 callers
Function
get_admyral_dir
()
admyral/db/alembic/database_manager.py:23
↓ 1 callers
Function
get_alienvault_otx_client
(secret: AlienVaultOTXSecret)
admyral/actions/integrations/enrich/alienvault_otx.py:16
↓ 1 callers
Method
get_cached_pip_lockfile
(self, hash: str)
admyral/db/admyral_store.py:325
↓ 1 callers
Function
get_github_enterprise_client
(secret: GitHubSecret, enterprise: str)
admyral/actions/integrations/compliance/github.py:24
↓ 1 callers
Function
get_grey_noise_client
(secret: GreyNoiseSecret)
admyral/actions/integrations/enrich/greynoise.py:16
↓ 1 callers
Method
get_in_deg
(self)
admyral/models/workflow.py:132
↓ 1 callers
Function
get_ms_graph_client
Create an MS Graph client using the client credentials provider (OAuth 2.0) Sources: - https://learn.microsoft.com/en-us/graph/sdks/
admyral/actions/integrations/shared/ms_graph.py:26
↓ 1 callers
Function
get_nsjail_dir
()
admyral/workers/python_executor.py:82
↓ 1 callers
Function
get_okta_logs
( query: Annotated[ str | None, ArgumentMetadata( display_name="Query",
admyral/actions/integrations/iam/okta.py:195
↓ 1 callers
Function
get_opsgenie_client
(secret: OpsGenieSecret)
admyral/actions/integrations/cases/opsgenie.py:19
↓ 1 callers
Method
get_or_none
(cls, type_name: str)
admyral/action_registry.py:41
↓ 1 callers
Function
get_pagerduty_client
(secret: PagerDutySecret)
admyral/actions/integrations/cases/pagerduty.py:17
↓ 1 callers
Method
get_secret_schemas
(cls)
admyral/secret/secret_registry.py:16
↓ 1 callers
Function
get_sentinel_one_client
(secret: SentinelOneSecret)
admyral/actions/integrations/edr/sentinel_one.py:17
↓ 1 callers
Function
get_snyk_client
(secret: SnykSecret)
admyral/actions/integrations/vulnerability_management/snyk.py:17
↓ 1 callers
Function
get_temporal_daemon_log_file
()
admyral/config/config.py:217
↓ 1 callers
Method
get_user
(self, user_id: str)
admyral/db/admyral_store.py:140
↓ 1 callers
Method
get_webhook
(self, webhook_id: str)
admyral/db/admyral_store.py:577
↓ 1 callers
Function
get_wiz_client
(secret: WizSecret)
admyral/actions/integrations/cdr/wiz.py:45
← previous
next →
201–300 of 954, ranked by callers