MCPcopy Create free account

hub / github.com/hunvreus/devpush / functions

Functions823 in github.com/hunvreus/devpush

Function_nocase_collation
(a, b)
app/utils/storage.py:35
Function_remove_database_path
(settings, storage: Storage)
app/workers/tasks/storage.py:167
Function_remove_volume_path
(settings, storage: Storage)
app/workers/tasks/storage.py:179
Function_reset_database_path
(settings, storage: Storage)
app/workers/tasks/storage.py:187
Function_reset_volume_path
(settings, storage: Storage)
app/workers/tasks/storage.py:200
Function_verify_github_webhook
Dependency to verify GitHub webhook signature and return parsed JSON data.
app/routers/github.py:409
Methodaccess_token
(self)
app/models.py:134
Methodactive_environments
Get only active environments
app/models.py:522
Functionadmin_settings
( request: Request, fragment: str | None = Query(None), action: str | None = Query(None), user
app/routers/admin.py:104
Methodallow_custom_cpu
(self)
app/config.py:82
Methodallow_custom_memory
(self)
app/config.py:86
Functionan
(e)
app/assets/alpine.min.js:5
Functionar
(e)
app/assets/alpine.min.js:1
Methodasync_validate_email
(self, field)
app/forms/team.py:128
Methodasync_validate_hostname
(self, field)
app/forms/project.py:334
Methodasync_validate_name
(self, field)
app/forms/project.py:491
Methodasync_validate_name
(self, field)
app/forms/project.py:580
Methodasync_validate_name
(self, field)
app/forms/storage.py:82
Methodasync_validate_role
(self, field)
app/forms/team.py:195
Methodasync_validate_slug
(self, field)
app/forms/team.py:61
Methodasync_validate_username
(self, field)
app/forms/user.py:41
Functionauth_email_verify
( request: Request, token: str, settings: Settings = Depends(get_settings), db: AsyncSession =
app/routers/auth.py:273
Functionauth_github_callback
( request: Request, settings: Annotated[Settings, Depends(get_settings)], db: AsyncSession = Depen
app/routers/auth.py:478
Functionauth_github_login
( request: Request, oauth_client=Depends(get_github_oauth_client), )
app/routers/auth.py:464
Functionauth_google_callback
( request: Request, settings: Annotated[Settings, Depends(get_settings)], db: AsyncSession = Depen
app/routers/auth.py:564
Functionauth_google_login
( request: Request, oauth_client=Depends(get_google_oauth_client), settings: Settings = Depends(ge
app/routers/auth.py:549
Functionauth_login
( request: Request, settings: Settings = Depends(get_settings), db: AsyncSession = Depends(get_db)
app/routers/auth.py:142
Functionauth_logout
()
app/routers/auth.py:642
Functionbefore
(r)
app/assets/alpine.min.js:5
FunctionbeforeCancel
(s)
app/assets/alpine.min.js:5
Functionc
(e)
app/assets/htmx-sse.min.js:1
Functioncatch_all_missing_container
( request: Request, host: str, db: AsyncSession = Depends(get_db), settings: Settings = Depend
app/main.py:96
Functioncleanup
()
app/assets/alpine.min.js:5
Functioncleanup_inactive_containers
Stop/remove containers for deployments no longer referenced by aliases.
app/workers/tasks/deployment.py:589
Functionclear_all_runner_images
(ctx)
app/workers/tasks/registry.py:80
Functionclear_runner_image
(ctx, runner_slug: str)
app/workers/tasks/registry.py:56
Functioncn
()
app/assets/alpine.min.js:5
Methodcolor
(self)
app/models.py:200
Methodcolor
(self)
app/models.py:405
Methodcolor
(self)
app/models.py:690
FunctiondeleteProperty
(e,t)
app/assets/alpine.min.js:5
Functiondelete_container
Delete a deployment container after a grace period.
app/workers/tasks/deployment.py:554
Functiondelete_user
Delete a user and all their related resources.
app/workers/tasks/user.py:11
Functiondeployment_event
( request: Request, start_timestamp: int | None = Query(None), current_user: User = Depends(get_cu
app/routers/event.py:32
Functiondowngrade
Downgrade schema.
app/migrations/versions/31fe53421216_tokens_invalid_before.py:31
Functiondowngrade
Downgrade schema.
app/migrations/versions/d02fb88a3355_add_deployment_image.py:28
Functiondowngrade
Downgrade schema.
app/migrations/versions/f45484bf96b0_update_deployment.py:59
Functiondowngrade
Downgrade schema.
app/migrations/versions/454328a03102_initial.py:397
Functiondowngrade
Downgrade schema.
app/migrations/versions/b6bd1dff4015_storage.py:64
Functiondowngrade
Downgrade schema.
app/migrations/versions/4fe4c96ad3dd_resetting_storage.py:46
Functiondowngrade
Downgrade schema.
app/migrations/versions/87a893d57c86_allowlist.py:76
Functiondr
(...e)
app/assets/alpine.min.js:5
Functionduring
()
app/assets/alpine.min.js:5
Functioneffect
()
app/assets/alpine.min.js:5
Functionend
()
app/assets/alpine.min.js:5
Methodenv_vars
(self)
app/models.py:381
Methodenv_vars
(self)
app/models.py:814
Methodenvironment
Get environment configuration
app/models.py:809
Functionexecute_query
(path: str, sql: str, write_mode: bool = False)
app/utils/storage.py:133
Functionfail_deployment
Handles a failed deployment, cleaning up resources.
app/workers/tasks/deployment.py:453
Functionfinalize_deployment
Finalizes a deployment, setting up aliases and updating Traefik config.
app/workers/tasks/deployment.py:383
Functionfr
(e)
app/assets/alpine.min.js:5
Functionget
({objects:e},t,r)
app/assets/alpine.min.js:1
Methodget_branch_url
Get branch URL
app/models.py:596
Functionget_db
()
app/db.py:29
Functionget_deployment_by_id
( deployment_id: str, db: AsyncSession = Depends(get_db) )
app/dependencies.py:418
Methodget_domain_by_hostname
Get domain by hostname
app/models.py:555
Methodget_environment_url
Get environment URL
app/models.py:584
Functionget_flashed_messages
(ctx)
app/dependencies.py:315
Functionget_github_oauth_client
()
app/dependencies.py:44
Functionget_google_oauth_client
()
app/dependencies.py:77
Methodget_installation_repositories
Get repositories for a specific installation.
app/services/github.py:282
Functionget_lazy_translation
Lazy translation helper for form definitions. Returns a string-like object that defers translation until needed. Perfect for form field label
app/dependencies.py:273
Functionget_optional_project_by_name
( project_name: str | None = None, db: AsyncSession = Depends(get_db), team_and_membership: tuple[
app/dependencies.py:390
Functionget_project_by_id
( project_id: str, db: AsyncSession = Depends(get_db) )
app/dependencies.py:401
Methodget_response
(self, path: str, scope)
app/main.py:27
Functionget_role
Get the role of the current user for the given team and project.
app/dependencies.py:458
Functionget_storage_by_name
( storage_name: str, db: AsyncSession = Depends(get_db), team_and_membership: tuple[Team, TeamMemb
app/dependencies.py:433
Functionget_table_structure
(path: str, table: str)
app/utils/storage.py:63
Functionget_tables
(path: str)
app/utils/storage.py:47
Functionget_team_by_id
( team_id: str, db: AsyncSession = Depends(get_db), current_user: User = Depends(get_current_user)
app/dependencies.py:345
Functionget_team_by_slug
( team_slug: str, db: AsyncSession = Depends(get_db), current_user: User = Depends(get_current_use
app/dependencies.py:322
Methodget_user_access_token
Exchange OAuth code for access token.
app/services/github.py:69
Methodget_user_info
Get user ID and username from GitHub.
app/services/github.py:83
Methodget_user_primary_email
Get user's primary verified email.
app/services/github.py:95
Functiongithub_authorize
Authorize GitHub OAuth for account linking
app/routers/github.py:179
Functiongithub_authorize_callback
Handle GitHub OAuth callback for account linking
app/routers/github.py:208
Functiongithub_install
Install GitHub App on new organizations
app/routers/github.py:278
Functiongithub_install_callback
Handle GitHub App installation callback
app/routers/github.py:308
Functiongithub_manage_authorization
Manage authorized GitHub Apps (OAuth connections)
app/routers/github.py:359
Functiongithub_manage_installation
Manage installed GitHub Apps
app/routers/github.py:383
Functiongithub_repo_list
( request: Request, current_user: User = Depends(get_current_user), github: GitHubService = Depend
app/routers/github.py:101
Functiongithub_repo_select
( request: Request, account: str | None = None, current_user: User = Depends(get_current_user),
app/routers/github.py:37
Functiongithub_webhook
( request: Request, webhook_data: tuple[dict, str] = Depends(_verify_github_webhook), db: AsyncSes
app/routers/github.py:437
Functiongoogle_authorize
Authorize Google OAuth for account linking
app/routers/google.py:22
Functiongoogle_authorize_callback
Handle Google OAuth callback for account linking
app/routers/google.py:51
Functiongoogle_manage_authorization
Manage authorized Google connections
app/routers/google.py:125
Functionhandle_404
(request: Request, exc: HTTPException)
app/main.py:188
Functionhandle_500
(request: Request, exc: HTTPException)
app/main.py:195
Functionhas
({objects:e},t)
app/assets/alpine.min.js:1
← previousnext →601–700 of 823, ranked by callers