gitlab.shtml (2394B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--#include file="/templates/head.shtml" -->
- <title>Gitlab — lanodan’s cyber-home</title>
- </head>
- <body>
- <!--#include file="/templates/en/nav.shtml" -->
- <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 compact>
- <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>
- </html>