68 Commits

Author SHA1 Message Date
enver
45b70c3ef2 merge changes from main 2024-03-25 10:23:02 +01:00
Darko Draskovic
cda2de9606 Add fix for git show numstat result in - - str (#1130) 2024-03-21 17:43:32 +00:00
enver
6d649d041a merge changes from main 2024-03-21 15:25:06 +01:00
enver
0b6e1b5266 end-of-options should exist only if there are flags 2024-03-21 15:10:45 +01:00
enver
fa92b20549 merge changes from main 2024-03-21 14:53:44 +01:00
Johannes Batzill
a6bfe6235f [MISC] Fix naming inconsistencies for FileDiffStatus (#1128) 2024-03-21 01:39:02 +00:00
enver
ff0bc2a0a6 sha tests only for value object 2024-03-20 22:19:05 +01:00
Darko Draskovic
564a0fef61 Add support for listing commit related per file stats (#1116) 2024-03-20 18:31:48 +00:00
enver
43a0dde9cf requested changes 2024-03-20 15:30:13 +01:00
enver
0db2c06c3d requested changes 2024-03-15 16:26:31 +01:00
enver
8c4eaaafab requested changes 2024-03-13 02:47:42 +01:00
Abhinav Singh
fd9f95c82b fix: include file stat bug (#1107) 2024-03-07 13:53:38 +00:00
enver
f3ee0ad9da requested changes 2024-03-05 20:42:50 +01:00
enver
af5fce8896 introduced new type sha.SHA 2024-03-04 16:07:13 +01:00
enver
384a5f41d3 minor refactoring 2024-02-28 13:13:42 +01:00
enver
12f88980ce merge from main 2024-02-28 13:00:40 +01:00
enver
60ee28bb62 merge from main 2024-02-28 12:38:35 +01:00
Johannes Batzill
73ffe71afe Log error translation under requestID to improve traceability (#1070) 2024-02-27 06:05:42 +00:00
enver
bef72d0164 refactor git api 2024-02-23 16:32:49 +01:00
Darko Draskovic
8150be7a3b Add commit diff stat to list commits (#1062) 2024-02-23 11:27:06 +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
enver
e15a856a47 merge main 2024-02-19 09:56:49 +01:00
enver
33839d7c2c removed adapter interface, cyclic imports resolved 2024-02-19 08:26:01 +01:00
Marko Gacesa
2a17b5f243 improve create code comment API (#1040) 2024-02-14 11:10:52 +00:00
Atefeh Mohseni-Ejiyeh
fc9e77c91c Support soft delete, restore and purge repos plus a cleanup job for old deleted repos (#1005) 2024-02-14 01:39:39 +00:00
Johannes Batzill
40e5b84ba1 Fix MOVE action for Commit API (#1037) 2024-02-10 01:10:20 +00:00
Enver Bisevac
8e0b35c0ce [maint] diff with json response contain diff with headers (#1035) 2024-02-09 12:20:23 +00:00
Darko Draskovic
d96afd89bd Add additions and deletions stats to commit file response (#1015) 2024-02-07 16:07:53 +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
0e13754681 [fix] read-tree added to args builder (#1014) 2024-02-02 13:57:07 +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
a4f36c17ce [maint] exit code added in error type (#1006) 2024-02-01 11:54:48 +00:00
Enver Bisevac
1ac888183e fix panic in accessing map (#1000) 2024-01-31 23:55:09 +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
Atefeh Mohseni-Ejiyeh
bd495845ae fix reposGraveyard dir path (#939) 2024-01-22 20:30:51 +00:00
Atefeh Mohseni-Ejiyeh
29f781201f support update default branch (#973) 2024-01-20 07:10:16 +00:00
Johannes Batzill
123267c918 [MISC] Remove References From Diff Cut (#966) 2024-01-12 23:25:03 +00:00
Enver Bisevac
13b89482f2 [CODE-1299] fix diff git with double quotes name (#959) 2024-01-12 19:24:31 +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