Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a help content management system (allowing creation, updates, and retrieval with ETag-based caching) and implements a global user group that automatically registers active users. Additionally, it refactors the GitHub statistics synchronization scheduler to prevent overlapping executions using an atomic lock. The review feedback highlights two important improvements: renaming the database column key to help_key to avoid SQL reserved keyword conflicts (especially in testing environments like H2), and adding a @Size(max = 100) validation constraint on the help content key DTO to prevent database integrity violations.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
변경사항
관련 이슈
Closes #
추가 컨텍스트