feat: main branch for the existing keys, tasks, imports, language stats#3430
feat: main branch for the existing keys, tasks, imports, language stats#3430
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
backend/data/src/main/kotlin/io/tolgee/component/demoProject/DemoProjectCreator.kt
Show resolved
Hide resolved
| WHERE ls2.language_id = ls.language_id AND ls2.branch_id = b.id | ||
| ); | ||
| </sql> | ||
| </changeSet> |
There was a problem hiding this comment.
In this case we can make Key.branch not-null, right ?
There was a problem hiding this comment.
i guess the same is for tasks and imports. However language_stats seems differnt
There was a problem hiding this comment.
added those constraints
5d67e55 to
4c8a46c
Compare
58d0858 to
84062af
Compare
… handle branch in services
…load (branch name in url)
…on-deleted branch
…`, streamline branch ID resolution, and refactor snapshot logic to avoid lazy loading issues
…c for namespace display
…nd ensure accurate state persistence
…ith updated backend logic and comprehensive test coverage
… data setup, and refactor branching logic
…anching feature flag
…anching feature flag
…enhance branching assertions
… both branches during merge dry-run
a6ad058 to
e9037a6
Compare
…uplicate stats properly
…nd improving label resolution logic
…e for both backend and e2e
…ng single change updates
- Add DefaultBranchNotFoundException for consistent error handling - Make Key.branch, Task.branch, and Import.branch non-nullable (JPA optional=false) - Update BranchService methods to return non-null Branch - Add automatic default branch creation in test data builders - Simplify SecurityService and BranchVersionedEntity branch access Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
84062af to
d4a618e
Compare
594f365 to
29f7614
Compare
No description provided.