commit: 046490350fd3864116ccc9911a9fee03a0ffbd50
parent c9299b6259fc2435df15626c1cc4bc6859533a08
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 22 Jan 2024 11:16:38 +0100
notes/gitlab: Comment Commands
Diffstat:
1 file changed, 29 insertions(+), 0 deletions(-)
diff --git a/notes/gitlab.shtml b/notes/gitlab.shtml
@@ -9,6 +9,35 @@
 	<main>
 		<p>To have RSS feeds on commits just put .atom after the branch name.</p>
 		<p>In example: <a href="https://gitlab.com/lanodan/blog/commits/master?utf8=%E2%9C%93&search=notes%2F">original</a> search for commit about notes and <a href="https://gitlab.com/lanodan/blog/commits/master.atom?utf8=%E2%9C%93&search=notes%2F">result</a></p>
+
+		<h2>Comment Commands</h2>
+		<p>Couldn't find documentation, here's the list, with proper sorting in an efficient view, none of that scrolling madness with barely even 5 items shown at once.</p>
+		<dl>
+			<dt>/approve</dt>	<dd>Approve a merge request</dd>
+			<dt>/assign @user</dt>	<dd>Assign</dd>
+			<dt>/assign_reviewer @user</dt>	<dd>Assign reviewer</dd>
+			<dt>/cc @user</dt>	<dd>CC</dd>
+			<dt>/close</dt>	<dd>Close this merge request</dd>
+			<dt>/copy_metadata #issue | !merge_request</dt>	<dd>Copy labels and milestone from other issue or merge request in this project</dd>
+			<dt>/done</dt>	<dd>Mark to do as done</dd>
+			<dt>/draft</dt>	<dd>Set the Draft status</dd>
+			<dt>/estimate <1w 3d 2h 14m></dt>	<dd>Set time estimate</dd>
+			<dt>/label ~label1 ~"label 2"</dt>	<dd>Add labels</dd>
+			<dt>/lock</dt>	<dd>Lock the discussion</dd>
+			<dt>/milestone %"milestone"</dt>	<dd>Set milestone</dd>
+			<dt>/react :emoji:</dt>	<dd>Toggle emoji reaction</dd>
+			<dt>/ready</dt>	<dd>Set the Ready status</dd>
+			<dt>/rebase</dt>	<dd>Rebase source branch</dd>
+			<dt>/remove_estimate</dt>	<dd>Remove time estimate</dd>
+			<dt>/remove_time_spent</dt>	<dd>Remove spent time</dd>
+			<dt>/shrug <Comment></dt>	<dd>Append the comment with ¯\_(ツ)_/¯</dd>
+			<dt>/spend <time(1h30m | -1h30m)> <date(YYYY-MM-DD)></dt>	<dd>Add or subtract spent time</dd>
+			<dt>/submit_review</dt>	<dd>Submit a review</dd>
+			<dt>/tableflip <Comment></dt>	<dd>Append the comment with (╯°□°)╯︵ ┻━┻</dd>
+			<dt>/target_branch <Local branch name></dt>	<dd>Set target branch</dd>
+			<dt>/title <New title></dt>	<dd>Change title</dd>
+			<dt>/unsubscribe</dt>	<dd>Unsubscribe</dd>
+		</dl>
 	</main>
 <!--#include file="/templates/en/footer.shtml" -->
 	</body>