Darko Draskovic
|
cda2de9606
|
Add fix for git show numstat result in - - str (#1130)
|
2024-03-21 17:43:32 +00:00 |
|
Johannes Batzill
|
a6bfe6235f
|
[MISC] Fix naming inconsistencies for FileDiffStatus (#1128)
|
2024-03-21 01:39:02 +00:00 |
|
Darko Draskovic
|
564a0fef61
|
Add support for listing commit related per file stats (#1116)
|
2024-03-20 18:31:48 +00:00 |
|
Abhinav Singh
|
fd9f95c82b
|
fix: include file stat bug (#1107)
|
2024-03-07 13:53:38 +00:00 |
|
Johannes Batzill
|
1d74fcde4c
|
[GIT] fix output for getting single commit without parents (#1060)
|
2024-02-21 22:17:06 +00:00 |
|
Johannes Batzill
|
dd11c0eff5
|
Fix Rebase implementation (#1049)
|
2024-02-20 17:45:09 +00:00 |
|
Marko Gacesa
|
2a17b5f243
|
improve create code comment API (#1040)
|
2024-02-14 11:10:52 +00:00 |
|
Marko Gacesa
|
e3bf017f78
|
Rewrite of git merge (#1023)
|
2024-02-07 09:40:04 +00:00 |
|
Abhinav Singh
|
e0f8248ead
|
feat: files in webhook payload (#1013)
|
2024-02-06 02:06:43 +00:00 |
|
Marko Gacesa
|
eaad15d210
|
Fix linter issues in cutLinesFromFullFileDiff (#1021)
|
2024-02-05 13:59:14 +00:00 |
|
Enver Bisevac
|
b227b313d5
|
[code-1016] committer and date helper function added (#1008)
|
2024-02-01 13:57:16 +00:00 |
|
Enver Bisevac
|
1fe29b6d42
|
[code-1016] Replacing gitea commands with new command package (#1003)
|
2024-02-01 11:58:48 +00:00 |
|
Enver Bisevac
|
26c06b65a0
|
[feat] command package - initial work (#993)
|
2024-01-31 15:02:19 +00:00 |
|
Marko Gacesa
|
f02781b4d8
|
improve performance of create tag and commit APIs (#946)
|
2024-01-26 16:46:23 +00:00 |
|
Enver Bisevac
|
f39852dc62
|
[fix] internal error should be always logged in error level (#982)
|
2024-01-24 12:28:01 +00:00 |
|
Enver Bisevac
|
7f7f8bf625
|
[code-1288] new diff api features [paths, line expanders] (#968)
|
2024-01-23 12:36:04 +00:00 |
|
Marko Gacesa
|
db7b16dd81
|
fix: [CODE-1340]: handle EOL in file name (#979)
|
2024-01-23 10:18:22 +00:00 |
|
Darko Draskovic
|
c58e82672b
|
Add func to git service to count repo objects and read repo size (#886)
|
2023-12-29 12:33:53 +00:00 |
|
Johannes Batzill
|
c0bca6eea1
|
[PERFORMANCE] Use Update-Ref for branch create/delete and tag deletion (#930)
|
2023-12-21 12:05:00 +00:00 |
|
Johannes Batzill
|
1d8d50a188
|
[Githook] Introduce InMemory Githook (#916)
|
2023-12-19 15:50:15 +00:00 |
|
Enver Bisevac
|
98a18210a1
|
[maint] in when tree entry is not found return PathNotFound error (#921)
|
2023-12-18 14:29:09 +00:00 |
|
Marko Gacesa
|
ee7b2775c1
|
optimized get branch (#912)
|
2023-12-18 10:03:22 +00:00 |
|
Marko Gacesa
|
8133f329ec
|
fix returned error on bad ref for content api (#906)
|
2023-12-13 15:47:13 +00:00 |
|
Marko Gacesa
|
c062a0fda6
|
fix git mode for exec files (#905)
|
2023-12-13 14:13:58 +00:00 |
|
Marko Gacesa
|
a7f11126fa
|
remove gogit (#887)
|
2023-12-11 10:15:15 +00:00 |
|
Johannes Batzill
|
ff9843db26
|
[MISC] Fix Missuage of processGiteaErrorf (#891)
|
2023-12-08 23:55:04 +00:00 |
|
Johannes Batzill
|
100bed580d
|
[GIT] migrate git.enum (#889)
|
2023-12-08 23:07:59 +00:00 |
|
Johannes Batzill
|
b8942a4e41
|
[GIT] Enable Trace Logging (#888)
|
2023-12-08 22:50:16 +00:00 |
|
Marko Gacesa
|
1899e70e56
|
detect force push (#856)
|
2023-12-07 10:25:08 +00:00 |
|
Marko Gacesa
|
90d8ac7193
|
remove gogit from last commit cache (#877)
|
2023-12-07 10:24:58 +00:00 |
|
Johannes Batzill
|
7abeaf3eca
|
[Logging] Add Debug logs to git.Merge/Commit (#879)
|
2023-12-07 03:14:45 +00:00 |
|
Marko Gacesa
|
1d06026d05
|
handle merge conflict not as an error (#823)
|
2023-11-28 11:14:51 +00:00 |
|
Enver Bisevac
|
97b554acab
|
[code-892] fix content type for JSONDynamicArray (#817)
|
2023-11-22 11:50:21 +00:00 |
|
Johannes Batzill
|
07a088bb8c
|
[Config] Ensure time related config elements are of type time.Duration (#813)
|
2023-11-18 00:50:49 +00:00 |
|
Enver Bisevac
|
6f83d8d07b
|
[code-953] diff merge base with annotated tags (#809)
|
2023-11-16 17:51:08 +00:00 |
|
Enver Bisevac
|
67f560874d
|
[maint] gitrpc package removed (#726)
|
2023-11-15 10:15:32 +00:00 |
|