memory-journal-mcp 6.1.2 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -28
- package/dist/{chunk-X4SWFATC.js → chunk-BI4ZNSKA.js} +38 -24
- package/dist/{chunk-HCEWINSB.js → chunk-N6EBIDN7.js} +99 -102
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/tools-WPRY5MJ6.js +2 -0
- package/package.json +10 -1
- package/skills/github-commander/SKILL.md +151 -0
- package/skills/github-commander/config/project-config.example.md +125 -0
- package/skills/github-commander/workflows/code-quality-audit.md +80 -0
- package/skills/github-commander/workflows/full-audit.md +134 -0
- package/skills/github-commander/workflows/issue-triage.md +239 -0
- package/skills/github-commander/workflows/milestone-sprint.md +81 -0
- package/skills/github-commander/workflows/perf-audit.md +142 -0
- package/skills/github-commander/workflows/pr-review.md +123 -0
- package/skills/github-commander/workflows/security-audit.md +170 -0
- package/skills/github-commander/workflows/update-deps.md +109 -0
- package/.dockerignore +0 -139
- package/.gitattributes +0 -20
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -95
- package/.github/ISSUE_TEMPLATE/config.yml +0 -11
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -110
- package/.github/ISSUE_TEMPLATE/question.md +0 -78
- package/.github/aw/actions-lock.json +0 -14
- package/.github/copilot-instructions.md +0 -122
- package/.github/dependabot.yml +0 -93
- package/.github/pull_request_template.md +0 -135
- package/.github/workflows/README.md +0 -133
- package/.github/workflows/agentics-maintenance.yml +0 -141
- package/.github/workflows/auto-release.yml +0 -68
- package/.github/workflows/ci-health-monitor.lock.yml +0 -1121
- package/.github/workflows/ci-health-monitor.md +0 -87
- package/.github/workflows/codeql.yml +0 -41
- package/.github/workflows/dependabot-auto-merge.yml +0 -42
- package/.github/workflows/dependency-maintenance.lock.yml +0 -1182
- package/.github/workflows/dependency-maintenance.md +0 -147
- package/.github/workflows/docker-publish.yml +0 -254
- package/.github/workflows/docs-drift-detector.lock.yml +0 -1142
- package/.github/workflows/docs-drift-detector.md +0 -115
- package/.github/workflows/lint-and-test.yml +0 -60
- package/.github/workflows/publish-npm.yml +0 -85
- package/.github/workflows/secrets-scanning.yml +0 -32
- package/.github/workflows/security-update.yml +0 -127
- package/.gitleaks.toml +0 -9
- package/.prettierignore +0 -21
- package/.prettierrc +0 -33
- package/.scout-ignore +0 -12
- package/.trivyignore +0 -21
- package/CHANGELOG.md +0 -1814
- package/CODE_OF_CONDUCT.md +0 -133
- package/CONTRIBUTING.md +0 -263
- package/DOCKER_README.md +0 -331
- package/Dockerfile +0 -128
- package/SECURITY.md +0 -227
- package/UNRELEASED.md +0 -1
- package/dist/tools-T4U5A3X4.js +0 -2
- package/docker-compose.yml +0 -71
- package/docs/README.md +0 -18
- package/docs/agentic-journal-synergy.md +0 -175
- package/docs/copilot-setup.md +0 -72
- package/eslint.config.js +0 -110
- package/mcp-config-example.json +0 -21
- package/playwright.config.ts +0 -35
- package/releases/v2.1.0.md +0 -220
- package/releases/v2.2.0.md +0 -168
- package/releases/v3.0.0.md +0 -237
- package/releases/v3.1.0.md +0 -104
- package/releases/v3.1.1.md +0 -42
- package/releases/v3.1.2.md +0 -40
- package/releases/v3.1.3.md +0 -64
- package/releases/v3.1.4.md +0 -32
- package/releases/v3.1.5.md +0 -44
- package/releases/v4.0.0.md +0 -71
- package/releases/v4.1.0.md +0 -88
- package/releases/v4.2.0.md +0 -90
- package/releases/v4.3.0.md +0 -92
- package/releases/v4.3.1.md +0 -69
- package/releases/v4.4.0.md +0 -120
- package/releases/v4.4.1.md +0 -33
- package/releases/v4.4.2.md +0 -31
- package/releases/v4.5.0.md +0 -116
- package/releases/v5.0.0.md +0 -105
- package/releases/v5.0.1.md +0 -25
- package/releases/v5.1.0.md +0 -83
- package/releases/v5.1.1.md +0 -10
- package/releases/v6.0.0.md +0 -48
- package/releases/v6.0.1.md +0 -36
- package/releases/v6.1.0.md +0 -68
- package/releases/v6.1.1.md +0 -30
- package/releases/v6.1.2.md +0 -23
- package/scripts/generate-server-instructions.ts +0 -306
- package/scripts/server-instructions-function-body.ts +0 -107
- package/scripts/server-instructions-gotchas.ts +0 -45
- package/server.json +0 -42
- package/social-preview.png +0 -0
- package/src/auth/auth-context.ts +0 -78
- package/src/auth/authorization-server-discovery.ts +0 -263
- package/src/auth/errors.ts +0 -215
- package/src/auth/index.ts +0 -58
- package/src/auth/middleware.ts +0 -392
- package/src/auth/oauth-resource-server.ts +0 -170
- package/src/auth/scope-map.ts +0 -46
- package/src/auth/scopes.ts +0 -256
- package/src/auth/token-validator.ts +0 -293
- package/src/auth/transport-agnostic.ts +0 -164
- package/src/auth/types.ts +0 -372
- package/src/cli.ts +0 -279
- package/src/codemode/api-constants.ts +0 -263
- package/src/codemode/api.ts +0 -302
- package/src/codemode/auto-return.ts +0 -65
- package/src/codemode/index.ts +0 -47
- package/src/codemode/sandbox-factory.ts +0 -144
- package/src/codemode/sandbox.ts +0 -220
- package/src/codemode/security.ts +0 -155
- package/src/codemode/types.ts +0 -228
- package/src/codemode/worker-sandbox.ts +0 -277
- package/src/codemode/worker-script.ts +0 -239
- package/src/constants/icons.ts +0 -183
- package/src/constants/server-instructions.md +0 -166
- package/src/constants/server-instructions.ts +0 -514
- package/src/database/adapter-factory.ts +0 -16
- package/src/database/core/entry-columns.ts +0 -10
- package/src/database/core/interfaces.ts +0 -188
- package/src/database/core/schema.ts +0 -152
- package/src/database/sqlite-adapter/backup.ts +0 -167
- package/src/database/sqlite-adapter/entries/crud.ts +0 -233
- package/src/database/sqlite-adapter/entries/importance.ts +0 -76
- package/src/database/sqlite-adapter/entries/index.ts +0 -142
- package/src/database/sqlite-adapter/entries/search.ts +0 -294
- package/src/database/sqlite-adapter/entries/shared.ts +0 -102
- package/src/database/sqlite-adapter/entries/statistics.ts +0 -162
- package/src/database/sqlite-adapter/index.ts +0 -265
- package/src/database/sqlite-adapter/native-connection.ts +0 -301
- package/src/database/sqlite-adapter/relationships.ts +0 -70
- package/src/database/sqlite-adapter/tags.ts +0 -182
- package/src/filtering/tool-filter.ts +0 -312
- package/src/github/github-integration/client.ts +0 -114
- package/src/github/github-integration/index.ts +0 -297
- package/src/github/github-integration/insights.ts +0 -155
- package/src/github/github-integration/issues.ts +0 -213
- package/src/github/github-integration/milestones.ts +0 -262
- package/src/github/github-integration/projects.ts +0 -414
- package/src/github/github-integration/pull-requests.ts +0 -235
- package/src/github/github-integration/repository.ts +0 -110
- package/src/github/github-integration/types.ts +0 -43
- package/src/handlers/prompts/github.ts +0 -210
- package/src/handlers/prompts/index.ts +0 -97
- package/src/handlers/prompts/workflow.ts +0 -361
- package/src/handlers/resources/core/briefing/context-section.ts +0 -182
- package/src/handlers/resources/core/briefing/github-section.ts +0 -354
- package/src/handlers/resources/core/briefing/index.ts +0 -106
- package/src/handlers/resources/core/briefing/user-message.ts +0 -114
- package/src/handlers/resources/core/health.ts +0 -75
- package/src/handlers/resources/core/index.ts +0 -31
- package/src/handlers/resources/core/instructions.ts +0 -45
- package/src/handlers/resources/core/utilities.ts +0 -310
- package/src/handlers/resources/github.ts +0 -340
- package/src/handlers/resources/graph.ts +0 -218
- package/src/handlers/resources/help.ts +0 -410
- package/src/handlers/resources/index.ts +0 -143
- package/src/handlers/resources/shared.ts +0 -219
- package/src/handlers/resources/team.ts +0 -134
- package/src/handlers/resources/templates.ts +0 -334
- package/src/handlers/tools/admin.ts +0 -351
- package/src/handlers/tools/analytics.ts +0 -346
- package/src/handlers/tools/backup.ts +0 -272
- package/src/handlers/tools/codemode.ts +0 -188
- package/src/handlers/tools/core.ts +0 -359
- package/src/handlers/tools/error-fields-mixin.ts +0 -10
- package/src/handlers/tools/export.ts +0 -150
- package/src/handlers/tools/github/copilot-tools.ts +0 -72
- package/src/handlers/tools/github/helpers.ts +0 -125
- package/src/handlers/tools/github/insights-tools.ts +0 -112
- package/src/handlers/tools/github/issue-tools.ts +0 -442
- package/src/handlers/tools/github/kanban-tools.ts +0 -153
- package/src/handlers/tools/github/milestone-tools.ts +0 -371
- package/src/handlers/tools/github/mutation-tools.ts +0 -17
- package/src/handlers/tools/github/read-tools.ts +0 -302
- package/src/handlers/tools/github/schemas.ts +0 -435
- package/src/handlers/tools/github.ts +0 -39
- package/src/handlers/tools/index.ts +0 -255
- package/src/handlers/tools/relationships.ts +0 -390
- package/src/handlers/tools/schemas.ts +0 -165
- package/src/handlers/tools/search.ts +0 -448
- package/src/handlers/tools/team/admin-tools.ts +0 -164
- package/src/handlers/tools/team/analytics-tools.ts +0 -233
- package/src/handlers/tools/team/backup-tools.ts +0 -83
- package/src/handlers/tools/team/core-tools.ts +0 -197
- package/src/handlers/tools/team/export-tools.ts +0 -130
- package/src/handlers/tools/team/helpers.ts +0 -66
- package/src/handlers/tools/team/index.ts +0 -45
- package/src/handlers/tools/team/relationship-tools.ts +0 -219
- package/src/handlers/tools/team/schemas.ts +0 -558
- package/src/handlers/tools/team/search-tools.ts +0 -145
- package/src/handlers/tools/team/vector-tools.ts +0 -261
- package/src/index.ts +0 -57
- package/src/server/mcp-server.ts +0 -446
- package/src/server/registration.ts +0 -141
- package/src/server/scheduler.ts +0 -283
- package/src/transports/http/handlers.ts +0 -78
- package/src/transports/http/index.ts +0 -8
- package/src/transports/http/security.ts +0 -147
- package/src/transports/http/server/index.ts +0 -397
- package/src/transports/http/server/legacy-sse.ts +0 -87
- package/src/transports/http/server/stateful.ts +0 -222
- package/src/transports/http/server/stateless.ts +0 -42
- package/src/transports/http/types.ts +0 -132
- package/src/types/entities.ts +0 -145
- package/src/types/error-types.ts +0 -92
- package/src/types/errors.ts +0 -200
- package/src/types/filtering.ts +0 -55
- package/src/types/github.ts +0 -216
- package/src/types/index.ts +0 -348
- package/src/utils/error-helpers.ts +0 -78
- package/src/utils/errors/error-response-fields.ts +0 -29
- package/src/utils/errors/suggestions.ts +0 -94
- package/src/utils/github-helpers.ts +0 -33
- package/src/utils/logger.ts +0 -107
- package/src/utils/mcp-logger.ts +0 -155
- package/src/utils/progress-utils.ts +0 -100
- package/src/utils/query-helpers.ts +0 -78
- package/src/utils/resource-annotations.ts +0 -75
- package/src/utils/security-utils.ts +0 -198
- package/src/utils/vector-index-helpers.ts +0 -24
- package/src/vector/vector-search-manager.ts +0 -409
- package/src/version.ts +0 -15
- package/test-server/README.md +0 -193
- package/test-server/code-map.md +0 -399
- package/test-server/test-agent-experience.md +0 -213
- package/test-server/test-filter-instructions.mjs +0 -295
- package/test-server/test-instruction-levels.mjs +0 -102
- package/test-server/test-preflight.md +0 -55
- package/test-server/test-prompts.mjs +0 -185
- package/test-server/test-scheduler.mjs +0 -174
- package/test-server/test-tool-annotations.mjs +0 -115
- package/test-server/test-tools-codemode.md +0 -632
- package/test-server/test-tools-codemode2.md +0 -1218
- package/test-server/test-tools-team.md +0 -215
- package/test-server/test-tools.md +0 -429
- package/test-server/test-tools2.md +0 -361
- package/test-server/test-tools3.md +0 -396
- package/test-server/tool-reference.md +0 -231
- package/tests/README.md +0 -54
- package/tests/auth/auth-context.test.ts +0 -162
- package/tests/auth/authorization-server-discovery.test.ts +0 -265
- package/tests/auth/errors.test.ts +0 -170
- package/tests/auth/middleware.test.ts +0 -585
- package/tests/auth/oauth-resource-server.test.ts +0 -173
- package/tests/auth/scope-map.test.ts +0 -66
- package/tests/auth/scopes.test.ts +0 -347
- package/tests/auth/token-validator.test.ts +0 -271
- package/tests/codemode/api.test.ts +0 -396
- package/tests/codemode/auto-return.test.ts +0 -167
- package/tests/codemode/codemode-tool-handlers.test.ts +0 -197
- package/tests/codemode/sandbox-factory.test.ts +0 -152
- package/tests/codemode/sandbox.test.ts +0 -190
- package/tests/codemode/security.test.ts +0 -242
- package/tests/codemode/worker-sandbox.test.ts +0 -106
- package/tests/constants/icons.test.ts +0 -101
- package/tests/constants/server-instructions.test.ts +0 -514
- package/tests/database/crud-workflow-branches.test.ts +0 -418
- package/tests/database/database-branches.test.ts +0 -132
- package/tests/database/entries-auth-branches.test.ts +0 -390
- package/tests/database/native-connection.test.ts +0 -249
- package/tests/database/shared-helpers.test.ts +0 -103
- package/tests/database/sqlite-adapter.bench.ts +0 -63
- package/tests/database/sqlite-adapter.test.ts +0 -690
- package/tests/database/tags.test.ts +0 -134
- package/tests/e2e/README.md +0 -39
- package/tests/e2e/auth.spec.ts +0 -106
- package/tests/e2e/codemode-abuse.spec.ts +0 -75
- package/tests/e2e/health.spec.ts +0 -63
- package/tests/e2e/helpers.ts +0 -139
- package/tests/e2e/oauth-discovery.spec.ts +0 -102
- package/tests/e2e/oauth-scopes.spec.ts +0 -222
- package/tests/e2e/payloads-admin.spec.ts +0 -76
- package/tests/e2e/payloads-analytics.spec.ts +0 -37
- package/tests/e2e/payloads-backup-restore.spec.ts +0 -102
- package/tests/e2e/payloads-backup.spec.ts +0 -44
- package/tests/e2e/payloads-codemode-api.spec.ts +0 -131
- package/tests/e2e/payloads-codemode-readonly.spec.ts +0 -116
- package/tests/e2e/payloads-codemode.spec.ts +0 -116
- package/tests/e2e/payloads-core.spec.ts +0 -82
- package/tests/e2e/payloads-error-contracts.spec.ts +0 -159
- package/tests/e2e/payloads-export.spec.ts +0 -46
- package/tests/e2e/payloads-github-degradation.spec.ts +0 -73
- package/tests/e2e/payloads-github.spec.ts +0 -176
- package/tests/e2e/payloads-relationships.spec.ts +0 -56
- package/tests/e2e/payloads-search.spec.ts +0 -64
- package/tests/e2e/payloads-team-happy.spec.ts +0 -231
- package/tests/e2e/payloads-team.spec.ts +0 -174
- package/tests/e2e/prompts-expanded.spec.ts +0 -137
- package/tests/e2e/prompts.spec.ts +0 -62
- package/tests/e2e/protocols.spec.ts +0 -134
- package/tests/e2e/rate-limiting.spec.ts +0 -291
- package/tests/e2e/resources-briefing-env.spec.ts +0 -106
- package/tests/e2e/resources-complete.spec.ts +0 -180
- package/tests/e2e/resources-expanded.spec.ts +0 -83
- package/tests/e2e/resources-instructions-levels.spec.ts +0 -145
- package/tests/e2e/resources-templates.spec.ts +0 -123
- package/tests/e2e/resources.spec.ts +0 -103
- package/tests/e2e/scheduler.spec.ts +0 -79
- package/tests/e2e/security.spec.ts +0 -112
- package/tests/e2e/session-advanced.spec.ts +0 -152
- package/tests/e2e/sessions.spec.ts +0 -95
- package/tests/e2e/stateless.spec.ts +0 -79
- package/tests/e2e/streaming.spec.ts +0 -176
- package/tests/e2e/tool-filtering-presets.spec.ts +0 -192
- package/tests/e2e/tool-filtering.spec.ts +0 -77
- package/tests/e2e/tools.spec.ts +0 -111
- package/tests/filtering/tool-filter.test.ts +0 -314
- package/tests/github/client-issues-errors.test.ts +0 -433
- package/tests/github/github-integration-branches.test.ts +0 -490
- package/tests/github/github-integration.test.ts +0 -1015
- package/tests/github/github-managers-branches.test.ts +0 -907
- package/tests/github/pull-requests.test.ts +0 -334
- package/tests/handlers/analytics-branches.test.ts +0 -222
- package/tests/handlers/backup-branches.test.ts +0 -270
- package/tests/handlers/briefing-context-section.test.ts +0 -388
- package/tests/handlers/briefing-github-section.test.ts +0 -392
- package/tests/handlers/briefing-user-message.test.ts +0 -405
- package/tests/handlers/codemode-tools.test.ts +0 -85
- package/tests/handlers/copilot-tools.test.ts +0 -126
- package/tests/handlers/error-path-coverage.test.ts +0 -324
- package/tests/handlers/export-tools.test.ts +0 -203
- package/tests/handlers/github-resource-handlers.test.ts +0 -929
- package/tests/handlers/github-tool-handlers.test.ts +0 -1452
- package/tests/handlers/handler-error-branches.test.ts +0 -346
- package/tests/handlers/help-resource.test.ts +0 -92
- package/tests/handlers/prompt-handler-coverage.test.ts +0 -108
- package/tests/handlers/prompt-handlers.test.ts +0 -131
- package/tests/handlers/resource-handler-coverage.test.ts +0 -281
- package/tests/handlers/resource-handlers.test.ts +0 -357
- package/tests/handlers/resource-prompt-branches.test.ts +0 -495
- package/tests/handlers/search-tool-handlers.test.ts +0 -379
- package/tests/handlers/targeted-gap-closure.test.ts +0 -387
- package/tests/handlers/team-admin.test.ts +0 -291
- package/tests/handlers/team-analytics.test.ts +0 -220
- package/tests/handlers/team-core.test.ts +0 -148
- package/tests/handlers/team-data.test.ts +0 -198
- package/tests/handlers/team-relationships.test.ts +0 -271
- package/tests/handlers/team-resource-handlers.test.ts +0 -161
- package/tests/handlers/team-search.test.ts +0 -134
- package/tests/handlers/team-tool-handlers.test.ts +0 -301
- package/tests/handlers/team-vector.test.ts +0 -213
- package/tests/handlers/template-github-branches.test.ts +0 -676
- package/tests/handlers/tool-annotations.test.ts +0 -90
- package/tests/handlers/tool-handler-coverage.test.ts +0 -514
- package/tests/handlers/tool-handlers.test.ts +0 -510
- package/tests/handlers/tool-output-schemas.test.ts +0 -116
- package/tests/handlers/vector-tool-handlers.test.ts +0 -238
- package/tests/security/sql-injection.test.ts +0 -284
- package/tests/server/mcp-server.bench.ts +0 -55
- package/tests/server/mcp-server.test.ts +0 -1326
- package/tests/server/scheduler.test.ts +0 -400
- package/tests/transports/http-legacy-sse.test.ts +0 -275
- package/tests/transports/http-security.test.ts +0 -322
- package/tests/transports/http-stateful.test.ts +0 -487
- package/tests/transports/http-transport-server.test.ts +0 -301
- package/tests/transports/http-transport.test.ts +0 -771
- package/tests/utils/github-helpers.test.ts +0 -58
- package/tests/utils/logger.test.ts +0 -180
- package/tests/utils/mcp-logger.test.ts +0 -211
- package/tests/utils/progress-utils.test.ts +0 -156
- package/tests/utils/query-helpers.test.ts +0 -80
- package/tests/utils/security-utils.test.ts +0 -82
- package/tests/vector/vector-search-branches.test.ts +0 -111
- package/tests/vector/vector-search-manager.test.ts +0 -375
- package/tests/vector/vector-search.bench.ts +0 -48
- package/tsconfig.json +0 -42
- package/tsup.config.ts +0 -19
- package/vitest.config.ts +0 -25
|
@@ -1,907 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* memory-journal-mcp — GitHub Managers (Projects, PRs, Repository, Milestones) Branch Coverage
|
|
3
|
-
*
|
|
4
|
-
* Targets uncovered branches in:
|
|
5
|
-
* - projects.ts (71.42%): user→repo→org fallback, no statusField, unknown status, null content
|
|
6
|
-
* - pull-requests.ts (72.05%): PR state mapping, copilot review states, cache hits, error paths
|
|
7
|
-
* - repository.ts (74.28%): parseRemoteUrl (SSH, HTTPS, invalid), workflow runs branches
|
|
8
|
-
* - milestones.ts (76.66%): cache hits, CRUD error paths, null description/dueOn/creator
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import { describe, it, expect, vi, beforeEach } from 'vitest'
|
|
12
|
-
|
|
13
|
-
vi.mock('../../src/utils/logger.js', () => ({
|
|
14
|
-
logger: { info: vi.fn(), warning: vi.fn(), error: vi.fn(), debug: vi.fn() },
|
|
15
|
-
}))
|
|
16
|
-
|
|
17
|
-
vi.mock('@octokit/rest', () => ({
|
|
18
|
-
Octokit: vi.fn(),
|
|
19
|
-
}))
|
|
20
|
-
|
|
21
|
-
vi.mock('@octokit/graphql', () => ({
|
|
22
|
-
graphql: { defaults: vi.fn() },
|
|
23
|
-
}))
|
|
24
|
-
|
|
25
|
-
vi.mock('simple-git', () => ({
|
|
26
|
-
simpleGit: vi.fn().mockReturnValue({
|
|
27
|
-
branch: vi.fn(),
|
|
28
|
-
getRemotes: vi.fn(),
|
|
29
|
-
}),
|
|
30
|
-
}))
|
|
31
|
-
|
|
32
|
-
import { GitHubClient } from '../../src/github/github-integration/client.js'
|
|
33
|
-
import { ProjectsManager } from '../../src/github/github-integration/projects.js'
|
|
34
|
-
import { PullRequestsManager } from '../../src/github/github-integration/pull-requests.js'
|
|
35
|
-
import { RepositoryManager } from '../../src/github/github-integration/repository.js'
|
|
36
|
-
import { MilestonesManager } from '../../src/github/github-integration/milestones.js'
|
|
37
|
-
|
|
38
|
-
// ============================================================================
|
|
39
|
-
// ProjectsManager Branch Coverage
|
|
40
|
-
// ============================================================================
|
|
41
|
-
|
|
42
|
-
describe('ProjectsManager — branch coverage', () => {
|
|
43
|
-
let client: GitHubClient
|
|
44
|
-
let projects: ProjectsManager
|
|
45
|
-
|
|
46
|
-
beforeEach(() => {
|
|
47
|
-
vi.clearAllMocks()
|
|
48
|
-
delete process.env['GITHUB_TOKEN']
|
|
49
|
-
client = new GitHubClient('.')
|
|
50
|
-
projects = new ProjectsManager(client)
|
|
51
|
-
})
|
|
52
|
-
|
|
53
|
-
describe('getProjectKanban', () => {
|
|
54
|
-
it('should return null when no graphqlWithAuth', async () => {
|
|
55
|
-
const result = await projects.getProjectKanban('owner', 1)
|
|
56
|
-
expect(result).toBeNull()
|
|
57
|
-
})
|
|
58
|
-
|
|
59
|
-
it('should fallback to repo query when user query throws', async () => {
|
|
60
|
-
const projectData = {
|
|
61
|
-
id: 'P1',
|
|
62
|
-
title: 'Test Project',
|
|
63
|
-
fields: {
|
|
64
|
-
nodes: [
|
|
65
|
-
{
|
|
66
|
-
id: 'SF1',
|
|
67
|
-
name: 'Status',
|
|
68
|
-
options: [{ id: 'opt1', name: 'Todo', color: 'green' }],
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
},
|
|
72
|
-
items: { nodes: [] },
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
let callCount = 0
|
|
76
|
-
client.graphqlWithAuth = vi.fn().mockImplementation(async () => {
|
|
77
|
-
callCount++
|
|
78
|
-
if (callCount === 1) throw new Error('User not found')
|
|
79
|
-
return { repository: { projectV2: projectData } }
|
|
80
|
-
})
|
|
81
|
-
|
|
82
|
-
const result = await projects.getProjectKanban('owner', 1, 'repo')
|
|
83
|
-
expect(result).not.toBeNull()
|
|
84
|
-
expect(result!.projectTitle).toBe('Test Project')
|
|
85
|
-
})
|
|
86
|
-
|
|
87
|
-
it('should fallback to org query when both user and repo fail', async () => {
|
|
88
|
-
const projectData = {
|
|
89
|
-
id: 'P1',
|
|
90
|
-
title: 'Org Project',
|
|
91
|
-
fields: {
|
|
92
|
-
nodes: [
|
|
93
|
-
{ id: 'SF1', name: 'Status', options: [{ id: 'opt1', name: 'Backlog' }] },
|
|
94
|
-
],
|
|
95
|
-
},
|
|
96
|
-
items: { nodes: [] },
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
let callCount = 0
|
|
100
|
-
client.graphqlWithAuth = vi.fn().mockImplementation(async () => {
|
|
101
|
-
callCount++
|
|
102
|
-
if (callCount === 1) throw new Error('User not found')
|
|
103
|
-
if (callCount === 2) throw new Error('Repo not found')
|
|
104
|
-
return { organization: { projectV2: projectData } }
|
|
105
|
-
})
|
|
106
|
-
|
|
107
|
-
const result = await projects.getProjectKanban('owner', 1, 'repo')
|
|
108
|
-
expect(result).not.toBeNull()
|
|
109
|
-
expect(result!.projectTitle).toBe('Org Project')
|
|
110
|
-
})
|
|
111
|
-
|
|
112
|
-
it('should return null when all sources fail', async () => {
|
|
113
|
-
client.graphqlWithAuth = vi.fn().mockRejectedValue(new Error('fail'))
|
|
114
|
-
const result = await projects.getProjectKanban('owner', 1)
|
|
115
|
-
expect(result).toBeNull()
|
|
116
|
-
})
|
|
117
|
-
|
|
118
|
-
it('should return null when no Status field', async () => {
|
|
119
|
-
client.graphqlWithAuth = vi.fn().mockResolvedValue({
|
|
120
|
-
user: {
|
|
121
|
-
projectV2: {
|
|
122
|
-
id: 'P1',
|
|
123
|
-
title: 'No Status',
|
|
124
|
-
fields: { nodes: [{ name: 'Priority' }] },
|
|
125
|
-
items: { nodes: [] },
|
|
126
|
-
},
|
|
127
|
-
},
|
|
128
|
-
})
|
|
129
|
-
const result = await projects.getProjectKanban('owner', 1)
|
|
130
|
-
expect(result).toBeNull()
|
|
131
|
-
})
|
|
132
|
-
|
|
133
|
-
it('should handle items with null content (Draft Issues)', async () => {
|
|
134
|
-
client.graphqlWithAuth = vi.fn().mockResolvedValue({
|
|
135
|
-
user: {
|
|
136
|
-
projectV2: {
|
|
137
|
-
id: 'P1',
|
|
138
|
-
title: 'Test',
|
|
139
|
-
fields: {
|
|
140
|
-
nodes: [
|
|
141
|
-
{
|
|
142
|
-
id: 'SF1',
|
|
143
|
-
name: 'Status',
|
|
144
|
-
options: [{ id: 'opt1', name: 'Todo' }],
|
|
145
|
-
},
|
|
146
|
-
],
|
|
147
|
-
},
|
|
148
|
-
items: {
|
|
149
|
-
nodes: [
|
|
150
|
-
{
|
|
151
|
-
id: 'item1',
|
|
152
|
-
type: 'DRAFT_ISSUE',
|
|
153
|
-
createdAt: '2025-01-01',
|
|
154
|
-
updatedAt: '2025-01-01',
|
|
155
|
-
fieldValues: {
|
|
156
|
-
nodes: [{ name: 'Todo', field: { name: 'Status' } }],
|
|
157
|
-
},
|
|
158
|
-
content: null,
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
},
|
|
164
|
-
})
|
|
165
|
-
const result = await projects.getProjectKanban('owner', 1)
|
|
166
|
-
expect(result).not.toBeNull()
|
|
167
|
-
expect(result!.columns[0]!.items[0]!.title).toBe('Draft Issue')
|
|
168
|
-
})
|
|
169
|
-
|
|
170
|
-
it('should put items with unknown status into No Status column', async () => {
|
|
171
|
-
client.graphqlWithAuth = vi.fn().mockResolvedValue({
|
|
172
|
-
user: {
|
|
173
|
-
projectV2: {
|
|
174
|
-
id: 'P1',
|
|
175
|
-
title: 'Test',
|
|
176
|
-
fields: {
|
|
177
|
-
nodes: [
|
|
178
|
-
{
|
|
179
|
-
id: 'SF1',
|
|
180
|
-
name: 'Status',
|
|
181
|
-
options: [{ id: 'opt1', name: 'Todo' }],
|
|
182
|
-
},
|
|
183
|
-
],
|
|
184
|
-
},
|
|
185
|
-
items: {
|
|
186
|
-
nodes: [
|
|
187
|
-
{
|
|
188
|
-
id: 'item1',
|
|
189
|
-
type: 'ISSUE',
|
|
190
|
-
createdAt: '2025-01-01',
|
|
191
|
-
updatedAt: '2025-01-01',
|
|
192
|
-
fieldValues: {
|
|
193
|
-
nodes: [
|
|
194
|
-
{ name: 'Unknown Column', field: { name: 'Status' } },
|
|
195
|
-
],
|
|
196
|
-
},
|
|
197
|
-
content: {
|
|
198
|
-
number: 1,
|
|
199
|
-
title: 'Orphan',
|
|
200
|
-
url: 'http://test',
|
|
201
|
-
labels: { nodes: [] },
|
|
202
|
-
assignees: { nodes: [] },
|
|
203
|
-
},
|
|
204
|
-
},
|
|
205
|
-
],
|
|
206
|
-
},
|
|
207
|
-
},
|
|
208
|
-
},
|
|
209
|
-
})
|
|
210
|
-
const result = await projects.getProjectKanban('owner', 1)
|
|
211
|
-
expect(result).not.toBeNull()
|
|
212
|
-
// The "No Status" column should exist and contain the orphan item
|
|
213
|
-
const noStatus = result!.columns.find((c) => c.status === 'No Status')
|
|
214
|
-
expect(noStatus).toBeDefined()
|
|
215
|
-
expect(noStatus!.items.length).toBe(1)
|
|
216
|
-
})
|
|
217
|
-
})
|
|
218
|
-
|
|
219
|
-
describe('moveProjectItem', () => {
|
|
220
|
-
it('should return error when no graphqlWithAuth', async () => {
|
|
221
|
-
const result = await projects.moveProjectItem('P1', 'item1', 'SF1', 'opt1')
|
|
222
|
-
expect(result.success).toBe(false)
|
|
223
|
-
})
|
|
224
|
-
|
|
225
|
-
it('should handle error during mutation', async () => {
|
|
226
|
-
client.graphqlWithAuth = vi.fn().mockRejectedValue(new Error('mutation fail'))
|
|
227
|
-
const result = await projects.moveProjectItem('P1', 'item1', 'SF1', 'opt1')
|
|
228
|
-
expect(result.success).toBe(false)
|
|
229
|
-
expect(result.error).toContain('mutation fail')
|
|
230
|
-
})
|
|
231
|
-
|
|
232
|
-
it('should succeed on valid mutation', async () => {
|
|
233
|
-
client.graphqlWithAuth = vi.fn().mockResolvedValue({
|
|
234
|
-
updateProjectV2ItemFieldValue: { projectV2Item: { id: 'item1' } },
|
|
235
|
-
})
|
|
236
|
-
const result = await projects.moveProjectItem('P1', 'item1', 'SF1', 'opt1')
|
|
237
|
-
expect(result.success).toBe(true)
|
|
238
|
-
})
|
|
239
|
-
})
|
|
240
|
-
|
|
241
|
-
describe('addProjectItem', () => {
|
|
242
|
-
it('should return error when no graphqlWithAuth', async () => {
|
|
243
|
-
const result = await projects.addProjectItem('P1', 'content1')
|
|
244
|
-
expect(result.success).toBe(false)
|
|
245
|
-
})
|
|
246
|
-
|
|
247
|
-
it('should handle error during add mutation', async () => {
|
|
248
|
-
client.graphqlWithAuth = vi.fn().mockRejectedValue(new Error('add fail'))
|
|
249
|
-
const result = await projects.addProjectItem('P1', 'content1')
|
|
250
|
-
expect(result.success).toBe(false)
|
|
251
|
-
expect(result.error).toContain('add fail')
|
|
252
|
-
})
|
|
253
|
-
|
|
254
|
-
it('should succeed and return itemId', async () => {
|
|
255
|
-
client.graphqlWithAuth = vi.fn().mockResolvedValue({
|
|
256
|
-
addProjectV2ItemById: { item: { id: 'new-item-id' } },
|
|
257
|
-
})
|
|
258
|
-
const result = await projects.addProjectItem('P1', 'content1')
|
|
259
|
-
expect(result.success).toBe(true)
|
|
260
|
-
expect(result.itemId).toBe('new-item-id')
|
|
261
|
-
})
|
|
262
|
-
})
|
|
263
|
-
})
|
|
264
|
-
|
|
265
|
-
// ============================================================================
|
|
266
|
-
// PullRequestsManager Branch Coverage
|
|
267
|
-
// ============================================================================
|
|
268
|
-
|
|
269
|
-
describe('PullRequestsManager — branch coverage', () => {
|
|
270
|
-
let client: GitHubClient
|
|
271
|
-
let prs: PullRequestsManager
|
|
272
|
-
|
|
273
|
-
beforeEach(() => {
|
|
274
|
-
vi.clearAllMocks()
|
|
275
|
-
delete process.env['GITHUB_TOKEN']
|
|
276
|
-
client = new GitHubClient('.')
|
|
277
|
-
prs = new PullRequestsManager(client)
|
|
278
|
-
})
|
|
279
|
-
|
|
280
|
-
describe('getPullRequests', () => {
|
|
281
|
-
it('should return empty when no octokit', async () => {
|
|
282
|
-
expect(await prs.getPullRequests('o', 'r')).toEqual([])
|
|
283
|
-
})
|
|
284
|
-
|
|
285
|
-
it('should return cached PRs', async () => {
|
|
286
|
-
const cached = [{ number: 1 }]
|
|
287
|
-
client.setCache('prs:o:r:open:20', cached)
|
|
288
|
-
client.octokit = {} as never
|
|
289
|
-
expect(await prs.getPullRequests('o', 'r')).toEqual(cached)
|
|
290
|
-
})
|
|
291
|
-
|
|
292
|
-
it('should map PR states correctly (OPEN, MERGED, CLOSED)', async () => {
|
|
293
|
-
client.octokit = {
|
|
294
|
-
pulls: {
|
|
295
|
-
list: vi.fn().mockResolvedValue({
|
|
296
|
-
data: [
|
|
297
|
-
{
|
|
298
|
-
number: 1,
|
|
299
|
-
title: 'Open PR',
|
|
300
|
-
html_url: 'u1',
|
|
301
|
-
state: 'open',
|
|
302
|
-
merged_at: null,
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
number: 2,
|
|
306
|
-
title: 'Merged PR',
|
|
307
|
-
html_url: 'u2',
|
|
308
|
-
state: 'closed',
|
|
309
|
-
merged_at: '2025-01-01',
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
number: 3,
|
|
313
|
-
title: 'Closed PR',
|
|
314
|
-
html_url: 'u3',
|
|
315
|
-
state: 'closed',
|
|
316
|
-
merged_at: null,
|
|
317
|
-
},
|
|
318
|
-
],
|
|
319
|
-
}),
|
|
320
|
-
},
|
|
321
|
-
} as never
|
|
322
|
-
const result = await prs.getPullRequests('o', 'r')
|
|
323
|
-
expect(result[0]!.state).toBe('OPEN')
|
|
324
|
-
expect(result[1]!.state).toBe('MERGED')
|
|
325
|
-
expect(result[2]!.state).toBe('CLOSED')
|
|
326
|
-
})
|
|
327
|
-
|
|
328
|
-
it('should handle API error', async () => {
|
|
329
|
-
client.octokit = {
|
|
330
|
-
pulls: { list: vi.fn().mockRejectedValue(new Error('fail')) },
|
|
331
|
-
} as never
|
|
332
|
-
expect(await prs.getPullRequests('o', 'r')).toEqual([])
|
|
333
|
-
})
|
|
334
|
-
})
|
|
335
|
-
|
|
336
|
-
describe('getPullRequest', () => {
|
|
337
|
-
it('should return null when no octokit', async () => {
|
|
338
|
-
expect(await prs.getPullRequest('o', 'r', 1)).toBeNull()
|
|
339
|
-
})
|
|
340
|
-
|
|
341
|
-
it('should return cached PR details', async () => {
|
|
342
|
-
const cached = { number: 1, title: 'cached' }
|
|
343
|
-
client.setCache('pr:o:r:1', cached)
|
|
344
|
-
client.octokit = {} as never
|
|
345
|
-
expect(await prs.getPullRequest('o', 'r', 1)).toEqual(cached)
|
|
346
|
-
})
|
|
347
|
-
|
|
348
|
-
it('should map detail fields including draft and merged state', async () => {
|
|
349
|
-
client.octokit = {
|
|
350
|
-
pulls: {
|
|
351
|
-
get: vi.fn().mockResolvedValue({
|
|
352
|
-
data: {
|
|
353
|
-
number: 5,
|
|
354
|
-
title: 'Test PR',
|
|
355
|
-
html_url: 'url',
|
|
356
|
-
state: 'closed',
|
|
357
|
-
merged_at: '2025-01-10',
|
|
358
|
-
body: 'body',
|
|
359
|
-
draft: false,
|
|
360
|
-
head: { ref: 'feature' },
|
|
361
|
-
base: { ref: 'main' },
|
|
362
|
-
user: { login: 'alice' },
|
|
363
|
-
created_at: 'c',
|
|
364
|
-
updated_at: 'u',
|
|
365
|
-
closed_at: 'cl',
|
|
366
|
-
additions: 10,
|
|
367
|
-
deletions: 5,
|
|
368
|
-
changed_files: 3,
|
|
369
|
-
},
|
|
370
|
-
}),
|
|
371
|
-
},
|
|
372
|
-
} as never
|
|
373
|
-
const result = await prs.getPullRequest('o', 'r', 5)
|
|
374
|
-
expect(result!.state).toBe('MERGED')
|
|
375
|
-
expect(result!.author).toBe('alice')
|
|
376
|
-
expect(result!.draft).toBe(false)
|
|
377
|
-
})
|
|
378
|
-
|
|
379
|
-
it('should handle missing user (null login)', async () => {
|
|
380
|
-
client.octokit = {
|
|
381
|
-
pulls: {
|
|
382
|
-
get: vi.fn().mockResolvedValue({
|
|
383
|
-
data: {
|
|
384
|
-
number: 6,
|
|
385
|
-
title: 'T',
|
|
386
|
-
html_url: 'u',
|
|
387
|
-
state: 'open',
|
|
388
|
-
merged_at: null,
|
|
389
|
-
body: null,
|
|
390
|
-
draft: undefined,
|
|
391
|
-
head: { ref: 'h' },
|
|
392
|
-
base: { ref: 'b' },
|
|
393
|
-
user: null,
|
|
394
|
-
created_at: 'c',
|
|
395
|
-
updated_at: 'u',
|
|
396
|
-
closed_at: null,
|
|
397
|
-
additions: 0,
|
|
398
|
-
deletions: 0,
|
|
399
|
-
changed_files: 0,
|
|
400
|
-
},
|
|
401
|
-
}),
|
|
402
|
-
},
|
|
403
|
-
} as never
|
|
404
|
-
const result = await prs.getPullRequest('o', 'r', 6)
|
|
405
|
-
expect(result!.author).toBe('unknown')
|
|
406
|
-
expect(result!.draft).toBe(false)
|
|
407
|
-
})
|
|
408
|
-
|
|
409
|
-
it('should handle API error', async () => {
|
|
410
|
-
client.octokit = {
|
|
411
|
-
pulls: { get: vi.fn().mockRejectedValue(new Error('404')) },
|
|
412
|
-
} as never
|
|
413
|
-
expect(await prs.getPullRequest('o', 'r', 999)).toBeNull()
|
|
414
|
-
})
|
|
415
|
-
})
|
|
416
|
-
|
|
417
|
-
describe('getReviews', () => {
|
|
418
|
-
it('should return empty when no octokit', async () => {
|
|
419
|
-
expect(await prs.getReviews('o', 'r', 1)).toEqual([])
|
|
420
|
-
})
|
|
421
|
-
|
|
422
|
-
it('should return cached reviews', async () => {
|
|
423
|
-
const cached = [{ id: 1 }]
|
|
424
|
-
client.setCache('reviews:o:r:1', cached)
|
|
425
|
-
client.octokit = {} as never
|
|
426
|
-
expect(await prs.getReviews('o', 'r', 1)).toEqual(cached)
|
|
427
|
-
})
|
|
428
|
-
|
|
429
|
-
it('should detect copilot reviews', async () => {
|
|
430
|
-
client.octokit = {
|
|
431
|
-
rest: {
|
|
432
|
-
pulls: {
|
|
433
|
-
listReviews: vi.fn().mockResolvedValue({
|
|
434
|
-
data: [
|
|
435
|
-
{
|
|
436
|
-
id: 1,
|
|
437
|
-
user: { login: 'copilot-pull-request-reviewer[bot]' },
|
|
438
|
-
state: 'APPROVED',
|
|
439
|
-
body: 'ok',
|
|
440
|
-
submitted_at: '2025-01-01',
|
|
441
|
-
commit_id: null,
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
id: 2,
|
|
445
|
-
user: { login: 'human-reviewer' },
|
|
446
|
-
state: 'COMMENTED',
|
|
447
|
-
body: 'comment',
|
|
448
|
-
submitted_at: null,
|
|
449
|
-
commit_id: 'abc123',
|
|
450
|
-
},
|
|
451
|
-
],
|
|
452
|
-
}),
|
|
453
|
-
},
|
|
454
|
-
},
|
|
455
|
-
} as never
|
|
456
|
-
const result = await prs.getReviews('o', 'r', 1)
|
|
457
|
-
expect(result[0]!.isCopilot).toBe(true)
|
|
458
|
-
expect(result[1]!.isCopilot).toBe(false)
|
|
459
|
-
})
|
|
460
|
-
|
|
461
|
-
it('should handle API error', async () => {
|
|
462
|
-
client.octokit = {
|
|
463
|
-
rest: { pulls: { listReviews: vi.fn().mockRejectedValue(new Error('fail')) } },
|
|
464
|
-
} as never
|
|
465
|
-
expect(await prs.getReviews('o', 'r', 1)).toEqual([])
|
|
466
|
-
})
|
|
467
|
-
})
|
|
468
|
-
|
|
469
|
-
describe('getReviewComments', () => {
|
|
470
|
-
it('should return empty when no octokit', async () => {
|
|
471
|
-
expect(await prs.getReviewComments('o', 'r', 1)).toEqual([])
|
|
472
|
-
})
|
|
473
|
-
|
|
474
|
-
it('should return cached comments', async () => {
|
|
475
|
-
const cached = [{ id: 1 }]
|
|
476
|
-
client.setCache('review-comments:o:r:1', cached)
|
|
477
|
-
client.octokit = {} as never
|
|
478
|
-
expect(await prs.getReviewComments('o', 'r', 1)).toEqual(cached)
|
|
479
|
-
})
|
|
480
|
-
|
|
481
|
-
it('should map comments with line/side fallbacks', async () => {
|
|
482
|
-
client.octokit = {
|
|
483
|
-
rest: {
|
|
484
|
-
pulls: {
|
|
485
|
-
listReviewComments: vi.fn().mockResolvedValue({
|
|
486
|
-
data: [
|
|
487
|
-
{
|
|
488
|
-
id: 1,
|
|
489
|
-
user: { login: 'github-copilot[bot]' },
|
|
490
|
-
body: 'fix',
|
|
491
|
-
path: 'a.ts',
|
|
492
|
-
line: null,
|
|
493
|
-
original_line: 42,
|
|
494
|
-
side: null,
|
|
495
|
-
created_at: 'c',
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
id: 2,
|
|
499
|
-
user: null,
|
|
500
|
-
body: 'note',
|
|
501
|
-
path: 'b.ts',
|
|
502
|
-
line: 10,
|
|
503
|
-
original_line: null,
|
|
504
|
-
side: 'LEFT',
|
|
505
|
-
created_at: 'c',
|
|
506
|
-
},
|
|
507
|
-
],
|
|
508
|
-
}),
|
|
509
|
-
},
|
|
510
|
-
},
|
|
511
|
-
} as never
|
|
512
|
-
const result = await prs.getReviewComments('o', 'r', 1)
|
|
513
|
-
expect(result[0]!.isCopilot).toBe(true)
|
|
514
|
-
expect(result[0]!.line).toBe(42)
|
|
515
|
-
expect(result[0]!.side).toBe('RIGHT')
|
|
516
|
-
expect(result[1]!.author).toBe('unknown')
|
|
517
|
-
expect(result[1]!.line).toBe(10)
|
|
518
|
-
expect(result[1]!.side).toBe('LEFT')
|
|
519
|
-
})
|
|
520
|
-
|
|
521
|
-
it('should handle API error', async () => {
|
|
522
|
-
client.octokit = {
|
|
523
|
-
rest: {
|
|
524
|
-
pulls: { listReviewComments: vi.fn().mockRejectedValue(new Error('fail')) },
|
|
525
|
-
},
|
|
526
|
-
} as never
|
|
527
|
-
expect(await prs.getReviewComments('o', 'r', 1)).toEqual([])
|
|
528
|
-
})
|
|
529
|
-
})
|
|
530
|
-
|
|
531
|
-
describe('getCopilotReviewSummary', () => {
|
|
532
|
-
it('should return "none" state when no copilot reviews', async () => {
|
|
533
|
-
client.octokit = {
|
|
534
|
-
rest: {
|
|
535
|
-
pulls: {
|
|
536
|
-
listReviews: vi.fn().mockResolvedValue({ data: [] }),
|
|
537
|
-
listReviewComments: vi.fn().mockResolvedValue({ data: [] }),
|
|
538
|
-
},
|
|
539
|
-
},
|
|
540
|
-
} as never
|
|
541
|
-
const result = await prs.getCopilotReviewSummary('o', 'r', 1)
|
|
542
|
-
expect(result.state).toBe('none')
|
|
543
|
-
expect(result.commentCount).toBe(0)
|
|
544
|
-
})
|
|
545
|
-
|
|
546
|
-
it('should detect CHANGES_REQUESTED state', async () => {
|
|
547
|
-
client.octokit = {
|
|
548
|
-
rest: {
|
|
549
|
-
pulls: {
|
|
550
|
-
listReviews: vi.fn().mockResolvedValue({
|
|
551
|
-
data: [
|
|
552
|
-
{
|
|
553
|
-
id: 1,
|
|
554
|
-
user: { login: 'copilot-pull-request-reviewer[bot]' },
|
|
555
|
-
state: 'CHANGES_REQUESTED',
|
|
556
|
-
body: null,
|
|
557
|
-
submitted_at: '2025-01-01',
|
|
558
|
-
commit_id: null,
|
|
559
|
-
},
|
|
560
|
-
],
|
|
561
|
-
}),
|
|
562
|
-
listReviewComments: vi.fn().mockResolvedValue({ data: [] }),
|
|
563
|
-
},
|
|
564
|
-
},
|
|
565
|
-
} as never
|
|
566
|
-
const result = await prs.getCopilotReviewSummary('o', 'r', 1)
|
|
567
|
-
expect(result.state).toBe('changes_requested')
|
|
568
|
-
})
|
|
569
|
-
|
|
570
|
-
it('should detect COMMENTED state', async () => {
|
|
571
|
-
client.octokit = {
|
|
572
|
-
rest: {
|
|
573
|
-
pulls: {
|
|
574
|
-
listReviews: vi.fn().mockResolvedValue({
|
|
575
|
-
data: [
|
|
576
|
-
{
|
|
577
|
-
id: 1,
|
|
578
|
-
user: { login: 'copilot[bot]' },
|
|
579
|
-
state: 'COMMENTED',
|
|
580
|
-
body: 'review',
|
|
581
|
-
submitted_at: '2025-01-01',
|
|
582
|
-
commit_id: null,
|
|
583
|
-
},
|
|
584
|
-
],
|
|
585
|
-
}),
|
|
586
|
-
listReviewComments: vi.fn().mockResolvedValue({ data: [] }),
|
|
587
|
-
},
|
|
588
|
-
},
|
|
589
|
-
} as never
|
|
590
|
-
const result = await prs.getCopilotReviewSummary('o', 'r', 1)
|
|
591
|
-
expect(result.state).toBe('commented')
|
|
592
|
-
})
|
|
593
|
-
})
|
|
594
|
-
})
|
|
595
|
-
|
|
596
|
-
// ============================================================================
|
|
597
|
-
// RepositoryManager Branch Coverage
|
|
598
|
-
// ============================================================================
|
|
599
|
-
|
|
600
|
-
describe('RepositoryManager — branch coverage', () => {
|
|
601
|
-
let client: GitHubClient
|
|
602
|
-
let repo: RepositoryManager
|
|
603
|
-
|
|
604
|
-
beforeEach(() => {
|
|
605
|
-
vi.clearAllMocks()
|
|
606
|
-
delete process.env['GITHUB_TOKEN']
|
|
607
|
-
client = new GitHubClient('.')
|
|
608
|
-
repo = new RepositoryManager(client)
|
|
609
|
-
})
|
|
610
|
-
|
|
611
|
-
describe('getRepoInfo', () => {
|
|
612
|
-
it('should parse SSH remote URL', async () => {
|
|
613
|
-
client.git = {
|
|
614
|
-
branch: vi.fn().mockResolvedValue({ current: 'main' }),
|
|
615
|
-
getRemotes: vi
|
|
616
|
-
.fn()
|
|
617
|
-
.mockResolvedValue([
|
|
618
|
-
{ name: 'origin', refs: { fetch: 'git@github.com:owner/repo.git' } },
|
|
619
|
-
]),
|
|
620
|
-
} as never
|
|
621
|
-
const result = await repo.getRepoInfo()
|
|
622
|
-
expect(result.owner).toBe('owner')
|
|
623
|
-
expect(result.repo).toBe('repo')
|
|
624
|
-
})
|
|
625
|
-
|
|
626
|
-
it('should parse HTTPS remote URL', async () => {
|
|
627
|
-
client.git = {
|
|
628
|
-
branch: vi.fn().mockResolvedValue({ current: 'dev' }),
|
|
629
|
-
getRemotes: vi
|
|
630
|
-
.fn()
|
|
631
|
-
.mockResolvedValue([
|
|
632
|
-
{ name: 'origin', refs: { fetch: 'https://github.com/org/project.git' } },
|
|
633
|
-
]),
|
|
634
|
-
} as never
|
|
635
|
-
const result = await repo.getRepoInfo()
|
|
636
|
-
expect(result.owner).toBe('org')
|
|
637
|
-
expect(result.repo).toBe('project')
|
|
638
|
-
})
|
|
639
|
-
|
|
640
|
-
it('should handle null remote URL', async () => {
|
|
641
|
-
client.git = {
|
|
642
|
-
branch: vi.fn().mockResolvedValue({ current: 'main' }),
|
|
643
|
-
getRemotes: vi.fn().mockResolvedValue([]),
|
|
644
|
-
} as never
|
|
645
|
-
const result = await repo.getRepoInfo()
|
|
646
|
-
expect(result.owner).toBeNull()
|
|
647
|
-
})
|
|
648
|
-
|
|
649
|
-
it('should handle non-GitHub URL', async () => {
|
|
650
|
-
client.git = {
|
|
651
|
-
branch: vi.fn().mockResolvedValue({ current: 'main' }),
|
|
652
|
-
getRemotes: vi
|
|
653
|
-
.fn()
|
|
654
|
-
.mockResolvedValue([
|
|
655
|
-
{ name: 'origin', refs: { fetch: 'https://gitlab.com/user/repo.git' } },
|
|
656
|
-
]),
|
|
657
|
-
} as never
|
|
658
|
-
const result = await repo.getRepoInfo()
|
|
659
|
-
expect(result.owner).toBeNull()
|
|
660
|
-
})
|
|
661
|
-
|
|
662
|
-
it('should handle invalid URL string', async () => {
|
|
663
|
-
client.git = {
|
|
664
|
-
branch: vi.fn().mockResolvedValue({ current: 'main' }),
|
|
665
|
-
getRemotes: vi
|
|
666
|
-
.fn()
|
|
667
|
-
.mockResolvedValue([{ name: 'origin', refs: { fetch: 'not-a-url' } }]),
|
|
668
|
-
} as never
|
|
669
|
-
const result = await repo.getRepoInfo()
|
|
670
|
-
expect(result.owner).toBeNull()
|
|
671
|
-
})
|
|
672
|
-
|
|
673
|
-
it('should handle git errors gracefully', async () => {
|
|
674
|
-
client.git = {
|
|
675
|
-
branch: vi.fn().mockRejectedValue(new Error('not a git repo')),
|
|
676
|
-
} as never
|
|
677
|
-
const result = await repo.getRepoInfo()
|
|
678
|
-
expect(result.owner).toBeNull()
|
|
679
|
-
expect(result.repo).toBeNull()
|
|
680
|
-
})
|
|
681
|
-
|
|
682
|
-
it('should handle empty branch name', async () => {
|
|
683
|
-
client.git = {
|
|
684
|
-
branch: vi.fn().mockResolvedValue({ current: '' }),
|
|
685
|
-
getRemotes: vi
|
|
686
|
-
.fn()
|
|
687
|
-
.mockResolvedValue([
|
|
688
|
-
{ name: 'origin', refs: { fetch: 'git@github.com:a/b.git' } },
|
|
689
|
-
]),
|
|
690
|
-
} as never
|
|
691
|
-
const result = await repo.getRepoInfo()
|
|
692
|
-
expect(result.branch).toBeNull()
|
|
693
|
-
})
|
|
694
|
-
})
|
|
695
|
-
|
|
696
|
-
describe('getCachedRepoInfo', () => {
|
|
697
|
-
it('should return null when no cached info', () => {
|
|
698
|
-
expect(repo.getCachedRepoInfo()).toBeNull()
|
|
699
|
-
})
|
|
700
|
-
})
|
|
701
|
-
|
|
702
|
-
describe('getWorkflowRuns', () => {
|
|
703
|
-
it('should return empty when no octokit', async () => {
|
|
704
|
-
expect(await repo.getWorkflowRuns('o', 'r')).toEqual([])
|
|
705
|
-
})
|
|
706
|
-
|
|
707
|
-
it('should return cached runs', async () => {
|
|
708
|
-
const cached = [{ id: 1 }]
|
|
709
|
-
client.setCache('workflows:o:r:10', cached)
|
|
710
|
-
client.octokit = {} as never
|
|
711
|
-
expect(await repo.getWorkflowRuns('o', 'r')).toEqual(cached)
|
|
712
|
-
})
|
|
713
|
-
|
|
714
|
-
it('should map workflow runs with null name', async () => {
|
|
715
|
-
client.octokit = {
|
|
716
|
-
rest: {
|
|
717
|
-
actions: {
|
|
718
|
-
listWorkflowRunsForRepo: vi.fn().mockResolvedValue({
|
|
719
|
-
data: {
|
|
720
|
-
workflow_runs: [
|
|
721
|
-
{
|
|
722
|
-
id: 1,
|
|
723
|
-
name: null,
|
|
724
|
-
status: 'completed',
|
|
725
|
-
conclusion: 'success',
|
|
726
|
-
html_url: 'u',
|
|
727
|
-
head_branch: null,
|
|
728
|
-
head_sha: 'abc',
|
|
729
|
-
created_at: 'c',
|
|
730
|
-
updated_at: 'u',
|
|
731
|
-
},
|
|
732
|
-
],
|
|
733
|
-
},
|
|
734
|
-
}),
|
|
735
|
-
},
|
|
736
|
-
},
|
|
737
|
-
} as never
|
|
738
|
-
const result = await repo.getWorkflowRuns('o', 'r')
|
|
739
|
-
expect(result[0]!.name).toBe('Unknown Workflow')
|
|
740
|
-
expect(result[0]!.headBranch).toBe('')
|
|
741
|
-
})
|
|
742
|
-
|
|
743
|
-
it('should handle API error', async () => {
|
|
744
|
-
client.octokit = {
|
|
745
|
-
rest: {
|
|
746
|
-
actions: {
|
|
747
|
-
listWorkflowRunsForRepo: vi.fn().mockRejectedValue(new Error('fail')),
|
|
748
|
-
},
|
|
749
|
-
},
|
|
750
|
-
} as never
|
|
751
|
-
expect(await repo.getWorkflowRuns('o', 'r')).toEqual([])
|
|
752
|
-
})
|
|
753
|
-
})
|
|
754
|
-
})
|
|
755
|
-
|
|
756
|
-
// ============================================================================
|
|
757
|
-
// MilestonesManager Branch Coverage
|
|
758
|
-
// ============================================================================
|
|
759
|
-
|
|
760
|
-
describe('MilestonesManager — branch coverage', () => {
|
|
761
|
-
let client: GitHubClient
|
|
762
|
-
let milestones: MilestonesManager
|
|
763
|
-
|
|
764
|
-
beforeEach(() => {
|
|
765
|
-
vi.clearAllMocks()
|
|
766
|
-
delete process.env['GITHUB_TOKEN']
|
|
767
|
-
client = new GitHubClient('.')
|
|
768
|
-
milestones = new MilestonesManager(client)
|
|
769
|
-
})
|
|
770
|
-
|
|
771
|
-
const mockMilestoneData = {
|
|
772
|
-
number: 1,
|
|
773
|
-
title: 'v1.0',
|
|
774
|
-
description: null,
|
|
775
|
-
state: 'open',
|
|
776
|
-
html_url: 'url',
|
|
777
|
-
due_on: null,
|
|
778
|
-
open_issues: 3,
|
|
779
|
-
closed_issues: 7,
|
|
780
|
-
created_at: 'c',
|
|
781
|
-
updated_at: 'u',
|
|
782
|
-
creator: null,
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
describe('getMilestones', () => {
|
|
786
|
-
it('should return empty when no octokit', async () => {
|
|
787
|
-
expect(await milestones.getMilestones('o', 'r')).toEqual([])
|
|
788
|
-
})
|
|
789
|
-
|
|
790
|
-
it('should return cached milestones', async () => {
|
|
791
|
-
const cached = [{ number: 1 }]
|
|
792
|
-
client.setCache('milestones:o:r:open:20', cached)
|
|
793
|
-
client.octokit = {} as never
|
|
794
|
-
expect(await milestones.getMilestones('o', 'r')).toEqual(cached)
|
|
795
|
-
})
|
|
796
|
-
|
|
797
|
-
it('should map milestone fields with null description/dueOn/creator', async () => {
|
|
798
|
-
client.octokit = {
|
|
799
|
-
issues: {
|
|
800
|
-
listMilestones: vi.fn().mockResolvedValue({ data: [mockMilestoneData] }),
|
|
801
|
-
},
|
|
802
|
-
} as never
|
|
803
|
-
const result = await milestones.getMilestones('o', 'r')
|
|
804
|
-
expect(result[0]!.description).toBeNull()
|
|
805
|
-
expect(result[0]!.dueOn).toBeNull()
|
|
806
|
-
expect(result[0]!.creator).toBeNull()
|
|
807
|
-
})
|
|
808
|
-
|
|
809
|
-
it('should handle API error', async () => {
|
|
810
|
-
client.octokit = {
|
|
811
|
-
issues: { listMilestones: vi.fn().mockRejectedValue(new Error('fail')) },
|
|
812
|
-
} as never
|
|
813
|
-
expect(await milestones.getMilestones('o', 'r')).toEqual([])
|
|
814
|
-
})
|
|
815
|
-
})
|
|
816
|
-
|
|
817
|
-
describe('getMilestone', () => {
|
|
818
|
-
it('should return null when no octokit', async () => {
|
|
819
|
-
expect(await milestones.getMilestone('o', 'r', 1)).toBeNull()
|
|
820
|
-
})
|
|
821
|
-
|
|
822
|
-
it('should return cached milestone', async () => {
|
|
823
|
-
const cached = { number: 1, title: 'cached' }
|
|
824
|
-
client.setCache('milestone:o:r:1', cached)
|
|
825
|
-
client.octokit = {} as never
|
|
826
|
-
expect(await milestones.getMilestone('o', 'r', 1)).toEqual(cached)
|
|
827
|
-
})
|
|
828
|
-
|
|
829
|
-
it('should handle API error', async () => {
|
|
830
|
-
client.octokit = {
|
|
831
|
-
issues: { getMilestone: vi.fn().mockRejectedValue(new Error('404')) },
|
|
832
|
-
} as never
|
|
833
|
-
expect(await milestones.getMilestone('o', 'r', 999)).toBeNull()
|
|
834
|
-
})
|
|
835
|
-
})
|
|
836
|
-
|
|
837
|
-
describe('createMilestone', () => {
|
|
838
|
-
it('should return null when no octokit', async () => {
|
|
839
|
-
expect(await milestones.createMilestone('o', 'r', 'v1')).toBeNull()
|
|
840
|
-
})
|
|
841
|
-
|
|
842
|
-
it('should create milestone and return data', async () => {
|
|
843
|
-
client.octokit = {
|
|
844
|
-
issues: {
|
|
845
|
-
createMilestone: vi.fn().mockResolvedValue({ data: mockMilestoneData }),
|
|
846
|
-
},
|
|
847
|
-
} as never
|
|
848
|
-
const result = await milestones.createMilestone('o', 'r', 'v1.0')
|
|
849
|
-
expect(result).not.toBeNull()
|
|
850
|
-
expect(result!.number).toBe(1)
|
|
851
|
-
})
|
|
852
|
-
|
|
853
|
-
it('should handle API error', async () => {
|
|
854
|
-
client.octokit = {
|
|
855
|
-
issues: { createMilestone: vi.fn().mockRejectedValue(new Error('fail')) },
|
|
856
|
-
} as never
|
|
857
|
-
expect(await milestones.createMilestone('o', 'r', 'v1')).toBeNull()
|
|
858
|
-
})
|
|
859
|
-
})
|
|
860
|
-
|
|
861
|
-
describe('updateMilestone', () => {
|
|
862
|
-
it('should return null when no octokit', async () => {
|
|
863
|
-
expect(await milestones.updateMilestone('o', 'r', 1, { title: 'new' })).toBeNull()
|
|
864
|
-
})
|
|
865
|
-
|
|
866
|
-
it('should update milestone with dueOn null', async () => {
|
|
867
|
-
client.octokit = {
|
|
868
|
-
issues: {
|
|
869
|
-
updateMilestone: vi.fn().mockResolvedValue({ data: mockMilestoneData }),
|
|
870
|
-
},
|
|
871
|
-
} as never
|
|
872
|
-
const result = await milestones.updateMilestone('o', 'r', 1, { dueOn: null })
|
|
873
|
-
expect(result).not.toBeNull()
|
|
874
|
-
})
|
|
875
|
-
|
|
876
|
-
it('should handle API error', async () => {
|
|
877
|
-
client.octokit = {
|
|
878
|
-
issues: { updateMilestone: vi.fn().mockRejectedValue(new Error('fail')) },
|
|
879
|
-
} as never
|
|
880
|
-
expect(await milestones.updateMilestone('o', 'r', 1, {})).toBeNull()
|
|
881
|
-
})
|
|
882
|
-
})
|
|
883
|
-
|
|
884
|
-
describe('deleteMilestone', () => {
|
|
885
|
-
it('should return error when no octokit', async () => {
|
|
886
|
-
const result = await milestones.deleteMilestone('o', 'r', 1)
|
|
887
|
-
expect(result.success).toBe(false)
|
|
888
|
-
})
|
|
889
|
-
|
|
890
|
-
it('should delete successfully', async () => {
|
|
891
|
-
client.octokit = {
|
|
892
|
-
issues: { deleteMilestone: vi.fn().mockResolvedValue({}) },
|
|
893
|
-
} as never
|
|
894
|
-
const result = await milestones.deleteMilestone('o', 'r', 1)
|
|
895
|
-
expect(result.success).toBe(true)
|
|
896
|
-
})
|
|
897
|
-
|
|
898
|
-
it('should handle API error', async () => {
|
|
899
|
-
client.octokit = {
|
|
900
|
-
issues: { deleteMilestone: vi.fn().mockRejectedValue(new Error('forbidden')) },
|
|
901
|
-
} as never
|
|
902
|
-
const result = await milestones.deleteMilestone('o', 'r', 1)
|
|
903
|
-
expect(result.success).toBe(false)
|
|
904
|
-
expect(result.error).toContain('forbidden')
|
|
905
|
-
})
|
|
906
|
-
})
|
|
907
|
-
})
|