summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content/pull.tmpl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* feat: add button to quickly clear merge message (#21548)kolaente2022-11-231-0/+3
* Make sure fmt catches all templates (#20979)silverwind2022-08-311-12/+12
* Add default commit messages to PR for squash merge (#20618)Tyrone Yeh2022-08-031-1/+1
* Fix default merge style (#20564)wxiaoguang2022-07-311-0/+1
* Fix eslint parsing errors, remove eslint-plugin-html (#20323)silverwind2022-07-151-1/+0
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-4/+12
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-78/+78
* Make better use of i18n (#20096)Gusted2022-06-261-3/+3
* Delete duplicated update btn on pull request view page (#19993)Lunny Xiao2022-06-171-39/+1
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-111-97/+101
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-121-168/+61
* Restore reviewed-on message (#19657)Lunny Xiao2022-05-081-0/+3
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-6/+3
* Use for a repo action one database transaction (#19576)65432022-05-031-3/+3
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-081-2/+2
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-2/+2
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-0/+5
* Cleanup and use global style on popups (#17674)silverwind2021-11-181-4/+4
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-5/+5
* Hide command line merge instructions when user can't push (#17339)qwerty2872021-10-171-18/+20
* Switch migration icon to svg (#15954)silverwind2021-09-181-1/+6
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-2/+40
* Add agit flow support in gitea (#14295)a10121127962021-07-281-3/+7
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-0/+30
* Add links to toggle WIP status (#14677)Jimmy Praet2021-05-271-20/+33