Loading
Commits on Source 30
-
🤖 GitLab Bot 🤖 authored
-
Jay McCure authored
chore(deps): update module gitlab.com/gitlab-org/api/client-go/v2 to v2.53.0 See merge request !3665 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Kai Armstrong authored
-
Jay McCure authored
chore(duo): remove ask deprecation notice See merge request !3666 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com> -
🤖 GitLab Bot 🤖 authored
-
Jay McCure authored
-
Kai Armstrong authored
docs: document forcing an off-cycle release See merge request !3668 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:
Jay McCure <jmccure@gitlab.com>
-
Stan Hu authored
When an OAuth token endpoint returns a non-2XX response without a structured OAuth error (for example, an HTML 500 error page), the `*oauth2.RetrieveError` from golang.org/x/oauth2 embeds the entire response body in its error string. `glab auth status` printed this verbatim, flooding the terminal with unhelpful HTML markup that could obscure other instances' status. Add a `sanitizeAuthError` helper that reports only the HTTP status for these body-only OAuth failures, while leaving structured OAuth errors and all other errors unchanged. Co-Authored-By:Claude Opus 4.8 <noreply@anthropic.com>
-
Stan Hu authored
Replace only the body-containing inner error string instead of returning a freshly-constructed message, so context added by any outer wrapper is retained in the status output. Co-Authored-By:Claude Opus 4.8 <noreply@anthropic.com>
-
Stan Hu authored
A *oauth2.RetrieveError with a nil Response makes Error() panic on a nil pointer dereference, so the previous fallback to err.Error() would have panicked for such errors. Report a safe "unknown status" message instead, and add a test exercising this branch. Co-Authored-By:Claude Opus 4.8 <noreply@anthropic.com>
-
Michael Eddington authored
-
Jay McCure authored
feat(df): add CI verdict log and summary renderer See merge request !3439 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
James Hebden <jhebden@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Co-authored-by:
Michael Eddington <meddington@gitlab.com> -
Ahmed Hemdan authored
fix(auth): avoid dumping HTML error pages in auth status See merge request !3671 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
🤖 GitLab Bot 🤖 authored
-
Ahmed Hemdan authored
chore(deps): update module go.yaml.in/yaml/v3 to v3.0.5 See merge request !3677 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Syed Saif Ali Alvi authored
-
Ahmed Hemdan authored
fix(issue-8220): show system notes in text output when --type all Closes #8220 See merge request !3626 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
syedsaifalialvi <saifalialvi@gmail.com>
-
Oscar Tovar authored
chore(deps): update module github.com/mattn/go-runewidth to v0.0.27 See merge request !3669 Merged-by:
Oscar Tovar <otovar@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Kai Armstrong authored
-
Oscar Tovar authored
refactor(utils): simplify EnsureDestinationRoot and consolidate securefile copy See merge request !3674 Merged-by:
Oscar Tovar <otovar@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com> -
Parth Sharma authored
-
Kai Armstrong authored
fix(mr-close): fixed the ci pipeline must pass error on closing the MR Closes #8400 See merge request !3676 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:
Parth sharma <dankparth@gmail.com>
-
Parth Sharma authored
-
Oscar Tovar authored
perf(issue): fetch board issues in parallel Closes #1086 See merge request gitlab-org/cli!3499 Merged-by:
Oscar Tovar <otovar@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Reviewed-by:
Oscar Tovar <otovar@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Parth sharma <dankparth@gmail.com>
-
Jay McCure authored
chore(deps): update module github.com/modelcontextprotocol/go-sdk to v1.7.0 See merge request !3683 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Stan Hu authored
-
Jay McCure authored
feat(auth): warn when env token overrides stored credentials See merge request !3673 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
Jay McCure <jmccure@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Michael Eddington authored
-
Timo Furrer authored
feat(df): add df parent command with npm-config and ci-summary See merge request !3441 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Reviewed-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: Brendan Lynch <blynch@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Co-authored-by:
Michael Eddington <meddington@gitlab.com>