Files
WeHub Mirror 6bf8bebf51
CI / Test and Build (push) Failing after 1s
CI / Migrate Dev DB (push) Has been skipped
CI / Migrate DB (push) Has been skipped
CodeQL / Analyze actions (push) Has been cancelled
CodeQL / Analyze javascript-typescript (push) Has been cancelled
CI / Detect Version (push) Has been cancelled
CI / Detect Desktop Changes (push) Has been cancelled
CI / Build AMD64 (blacksmith-2vcpu-ubuntu-2404, ./docker/cron.Dockerfile, ubuntu-latest, ghcr.io/simstudioai/cron) (push) Has been cancelled
CI / Build AMD64 (blacksmith-2vcpu-ubuntu-2404, ./docker/db.Dockerfile, ECR_MIGRATIONS, ubuntu-latest, ghcr.io/simstudioai/migrations) (push) Has been cancelled
CI / Build AMD64 (blacksmith-4vcpu-ubuntu-2404, ./docker/pii.Dockerfile, ECR_PII, ubuntu-latest, ghcr.io/simstudioai/pii) (push) Has been cancelled
CI / Build AMD64 (blacksmith-4vcpu-ubuntu-2404, ./docker/realtime.Dockerfile, ECR_REALTIME, ubuntu-latest, ghcr.io/simstudioai/realtime) (push) Has been cancelled
CI / Build AMD64 (blacksmith-8vcpu-ubuntu-2404, ./docker/app.Dockerfile, ECR_APP, linux-x64-8-core, ghcr.io/simstudioai/simstudio) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/cron.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/cron) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/db.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/migrations) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/pii.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/pii) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/realtime.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/realtime) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-8vcpu-ubuntu-2404-arm, ./docker/app.Dockerfile, linux-arm64-8-core, ghcr.io/simstudioai/simstudio) (push) Has been cancelled
CI / Check Docs Changes (push) Has been cancelled
Publish CLI Package / publish-npm (push) Has been cancelled
Publish Python SDK / publish-pypi (push) Has been cancelled
CI / Deploy Trigger.dev (Dev) (push) Has been cancelled
Helm Chart / Lint, test, and validate chart (push) Has been cancelled
Helm Chart / Chart version bumped (push) Has been cancelled
Publish TypeScript SDK / publish-npm (push) Has been cancelled
CI / Build Dev ECR (blacksmith-8vcpu-ubuntu-2404, ./docker/app.Dockerfile, ECR_APP, linux-x64-8-core) (push) Has been cancelled
CI / Promote Images (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/cron) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/migrations) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/pii) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/realtime) (push) Has been cancelled
CI / Build Dev ECR (blacksmith-2vcpu-ubuntu-2404, ./docker/db.Dockerfile, ECR_MIGRATIONS, ubuntu-latest) (push) Has been cancelled
CI / Build Dev ECR (blacksmith-4vcpu-ubuntu-2404, ./docker/pii.Dockerfile, ECR_PII, ubuntu-latest) (push) Has been cancelled
CI / Build Dev ECR (blacksmith-4vcpu-ubuntu-2404, ./docker/realtime.Dockerfile, ECR_REALTIME, ubuntu-latest) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/simstudio) (push) Has been cancelled
CI / Process Docs (push) Has been cancelled
CI / Create GitHub Release (push) Has been cancelled
CI / Check Desktop Signing Secrets (push) Has been cancelled
CI / Desktop Release (push) Has been cancelled
CI / Create Desktop Prerelease (push) Has been cancelled
CI / Desktop Prerelease Build (push) Has been cancelled
CI / Publish Desktop Prerelease (push) Has been cancelled
CI / Prune Desktop Prereleases (push) Has been cancelled
Helm Chart / Install on kind and run helm test (push) Has been cancelled
WeHub snapshot of cb28d14c6f2c081de7a0d8729a8c816c9adef67a
2026-08-10 11:17:50 +08:00

148 lines
6.3 KiB
TypeScript

import { gitlabAddMemberTool } from '@/tools/gitlab/add_member'
import { gitlabAddSamlGroupLinkTool } from '@/tools/gitlab/add_saml_group_link'
import { gitlabApproveAccessRequestTool } from '@/tools/gitlab/approve_access_request'
import { gitlabApproveMergeRequestTool } from '@/tools/gitlab/approve_merge_request'
import { gitlabCancelPipelineTool } from '@/tools/gitlab/cancel_pipeline'
import { gitlabCompareBranchesTool } from '@/tools/gitlab/compare_branches'
import { gitlabCreateBranchTool } from '@/tools/gitlab/create_branch'
import { gitlabCreateFileTool } from '@/tools/gitlab/create_file'
import { gitlabCreateIssueTool } from '@/tools/gitlab/create_issue'
import { gitlabCreateIssueNoteTool } from '@/tools/gitlab/create_issue_note'
import { gitlabCreateMergeRequestTool } from '@/tools/gitlab/create_merge_request'
import { gitlabCreateMergeRequestNoteTool } from '@/tools/gitlab/create_merge_request_note'
import { gitlabCreatePipelineTool } from '@/tools/gitlab/create_pipeline'
import { gitlabCreateReleaseTool } from '@/tools/gitlab/create_release'
import { gitlabCreateUserTool } from '@/tools/gitlab/create_user'
import { gitlabDeleteBranchTool } from '@/tools/gitlab/delete_branch'
import { gitlabDeleteIssueTool } from '@/tools/gitlab/delete_issue'
import { gitlabDeleteSamlGroupLinkTool } from '@/tools/gitlab/delete_saml_group_link'
import { gitlabDeleteUserTool } from '@/tools/gitlab/delete_user'
import { gitlabDeleteUserIdentityTool } from '@/tools/gitlab/delete_user_identity'
import { gitlabDenyAccessRequestTool } from '@/tools/gitlab/deny_access_request'
import { gitlabGetFileTool } from '@/tools/gitlab/get_file'
import { gitlabGetGroupTool } from '@/tools/gitlab/get_group'
import { gitlabGetIssueTool } from '@/tools/gitlab/get_issue'
import { gitlabGetJobLogTool } from '@/tools/gitlab/get_job_log'
import { gitlabGetMergeRequestTool } from '@/tools/gitlab/get_merge_request'
import { gitlabGetMergeRequestChangesTool } from '@/tools/gitlab/get_merge_request_changes'
import { gitlabGetPipelineTool } from '@/tools/gitlab/get_pipeline'
import { gitlabGetProjectTool } from '@/tools/gitlab/get_project'
import { gitlabInviteMemberTool } from '@/tools/gitlab/invite_member'
import { gitlabListAccessRequestsTool } from '@/tools/gitlab/list_access_requests'
import { gitlabListBranchesTool } from '@/tools/gitlab/list_branches'
import { gitlabListCommitsTool } from '@/tools/gitlab/list_commits'
import { gitlabListGroupsTool } from '@/tools/gitlab/list_groups'
import { gitlabListInvitationsTool } from '@/tools/gitlab/list_invitations'
import { gitlabListIssuesTool } from '@/tools/gitlab/list_issues'
import { gitlabListMembersTool } from '@/tools/gitlab/list_members'
import { gitlabListMergeRequestsTool } from '@/tools/gitlab/list_merge_requests'
import { gitlabListPipelineJobsTool } from '@/tools/gitlab/list_pipeline_jobs'
import { gitlabListPipelinesTool } from '@/tools/gitlab/list_pipelines'
import { gitlabListProjectsTool } from '@/tools/gitlab/list_projects'
import { gitlabListReleasesTool } from '@/tools/gitlab/list_releases'
import { gitlabListRepositoryTreeTool } from '@/tools/gitlab/list_repository_tree'
import { gitlabListSamlGroupLinksTool } from '@/tools/gitlab/list_saml_group_links'
import { gitlabListUserMembershipsTool } from '@/tools/gitlab/list_user_memberships'
import { gitlabMergeMergeRequestTool } from '@/tools/gitlab/merge_merge_request'
import { gitlabPlayJobTool } from '@/tools/gitlab/play_job'
import { gitlabRemoveMemberTool } from '@/tools/gitlab/remove_member'
import { gitlabRetryPipelineTool } from '@/tools/gitlab/retry_pipeline'
import { gitlabRevokeInvitationTool } from '@/tools/gitlab/revoke_invitation'
import { gitlabSearchUsersTool } from '@/tools/gitlab/search_users'
import { gitlabUpdateFileTool } from '@/tools/gitlab/update_file'
import { gitlabUpdateInvitationTool } from '@/tools/gitlab/update_invitation'
import { gitlabUpdateIssueTool } from '@/tools/gitlab/update_issue'
import { gitlabUpdateMemberTool } from '@/tools/gitlab/update_member'
import { gitlabUpdateMergeRequestTool } from '@/tools/gitlab/update_merge_request'
import { gitlabUpdateUserTool } from '@/tools/gitlab/update_user'
import {
gitlabActivateUserTool,
gitlabApproveUserTool,
gitlabBanUserTool,
gitlabBlockUserTool,
gitlabDeactivateUserTool,
gitlabRejectUserTool,
gitlabUnbanUserTool,
gitlabUnblockUserTool,
} from '@/tools/gitlab/user_status_actions'
export {
// Projects
gitlabListProjectsTool,
gitlabGetProjectTool,
// Groups
gitlabListGroupsTool,
gitlabGetGroupTool,
// Issues
gitlabListIssuesTool,
gitlabGetIssueTool,
gitlabCreateIssueTool,
gitlabUpdateIssueTool,
gitlabDeleteIssueTool,
gitlabCreateIssueNoteTool,
// Merge Requests
gitlabListMergeRequestsTool,
gitlabGetMergeRequestTool,
gitlabCreateMergeRequestTool,
gitlabUpdateMergeRequestTool,
gitlabMergeMergeRequestTool,
gitlabCreateMergeRequestNoteTool,
gitlabGetMergeRequestChangesTool,
gitlabApproveMergeRequestTool,
// Pipelines
gitlabListPipelinesTool,
gitlabGetPipelineTool,
gitlabCreatePipelineTool,
gitlabRetryPipelineTool,
gitlabCancelPipelineTool,
// Jobs
gitlabListPipelineJobsTool,
gitlabGetJobLogTool,
gitlabPlayJobTool,
// Repository Files & Tree
gitlabListRepositoryTreeTool,
gitlabGetFileTool,
gitlabCreateFileTool,
gitlabUpdateFileTool,
// Branches
gitlabListBranchesTool,
gitlabCreateBranchTool,
gitlabDeleteBranchTool,
gitlabCompareBranchesTool,
// Commits
gitlabListCommitsTool,
// Releases
gitlabListReleasesTool,
gitlabCreateReleaseTool,
// Members / Access
gitlabListMembersTool,
gitlabAddMemberTool,
gitlabUpdateMemberTool,
gitlabRemoveMemberTool,
gitlabInviteMemberTool,
gitlabListInvitationsTool,
gitlabUpdateInvitationTool,
gitlabRevokeInvitationTool,
gitlabListAccessRequestsTool,
gitlabApproveAccessRequestTool,
gitlabDenyAccessRequestTool,
gitlabListSamlGroupLinksTool,
gitlabListUserMembershipsTool,
gitlabSearchUsersTool,
// Users (Admin)
gitlabCreateUserTool,
gitlabUpdateUserTool,
gitlabDeleteUserTool,
gitlabBlockUserTool,
gitlabUnblockUserTool,
gitlabDeactivateUserTool,
gitlabActivateUserTool,
gitlabBanUserTool,
gitlabUnbanUserTool,
gitlabApproveUserTool,
gitlabRejectUserTool,
gitlabDeleteUserIdentityTool,
gitlabAddSamlGroupLinkTool,
gitlabDeleteSamlGroupLinkTool,
}