Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.02 KB

README.md

File metadata and controls

46 lines (35 loc) · 2.02 KB

Submodule Tags Gitlab

Gitlab Submodule Tags Browser Extension

Show target tag names instead of commit hashes for submodules in Gitlab.

Get the Firefox Addon Get the Chrome Extension

screenshot screenshot-diff

Development

Load the extension via about:debugging as described here.

Installation

Unfortunately this does not work in the branded Release versions of Firefox.

  1. Turn off signature verification for extensino installs (and be aware of the associated risks): in about:config set xpinstall.signatures.required to false.
  2. Create a packaged extension gitlab-submodules-tags-extension.zip using
    make extension
  3. Drag the ZIP file into about:addons

Icon

The icon is composed of the Gitlab file type icon folder-git and the UI icon label.

TODO

  • Gitlab API pagingation (currently only works if the checked out commit is in the latest 100 commits)
  • If possible, find the associated branch name as well
  • Properly wait for elements to be rendered (hook Vue?)
  • change firefox addon ID to [email protected] (delete and re-add the addon, ID cannot be changed)