All Projects → tosher → StGitlab

tosher / StGitlab

Licence: other
Sublime text Gitlab manager

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to StGitlab

aplus
Aplus Command Line Tool
Stars: ✭ 71 (+446.15%)
Mutual labels:  gitlab, manager
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+738.46%)
Mutual labels:  sublime, text
rocketchat-gitlab-hook
Add GitLab notifications via a new WebHook in Rocket.Chat
Stars: ✭ 80 (+515.38%)
Mutual labels:  gitlab
gitlab-setup
A Packer / Terraform / Ansible configuration to install Gitlab and Gitlab-CI
Stars: ✭ 53 (+307.69%)
Mutual labels:  gitlab
glfont
A modern opengl text rending library for Golang
Stars: ✭ 27 (+107.69%)
Mutual labels:  text
text2class
Multi-class text categorization using state-of-the-art pre-trained contextualized language models, e.g. BERT
Stars: ✭ 15 (+15.38%)
Mutual labels:  text
gitlab-mattermost-backup
A simple backup script for mattermost in gitlab omnibus package
Stars: ✭ 23 (+76.92%)
Mutual labels:  gitlab
iwata-asks-downloader
Tool to download Iwata Asks interviews (none of which are stored in this repo)
Stars: ✭ 17 (+30.77%)
Mutual labels:  text
react-text-translator
An experimental way to translate text inside React components with context
Stars: ✭ 15 (+15.38%)
Mutual labels:  text
craft-text-detector
Packaged, Pytorch-based, easy to use, cross-platform version of the CRAFT text detector
Stars: ✭ 151 (+1061.54%)
Mutual labels:  text
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (+23.08%)
Mutual labels:  sublime
pipelines-as-code
Pipelines as Code
Stars: ✭ 37 (+184.62%)
Mutual labels:  gitlab
gitlab-job-log-viewer
Browser extension for code highlighting raw logs in Gitlab CI
Stars: ✭ 21 (+61.54%)
Mutual labels:  gitlab
ganttlab
A live Gantt chart for GitLab and GitHub
Stars: ✭ 30 (+130.77%)
Mutual labels:  gitlab
mjml-syntax
Sublime package for the MJML
Stars: ✭ 44 (+238.46%)
Mutual labels:  sublime
vue-resize-text
A vue directive which automatically resize font size based on element width.
Stars: ✭ 65 (+400%)
Mutual labels:  text
gitlab ynh
GitLab package for YunoHost
Stars: ✭ 17 (+30.77%)
Mutual labels:  gitlab
gitlab task manager
Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend
Stars: ✭ 22 (+69.23%)
Mutual labels:  gitlab
emote-manager
Emote Manager Clone in JavaScript
Stars: ✭ 28 (+115.38%)
Mutual labels:  manager
perfekt
Release, changelog and version your packages with perfe(k)t 👌 ease!
Stars: ✭ 15 (+15.38%)
Mutual labels:  manager

StGitlab: SublimeText Gitlab manager

SublimeText 3 plugin to manage Gitlab projects:

  • issues
  • merge-requests
  • pipelines
  • branches
  • snippets

Features

  • Fully customizable fields
  • Create/Show/Edit issues
  • Create/Show/Edit merge-requests
  • Create/Show/Edit snippets
  • Show/Retry/Cancel pipelines
  • Shortcuts panels on every screen for fast access to commands

Screenshots

Project issues list

p1

Issue

p2

Snippet

p3

Install

Package Control

The easiest way to install this is with Package Control.

  • If you just went and installed Package Control, you probably need to restart Sublime Text before doing this next bit.
  • Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
  • Select "Package Control: Install Package" (it'll take a few seconds)
  • Select StGitlab when the list appears.

Package Control will automatically keep StGitlab up to date with the latest version.

Configure

Basic
  • Open plugin settings Preferences: Package Settings > StGitlab > Settings
  • Set the gitlab_url and api_token
  • Configure other options as you want
  • Set the projects_filter for filtering data for your projects only
  • Set the users_group_filter for filtering user groups.
  • Customize columns by options like issue_list_columns, etc.

For editing descriptions, notes for issues, merges, etc. in markdown, plugin MarkdownEditing is recommended.

Example:

{
    "gitlab_url": "URL to your Gitlab",
    "api_token": "Set your Gitlab API token",
    "ssl_verify": true,
    "projects_filter": ["mygroup/MyProject"],
    "users_group_filter": ["mygroup"],
    "list_page_size": 40,
    "show_system_notes": true,
    "syntax_file": "Packages/StGitlab/StGitlab.sublime-syntax",
    "syntax_file_edit": "Packages/MarkdownEditing/Markdown.sublime-syntax",
}

Hints

For auto-completions show, add option to syntax specific settings (markdown):

"auto_complete_triggers": [ {"selector": "text.html.markdown", "characters": "#!@"} ]

External dependencies

Dependencies, supported by Package control

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].