Commit Graph

2569 Commits

Author SHA1 Message Date
Jay McCure 204c686ffd Merge branch '7249-ineffassign' into 'main'
fix: Fix errors which show up when running `make check'

Closes #7249

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1329

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Wesley Schwengle <wesleys@opperschaap.net>
2023-08-30 23:38:33 +00:00
Wesley Schwengle f5df478580 fix: Fix errors which show up when running `make check' 2023-08-30 23:38:33 +00:00
Shekhar Patnaik 5096d82bd7 Merge branch 'fix-7235' into 'main'
fix: glab ci status needs terminal on stdin

Closes #7235

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1325

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Jaime Martinez <jmartinez@gitlab.com>
Reviewed-by: Neil Roza <neil@rtr.ai>
Reviewed-by: Jaime Martinez <jmartinez@gitlab.com>
Co-authored-by: Neil Roza <neil@rtr.ai>
2023-08-29 08:55:17 +00:00
Neil Roza 6fcdcccc29 fix: glab ci status needs terminal on stdin 2023-08-29 08:55:16 +00:00
Jay McCure 16b707f280
chore: update golangci-lint image 2023-08-28 14:16:46 +10:00
Matt Nohr 4719f71929 Merge branch 'gmh-add-maintainership-note' into 'main'
docs: Add note about maintainership

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1326

Merged-by: Matt Nohr <mnohr@gitlab.com>
Approved-by: Matt Nohr <mnohr@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Reviewed-by: Matt Nohr <mnohr@gitlab.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
Co-authored-by: Gary Holtz <gholtz@gitlab.com>
2023-08-23 18:25:30 +00:00
Gary Holtz ef57c43973 docs: Add note about maintainership 2023-08-23 18:25:30 +00:00
Shekhar Patnaik 9fdb6193c8 Merge branch 'id-handle-vertex-ai-response' into 'main'
feat: handle response from VertexAI instead of OpenAI

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1323

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Halil Coban <hcoban@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Reviewed-by: Igor Drozdov <idrozdov@gitlab.com>
Reviewed-by: Halil Coban <hcoban@gitlab.com>
Co-authored-by: Igor Drozdov <idrozdov@gitlab.com>
2023-08-18 10:59:15 +00:00
Igor Drozdov c8057a29f0 feat: handle response from VertexAI instead of OpenAI 2023-08-18 10:59:13 +00:00
Shekhar Patnaik 62e128674e Merge branch '1018-support-child-pipelines' into 'main'
feat: add support for child pipelines in ci view

Closes #1018

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1320

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Reviewed-by: Gary Holtz <gholtz@gitlab.com>
Reviewed-by: Hugues <hugues.lismonde@gmail.com>
Co-authored-by: Hugues Lismonde <hugues@epic.net>
2023-08-17 14:03:03 +00:00
Hugues 945febf505 feat: add support for child pipelines in ci view 2023-08-17 14:03:03 +00:00
Jay McCure 35385c5c0d Merge branch '1368-show-pipeline-iid' into 'main'
Add Pipeline IID to `ci list`

Closes #1368

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1315

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Sami Hiltunen <shiltunen@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Reviewed-by: Sami Hiltunen <shiltunen@gitlab.com>
Co-authored-by: Andrew Seales <andrew.seales@ed.ac.uk>
2023-08-11 10:01:22 +00:00
Gary Holtz c4aa69cdd8 Merge branch 'glab-resolved' into 'main'
fix: Don't add glab-resolved when it already exists in a remote

Closes #3461

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1317

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Reviewed-by: Wesley Schwengle <wesley@opndev.io>
Reviewed-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Wesley Schwengle <wesleys@opperschaap.net>
2023-08-09 15:57:46 +00:00
Wesley Schwengle 8d60acdccf fix: Don't add glab-resolved when it already exists in a remote 2023-08-09 15:57:46 +00:00
Andrew Seales c6640d12d4
feat(ci): add Pipeline IID to `ci list`
Fixes #1368
2023-08-09 10:53:21 +01:00
Andrew Seales 730c1db9b3
fix(deps): upgrade go-gitlab to v0.88.0
A couple of SSH Key APIs had to be updated to deal with pagination
for this upgrade to work.
2023-08-09 10:53:16 +01:00
Shekhar Patnaik 1af82d6c26 Merge branch '1423-fix-not-a-git-repo-for-some-issue-commands' into 'main'
fix(issue): fix using issue commands from non-git dir

Closes #1423

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1321

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: James Liu <jliu@gitlab.com>
Co-authored-by: Vitali Tatarintev <vtatarintev@gitlab.com>
2023-08-09 06:31:53 +00:00
Vitali Tatarintev 531de56bb1 fix(issue): fix using issue commands from non-git dir 2023-08-09 06:31:53 +00:00
Gary Holtz cb07b7e110 Merge branch 'jmc-upgrade-tview' into 'main'
chore: use latest tview version

Closes #3763

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1319

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-08-09 04:38:18 +00:00
Jay McCure eef08e08b6 Merge branch '1381-fix-replace-flaky-test-commands-project-archive-test_repoarchive_integration-repo_is_invalid' into 'main'
test: Fix test Test_repoArchive_Integration integration test

Closes #1381

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1316

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Michael Friedrich <mfriedrich@gitlab.com>
2023-08-09 01:45:11 +00:00
Jay McCure 29f9e44240 test: Fix test Test_repoArchive_Integration integration test 2023-08-09 01:45:11 +00:00
Jay McCure fa9cd2e611
chore: use latest tview version 2023-08-05 10:41:31 +10:00
Shekhar Patnaik 1c66ca5d56 Merge branch 'jmc-tview-downgrade' into 'main'
chore: downgrade tview

Closes #1328

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1318

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-08-04 09:14:59 +00:00
Jay McCure e9881890d5
chore: downgrade tview 2023-08-04 09:58:54 +10:00
Jay McCure 5eae216f6a Merge branch 'fix-remote-trailing-slash' into 'main'
fix: Handle trailing slash in remote URL

Closes #1527

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1314

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Eli Treuherz <eli@treuherz.co.uk>
2023-08-01 03:00:08 +00:00
Eli Treuherz 43f6e60bd3 fix: Handle trailing slash in remote URL 2023-08-01 03:00:08 +00:00
Jay McCure f9206cc3d5 Merge branch 'fix-ci-run-correct-branch' into 'main'
fix(ci run): use correct default branch

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1311

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Halil Coban <hcoban@gitlab.com>
Reviewed-by: Jay McCure <jmccure@gitlab.com>
Reviewed-by: Halil Coban <hcoban@gitlab.com>
Co-authored-by: Christoper Hans <4262799+ChrHan@users.noreply.github.com>
2023-08-01 02:40:31 +00:00
Christoper cd3b2cf695 fix(ci run): use correct default branch 2023-08-01 02:40:31 +00:00
Gary Holtz 26c48951f9 Merge branch 'fix-release-command-suggestion' into 'main'
release: fix assets-links suggestion/help

Closes #1542

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1313

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Co-authored-by: Andrea Scian <andrea.scian@dave.eu>
2023-07-28 04:29:33 +00:00
Andrea Scian f1d9f9b599 release: fix assets-links suggestion/help 2023-07-28 04:29:33 +00:00
Jay McCure 11ea8360f8 Merge branch '1382-fix-create-mr' into 'main'
fix: use basereporemote.name as argument to GetDefaultBranch

Closes #1382

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1312

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Alexander Huck <alexander.huck@inovex.de>
2023-07-26 09:30:42 +00:00
Alexander Huck dc6851f1fd
fix: use basereporemote.name as argument to GetDefaultBranch 2023-07-19 16:35:58 +02:00
Gary Holtz 97c047ffbf Merge branch 'jmc-flaky-int-test' into 'main'
chore: enable better debugging for flaky test

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1310

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: James Liu <jliu@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-07-18 15:25:10 +00:00
Jay McCure 12da6ac565
chore: enable better debugging for flaky test 2023-07-14 09:29:22 +10:00
Oscar Tovar d8590a4f0a Merge branch 'feature/clarify-ci-list-options' into 'main'
docs: clarify possible options for parameters for "ci list"

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1255

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Halil Coban <hcoban@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Reviewed-by: Halil Coban <hcoban@gitlab.com>
Co-authored-by: Sebastian Krebs <sebastian@krebs.one>
2023-07-13 00:31:10 +00:00
Sebastian Krebs aacab6a129 docs: clarify possible options for parameters for "ci list" 2023-07-13 00:31:10 +00:00
Gary Holtz 9d0818ffe6 Merge branch 'jmc-save-test-log' into 'main'
chore(ci): save test log as an artifact

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1309

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Halil Coban <hcoban@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Reviewed-by: Halil Coban <hcoban@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-07-12 18:59:54 +00:00
Jay McCure 4875819ae3
chore(ci): save test log as an artifact 2023-07-11 16:20:39 +10:00
Gary Holtz 8aa562b422 Merge branch 'commits-in-template' into 'main'
Fill mr description from commits in editor

Closes #1070

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1277

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Reviewed-by: Benedek Thaler <benedek.thaler@wincent.co>
Reviewed-by: Davis Bickford <dbickford@gitlab.com>
Co-authored-by: Benedek Thaler <thaler@thaler.hu>
2023-07-11 05:07:37 +00:00
Jay McCure cb2d82e996 Merge branch 'gmh-bump-go-gitlab-0-86-0' into 'main'
chore: bumping go-gitlab to 0.86.0

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1307

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com>
Co-authored-by: Gary Holtz <gholtz@gitlab.com>
2023-07-10 00:18:56 +00:00
Gary Holtz 990a515fcc
chore: bumping go-gitlab to 0.86.0 2023-07-05 23:44:08 -05:00
Shekhar Patnaik a3d600d2d1 Merge branch 'jmc-remove-ssh' into 'main'
chore(ci): remove ssh key from build

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1295

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Davis Bickford <dbickford@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-07-04 10:57:52 +00:00
Jay McCure 6d4046ff2a chore(ci): remove ssh key from build 2023-07-04 10:57:52 +00:00
Jay McCure fb8424d1e7 Merge branch 'jmc-fix-clone-tests2' into 'main'
chore: use new test repo for clone integration tests

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1303

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
2023-06-30 05:36:34 +00:00
Jay McCure 0fd7dc6e2b Merge branch 'gmh-fix-goreleaser-deprecations' into 'main'
fix: goreleaser deprecated replacements, fixing the filename templates

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1305

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Gary Holtz <gholtz@gitlab.com>
2023-06-30 04:17:48 +00:00
Gary Holtz d0dcebea45
fix: goreleaser deprecated replacements, fixing the filename templates 2023-06-29 21:44:45 -05:00
Jay McCure c1b3f9ed21 Merge branch 'gmh-fix-commandless--update-panic' into 'main'
fix: Preventing a panic when not using a sub command

Closes #1371

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1304

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Gary Holtz <gholtz@gitlab.com>
2023-06-28 23:10:22 +00:00
Gary Holtz 7932b105ba
fix: Preventing a panic when not using a sub command 2023-06-28 11:41:23 -05:00
Shekhar Patnaik 8e6b93b0a3 Merge branch 'add-incident-note-command' into 'main'
feat: add incident note command

Closes #1369

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1300

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Halil Coban <hcoban@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Reviewed-by: Halil Coban <hcoban@gitlab.com>
Co-authored-by: Vitali Tatarintev <vtatarintev@gitlab.com>
2023-06-28 09:13:04 +00:00
Vitali Tatarintev 3c6c7b097e feat: add incident note command 2023-06-28 09:13:04 +00:00