{"id":17031627,"url":"https://github.com/tosher/stgitlab","last_synced_at":"2025-04-12T12:51:50.459Z","repository":{"id":149800151,"uuid":"104391041","full_name":"tosher/StGitlab","owner":"tosher","description":"Sublime text Gitlab manager","archived":false,"fork":false,"pushed_at":"2024-09-15T17:04:07.000Z","size":528,"stargazers_count":13,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T07:36:27.359Z","etag":null,"topics":["gitlab","manager","sublime","text"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tosher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-21T19:40:05.000Z","updated_at":"2025-03-09T15:26:53.000Z","dependencies_parsed_at":"2023-05-13T05:15:45.176Z","dependency_job_id":null,"html_url":"https://github.com/tosher/StGitlab","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosher%2FStGitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosher%2FStGitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosher%2FStGitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosher%2FStGitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tosher","download_url":"https://codeload.github.com/tosher/StGitlab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571479,"owners_count":21126518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitlab","manager","sublime","text"],"created_at":"2024-10-14T08:24:53.048Z","updated_at":"2025-04-12T12:51:50.437Z","avatar_url":"https://github.com/tosher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## StGitlab: SublimeText Gitlab manager\n\nSublimeText 3 plugin to manage Gitlab projects:\n* issues\n* merge-requests\n* pipelines\n* branches\n* snippets\n\n### Features\n* Fully customizable fields\n* Create/Show/Edit issues\n* Create/Show/Edit merge-requests\n* Create/Show/Edit snippets\n* Show/Retry/Cancel pipelines\n* Shortcuts panels on every screen for fast access to commands\n\n## Screenshots\n\n**Project issues list**\n\n![p1](https://raw.githubusercontent.com/wiki/tosher/StGitlab/stgl_issues.png)\n\n**Issue**\n\n![p2](https://raw.githubusercontent.com/wiki/tosher/StGitlab/stgl_issue.png)\n\n**Snippet**\n\n![p3](https://raw.githubusercontent.com/wiki/tosher/StGitlab/stgl_snippet.png)\n\n## Install\n\n### Package Control\nThe easiest way to install this is with [Package Control](http://wbond.net/sublime\\_packages/package\\_control).\n\n * If you just went and installed Package Control, you probably need to restart Sublime Text before doing this next bit.\n * Bring up the Command Palette (\u003ckbd\u003eCommand+Shift+p\u003c/kbd\u003e on OS X, \u003ckbd\u003eControl+Shift+p\u003c/kbd\u003e on Linux/Windows).\n * Select \"Package Control: Install Package\" (it'll take a few seconds)\n * Select `StGitlab` when the list appears.\n\nPackage Control will automatically keep **StGitlab** up to date with the latest version.\n\n### Configure\n\n##### Basic\n* Open plugin settings *Preferences: Package Settings \u003e StGitlab \u003e Settings*\n* Set the *gitlab_url* and *api_token*\n* Configure other options as you want\n* Set the *projects_filter* for filtering data for your projects only\n* Set the *users_group_filter* for filtering user groups.\n* Customize columns by options like `issue_list_columns`, etc.\n\n\u003e For editing descriptions, notes for issues, merges, etc. in markdown, plugin MarkdownEditing is recommended.\n\nExample:\n\n```json\n{\n    \"gitlab_url\": \"URL to your Gitlab\",\n    \"api_token\": \"Set your Gitlab API token\",\n    \"ssl_verify\": true,\n    \"projects_filter\": [\"mygroup/MyProject\"],\n    \"users_group_filter\": [\"mygroup\"],\n    \"list_page_size\": 40,\n    \"show_system_notes\": true,\n    \"syntax_file\": \"Packages/StGitlab/StGitlab.sublime-syntax\",\n    \"syntax_file_edit\": \"Packages/MarkdownEditing/Markdown.sublime-syntax\",\n}\n```\n\n## Hints\nFor auto-completions show, add option to syntax specific settings (markdown):\n\n```\n\"auto_complete_triggers\": [ {\"selector\": \"text.html.markdown\", \"characters\": \"#!@\"} ]\n```\n\n## External dependencies\n* [Python Gitlab](http://python-gitlab.readthedocs.io/en/stable/index.html)\n    * [Requests-Toolbelt](https://github.com/requests/toolbelt)\n* [Dimensions](https://pypi.python.org/pypi/dimensions) with some fixes for Python 3\n* [Tabulate](https://github.com/astanin/python-tabulate)\n* [Transliterate](https://pypi.python.org/pypi/transliterate)\n\n### Dependencies, supported by Package control\n* [Requests](https://github.com/packagecontrol/requests)\n    * urllib3\n    * idna\n    * six\n    * charset_normalizer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftosher%2Fstgitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftosher%2Fstgitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftosher%2Fstgitlab/lists"}