Commit graph

20 commits

Author SHA1 Message Date
copilot-swe-agent[bot]
dca59d52b6 Fix linting issues: canonicalheader, embeddedstructfieldcheck, iotamixing, makezero, testableexamples, wastedassign, usetesting, tparallel, unconvert, intrange, iface
- canonicalheader: fix cacheTTL header value to canonical form
- embeddedstructfieldcheck: move embedded fields before regular fields in 4 structs
- iotamixing: split const blocks mixing iota with non-iota constants
- makezero: use make([]T, 0, n) instead of make([]T, n) before appending
- testableexamples: add missing Output: comment to ExampleOption_UnwrapOrZero
- wastedassign: remove wasted initial assignments in 4 locations
- usetesting: replace os.MkdirTemp/os.Setenv with t.TempDir/t.Setenv in tests
- tparallel: add t.Parallel() to 8 top-level test functions
- unconvert: remove 16 unnecessary type conversions
- intrange: convert 3 for loops to use integer range syntax
- iface: consolidate identical EditPrompter and Prompt interfaces via type alias

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 11:05:52 +00:00
Azeem Sajid
33c30d5bd1 Inconsistent format of examples in help text 2025-02-27 16:26:25 +05:00
William Martin
1d38230675
Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
benebsiny
66fb5738a3 chore: simplify parameter owner 2024-02-15 23:24:32 +08:00
benebsiny
7dfaa328aa Support for [HOST/]OWNER/REPO format 2024-02-15 23:16:00 +08:00
benebsiny
874da37a24 Replace assert with require in testing 2024-02-15 18:38:50 +08:00
benebsiny
f9a54f678a Remove --format flag and add description for not specifying --repo and --team flag 2024-01-30 23:06:05 +08:00
benebsiny
28c8376b56 Fix printed project number
Fix the error regarding the printed error number when selecting the project number in interactive mode
2024-01-27 11:53:10 +08:00
benebsiny
adc0abe5da Support for directory based repo and GH_REPO env variable 2024-01-27 11:44:07 +08:00
benebsiny
0ce66347b9 Change the output of link and unlink` 2024-01-26 00:54:42 +08:00
benebsiny
b44ed7433d Refactor OrganizationTeam 2024-01-26 00:21:52 +08:00
benebsiny
7abf1c05bc Replace httpmock with gock in testing 2024-01-25 23:22:48 +08:00
benebsiny
b57f4028c3 handle flags with cmdutil.MutuallyExclusive, and move mutation methods to queries.go 2024-01-24 17:00:37 +08:00
benebsiny
7fd91f593c fix wording, move conditional blocks to functions, and add api to retrieve the ID of a team 2024-01-24 14:37:28 +08:00
benebsiny
aaa41ca6a9 Fix wording 2024-01-21 21:41:58 +08:00
benebsiny
918443f32b Add testing for link and unlink 2024-01-21 21:30:09 +08:00
benebsiny
f98acb2d99 Support for team 2024-01-20 22:46:22 +08:00
benebsiny
e209d14516 Support for unlink 2024-01-19 23:35:18 +08:00
benebsiny
bb1ab90a9a Remove support for team 2024-01-19 23:23:26 +08:00
benebsiny
617ec61627 Link Project to Repository or Team Command 2024-01-19 02:37:23 +08:00