Loading
Commits on Source 31
-
🤖 GitLab Bot 🤖 authored
-
Tomas Vik authored
The human-readable output omitted the IDs needed to act on a discussion, so users could not feed `glab mr note list` results into `reply`/`resolve` (discussion ID) or `update`/`delete` (note ID). Annotate each note with `[note #ID]` and each thread with its discussion ID, and render terminal and piped output through a single path: markdown in a terminal, verbatim body when piped so the raw output stays free of control characters.
-
Tomas Vik authored
-
Tomas Vik authored
Note timestamps now render as 'about 1 day ago (2026-06-26 05:35:51)', combining the relative time with the absolute local time so the output stays scannable while preserving the precise timestamp.
-
Tomas Vik authored
Two go:generate directives targeted internal/git/testing/git_runner.go: one in git_runner.go with -package=git and one in testing/api.go with -package=testing. During 'go generate ./...' the git package variant ran first and briefly wrote 'package git' before the correct directive overwrote it, which races with parallel test builds. Keep only the correct -package=testing directive in testing/api.go.
-
Tomas Vik authored
-
Tomas Vik authored
feat(mr): show note and discussion IDs in mr note list See merge request !3474 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com> Reviewed-by:
Oscar Tovar <otovar@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
Uma Chandran authored
-
Jon Glassman authored
docs: updates for GitLab Duo CLI GA See merge request !3465 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Uma Chandran <uchandran@gitlab.com>
-
Jay McCure authored
chore(deps): update dependency @commitlint/cli to ^21.2.0 See merge request !3488 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Oscar Tovar authored
-
Oscar Tovar authored
refactor: enforce IOStreams output helpers over direct fmt.Fprint calls See merge request !3479 Merged-by:
Oscar Tovar <otovar@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
Jonathan Bowe authored
-
Jay McCure authored
feat: Add Wait Flag for CI Status Subcommand Closes #8228 See merge request !3103 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Reviewed-by:
Jonathan Bowe <jonathan@bowedev.com> Co-authored-by:
Jonathan Bowe <jonathan@bowedev.com>
-
🤖 GitLab Bot 🤖 authored
-
Brendan Lynch authored
-
Kai Armstrong authored
docs(security): mark experimental subcommands and clarify synopsis Closes #8385 See merge request !3493 Merged-by:
Kai Armstrong <karmstrong@gitlab.com>
Approved-by:
Kai Armstrong <karmstrong@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Brendan Lynch <blynch@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Jay McCure authored
chore(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2.47.0 See merge request !3502 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Jack authored
-
Tomas Vik authored
feat(securefile): remove by name Closes #8380 See merge request !3491 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: Jay McCure <jmccure@gitlab.com>
-
Tomas Vik authored
chore(deps): update module charm.land/bubbletea/v2 to v2.0.8 See merge request !3500 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by:
Tomas Vik <tvik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Kai Armstrong authored
-
Jay McCure authored
fix(issue): avoid panic when viewing a closed issue with no closer Closes #8384 See merge request !3503 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com> -
Kai Armstrong authored
-
Jay McCure authored
fix(changelog): strip newline from git describe output See merge request !3504 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com> -
Kai Armstrong authored
-
Jay McCure authored
fix(auth): preserve saved values on re-authentication Closes #8389 See merge request !3506 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com> -
Kai Armstrong authored
-
Jay McCure authored
docs(config): list missing user-settable global keys in help Closes #8391 See merge request !3505 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com> -
Tomas Vik authored
test(mrutils): parallelize noteTimeAgo test See merge request !3490 Merged-by:
Tomas Vik <tvik@gitlab.com>
Approved-by: Oscar Tovar <otovar@gitlab.com>