Extension Icon

GitLab

Create, search and modify issues, manage merge requests, projects and more.
AvatarMichael Aigner
9,940 Installs
OverviewCommandsVersion History

Versions33

Fix - April 23, 2024

  • Fix limit of 50 users for user selection during Create Merge Request / Create Issue

Standardize Project Actions and List Items - February 22, 2024

  • Standardize project actions between Search Projects and Groups > Show Group views
  • Reuse <ProjectListItem> for consistent future behavior

Add Issue State Filter - February 16, 2024

  • Add dropdown filter for issue state

Add Group Search - January 26, 2024

  • Add Search Groups command
  • Update keyboard shortcut for project Pipelines command to cmd+shift+P to remove conflict with reserved shortcut for Raycast core

Fix - October 21, 2023

  • Fix possible crash in todo commands if the title is empty

Fix - October 15, 2023

  • Fix possible crashes in menubar items
  • Fix possible crashes in label lists
  • Catch error if launchCommand fails
  • Fix menubar icon color on dark theme

Fixed unicode chars in title - September 21, 2023

  • Fixed an error with unicode chars in titles

Fixed menubar colors - August 8, 2023

  • Fixes the dynamic color for the GitLab Menu Bar command icons, specifically the Merge Request one.

Optimize Recent Activities - July 2, 2023

  • Add unsupported activity
  • Rename My Recent Activities to Recent Activities
  • Recent Activities got a dropdrown to switch between My Activities and My Projects
  • Add Merge Request Menu command
  • Add Issues Menu command
  • Add group filter dropdown for epics
  • My Groups only show one level at a time

Add Merge Request Template - July 4, 2023

  • Add template choice for merge request creation

Search Scope - April 27, 2023

  • Add scope dropdown for Search Issues and Search Merge Requests
  • Add possibility to search for named parameters in Search Issues and Search Merge Requests.

Remove Branch - April 17, 2023

  • Add checkbox Delete source branch for a new MR (default state of project is respected)
  • Milestones are now shown as tags instead of text in a list

Improve Starred Project Visibility - March 16, 2023

  • Use default color for non-starred projects so starred projects are more visible

Add Retry for Failed Jobs - March 15, 2023

  • Added ability to retry all failed jobs for a pipeline
  • Added ability to retry a single job

Add Group and Project Wikis - March 14, 2023

  • Added wikis for groups and projects

Add Copy Clone Url - February 24, 2023

  • Added command to copy clone url of a project to clipboard

Allow Failure Jobs - February 24, 2023

  • Added indicators for jobs that are allowed to fail

Project Create New Issue - February 3, 2023

  • Added command to cerate new issue on a project

New Preference - January 3, 2023

  • Added preference to hide annoying bot created todos in the todo command

Add Todo Tags - December 17, 2022

  • Upgrade to Raycast 1.45
  • Add Todo Tag to present the todo-reason
  • Add ⚠️ to merge request when there is a kind of conflict

Fix crash - December 7, 2022

  • Fix crash which happens when cache is corrupted
  • Add Clear Local Extension Cache action to most list items to be able to reset the local cache

Todos Menu Bar - December 6, 2022

  • Add Todos menu bar command
  • Add tooltips to most command view
  • Use modern raycast feature to display data
  • Fix some bugs

Update - October 11, 2022

  • Add Open in Browser option in project navigation

Archive Indicator - September 8, 2022

  • Add an archived status indicator.

MR Details - August 4, 2022

  • Add date to list view MR details.

MR Details - July 28, 2022

  • Add a new setting to show details in merge request list via a metadata view.
  • Switch My Reviews to use MRListItem to display merge requests.
  • Upgrade Raycast API and fix resulting compilation errors.

Bugfix - July 16, 2022

  • Fixes an issue in the GitLab extension that was preventing fetching all the pages from the API, even though the all parameter was enabled.

Markdown Improvements - July 8, 2022

  • Render emojis from GitLab Flavored Markdown.
  • Hide inline HTML tags from GitLab Flavored Markdown.

UI Improvements - June 29, 2022

  • Add TagList items to MR details to show assignees and reviewers.
  • Pluralized the TagList.
  • Hide metadata items when they are empty.
  • Add key properties where necessary.

Bugfixes - June 28, 2022

  • Fix GraphQL errors related to deprecated ID! type usage. e.g. Could not get Merge Request Details: Type mismatch on variable $id and argument id (ID! / MergeRequestID!)

Custom Certs - June 23, 2022

  • Add support for custom certificates
  • Add support for ignoring SSL errors

Projects list - May 18, 2022

  • Display project stars only if there are (#1728)

Optimize - April 3, 2022

  • Set minimum Raycast version to 1.31
  • Increase project cache invalid time to 7 days
  • Most commands use SWR cache to speedup operations
  • Add Primary Action option to settings
  • Add pop to root setting
  • Add more details for issue and merge request
  • Add My Recent Commits root command
  • Merge requests and issue view can now be directly opened from My Recent Activities root command
  • Fix relative markdown links to display images which get uploaded to GitLab directly
  • Filter My Merge Request, My Todos, My Recent Commits, My Open Issues, My Reviews per project via CMD + P
  • Most commands show CI Job status now if available