Commit Graph

24 Commits (ff1206d65f6c49893c4430bccba426125b0d1ba1)

Author SHA1 Message Date
Johannes Batzill a83cd21c17 [OPEN-SOURCE] Prepare Repository (#605) 2023-09-24 07:33:16 +00:00
Johannes Batzill 833e2a08de process gitea error on gitea.OpenRepository failure 2023-07-06 23:09:18 -07:00
Johannes Batzill 06067d4f6c Fix Linting errors (#142) 2023-06-15 21:27:06 +00:00
Abhinav Singh 23f299fb64 techdebt: [CODE-318]: remove commits v2 2023-06-07 12:26:26 -07:00
Abhinav Singh 45adfbe64e backend change to remove rename commit from old file 2023-06-06 10:15:13 -07:00
Abhinav Singh df29038e40 backend change to remove rename commit from old file 2023-06-05 22:33:35 -07:00
Abhinav Singh e482fad30e feat: [CODE-345]: rename enhancement and committer addition 2023-05-24 02:41:35 -07:00
Abhinav Singh f94dd30b53 feat: [CODE-345]: rename enhancement and committer addition 2023-05-24 02:30:20 -07:00
Abhinav Singh a0ce4fe88e feat: [CODE-345]: rename enhancement and committer addition 2023-05-23 18:02:31 -07:00
Abhinav Singh f34f267084 feat: [CODE-200]: list commits with date filter 2023-05-17 15:12:44 -07:00
Abhinav Singh 73095da2bb Update gitrpc/internal/gitea/commit.go 2023-05-17 21:50:37 +00:00
Abhinav Singh 7f6947f0ea feat: [CODE-200]: list commits with date filter 2023-05-17 14:37:19 -07:00
Abhinav Singh 943708dcc7 feat: [CODE-200]: list commits with date filter 2023-05-17 01:39:35 -07:00
Abhinav Singh 24fab5b3bf should have old path new path param to determine if we moved or got moved. 2023-05-09 13:29:56 -07:00
Abhinav Singh 59a7cdf8a8 feat: [CODE-260]: commit api should have path filter 2023-05-08 22:54:00 -07:00
Marko Gaćeša be3b68e577 make merge base SHA not nullable 2023-04-27 13:12:54 +02:00
Johannes Batzill ee0aae4e75 [GIT] Return 404 for listcommit in case ref isn't found (#230) 2023-01-18 17:42:18 -08:00
Johannes Batzill e448c6f763 [GIT] Fix commit API for empty repo, remove unused functions 2023-01-16 10:22:49 -08:00
Enver Bisevac 2f5339ece5 merge operation refactored (#172) 2023-01-10 13:54:08 +01:00
Johannes Batzill 7ada1af3aa [API] Add `after` Support to Commit Listing (#155) 2023-01-04 16:59:43 -08:00
Enver Bisevac 630c9b553f ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
Johannes Batzill 60f0ea969d [API] Add API For Commit Divergence Calulation (#77)
This commit contains the following changes:
- Add `commits/calculate_divergence` API to calculate commit divergence of reference pairs
- Rename `serviceAccounts` to `service_accounts` to follow REST best practices
2022-11-16 16:53:31 -08:00
Johannes Batzill c55c53deab [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70)
This change adds the following:
- create / delete branch
- basic error propagation from git to user (notfound, conflict, invalidinput)
- create repo root folder in server instead of service constructor
2022-11-10 20:57:31 -08:00
Enver Bisevac 578dd13d8d [maint] eb/gitrpc refactor (#51)
* pull/push impl done

* Basic auth for harness

* gitrpc as top level package

* New ctor for package

* gitrpcserver instead of server2
2022-11-03 13:17:03 +01:00