Commit graph

  • 2a72a59f76 fix: address round 2 code review findings Kynan Ware 2026-03-29 17:42:54 -06:00
  • b6f29b0376 feat: add --remove-blocking flag to issue edit Kynan Ware 2026-03-29 17:32:44 -06:00
  • 3f1df513c5 test: add missing --type flag tests for issue list Kynan Ware 2026-03-29 17:27:12 -06:00
  • c00bc6a9b4 fix: address code review findings from multi-model review Kynan Ware 2026-03-29 17:20:24 -06:00
  • ddb2fce07b refactor: extract shared helpers for issue ref resolution and type lookup Kynan Ware 2026-03-29 17:06:25 -06:00
  • 4c12393b88 test: add comprehensive tests for Issues 2.0 features Kynan Ware 2026-03-29 17:02:52 -06:00
  • 67f63a1096 feat: add --type filter flag to issue list Kynan Ware 2026-03-29 16:48:23 -06:00
  • b7ee31d791 feat: add Issues 2.0 flags to issue edit Kynan Ware 2026-03-29 16:46:33 -06:00
  • 44e9f4bd50 feat: add --type, --parent, --blocked-by, --blocking to issue create Kynan Ware 2026-03-29 16:42:40 -06:00
  • 7dae882c9d feat: add Issues 2.0 fields to issue view Kynan Ware 2026-03-29 16:40:08 -06:00
  • c00257386e feat: add Issues 2.0 API types, mutations, and feature detection Kynan Ware 2026-03-29 16:38:09 -06:00
  • 611b01f6c8
    Merge pull request #13312 from cli/enable-pr-screening tidy-dev 2026-04-30 07:59:51 -04:00
  • 2e5623180a
    feat(discussion/client): implement Create mutation with tests Max Beizer 2026-04-29 12:36:03 -05:00
  • a92d0c667a
    Merge pull request #13299 from maxbeizer/discussion-view-tests Babak K. Shandiz 2026-04-29 15:47:04 +01:00
  • 8b89c8b2b2 Enable extended PR screening for external PRs tidy-dev 2026-04-29 09:40:51 -04:00
  • 52f219a5ac
    test(discussion view): consolidate view run tests Babak K. Shandiz 2026-04-29 13:05:21 +01:00
  • d762f9e232
    Merge pull request #13304 from pdostal/fix/accessible-prompter-password-test-timeout William Martin 2026-04-28 18:47:53 +02:00
  • fae293f8e8
    Merge pull request #13303 from pdostal/fix/add-integration-build-tag William Martin 2026-04-28 18:34:25 +02:00
  • 6d6ea5f371 Fix flaky Password test by increasing echo mode setup timeout Pavel Dostál 2026-04-28 18:25:51 +02:00
  • 20e4d25147 Add missing //go:build integration tag to verify_integration_test.go Pavel Dostál 2026-04-28 18:20:23 +02:00
  • bd4a06aab7
    Merge pull request #13297 from cli/dependabot/github_actions/goreleaser/goreleaser-action-7.2.1 William Martin 2026-04-28 16:32:29 +02:00
  • 6c470f6080
    Merge pull request #13281 from maxbeizer/fix/projects-v2-ignorable-error William Martin 2026-04-28 12:16:54 +02:00
  • 54ddede12f
    test(discussion/view): consolidate NewCmdView flag parsing tests Babak K. Shandiz 2026-04-28 11:03:55 +01:00
  • cf40f9293d
    chore(discussion/client): polish and cleanup tests Babak K. Shandiz 2026-04-28 10:41:54 +01:00
  • e263abfb2c
    test(discussion/client): improve GetCommentReplies test coverage Babak K. Shandiz 2026-04-28 10:37:02 +01:00
  • 19369d0444
    test(discussion/client): improve GetWithComments test coverage Babak K. Shandiz 2026-04-28 10:10:25 +01:00
  • 573f3f0a63
    test(discussion/test): use nil next page to match API behaviour Babak K. Shandiz 2026-04-28 09:31:36 +01:00
  • 45bd958f75
    test(discussion/client): improve GetByNumber test coverage Babak K. Shandiz 2026-04-28 09:30:10 +01:00
  • 697f7f64ee
    Merge pull request #13301 from cli/bump-go-1.26.2 William Martin 2026-04-28 11:32:21 +02:00
  • 06ac7b6e0a Bump Go to 1.26.2 cli automation 2026-04-28 04:20:26 +00:00
  • e41ec700c1
    Merge pull request #13298 from cli/dependabot/go_modules/github.com/mattn/go-isatty-0.0.22 13293-gh-skill-rate-limiting-makes-skill-discovery-unusable Babak K. Shandiz 2026-04-28 08:31:39 +01:00
  • 11130fd6be
    test(discussion view): add tests for view command client methods and --replies mode Max Beizer 2026-04-27 15:42:36 -05:00
  • 99a099928e
    Merge pull request #13295 from cli/babakks/discussion-view-replies Babak K. Shandiz 2026-04-27 19:10:30 +01:00
  • 59701725d0
    fix(discussion view): guard against empty comment slice in replies mode Babak K. Shandiz 2026-04-27 18:46:14 +01:00
  • 0e3c4991c7
    chore(deps): bump github.com/mattn/go-isatty from 0.0.21 to 0.0.22 dependabot[bot] 2026-04-27 17:27:14 +00:00
  • ed31e2f6e8
    chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.2.1 dependabot[bot] 2026-04-27 17:26:50 +00:00
  • 3c7c88c0e4
    Merge pull request #13296 from travellertales/patch-1 Babak K. Shandiz 2026-04-27 16:17:10 +01:00
  • e40c592e42
    Update command.go travellertales 2026-04-27 10:19:56 -04:00
  • 56db9ee6e9
    feat(gh discussion view): add --replies flag for paginated reply viewing Babak K. Shandiz 2026-04-27 10:58:06 +01:00
  • b090b4d2fb
    feat(discussion/client): add GetCommentReplies with paginated reply fetching Babak K. Shandiz 2026-04-27 10:57:45 +01:00
  • 9baeaf2043
    Merge pull request #13214 from maxbeizer/discussion-view-comments Babak K. Shandiz 2026-04-27 09:23:13 +01:00
  • 5946d1a298
    chore(discussion/client): apply formatting Babak K. Shandiz 2026-04-27 09:13:36 +01:00
  • 524a503e86
    refactor(discussion/client): use strongly-typed query for fetching comments Babak K. Shandiz 2026-04-27 09:09:21 +01:00
  • 72a6c98d37
    refactor(discussion view): simplify mode check Babak K. Shandiz 2026-04-27 08:46:56 +01:00
  • 49a846aa1a
    docs(discussion view): use non-default behaviour in example Babak K. Shandiz 2026-04-27 08:45:43 +01:00
  • 9f3a31ddb3
    fix(discussion view): use GraphQL variables for cursor, fix --json comments Max Beizer 2026-04-25 12:19:04 -05:00
  • d2e081bce1
    feat(discussion view): add cursor-based pagination to comments Babak K. Shandiz 2026-04-24 23:50:04 +01:00
  • dde46dc424
    Add "Resource not accessible" to ProjectsV2IgnorableError Max Beizer 2026-04-24 17:16:00 -05:00
  • 75b71505c8
    refactor(discussion view): use slices package for label sorting Babak K. Shandiz 2026-04-24 22:19:59 +01:00
  • 6bd96abd6a
    fix(gh discussion view): wrap arg parse error as flag error Babak K. Shandiz 2026-04-24 22:01:51 +01:00
  • f7a79683c0
    test(discussion/shared): add test for ParseDiscussionArg Babak K. Shandiz 2026-04-24 21:55:14 +01:00
  • ca8d878d80
    docs(discussion/shared): explain why we accept http scheme Babak K. Shandiz 2026-04-24 21:54:35 +01:00
  • 7603a0c8ce
    fix(discussion/shared): quote arg in errors Babak K. Shandiz 2026-04-24 21:53:56 +01:00
  • 57b3e9091c
    fix(discussion/shared): anchor discussion url regexp Babak K. Shandiz 2026-04-24 21:53:10 +01:00
  • cd3b23bf36
    docs(discussion view): add preview remark Babak K. Shandiz 2026-04-24 21:37:58 +01:00
  • dea54ab3ab
    fix: gofmt alignment in GetWithComments response struct Max Beizer 2026-04-20 15:41:55 -05:00
  • ca84d4c6a3
    Add discussion view --comments with threaded display Max Beizer 2026-04-17 14:51:44 -05:00
  • d6e63f63d3
    fix(discussion view): align with post-review list changes Max Beizer 2026-04-16 17:03:16 -05:00
  • d9e9751823
    Add discussion view command Max Beizer 2026-04-03 13:16:12 -05:00
  • ea7a2450cd
    Merge pull request #13274 from cli/babakks/fix-zsh-completion-on-debian Babak K. Shandiz 2026-04-24 14:54:29 +01:00
  • de6a9eb3e4
    chore: fix zsh completion on debian Babak K. Shandiz 2026-04-24 09:59:09 +01:00
  • d7276c7ef9
    Merge pull request #13252 from maxbeizer/tests/discussion-client-httpmock Babak K. Shandiz 2026-04-24 14:31:47 +01:00
  • 2b794ed992
    refactor(discussion/client): remove redundant "first" variable init Babak K. Shandiz 2026-04-24 14:21:24 +01:00
  • 81117364ba
    refactor(discussion/client): convert tests to httpStubs pattern Babak K. Shandiz 2026-04-24 14:02:43 +01:00
  • 2c1f5b2f72
    Merge pull request #13264 from SamMorrowDrums/sammorrowdrums/skill-ghec-data-residency Sam Morrow 2026-04-24 11:45:28 +02:00
  • 96b9af3443
    Merge pull request #13266 from cli/sammorrowdrums/fix-skill-install-flat-path Sam Morrow 2026-04-24 11:41:03 +02:00
  • 5a121bf331
    Merge pull request #13265 from SamMorrowDrums/sammorrowdrums/preview-allow-hidden-dirs-flag Sam Morrow 2026-04-24 11:39:24 +02:00
  • 352a00e83c
    Merge pull request #13241 from cli/dependabot/go_modules/github.com/gdamore/tcell/v2-2.13.9 William Martin 2026-04-23 19:26:25 +02:00
  • d13a1858d7
    Merge pull request #13273 from cassidyjames/patch-1 William Martin 2026-04-23 19:23:21 +02:00
  • 993d4bb630
    install_linux: correct typo in Homebrew copy Cassidy James Blaede 2026-04-23 10:35:16 -06:00
  • db234016a1
    Merge pull request #13206 from cli/dependabot/go_modules/charm.land/bubbletea/v2-2.0.6 William Martin 2026-04-23 16:12:55 +02:00
  • aba7c591f3
    chore(deps): bump charm.land/bubbletea/v2 from 2.0.2 to 2.0.6 dependabot[bot] 2026-04-23 14:04:05 +00:00
  • 47f379cf0d
    chore(deps): bump github.com/gdamore/tcell/v2 from 2.13.8 to 2.13.9 dependabot[bot] 2026-04-23 14:03:29 +00:00
  • 3a0d49525d
    Merge pull request #13163 from cli/dependabot/go_modules/charm.land/lipgloss/v2-2.0.3 William Martin 2026-04-23 16:02:34 +02:00
  • 7051e276fd
    Merge pull request #13162 from cli/dependabot/go_modules/github.com/google/go-containerregistry-0.21.5 William Martin 2026-04-23 16:02:00 +02:00
  • abc0dc6c23
    Merge pull request #13161 from cli/dependabot/go_modules/github.com/mattn/go-isatty-0.0.21 William Martin 2026-04-23 16:01:31 +02:00
  • a9d36fb9ef
    Merge pull request #13272 from cli/wm/fix-log-terminal-injection 13270-gh-api-paginate-is-unreliable-or-confusing-for-notifications-responses 13262-gh-skill-ignores-claude_config_dir William Martin 2026-04-23 15:40:29 +02:00
  • c8e0139919
    Update acceptance/testdata/workflow/run-view-log-escape-sequences.txtar William Martin 2026-04-23 15:31:38 +02:00
  • 9a3dc9fce7 Fix log terminal injection William Martin 2026-04-23 13:41:26 +02:00
  • d926d0c78f
    chore: sign APT repositories with both keys babakks/sign-apt-repo-with-both-keys Babak K. Shandiz 2026-04-23 12:34:20 +01:00
  • 0c1c1bdab3
    fix: apply url.PathEscape to databaseId in ruleset view HTTP functions babakks/path-escape-urls copilot-swe-agent[bot] 2026-04-23 10:36:18 +00:00
  • d961de44d7 fix(skills): include --allow-hidden-dirs in preview hint from install sammorrowdrums 2026-04-23 10:23:26 +02:00
  • 2e93afc272 Install skills flat by Name, not namespaced InstallName Copilot 2026-04-23 01:26:31 +02:00
  • 45de7db4d5
    style: run gofmt on client_impl_test.go Max Beizer 2026-04-22 16:49:22 -05:00
  • 8498bdf435 feat(skills): add --allow-hidden-dirs flag to preview command Copilot 2026-04-22 23:32:10 +02:00
  • 5db230b317
    test(discussion): assert GQL variables, add Bot actor and limit>100 cases Max Beizer 2026-04-22 16:36:07 -05:00
  • 63262dce8b feat(skills): support GHEC with data residency hosts sammorrowdrums 2026-04-22 22:07:30 +02:00
  • aa080ad28a
    refactor(discussion): convert client tests to table-driven Max Beizer 2026-04-22 15:04:59 -05:00
  • 74054c0f71
    fix: url escape path components Babak K. Shandiz 2026-04-22 15:55:02 +01:00
  • 3ad29588b8
    Merge pull request #13259 from cli/fix-sample-rate-dimension-sync Babak K. Shandiz 2026-04-22 13:13:58 +01:00
  • 7095e2a4fc
    Fix SetSampleRate not updating sample_rate dimension William Martin 2026-04-22 13:48:51 +02:00
  • 6d986480b8
    Merge pull request #13258 from orbisai0security/fix-shell-injection-deployment-workflow William Martin 2026-04-22 12:55:43 +02:00
  • f52acd51e9 fix: yaml.github-actions.security.run-shell-injection.run-shell-injection security vulnerability orbisai0security 2026-04-22 16:05:54 +05:30
  • 6fffc2e66a
    Merge pull request #13254 from cli/wm/enable-telemetry William Martin 2026-04-22 12:16:33 +02:00
  • b5757eab2a
    Merge pull request #13244 from cli/kw/agent-skills Babak K. Shandiz 2026-04-21 19:26:07 +01:00
  • 90ef03ea38
    Enable telemetry without env var William Martin 2026-04-21 17:24:17 +02:00
  • 3a6d4de90a
    Merge pull request #13255 from cli/wm/log-no-events William Martin 2026-04-21 19:30:51 +02:00
  • 92e812b749
    Merge pull request #13236 from cli/sammorrowdrums/skill-install-upstream-provenance Sam Morrow 2026-04-21 19:29:31 +02:00
  • 0467ed499a
    test(telemetry): assert ANSI escape chars for color codes Babak K. Shandiz 2026-04-21 18:05:28 +01:00
  • ec4a3ed6bd
    fix(telemetry): lower bias in sample bucket calc Babak K. Shandiz 2026-04-21 17:49:28 +01:00