summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-05-08 08:42:34 +0300
committerLars Wirzenius <liw@liw.fi>2022-05-08 08:42:34 +0300
commitb16306fdc8da789ebfb41238179e8b1cd32a90e8 (patch)
tree6cb339e2d6f5aab7046a522aba3ceea91583356e
parent9c4cd86338b9d403dce553799ed52e5bcd6bd0fa (diff)
downloadsubplot.liw.fi-b16306fdc8da789ebfb41238179e8b1cd32a90e8.tar.gz
feat: add new shortcuts
We have several repositories and are moving to using group level milestone, so we need a number of shortcuts to cover issues and MRs for each repository, plus one for the new milestones. Ikikwiki shortcuts aren't flexible enough to allow one for all projects, but one per project isn't bad. Intentionally not changing the existing shortcuts that are used in tons of places, only adding new shortcuts. The new shortcuts have a short link text, because the "Subplot issue XXX" is a bit tediously long, if wonderfully clear. Sponsored-by: author
-rw-r--r--shortcuts.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/shortcuts.mdwn b/shortcuts.mdwn
index 2bd7a0e..a50a7af 100644
--- a/shortcuts.mdwn
+++ b/shortcuts.mdwn
@@ -4,5 +4,14 @@
The following shortcuts are being defined:
- [[!shortcut name=issue url="https://gitlab.com/subplot/subplot/-/issues/%s" desc="Subplot issue %s"]]
+- [[!shortcut name=subplotissue url="https://gitlab.com/subplot/subplot/-/issues/%s" desc="subplot#%s"]]
+- [[!shortcut name=containerissue url="https://gitlab.com/subplot/subplot-container-images/-/issues/%s" desc="container#%s"]]
+- [[!shortcut name=webissue url="https://gitlab.com/subplot/subplot-web/-/issues/%s" desc="web#%s"]]
+
- [[!shortcut name=mr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="Subplot merge request %s"]]
+- [[!shortcut name=subplotmr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="subplot!%s"]]
+- [[!shortcut name=containermr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="container!%s"]]
+- [[!shortcut name=webmr url="https://gitlab.com/subplot/subplot/-/merge_requests/%s" desc="web!%s"]]
+
- [[!shortcut name=milestone url="https://gitlab.com/subplot/subplot/-/milestones/%s" desc="Subplot milestone %s"]]
+- [[!shortcut name=ms url="https://gitlab.com/groups/subplot/-/milestones/%s" desc="Subplot milestone %s"]]