aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content/pull.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-1/+1
* Refactor DateUtils and merge TimeSince (#32409)wxiaoguang2024-11-041-1/+1
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-1/+1
* Distinguish official vs non-official reviews, add tool tips, and upgrā€¦ (#31...william-allspice2024-09-061-1/+5
* Allow including `Reviewed-on`/`Reviewed-by` lines for custom merge messages (...Max Wipfli2024-06-061-4/+2
* Avoid doubled border for the PR info segment (#30663)wxiaoguang2024-04-231-1/+3
* Refactor web routes (#30519)wxiaoguang2024-04-171-1/+1
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-2/+2
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-221-3/+3
* Fix some pending problems (#29985)wxiaoguang2024-03-221-11/+9
* Remove incorrect and unnecessary Escape from templates (#29394)wxiaoguang2024-02-251-2/+2
* Refactor Safe modifier (#29392)wxiaoguang2024-02-251-1/+1
* Remove unnecessary "Safe" modifier from templates (#29318)wxiaoguang2024-02-221-3/+3
* Disallow merge when required checked are missing (#29143)Markus Amshove2024-02-191-0/+1
* Use "Safe" modifier for manually constructed safe HTML strings in templates (...wxiaoguang2024-02-181-1/+1
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-1/+8
* Add `Hide/Show all checks` button to commit status check (#26284)yp053272023-11-021-1/+8
* Allow pull requests Manually Merged option to be used by non-admins (#27780)Brecht Van Lommel2023-10-301-3/+3
* Improve pull request command line instructions (#27778)Brecht Van Lommel2023-10-251-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Restore warning commit status (#27504)silverwind2023-10-081-1/+1
* Fix more "locale" usages (#27259)wxiaoguang2023-09-251-1/+1
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-251-56/+56
* cleanup locale function usage (#27227)Denys Konovalov2023-09-241-1/+1
* Remove nonsense `<a>` for commit status check icon (#26287)yp053272023-08-031-2/+2
* remove IsWarning in tmpl (#26120)caicandong2023-07-251-1/+1
* Replace fomantic divider module with our own (#25539)silverwind2023-06-291-5/+5
* Use flex to align SVG and text (#25163)wxiaoguang2023-06-141-50/+48
* Consolidate the two review boxes into one (#24738)silverwind2023-05-291-97/+0
* Clean up various avatar dimensions (#24701)silverwind2023-05-141-1/+1
* Review fixes and enhancements (#24526)silverwind2023-05-101-32/+19
* Clean up polluted styles and remove dead CSS code (#24497)wxiaoguang2023-05-031-1/+1
* Improve pull request merge box when pull request merged and branch deleted. (...Lunny Xiao2023-05-031-9/+15
* Remove `font-awesome` and fomantic `icon` module (#24471)silverwind2023-05-011-3/+3
* Add comments for Manually Merged feature (#24291)wxiaoguang2023-04-231-0/+9
* Tweak pull request branch delete ui (#23951)silverwind2023-04-231-29/+28
* Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790)wxiaoguang2023-03-301-3/+2
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-4/+4
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-1/+1
* Fix the Manually Merged form (#23015)wxiaoguang2023-02-211-13/+7
* Fix avatar misalignment (#22955)Zettat1232023-02-201-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-1/+1
* Always show the `command line instructions` button even if there are conflict...wxiaoguang2023-02-151-13/+15
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-2/+2
* Fix more HTMLURL in templates (#22831)wxiaoguang2023-02-091-70/+69
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-1/+1
* Update button is shown when a Pull Request is marked WIP - Issue #21740 (#22683)jladbrook2023-02-031-38/+2
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-2/+2
* Support template for merge message description (#22248)Jason Song2022-12-291-2/+3