logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

gitlab.shtml (2394B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>Gitlab — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <p>To have RSS feeds on commits just put .atom after the branch name.</p>
  11. <p>In example: <a href="https://gitlab.com/lanodan/blog/commits/master?utf8=%E2%9C%93&amp;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&amp;search=notes%2F">result</a></p>
  12. <h2>Comment Commands</h2>
  13. <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>
  14. <dl compact>
  15. <dt>/approve</dt> <dd>Approve a merge request</dd>
  16. <dt>/assign @user</dt> <dd>Assign</dd>
  17. <dt>/assign_reviewer @user</dt> <dd>Assign reviewer</dd>
  18. <dt>/cc @user</dt> <dd>CC</dd>
  19. <dt>/close</dt> <dd>Close this merge request</dd>
  20. <dt>/copy_metadata #issue | !merge_request</dt> <dd>Copy labels and milestone from other issue or merge request in this project</dd>
  21. <dt>/done</dt> <dd>Mark to do as done</dd>
  22. <dt>/draft</dt> <dd>Set the Draft status</dd>
  23. <dt>/estimate &lt;1w 3d 2h 14m&gt;</dt> <dd>Set time estimate</dd>
  24. <dt>/label ~label1 ~"label 2"</dt> <dd>Add labels</dd>
  25. <dt>/lock</dt> <dd>Lock the discussion</dd>
  26. <dt>/milestone %"milestone"</dt> <dd>Set milestone</dd>
  27. <dt>/react :emoji:</dt> <dd>Toggle emoji reaction</dd>
  28. <dt>/ready</dt> <dd>Set the Ready status</dd>
  29. <dt>/rebase</dt> <dd>Rebase source branch</dd>
  30. <dt>/remove_estimate</dt> <dd>Remove time estimate</dd>
  31. <dt>/remove_time_spent</dt> <dd>Remove spent time</dd>
  32. <dt>/shrug &lt;Comment&gt;</dt> <dd>Append the comment with ¯\_(ツ)_/¯</dd>
  33. <dt>/spend &lt;time(1h30m | -1h30m)&gt; &lt;date(YYYY-MM-DD)&gt;</dt> <dd>Add or subtract spent time</dd>
  34. <dt>/submit_review</dt> <dd>Submit a review</dd>
  35. <dt>/tableflip &lt;Comment&gt;</dt> <dd>Append the comment with (╯°□°)╯︵ ┻━┻</dd>
  36. <dt>/target_branch &lt;Local branch name&gt;</dt> <dd>Set target branch</dd>
  37. <dt>/title &lt;New title&gt;</dt> <dd>Change title</dd>
  38. <dt>/unsubscribe</dt> <dd>Unsubscribe</dd>
  39. </dl>
  40. </main>
  41. <!--#include file="/templates/en/footer.shtml" -->
  42. </body>
  43. </html>