1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-13 11:42:23 -05:00
forgejo/services/repository/files
Gusted e7cffc378f
Fix: return correct type in GetSubModule
- `GetSubModules` already solely stores the URL of the submodule and not
a `*SubModule` entry, so don't try to type assert it to be a struct.
- I am not able to pinpoint when this was regressed but if I had to
guess it might be #4941.
- Added integration test.
2024-12-02 01:08:09 +01:00
..
cherry_pick.go Clean up log messages (#30313) 2024-04-15 20:01:35 +02:00
commit.go
content.go Fix: return correct type in GetSubModule 2024-12-02 01:08:09 +01:00
content_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
diff.go
diff_test.go [TESTS] Fix usage of LoadRepoCommit 2024-08-26 08:03:48 +02:00
file.go
file_test.go [TESTS] Fix usage of LoadRepoCommit 2024-08-26 08:03:48 +02:00
patch.go Clean up log messages (#30313) 2024-04-15 20:01:35 +02:00
temp_repo.go [PORT] Fix git error handling (gitea#32401) 2024-11-03 16:47:44 +01:00
temp_repo_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
tree.go
tree_test.go [TESTS] Fix usage of LoadRepoCommit 2024-08-26 08:03:48 +02:00
update.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
upload.go [PERFORMANCE] git check-attr on bare repo if supported 2024-03-28 10:52:51 +01:00