1
1
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-14 07:41:21 +01:00

Commit Graph

  • a03abb516f
    Merge branch 'main' into feat-32257-add-comments-unchanged-lines-and-show Rajesh Jonnalagadda 2024-11-11 17:04:03 +0530
  • f35e2b0cd1
    Fix a number of typescript issues (#32459) silverwind 2024-11-11 12:13:57 +0100
  • 8751eba155
    Merge branch 'main' into types-5 Giteabot 2024-11-11 19:08:22 +0800
  • 8f928fdd3f
    Update web_src/js/markup/html2markdown.ts silverwind 2024-11-11 12:06:26 +0100
  • f03359ee7a
    Merge branch 'main' into feat-32257-add-comments-unchanged-lines-and-show Rajesh Jonnalagadda 2024-11-11 16:28:34 +0530
  • 9a876b74da fix nil check wxiaoguang 2024-11-11 17:41:07 +0800
  • 13b67e227b
    Make repo model depends on org model but not opposite Lunny Xiao 2024-11-11 00:37:00 -0800
  • 23d1297c4c fix wxiaoguang 2024-11-11 12:57:31 +0800
  • f888e45432
    Harden runner updateTask and updateLog api (#32462) ChristopherHX 2024-11-11 05:58:37 +0100
  • 408ab5cf67
    Merge branch 'main' into harden-runner-api Giteabot 2024-11-11 12:29:06 +0800
  • a1892cf7e3
    Move some functions from issue.go to standalone files (#32468) Lunny Xiao 2024-11-10 20:28:54 -0800
  • 8bb7f0731e
    Merge branch 'main' into harden-runner-api Giteabot 2024-11-11 11:58:52 +0800
  • 5c4a790689
    Merge branch 'main' into lunny/split_router_issue Giteabot 2024-11-11 11:58:34 +0800
  • abd1d2f770 chore: fix lint issues Rajesh Jonnalagadda 2024-11-11 07:32:44 +0530
  • 914bed86ab
    Merge branch 'main' into feat-32257-add-comments-unchanged-lines-and-show Rajesh Jonnalagadda 2024-11-11 07:20:45 +0530
  • 274ed54484 feat: phase 1 changes: add comments feat to unchanged lines in the pull request. Rajesh Jonnalagadda 2024-11-11 07:03:55 +0530
  • a5c04af8a2 Merge branch 'main' into limit-org-member-view-of-restricted-users 6543 2024-11-11 01:43:47 +0100
  • fbda2fdb4f Merge branch 'main' into limit-org-member-view-of-restricted-users 6543 2024-11-11 01:40:19 +0100
  • a001808759
    Merge branch 'main' into types-5 Giteabot 2024-11-11 08:38:44 +0800
  • 2d8d8aa591
    Merge branch 'main' into lunny/fix-oauth2-disable Giteabot 2024-11-11 08:38:42 +0800
  • 43c252dfea
    Calculate PublicOnly for org membership only once (#32234) 6543 2024-11-11 01:38:30 +0100
  • 7a0feeca90
    Merge d3aad287c7d1e2b3030351f636870ee970f0801c into b1f42a0cdddc8db9eef87041d6bcb328b2ef35fc RedCocoon 2024-11-10 19:29:03 -0500
  • f0460e8530
    Merge branch 'main' into types-5 Giteabot 2024-11-11 08:11:14 +0800
  • 25ebfe42d9
    Merge branch 'main' into lunny/fix-oauth2-disable Giteabot 2024-11-11 08:11:12 +0800
  • b1f42a0cdd
    Add DEFAULT_MIRROR_REPO_UNITS and DEFAULT_TEMPLATE_REPO_UNITS options (#32416) Zettat123 2024-11-11 08:11:00 +0800
  • eb5733636b
    Fix broken releases when re-pushing tags (#32435) (#32449) Giteabot 2024-11-11 07:49:59 +0800
  • cbc2032991
    Merge branch 'main' into types-5 Giteabot 2024-11-11 07:37:42 +0800
  • 32f1c2ceef
    Merge branch 'main' into disable-mirror-template-actions Giteabot 2024-11-11 07:37:39 +0800
  • 72c302533d
    Merge branch 'main' into lunny/fix-oauth2-disable Giteabot 2024-11-11 07:37:37 +0800
  • a910abbb45
    Add a doctor check to disable the "Actions" unit for mirrors (#32424) Zettat123 2024-11-11 07:37:24 +0800
  • f1b3305e45
    Merge branch 'main' into lunny/fix-oauth2-disable Giteabot 2024-11-11 07:13:05 +0800
  • 66e600ea44
    Merge branch 'release/v1.22' into backport-32435-v1.22 Giteabot 2024-11-11 07:09:35 +0800
  • 5636d2253d
    Merge branch 'main' into disable-mirror-actions-doctor-command Giteabot 2024-11-11 07:08:19 +0800
  • ac8cf433f3
    Merge branch 'main' into disable-mirror-template-actions Giteabot 2024-11-11 07:07:36 +0800
  • 574704b7a9 do more wxiaoguang 2024-11-11 06:44:57 +0800
  • 9e3e4c703a
    Move some functions from issue.go to standalone files Lunny Xiao 2024-11-10 14:29:36 -0800
  • 6fe35175a7
    Add transaction for CloseIssue Lunny Xiao 2024-11-10 13:45:31 -0800
  • fdff19948a
    Add transaction for ReopenIssue Lunny Xiao 2024-11-10 13:42:16 -0800
  • ed261f1403
    More improvements Lunny Xiao 2024-11-10 13:29:12 -0800
  • 406884a6f4
    Use CloseIssue and ReopenIssue instead of ChagneStatus for issues Lunny Xiao 2024-11-10 13:12:13 -0800
  • 389d8d0327
    Merge branch 'main' into limit-org-member-view-of-restricted-users 6543 2024-11-10 21:57:36 +0100
  • bf6c5050d8
    Merge branch 'main' into refactor-of-32211 6543 2024-11-10 21:49:02 +0100
  • 6a4f4e4f50
    Merge branch 'main' into types-5 Giteabot 2024-11-11 04:08:22 +0800
  • a928739456
    Refactor sidebar assignee&milestone&project selectors (#32465) wxiaoguang 2024-11-11 04:07:54 +0800
  • 62d8433194
    Fix mermaid diagram height when initially hidden (#32457) (#32464) Giteabot 2024-11-11 04:05:42 +0800
  • c1241505df Merge branch 'main' into lunny/automerge_support_delete_branch Lunny Xiao 2024-11-10 12:03:28 -0800
  • 6c08cc5bcb
    don't return error even retargetbranch of pull request failed Lunny Xiao 2024-11-10 12:03:16 -0800
  • 0ebc2257e5
    Merge branch 'main' into xormigrate qwerty287 2024-11-10 17:54:38 +0200
  • d00ff98a1d fix wxiaoguang 2024-11-10 19:09:31 +0800
  • 8c2d41f085
    Merge f40747596a7439ae25b667a732da10e24a10defd into 58c634b8549fb279aec72cecd6a48511803db067 Tim-Niclas Oelschläger 2024-11-10 17:27:23 +0900
  • 26ec283ca5 Fix mermaid diagram height when initially hidden (#32457) silverwind 2024-11-09 19:03:55 +0100
  • 58c634b854
    Refactor sidebar label selector (#32460) wxiaoguang 2024-11-10 16:26:42 +0800
  • c58a4e8a7a
    Merge branch 'main' into fix-sidebar wxiaoguang 2024-11-10 15:56:53 +0800
  • a154697191
    Fix lint Lunny Xiao 2024-11-09 22:25:57 -0800
  • ac0a4eae42
    Add deleting branch comment Lunny Xiao 2024-11-09 22:04:09 -0800
  • 70b06b8fcc
    Fix lint Lunny Xiao 2024-11-09 20:38:37 -0800
  • 04fa8f2fb3 Merge branch 'main' into lunny/automerge_support_delete_branch Lunny Xiao 2024-11-09 18:08:10 -0800
  • e70e375996
    Move all checks into DeleteBranch and PushUpdate Lunny Xiao 2024-11-09 18:07:58 -0800
  • ac9241bc7c fine tune and improve comments wxiaoguang 2024-11-10 10:01:26 +0800
  • dffb634eff simple api path won 6543 2024-11-09 20:53:14 +0100
  • fca9bc1c73
    Merge branch 'main' into add-priority-to-ProtectedBranch 6543 2024-11-09 20:42:51 +0100
  • 840fab8a4c
    Merge branch 'main' into refactor-of-32211 6543 2024-11-09 20:34:00 +0100
  • 59cc58bff0 make mssql work 6543 2024-11-09 20:12:35 +0100
  • b55a31eb6a
    Fix mermaid diagram height when initially hidden (#32457) silverwind 2024-11-09 19:03:55 +0100