WIP: Add GitLab repository workspace support#1547
Draft
simple-agent-manager[bot] wants to merge 2 commits into
Draft
WIP: Add GitLab repository workspace support#1547simple-agent-manager[bot] wants to merge 2 commits into
simple-agent-manager[bot] wants to merge 2 commits into
Conversation
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



WIP / stacking
Stacked on #1545 (
sam/gitlab-platform-config-wip). This PR is intentionally draft/WIP.Do not deploy to staging from this PR yet. Do not mark ready. Do not merge. Staging verification was explicitly skipped by request.
Refs SAM idea
01KV7ZFD6HZS5N7J45VA798KN1and parent task01KWYJXQGZMHYE4AQ7VQHE6YGD.Summary
Security notes
git-tokenflow only.credential.useHttpPath=true.Validation
pnpm --filter @simple-agent-manager/api typecheckpnpm --filter @simple-agent-manager/web typecheckpnpm --filter @simple-agent-manager/shared typecheckpnpm --filter @simple-agent-manager/api test -- tests/unit/services/gitlab.test.ts tests/unit/services/repo-browse-gitlab.test.ts tests/unit/services/repo-browse-github.test.tspnpm --filter @simple-agent-manager/web test -- tests/unit/components/project-onboarding-wizard.test.tsxpnpm --filter @simple-agent-manager/api buildpnpm --filter @simple-agent-manager/web build(passes with existing bundle/dynamic import warnings)pnpm --dir apps/api exec eslint 'src/**/*.ts' 'tests/**/*.ts' --quietpnpm --dir apps/web exec eslint 'src/**/*.{ts,tsx}' 'tests/**/*.{ts,tsx}' --quietpnpm --dir packages/shared exec eslint 'src/**/*.ts' 'tests/**/*.ts' --quiet/tmp/go1.25.0/bin/go test ./internal/bootstrap/tmp/go1.25.0/bin/go test ./internal/persistence/tmp/go1.25.0/bin/go test ./internal/gitrepo/tmp/go1.25.0/bin/go test ./internal/server -run 'TestHandleGitCredential|TestTryCreateGitLabMergeRequest|TestGitHubTokenFetcherForWorkspace'/tmp/go1.25.0/bin/go test ./internal/server -run 'TestCreateWorkspace|TestRecoverWorkspaceRuntime|TestWorkspaceMetadata'DOCKER_HOST=unix:///tmp/sam-docker.sock /tmp/go1.25.0/bin/go test ./internal/serverafter installing Docker locally and startingdockerdon/tmp/sam-docker.sockpnpm --dir apps/web exec playwright test tests/playwright/project-onboarding-wizard-audit.spec.ts --project='iPhone SE (375x667)' --project='Desktop (1280x800)'git diff --checkNot run / WIP gaps