| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | enable literal string for code search (#33590) | Darren Hoo | 2025-02-16 | 2 | -59/+6 |
* | Artifacts download api for artifact actions v4 (#33510) | ChristopherHX | 2025-02-16 | 1 | -15/+3 |
* | Improve commits list performance to reduce unnecessary database queries (#33528) | Lunny Xiao | 2025-02-14 | 5 | -10/+45 |
* | Performance optimization for pull request files loading comments attachments ... | Lunny Xiao | 2025-02-14 | 1 | -6/+6 |
* | Fix PR's target branch dropdown (#33589) | wxiaoguang | 2025-02-14 | 1 | -8/+16 |
* | Fix various problems (artifact order, api empty slice, assignee check, fuzzy ... | wxiaoguang | 2025-02-13 | 1 | -4/+7 |
* | Enhance routers for the Actions runner operations (#33549) | Jason Song | 2025-02-11 | 1 | -187/+0 |
* | Enhance routers for the Actions variable operations (#33547) | Jason Song | 2025-02-11 | 1 | -140/+0 |
* | Feature: Support workflow event dispatch via API (#33545) | wxiaoguang | 2025-02-11 | 1 | -130/+11 |
* | Rework suggestion backend (#33538) | Lunny Xiao | 2025-02-10 | 1 | -49/+3 |
* | Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541) | wxiaoguang | 2025-02-10 | 1 | -24/+136 |
* | Feature: Support workflow event dispatch via API (#32059) | Bence Sántha | 2025-02-10 | 1 | -136/+24 |
* | Add a option "--user-type bot" to admin user create, improve role display (#2... | mscherer | 2025-02-07 | 1 | -44/+37 |
* | Move gitgraph from modules to services layer (#33527) | Lunny Xiao | 2025-02-07 | 1 | -1/+1 |
* | Refactor web route handler (#33488) | wxiaoguang | 2025-02-05 | 4 | -91/+100 |
* | Fix commit status events (#33320) | Lunny Xiao | 2025-02-04 | 1 | -0/+1 |
* | chore: fix some trivial problems and TODOs (#33473) | wxiaoguang | 2025-02-02 | 1 | -5/+0 |
* | actions view: move loading of task attributes etc... into own func (#31494) | 6543 | 2025-02-02 | 1 | -67/+81 |
* | Support choose email when creating a commit via web UI (more) (#33445) | wxiaoguang | 2025-01-31 | 4 | -27/+83 |
* | Fix "redirect link" handling (#33440) | wxiaoguang | 2025-01-31 | 2 | -7/+18 |
* | Refactor repository transfer (#33211) | Lunny Xiao | 2025-01-30 | 2 | -50/+37 |
* | Support choose email when creating a commit via web UI (#33432) | wxiaoguang | 2025-01-30 | 1 | -22/+46 |
* | Link to tree views of submodules if possible (#33424) | Rowan Bohde | 2025-01-30 | 1 | -0/+6 |
* | Refactor context flash msg and global variables (#33375) | wxiaoguang | 2025-01-25 | 1 | -14/+14 |
* | Refactor webhook events (#33337) | Lunny Xiao | 2025-01-23 | 1 | -21/+21 |
* | Remove duplicate "ResponseWriter.Status" method (#33346) | wxiaoguang | 2025-01-22 | 3 | -29/+29 |
* | Fix incorrect ref commit ID usage (#33331) | wxiaoguang | 2025-01-20 | 5 | -5/+13 |
* | Make tracked time representation display as hours (#33315) | Vladimir Sysoev | 2025-01-19 | 1 | -1/+1 |
* | Fix push message behavior (#33215) | Chai-Shi | 2025-01-17 | 1 | -1/+19 |
* | Trivial fixes (#33304) | wxiaoguang | 2025-01-17 | 3 | -3/+3 |
* | Fix incorrect ref usages (#33301) | wxiaoguang | 2025-01-16 | 2 | -13/+1 |
* | Only allow admins to rename default/protected branches (#33276) | Kemal Zebari | 2025-01-15 | 1 | -0/+8 |
* | Fix incorrect TagName/BranchName usages (#33279) | wxiaoguang | 2025-01-15 | 2 | -1/+2 |
* | Simplify context ref name (#33267) | wxiaoguang | 2025-01-15 | 5 | -15/+5 |
* | Refactor ref type (#33242) | Lunny Xiao | 2025-01-14 | 2 | -2/+2 |
* | Support public code/issue access for private repositories (#33127) | wxiaoguang | 2025-01-14 | 2 | -10/+17 |
* | Validate that the tag doesn't exist when creating a tag via the web (#33241) | Kemal Zebari | 2025-01-14 | 2 | -153/+230 |
* | Fix incorrect ref "blob" (#33240) | wxiaoguang | 2025-01-13 | 1 | -1/+7 |
* | Refactor context RefName and RepoAssignment (#33226) | wxiaoguang | 2025-01-13 | 5 | -32/+9 |
* | Refactor context repository (#33202) | wxiaoguang | 2025-01-12 | 14 | -42/+34 |
* | Some small refactors (#33144) | Lunny Xiao | 2025-01-10 | 1 | -7/+23 |
* | Automerge supports deleting branch automatically after merging (#32343) | Lunny Xiao | 2025-01-10 | 2 | -13/+3 |
* | Refactor older tests to use testify (#33140) | TheFox0x7 | 2025-01-09 | 2 | -15/+11 |
* | add submodule diff links (#33097) | Rowan Bohde | 2025-01-08 | 1 | -1/+0 |
* | Filter reviews of one pull request in memory instead of database to reduce sl... | Lunny Xiao | 2025-01-07 | 1 | -8/+2 |
* | fix empty repo updated time (#33120) | Chai-Shi | 2025-01-07 | 1 | -1/+4 |
* | Fix repo empty guide (#33114) | wxiaoguang | 2025-01-06 | 1 | -0/+1 |
* | workflow_dispatch use workflow from trigger branch (#33098) | ChristopherHX | 2025-01-05 | 2 | -92/+133 |
* | Fix empty git repo handling logic (#33101) | wxiaoguang | 2025-01-04 | 1 | -16/+30 |
* | Clean up legacy form CSS styles (#33081) | wxiaoguang | 2025-01-03 | 1 | -21/+22 |