Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Free
Run ID: 2e1ef1b0-c913-4c6b-b094-8aaf0c9e5794
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
Tip
💬 Introducing Slack Agent: The best way for teams to turn conversations into code.
Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Generate code and open pull requests
Plan features and break down work
Investigate incidents and troubleshoot customer tickets together
Automate recurring tasks and respond to alerts with triggers
Summarize progress and report instantly
Built for teams:
Shared memory across your entire org—no repeating context
Per-thread sandboxes to safely plan and execute work
Governance built-in—scoped access, auditability, and budget controls
One agent for your entire SDLC. Right inside Slack.
Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.
Comment @coderabbitai help to get the list of available commands and usage tips.
<!-- This is an auto-generated comment: summarize by coderabbit.ai -->
<!-- This is an auto-generated comment: skip review by coderabbit.ai -->
> [!IMPORTANT]
> ## Review skipped
>
> Auto reviews are disabled on base/target branches other than the default branch.
>
>
>
> Please check the settings in the CodeRabbit UI or the `.coderabbit.yaml` file in this repository. To trigger a single review, invoke the `@coderabbitai review` command.
>
> <details>
> <summary>⚙️ Run configuration</summary>
>
> **Configuration used**: Organization UI
>
> **Review profile**: ASSERTIVE
>
> **Plan**: Free
>
> **Run ID**: `2e1ef1b0-c913-4c6b-b094-8aaf0c9e5794`
>
> </details>
>
> You can disable this status message by setting the `reviews.review_status` to `false` in the CodeRabbit configuration file.
>
> Use the checkbox below for a quick retry:
> - [ ] <!-- {"checkboxId": "e9bb8d72-00e8-4f67-9cb2-caf3b22574fe"} --> 🔍 Trigger review
<!-- end of auto-generated comment: skip review by coderabbit.ai -->
<!-- announcements_start -->
> [!TIP]
> <details>
> <summary>💬 Introducing Slack Agent: The best way for teams to turn conversations into code.</summary>
>
> [Slack Agent](https://www.coderabbit.ai/agent) is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
>
> - Generate code and open pull requests
> - Plan features and break down work
> - Investigate incidents and troubleshoot customer tickets together
> - Automate recurring tasks and respond to alerts with triggers
> - Summarize progress and report instantly
>
> Built for teams:
>
> - **Shared memory** across your entire org—no repeating context
> - **Per-thread sandboxes** to safely plan and execute work
> - **Governance built-in**—scoped access, auditability, and budget controls
>
> One agent for your entire SDLC. Right inside Slack.
>
> 👉 [Get started](https://agent.coderabbit.ai/)
>
> </details>
<!-- announcements_end -->
<!-- tips_start -->
---
> [!NOTE]
> <details>
> <summary>🎁 Summarized by CodeRabbit Free</summary>
>
> Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting <https://app.coderabbit.ai/login>.
>
> </details>
<sub>Comment `@coderabbitai help` to get the list of available commands and usage tips.</sub>
<!-- tips_end -->
The author of this PR is on the CodeRabbit Free Plan. In order to use the Chat feature, please upgrade the PR author to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.
<!-- This is an auto-generated reply by CodeRabbit -->
The author of this PR is on the CodeRabbit Free Plan. In order to use the Chat feature, please upgrade the PR author to CodeRabbit Pro by visiting <https://app.coderabbit.ai/login>.
Addressed in 0b57c31: finished the remaining #27 items by moving OAuth2UserInfo into the active ports package/source-set and cleaning related OAuth2/security Kotlin issues so the module compiles and passes lint.
@copilot review
Reviewed and fixed in 0b57c31. I investigated CI failures, applied minimal fixes, and validated with ktlintMainSourceSetCheck + compileKotlin.
> Also not all issues addressed in #27 PR
Addressed in 0b57c31: finished the remaining #27 items by moving `OAuth2UserInfo` into the active ports package/source-set and cleaning related OAuth2/security Kotlin issues so the module compiles and passes lint.
> @copilot review
Reviewed and fixed in 0b57c31. I investigated CI failures, applied minimal fixes, and validated with `ktlintMainSourceSetCheck` + `compileKotlin`.
devitq
(Migrated from github.com)
reviewed 2026-05-15 19:33:54 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Исправлены все замечания из ревью
Comment
@coderabbitai helpto get the list of available commands and usage tips.@coderabbitai summarize
The author of this PR is on the CodeRabbit Free Plan. In order to use the Chat feature, please upgrade the PR author to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.
@skettiks fix CI failing
Also not all issues addressed in #27 PR
@copilot review
nope, you are not allowed to disable AOT
figure out how to resolve issues
for what you've excluded security.disabled folder from kompile
besides, there is no folder with such name present in this repo
same issue addressed in R81 line comment
same issue addressed in R81 line comment
rrrremmoooveeee this
wh... for what?
@@ -30,1 +30,3 @@val entity = user.toEntity()val existingUser = findById(user.id)val entity =create a mapper to reduce code repetion
when you're using gpt, at least check the outcome
oh, well, ok, remove this
Addressed in
0b57c31: finished the remaining #27 items by movingOAuth2UserInfointo the active ports package/source-set and cleaning related OAuth2/security Kotlin issues so the module compiles and passes lint.Reviewed and fixed in
0b57c31. I investigated CI failures, applied minimal fixes, and validated withktlintMainSourceSetCheck+compileKotlin.Why you've disabled configuration cache...
do not remove any deps, this removal does not make any sense to your PR
@@ -30,1 +30,3 @@val entity = user.toEntity()val existingUser = findById(user.id)val entity =well, nevermind
@@ -60,4 +58,3 @@testImplementation(libs.spring.grpc.test)testImplementation(libs.mockk)testRuntimeOnly(libs.junit.platform.launcher)}do not remove any deps, this removal does not make any sense to your PR
@@ -30,11 +30,10 @@ java {dependencies {implementation(platform(libs.sentry.bom))do not remove any deps, this removal does not make any sense to your PR
restore AOT
we don't need graalvm, we'll stick with default Java runtime
horay