Show target tag names instead of commit hashes for submodules in Gitlab.
Load the extension via about:debugging
as described
here.
Unfortunately this does not work in the branded Release versions of Firefox.
- Turn off signature verification for extensino installs (and be aware of the
associated risks): in
about:config
setxpinstall.signatures.required
tofalse
. - Create a packaged extension
gitlab-submodules-tags-extension.zip
usingmake extension
- Drag the ZIP file into
about:addons
The icon is composed of the Gitlab file type icon
folder-git
and the UI icon label
.
- 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)