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

Commit Graph

  • 0304324814 fix linting issues bb-ben 2024-11-02 16:24:35 +0800
  • f7f0b7abb4
    Merge branch 'main' into main Calvin K 2024-11-02 15:41:57 +0800
  • c34dd4a8e6 postpone the review request notification bb-ben 2024-11-02 15:08:35 +0800
  • f7c0ea459e move logics to proper file bb-ben 2024-11-02 15:06:42 +0800
  • 13a203828c
    Fix created_unix for mirroring (#32342) Lunny Xiao 2024-11-01 23:11:38 -0700
  • 02d55fff0c use t.Run to run test cases with better case handling (no need to count the case number now) wxiaoguang 2024-11-02 13:51:51 +0800
  • 3062c57103
    Merge branch 'main' into lunny/fix_mirror_created_time Giteabot 2024-11-02 13:42:44 +0800
  • a3b7b98336
    Fix broken image when editing comment with non-image attachments (#32319) (#32345) Lunny Xiao 2024-11-01 22:34:09 -0700
  • f9a3fa56b7 fix wxiaoguang 2024-11-02 12:39:28 +0800
  • 00a42a8aec remove unused git.IsErrUnsupportedVersion wxiaoguang 2024-11-02 12:14:30 +0800
  • 22f8b80c4b fix wxiaoguang 2024-11-02 12:08:57 +0800
  • fec6b3d500
    Replace DateTime with DateUtils (#32383) wxiaoguang 2024-11-02 12:08:28 +0800
  • c78892e81c fix test wxiaoguang 2024-11-02 11:46:36 +0800
  • ad8514be24
    Merge branch 'main' into fix-datetime wxiaoguang 2024-11-02 11:30:12 +0800
  • 7dcccc3bb1
    improve performance of diffs (#32393) Rowan Bohde 2024-11-01 22:29:37 -0500
  • 906c3fd8c8
    fix test wxiaoguang 2024-11-02 11:28:40 +0800
  • 59067e8bdf fix font wxiaoguang 2024-11-02 11:27:21 +0800
  • fd8a3e06ab
    Merge branch 'main' into fix-datetime wxiaoguang 2024-11-02 11:13:03 +0800
  • ed610e91ca
    Update web_src/js/features/comp/EditorMarkdown.test.ts wxiaoguang 2024-11-02 11:11:21 +0800
  • 3a5889c832 fix error handling wxiaoguang 2024-11-02 11:05:05 +0800
  • dfe8978208 fine tune wxiaoguang 2024-11-02 10:56:47 +0800
  • b16da8c696 Merge branch 'lunny/fix-dropzone-image2' of github.com:lunny/gitea into lunny/fix-dropzone-image2 Lunny Xiao 2024-11-01 15:41:03 -0700
  • 4653cadd42 Make LFS http_client parallel within a batch. Royce Remer 2024-10-29 09:58:31 -0700
  • 69acf6a3dd revert unrelated changes wxiaoguang 2024-11-02 01:21:22 +0800
  • 295de7e307 Update services/gitdiff/gitdiff.go wxiaoguang 2024-11-02 01:17:54 +0800
  • 35eb254d8c don't reassign ctx Rowan Bohde 2024-11-01 12:13:06 -0500
  • 935e2d56e5 remove AfterCommit & BeforeCommit from DiffOptions Rowan Bohde 2024-11-01 12:11:37 -0500
  • 1e82e2c650 fix DiffIndex throwing an error when canceling the process early Rowan Bohde 2024-11-01 10:54:02 -0500
  • 27cb5c4a67 refactor to use RepositoryFromContextOrOpen Rowan Bohde 2024-11-01 10:46:38 -0500
  • dd9a9565df refactor to have a simpler ParsePatch API Rowan Bohde 2024-11-01 10:28:38 -0500
  • cc40ab7847 improve performance of diffs Rowan Bohde 2024-10-31 11:38:36 -0500
  • b6a0dc1f0e Merge branch 'release/v1.22' into lunny/fix-dropzone-image2 Lunny Xiao 2024-11-01 13:29:24 -0700
  • 9c0cc9b394
    Fix lint Lunny Xiao 2024-11-01 13:28:44 -0700
  • e1fe318179 Merge branch 'main' into lunny/fix_edit_team Lunny Xiao 2024-11-01 13:13:10 -0700
  • c7da8860aa
    Fix test Lunny Xiao 2024-11-01 13:13:00 -0700
  • 933b4b4865 Add copyright information to reaction.go RedCocoon 2024-11-02 03:43:42 +0800
  • 5a49efbd3e Update reaction.go to conform to lint revive RedCocoon 2024-11-02 03:21:39 +0800
  • 98baaa2446 Consolidate reaction web/repo logic RedCocoon 2024-11-02 03:14:12 +0800
  • 940fa351d9 Change v1_json.tmpl RedCocoon 2024-11-02 02:44:04 +0800
  • 2084a7a5c4 Remove unneccessary api calls RedCocoon 2024-11-02 02:35:21 +0800
  • c4d6fd7fbf fix wxiaoguang 2024-10-23 14:31:06 +0800
  • 6976590c90 Update v1_json.tmpl RedCocoon 2024-11-02 00:41:48 +0800
  • ec2d1593c2
    Refactor tests to prevent from unnecessary preparations (#32398) wxiaoguang 2024-11-01 23:18:29 +0800
  • 1647dbae5a fix test name wxiaoguang 2024-11-01 22:47:19 +0800
  • e2ac3171eb use OptionalArg wxiaoguang 2024-11-01 22:39:31 +0800
  • ea9e0aebcc improve DefaultArg wxiaoguang 2024-11-01 22:32:23 +0800
  • 492bf5f2c9 split wxiaoguang 2024-11-01 18:08:55 +0800
  • dd92eb80db
    Merge branch 'main' into feat/comment-on-unchanged-lines Divanshu Grover 2024-11-01 12:19:26 +0530
  • c62106fa05 fix wxiaoguang 2024-11-01 12:23:45 +0800
  • 898f852d03
    Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) (#32397) Zettat123 2024-11-01 11:53:59 +0800
  • 254e151e97
    Merge branch 'release/v1.22' into backport/32365-to-v1.22 Lunny Xiao 2024-10-31 20:24:43 -0700
  • 4059a55b5f
    Merge branch 'release/v1.22' into lunny/fix-dropzone-image2 Lunny Xiao 2024-10-31 20:23:31 -0700
  • 66971e591e
    Add artifacts test fixture (#30300) Kyle D. 2024-10-31 22:29:54 -0400
  • c1067923bf Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) Zettat123 2024-10-31 23:28:25 +0800
  • 1828396fa5
    Merge branch 'main' into refactor-of-32211 6543 2024-11-01 01:12:16 +0100
  • 1296ec60e4 Fix linting Kyle Dumont 2024-10-31 10:22:36 -0400
  • 494dde8d04 Revert accidental changes Kyle Dumont 2024-10-31 10:15:21 -0400
  • 80cca561d5 Add fixture for artifacts v4 Kyle Dumont 2024-10-31 09:58:22 -0400
  • 2c0784c4b5 Rename additional artifact files in override test Kyle Dumont 2024-04-05 17:11:12 -0400
  • 18ae77bf9c Add artifacts test fixture Kyle Dumont 2024-04-05 16:41:21 -0400
  • d63f28289c adjust tests (10) 6543 2024-10-31 22:48:45 +0100
  • 92db16a108
    Merge 0ebc8467e0e3c8fc1657c7d9a2be29704760514f into 0690cb076bf63f71988a709f62a9c04660b51a4f Lunny Xiao 2024-10-31 17:35:18 -0400
  • 8e539117d9 adjust tests (9) 6543 2024-10-31 22:27:26 +0100
  • 573b497504 adjust tests (8) 6543 2024-10-31 22:16:05 +0100