| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix counting and filtering on the dashboard page for issues (#26657) | Jason Song | 2023-08-23 | 1 | -13/+23 |
* | [Refactor] getIssueStatsChunk to move inner function into own one (#26671) | 6543 | 2023-08-22 | 1 | -48/+49 |
* | Add optimistic lock to ActionRun table (#26563) | Jason Song | 2023-08-21 | 5 | -25/+53 |
* | Add link to job details and tooltip to commit status in repo list in dashboar... | yp05327 | 2023-08-21 | 1 | -0/+6 |
* | Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) | wxiaoguang | 2023-08-21 | 2 | -2/+23 |
* | Fix project filter bugs (#26490) | CaiCandong | 2023-08-15 | 2 | -10/+14 |
* | Add API route to list org secrets (#26485) | Bo-Yi Wu | 2023-08-15 | 1 | -0/+5 |
* | add disable workflow feature (#26413) | a1012112796 | 2023-08-14 | 3 | -1/+81 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 5 | -6/+52 |
* | Fix NuGet search endpoints (#25613) | KN4CK3R | 2023-08-14 | 3 | -5/+91 |
* | Rename `Sync2` -> `Sync` (#26479) | delvh | 2023-08-13 | 118 | -180/+180 |
* | Fix stderr usages (#26477) | wxiaoguang | 2023-08-13 | 1 | -3/+1 |
* | Refactor project templates (#26448) | Denys Konovalov | 2023-08-12 | 1 | -0/+5 |
* | Count only visible repos on profile (#25928) | JakobDev | 2023-08-11 | 2 | -102/+132 |
* | Always show usernames in reaction tooltips (#26444) | Panagiotis "Ivory" Vasilopoulos | 2023-08-10 | 2 | -2/+2 |
* | Add transaction when creating pull request created dirty data (#26259) | Lunny Xiao | 2023-08-10 | 3 | -15/+14 |
* | Pre-register OAuth2 applications for git credential helpers (#26291) | Denys Konovalov | 2023-08-09 | 1 | -0/+91 |
* | fix generated source URL on rendered files (#26364) | Earl Warren | 2023-08-08 | 1 | -0/+12 |
* | Use more `IssueList` instead of `[]*Issue` (#26369) | Lunny Xiao | 2023-08-07 | 3 | -6/+6 |
* | Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde... | wxiaoguang | 2023-08-07 | 2 | -8/+58 |
* | Fix log typo in task.go (#26337) | cassiozareck | 2023-08-05 | 1 | -1/+1 |
* | Fix bug with sqlite load read (#26305) | Lunny Xiao | 2023-08-05 | 4 | -10/+25 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 1 | -1/+9 |
* | Use yellow if an approved review is stale (#26312) | sebastian-sauer | 2023-08-04 | 1 | -0/+3 |
* | Fix the topic validation rule and suport dots (#26286) | wxiaoguang | 2023-08-03 | 2 | -1/+3 |
* | Allow editing push mirrors after creation (#26151) | puni9869 | 2023-08-01 | 1 | -0/+6 |
* | Some fixes of the prompt of new branches (#26257) | Zettat123 | 2023-08-01 | 1 | -2/+2 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 7 | -78/+131 |
* | Fix pull request check list is limited (#26179) | caicandong | 2023-07-31 | 1 | -3/+3 |
* | Fix API leaking Usermail if not logged in (#25097) | JakobDev | 2023-07-31 | 1 | -1/+6 |
* | Fix typo in metadata (#26207) | KN4CK3R | 2023-07-30 | 2 | -0/+28 |
* | Fix access check for org-level project (#26182) | Zettat123 | 2023-07-29 | 1 | -0/+6 |
* | Add commits dropdown in PR files view and allow commit by commit review (#25528) | sebastian-sauer | 2023-07-28 | 8 | -6/+97 |
* | Prevent primary key update on migration (#26192) | KN4CK3R | 2023-07-28 | 1 | -1/+1 |
* | Release attachments duplicated check (#26176) | Lunny Xiao | 2023-07-27 | 1 | -15/+14 |
* | Fix bugs in LFS meta garbage collection (#26122) | Zettat123 | 2023-07-26 | 1 | -5/+4 |
* | Only show newly pushed branches message in the same repository (#26148) | Zettat123 | 2023-07-26 | 1 | -0/+1 |
* | Remove "misc" scope check from public API endpoints (#26134) | wxiaoguang | 2023-07-26 | 1 | -1/+1 |
* | Drop the correct deleted branch table (#26028) | yp05327 | 2023-07-26 | 3 | -1/+15 |
* | Update xorm version (#26128) | Lunny Xiao | 2023-07-25 | 1 | -1/+4 |
* | Fix wrong commit status in web ui (#26121) | yp05327 | 2023-07-25 | 1 | -1/+1 |
* | Fix wrong workflow status when rerun a job in an already finished workflow (#... | yp05327 | 2023-07-25 | 1 | -1/+1 |
* | Implement auto-cancellation of concurrent jobs if the event is push (#25716) | Bo-Yi Wu | 2023-07-25 | 4 | -11/+100 |
* | Reduce unnecessary DB queries for Actions tasks (#25199) | sillyguodong | 2023-07-24 | 6 | -2/+148 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 13 | -89/+69 |
* | Remove commit status running and warning to align GitHub (#25839) | caicandong | 2023-07-21 | 3 | -4/+28 |
* | Actions Artifacts support uploading multiple files and directories (#24874) | FuXiaoHei | 2023-07-21 | 3 | -15/+65 |
* | Fix bug when pushing to a pull request which enabled dismiss approval automat... | Lunny Xiao | 2023-07-20 | 5 | -175/+189 |
* | Upgrade go dependencies (#25819) | harryzcy | 2023-07-14 | 2 | -9/+9 |
* | Fix empty project displayed in issue sidebar (#25802) | yp05327 | 2023-07-12 | 3 | -7/+51 |