Git Product home page Git Product logo

raycast-my-gitlab-extension's Introduction

My GitLab Dashboard

Install

It could be argued that this extension belongs in the Raycast Store but for a number of reasons I decided not to publish it. Here's how you can run it locally:

gh repo clone mikybars/raycast-my-gitlab-extension
cd raycast-my-gitlab-extension
npm install && npm run dev

Why this extension

This extension was born out of pure necessity. It's true that in the Raycast Store you can already find an (excellent) GitLab extension which covers almost all your bases but what I actually wanted was something that allowed me to see at a glance what was going on with all of my projects without having to go through each one of them individually.

This extension is therefore not meant to be thorough but rather serve a specific workflow. You can always submit your suggestions if you find this workflow being pretty close to yours but miss some functionality or rather use this extension as a foundation to build your own (extensions in Raycast can be run locally).

Features

  • Select which projects you want to manage on your dashboard.
  • For each project selected:
    • View the status of the latest pipeline run for the default branch.
    • List all the merge requests that were merged today.
    • List all the merge requests opened.
    • For each MR opened:
      • Figure out the Jira task associated with it (by looking at the MR title) and offer an action to browse it (configuration).
      • View nuggets of information such as the author, the creation date, approvers, regular and unresolved comments and more.
      • MRs created by you will be specially indicated.
      • MRs with changes since last viewed will be specially indicated.
      • Creation dates are coloured to show age (configuration).
      • View pipeline status if failed and offer an action to browse the failing job.
      • Mark as draft/ready actions.
      • Merge action.

Getting Started

The first time you run the extension you will need to fill in some basic information like the URL of your GitLab instance and your API token.

image

As for the token, for the most part you will be good with read scope but some functionality such as the merge or mark as draft actions will require write scope too.

Select My Projects

After the initial setup you then need to decide on the projects that will be displaying on your dashboard. You do so by launching the 'Select My Projects' command.

image

Dashboard

Et voilà!

image

raycast-my-gitlab-extension's People

Contributors

mikybars avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.