Commit Graph

2569 Commits

Author SHA1 Message Date
Jay McCure d4f12bf73d Merge branch 'feature/cluster-update-kubeconfig' into 'main'
feat(cluster): Implement basic `update-kubeconfig` command

Closes #7296

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

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com>
Approved-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Reviewed-by: Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com>
Reviewed-by: Mikhail Mazurskiy <mmazurskiy@gitlab.com>
Reviewed-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Taka Nishida <tnishida@gitlab.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
Co-authored-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Timo Furrer <tfurrer@gitlab.com>
2023-10-26 04:39:50 +00:00
Timo Furrer eec102ad3f feat(cluster): Implement basic `update-kubeconfig` command 2023-10-26 04:39:50 +00:00
Jay McCure 89ef4a7711 Merge branch 'add_perpage_to_sshkeys_get_interactive' into 'main'
feat(get): add perpage and page options to ssh-key get command

Closes #3777

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

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Laura Callahan <lmeckley@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Reviewed-by: Mat Gautron <mat.gautron@gmail.com>
Co-authored-by: mat <mat.gautron@gmail.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
2023-10-25 01:16:53 +00:00
Mat Gautron 6121f6747d feat(get): add perpage and page options to ssh-key get command 2023-10-25 01:16:53 +00:00
Jay McCure c489653883 Merge branch 'phikai-better-mr-error' into 'main'
fix(mr create): better error message when no accces

Closes #7375

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

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Kai Armstrong <karmstrong@gitlab.com>
2023-10-24 05:18:28 +00:00
Kai Armstrong 8b934bfb8a
fix(mr create): better error message when no accces 2023-10-23 13:07:21 -05:00
Gary Holtz 6a34614218 Merge branch 'jmc-7367' into 'main'
fix(ci variable list): print entity type

Closes #7367

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

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: James Liu <jliu@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-10-21 04:35:02 +00:00
Jay McCure 99bb26529b fix(ci variable list): print entity type 2023-10-21 04:35:02 +00:00
Gary Holtz 93536b4276 Merge branch '6285-environment-variable-gitlab_token-takes-precedence-over-the-token-parameter' into 'main'
docs: Adding precedence order to docs

Closes #6285

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

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Reviewed-by: Gary Holtz <gholtz@gitlab.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
2023-10-20 19:22:54 +00:00
Gary Holtz ec61b3b18e docs: Adding precedence order to docs 2023-10-20 19:22:54 +00:00
Oscar Tovar 609be046ff Merge branch 'phikai-go-x-net-update' into 'main'
fix: upgrade x/net

Closes #7373

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

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Kai Armstrong <karmstrong@gitlab.com>
2023-10-19 23:20:20 +00:00
Kai Armstrong 8728637cce
fix: upgrade x/net 2023-10-19 15:47:57 -05:00
Gary Holtz 7832d8365e Merge branch 'gmh-fix-linting-job' into 'main'
chore: Fixing lint job for CI

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

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Kai Armstrong <karmstrong@gitlab.com>
2023-10-18 20:47:59 +00:00
Gary Holtz d09bfeebd3
chore: Fixing lint job for CI 2023-10-18 10:21:42 -05:00
Gary Holtz dc2d940327
Merge branch 'main' of gitlab.com:gitlab-org/cli 2023-10-17 22:30:38 -05:00
Oscar Tovar aeee0f8f60 Merge branch 'add_sshkey_delete_command' into 'main'
feat(sshkey): add ssh-key delete command

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

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: James Liu <jliu@gitlab.com>
Reviewed-by: Oscar Tovar <otovar@gitlab.com>
Reviewed-by: Mat Gautron <mat.gautron@gmail.com>
Co-authored-by: mat <mat.gautron@gmail.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
2023-10-16 23:02:32 +00:00
Mat Gautron f8f68e7096 feat(sshkey): add ssh-key delete command 2023-10-16 23:02:31 +00:00
Oscar Tovar ae6b8abd85 Merge branch 'feature/cluster-get-token' into 'main'
feat(cluster): implement cluster agent `get-token` command

Closes #7297

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

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Taka Nishida <tnishida@gitlab.com>
Co-authored-by: Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com>
Co-authored-by: Timo Furrer <tfurrer@gitlab.com>
2023-10-13 18:16:27 +00:00
Taka Nishida 3d81c74097 feat(cluster): implement cluster agent `get-token` command 2023-10-13 18:16:27 +00:00
Jay McCure 5846dfbbca Merge branch 'revert-6c058c4d' into 'main'
Revert "Merge branch 'nh/pin-gitlab-dangerfiles-version' into 'main'"

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

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Kai Armstrong <karmstrong@gitlab.com>
2023-10-11 22:41:10 +00:00
Kai Armstrong 114d7a1943 Revert "Merge branch 'nh/pin-gitlab-dangerfiles-version' into 'main'" 2023-10-11 22:41:10 +00:00
Kai Armstrong 6c058c4de7 Merge branch 'nh/pin-gitlab-dangerfiles-version' into 'main'
chore: Pin gitlab-dangerfiles version

Closes gitlab-org/ruby/gems/gitlab-dangerfiles#75

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

Merged-by: Kai Armstrong <karmstrong@gitlab.com>
Approved-by: Kai Armstrong <karmstrong@gitlab.com>
Co-authored-by: Nao Hashizume <nhashizume@gitlab.com>
2023-10-10 21:51:18 +00:00
Nao Hashizume 4e7bbb7219 chore: Pin gitlab-dangerfiles version 2023-10-10 21:51:17 +00:00
Oscar Tovar e2d4485281 Merge branch 'jmc-7292' into 'main'
chore(dependency): remove alecthomas/assert module

Closes #7292

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

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Jaime Martinez <jmartinez@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-10-05 13:20:13 +00:00
Jay McCure 79a9211729 chore(dependency): remove alecthomas/assert module 2023-10-05 13:20:13 +00:00
Jay McCure e86d6959e7 Merge branch 'jmc-7293' into 'main'
chore(dependency): remove jarcoal/httpmock

Closes #7293

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

Merged-by: Jay McCure <jmccure@gitlab.com>
Approved-by: James Liu <jliu@gitlab.com>
2023-10-04 23:04:24 +00:00
Jay McCure cbea97c368
chore(dependency): remove jarcoal/httpmock 2023-10-04 10:40:27 +10:00
Oscar Tovar 109e8acadd Merge branch 'fix/string-array-api-field' into 'main'
fix: Parse string arrays passed to glab api --field command

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

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Reviewed-by: Alby Hernández <donfumero@gmail.com>
Reviewed-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Alby Hernández <donfumero@gmail.com>
2023-09-29 15:32:54 +00:00
Alby Hernández 95e95ee85f fix: Parse string arrays passed to glab api --field command 2023-09-29 15:32:54 +00:00
Gary Holtz 005e2ebf82 Merge branch 'phikai-remove-web-self-hosted' into 'main'
fix: only show web login for GitLab SaaS

Closes #7306

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

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: A Browne <abrowne@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Co-authored-by: Kai Armstrong <karmstrong@gitlab.com>
2023-09-25 18:40:22 +00:00
Gary Holtz 79195dbe20 Merge branch 'feature/cluster-cmd' into 'main'
feat(cluster): add cluster agent list command

Closes #7295

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

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Davis Bickford <dbickford@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Reviewed-by: Davis Bickford <dbickford@gitlab.com>
Co-authored-by: Timo Furrer <tfurrer@gitlab.com>
2023-09-25 14:41:42 +00:00
Timo Furrer 68473b8eda feat(cluster): add cluster agent list command 2023-09-25 14:41:42 +00:00
Amy Qualls e166d82d19 Merge branch 'gmh-add-note-about-homebrew-zsh' into 'main'
feat: Add note about homebrew zsh for completions

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

Merged-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Co-authored-by: Gary Holtz <gholtz@gitlab.com>
2023-09-21 23:13:20 +00:00
Gary Holtz da23357b7b feat: Add note about homebrew zsh for completions 2023-09-21 23:13:19 +00:00
Kai Armstrong 1072a86c84
fix: only show web login for GitLab SaaS 2023-09-21 09:03:32 -05:00
Oscar Tovar f0916553df Merge branch 'chore/prefill' into 'main'
feat: prefill scope parameter for PAT generation

Closes #7300

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

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Halil Coban <hcoban@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Jamie Tanna <jamie@jamietanna.co.uk>
2023-09-20 16:30:13 +00:00
Jamie Tanna 90ff75aabe feat: prefill scope parameter for PAT generation 2023-09-20 16:30:10 +00:00
Gary Holtz cd7182b9bf Merge branch 'aqualls-crosslink-contributing' into 'main'
chore: Update which docs files are linted

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

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Co-authored-by: Amy Qualls <aqualls@gitlab.com>
2023-09-18 18:42:54 +00:00
Amy Qualls 48539e1e02 chore: Update which docs files are linted 2023-09-18 18:42:54 +00:00
Shekhar Patnaik d56349e7cc Merge branch 'jmc-no-auth-update' into 'main'
fix(check-update): remove auth for check-update

Closes #3703

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

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Laura Callahan (Meckley) <lmeckley@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-09-17 21:46:57 +00:00
Jay McCure 465a67fcef fix(check-update): remove auth for check-update 2023-09-17 21:46:57 +00:00
Amy Qualls 7aee063751 Merge branch 'otovar/add-cli-design-guidelines' into 'main'
docs: Add feature design guidelines

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

Merged-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Kai Armstrong <karmstrong@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Reviewed-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
Co-authored-by: Oscar Tovar <otovar@gitlab.com>
2023-09-15 20:07:35 +00:00
Oscar Tovar de0f9e0ee0 docs: Add feature design guidelines 2023-09-15 20:07:34 +00:00
Oscar Tovar eb616f036e Merge branch 'jmc-mr-delete-doc' into 'main'
docs(mr delete): change close to delete

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

Merged-by: Oscar Tovar <otovar@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-09-15 16:59:16 +00:00
Jay McCure efd4ea2603
docs(mr delete): change close to delete 2023-09-15 10:27:01 +10:00
Shekhar Patnaik 5b4987d7d9 Merge branch 'jmc-oauth-manual-url' into 'main'
fix(auth login): encode scopes for oauth url

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

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: James Liu <jliu@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-09-13 09:37:21 +00:00
Jay McCure 849ca1a3ef
fix(auth login): encode scopes for oauth url 2023-09-12 11:24:57 +10:00
Amy Qualls 3210312e47
Merge branch 'jmc-cli-config-doc' into 'main'
docs(config): add check_update and display_hyperlinks

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

Merged-by: Amy Qualls <aqualls@gitlab.com>
Approved-by: Amy Qualls <aqualls@gitlab.com>
Co-authored-by: Kai Armstrong <karmstrong@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-09-06 16:59:41 +00:00
Jay McCure 8f75fe3174
docs(config): add check_update and display_hyperlinks 2023-09-06 16:59:41 +00:00
Shekhar Patnaik 0649189077
Merge branch 'jmc-bump-ci-lint' into 'main'
chore: update golangci-lint image

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

Merged-by: Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
2023-09-01 06:40:41 +00:00