You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-17Lines changed: 29 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,32 @@ Based on - https://github.com/hataiit9x/gemini-review-code
6
6
7
7
## Summary
8
8
9
-

10
-
11
9
`@parvez3019/ai-code-review-gitlab-plugin` It is a small tool used for code review in GitLab Merge Requests. It supports calling the GitLab API for private
12
10
deployment and uses either Gemini AI API or AWS Bedrock (Claude) to obtain review results. Please note that when using it, ensure compliance with company regulations. 😉
13
11
14
12
13
+
15
14
## Features
16
15
17
-
- 🛠️ Support configuration GitLab API address
18
-
- ⚙️ Support configuration AWS Bedrock (Claude) for code review
19
-
- 📦 Support configuration AWS Bedrock custom model ID
20
-
- 📦 Support configuration GitLab Project ID
21
-
- 📦 Support configuration GitLab Merge Request ID
22
-
- 🚀 Support running in CI/CD
23
-
- 🚦 Automatically wait and try again when the rate limit is exceeded
24
-
- 💬 The review results are appended to the location of the corresponding code block in the form of comments
25
-
- 🔒 Secure handling of AWS credentials and GitLab tokens
26
-
- 🌐 Support for AWS Bedrock Claude models
27
-
- 🏷️ Easy integration with GitLab CI/CD pipelines
16
+
- 🛠️ Support configuration GitLab API address.
17
+
- ⚙️ Support configuration AWS Bedrock (Claude or any bedrock models) for code review.
18
+
- 📦 Support configuration GitLab Project ID & Merge Request IID.
19
+
- 🚀 Support running in Gitlab CI/CD Pipeline.
20
+
- 🚦 Automatically wait and try again when the rate limit is exceeded.
21
+
- 💬 The review results are appended to the location of the corresponding code block in the form of comments.
22
+
- 🔒 Secure handling of AWS credentials and GitLab tokens.
23
+
- 🏷️ Easy integration with GitLab CI/CD pipelines.
24
+
- 📝 Provide Summary Sections for the changes where no feedback is required.
25
+
26
+
27
+
### Screenshots for comments on Gitlab Merge Requests
28
+
29
+
Review Comment -
30
+
31
+

32
+
33
+
Summary Comment For No Feedback Section -
34
+

28
35
29
36
30
37
## Install
@@ -38,9 +45,9 @@ npm i @parvez3019/ai-code-review-gitlab-plugin
0 commit comments