Loading
Commits on Source 57
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Timo Furrer authored
chore(deps): update module github.com/docker/cli to v29.0.4+incompatible See merge request !2601 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Timo Furrer authored
-
Timo Furrer authored
chore(deps): update module gitlab.com/gitlab-org/api/client-go to v1 See merge request !2600 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Timo Furrer authored
-
-
Timo Furrer authored
docs(config set): fixing glab config set helper messages See merge request !2543 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Co-authored-by: Michele Allevi <michele.allevi+gitlab@gmail.com>
-
-
Timo Furrer authored
docs: update description for variable strings option See merge request !2608 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Co-authored-by: Brendan <blynch@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Jay McCure authored
chore(deps): update module github.com/docker/cli to v29.1.0+incompatible See merge request !2612 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
-
Timo Furrer authored
docs: update StringSliceVar flags that support repetition See merge request !2611 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Brendan <blynch@gitlab.com>
-
-
Timo Furrer authored
docs: update glab repo delete description See merge request !2616 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Co-authored-by: Brendan <blynch@gitlab.com>
-
Ahmed Hemdan authored
chore(deps): update module github.com/docker/cli to v29.1.1+incompatible See merge request !2617 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Ahmed Hemdan authored
chore(deps): update module github.com/hashicorp/go-version to v1.8.0 See merge request !2615 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Kai Armstrong authored
-
Kai Armstrong authored
-
-
Gary Holtz authored
feat: add securefile download via name Closes #8028 See merge request !2603 Merged-by:
Gary Holtz <gholtz@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by: Brendan Lynch <blynch@gitlab.com> Approved-by:
Gary Holtz <gholtz@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:
jack1902 <30406998-jack1902@users.noreply.gitlab.com>
-
Timo Furrer authored
chore(deps): update module github.com/gdamore/tcell/v2 to v2.12.0 See merge request !2602 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
-
Ashraf Khamis authored
docs: add example for glab mr note command See merge request !2619 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by: Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Brendan <blynch@gitlab.com>
-
Itzamna authored
The ci view command was showing the wrong pipeline when viewing different branches. It used commit.LastPipeline which returns the latest pipeline for a commit regardless of branch. This fix uses GetLatestPipeline with the Ref option to correctly filter by branch, with a fallback to MR head pipeline for merged results pipelines. This matches the fix applied to ci status. Closes #7997
-
Itzamna authored
Remove factory parameter from GetPipelineWithFallback in favor of passing only the required iostreams dependency. This aligns with the options struct design pattern where specific dependencies are preferred over the entire factory. Additionally, enhance the fallback logic to check if pipelines have jobs. When GetLatestPipeline returns a pipeline with no jobs (e.g., external pipelines), the function now falls back to the MR head pipeline, which typically has jobs. This fixes an issue where 'glab ci view' would crash with 'No jobs found in the pipeline'. Changes: - Remove factory parameter from GetPipelineWithFallback - Add getMRForBranch helper to replace mrutils.MRFromArgs dependency - Check if pipeline has jobs before returning from direct branch lookup - Update all call sites in ci status and ci view commands - Add test coverage for pipeline with no jobs scenario
-
🤖 GitLab Bot 🤖 authored
-
Jay McCure authored
fix(ci): correct branch filtering in ci view command Closes #7997 See merge request !2613 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by: Jay McCure <jmccure@gitlab.com> Reviewed-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Itzamna <itzamna@mayaprotocol.com>
-
-
Brendan Lynch authored
feat: CI auto-login See merge request !2609 Merged-by:
Brendan Lynch <blynch@gitlab.com> Approved-by:
Kai Armstrong <karmstrong@gitlab.com> Approved-by:
Brendan Lynch <blynch@gitlab.com> Reviewed-by:
Kai Armstrong <karmstrong@gitlab.com> Reviewed-by:
Brendan Lynch <blynch@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Timo Furrer <tfurrer@gitlab.com> -
Kai Armstrong authored
-
Kai Armstrong authored
chore: wrap bare urls in markdown syntax for doc generation Closes #8074 See merge request !2627 Merged-by:
Kai Armstrong <karmstrong@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by: Brendan Lynch <blynch@gitlab.com> Reviewed-by:
Kai Armstrong <karmstrong@gitlab.com> Reviewed-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: Brendan Lynch <blynch@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
Kai Armstrong authored
-
Kai Armstrong authored
feat: support GITLAB_HOST in auth status Closes #8065 See merge request !2620 Merged-by:
Kai Armstrong <karmstrong@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: Kai Armstrong <karmstrong@gitlab.com> Reviewed-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Shekhar Patnaik authored
chore: migrate login prompts to huh Closes #8032 See merge request !2605 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by: James Hebden <jhebden@gitlab.com> Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Reviewed-by: James Hebden <jhebden@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com>
-
Ahmed Hemdan authored
chore(deps): update dependency golangci-lint to v2.7.0 See merge request !2632 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Timo Furrer authored
chore(deps): update module github.com/spf13/cobra to v1.10.2 See merge request !2633 Merged-by:
Timo Furrer <tfurrer@gitlab.com>
Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Shekhar Patnaik authored
chore(deps): update module github.com/docker/cli to v29.1.2+incompatible See merge request !2628 Merged-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Approved-by:
Shekhar Patnaik <spatnaik@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
-
Ahmed Hemdan authored
chore(deps): update dependency golangci-lint to v2.7.1 See merge request !2636 Merged-by:
Ahmed Hemdan <ahemdan@gitlab.com> Approved-by:
Ahmed Hemdan <ahemdan@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Kai Armstrong authored
chore: migrate multi-option select prompts to huh Closes #8033 See merge request !2606 Merged-by:
Kai Armstrong <karmstrong@gitlab.com> Approved-by:
James Hebden <jhebden@gitlab.com> Approved-by:
Filip Aleksic <faleksic@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
Kai Armstrong authored
-
Kai Armstrong authored
fix: ensure Git output is in English for stack sync Closes #7687 See merge request !2621 Merged-by:
Kai Armstrong <karmstrong@gitlab.com> Approved-by:
Filip Aleksic <faleksic@gitlab.com> Reviewed-by:
Filip Aleksic <faleksic@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com>
-
Kai Armstrong authored
-
Kai Armstrong authored
feat: add --output flag and deprecate --format for variable export See merge request !2631 Merged-by:
Kai Armstrong <karmstrong@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com>
Reviewed-by: GitLab Duo <gitlab-duo@gitlab.com>
-
Jay McCure authored
chore(deps): update module github.com/mark3labs/mcp-go to v0.43.2 See merge request !2634 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
-
Jay McCure authored
fix: make token cache tests compatible with macOS See merge request !2639 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
chore(deps): update dependency @commitlint/cli to ^20.2.0 See merge request !2640 Merged-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>