-
Notifications
You must be signed in to change notification settings - Fork 2
refactor(database): GORMを使用してデータベースモデルを改善 #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ikafly144
wants to merge
20
commits into
sabafly:develop
Choose a base branch
from
ikafly144:work/gorm-migration
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7546a76
refactor(database): GORMを使用してデータベースモデルを更新し、エンティティの操作を改善
ikafly144 abacba8
feat(models): WordSuffixにUUIDのデフォルト値を追加
ikafly144 e76c3ff
fix(components): ギルド脱退時のデータベース削除エラーをログに記録
ikafly144 54f58cf
feat(components): ギルド初期化時にオーナーIDを追加
ikafly144 4f93464
build(Docker): gemini-cli-sandboxのバージョンをlatestに更新
ikafly144 8e8c399
feat(models): UUIDの生成をBeforeCreateフックで追加
ikafly144 17daee4
feat(permission): 最大文字数を1から100に更新
ikafly144 06b26ce
fix(components): ギルド脱退時の削除処理にエラーログを追加
ikafly144 bd6fab7
refactor(components): ユーザー作成処理のリファクタリング
ikafly144 f8d73ff
chore(Docker): gemini-cli-sandboxのDockerfileを削除
ikafly144 f681768
refactor(models): OwnerIDとOwnerフィールドをポインタ型に変更
ikafly144 c3fa2d5
fix(level): GormDBの保存処理にエラーハンドリングを追加
ikafly144 df59406
refactor(level): addXp関数にGormDBを引数として渡すように変更
ikafly144 87d60f9
fix(message): GormDBのエラーハンドリングを改善
ikafly144 1fbb466
fix(permission): GormDBの保存処理にエラーハンドリングを追加
ikafly144 21cc717
fix(role): rpEditBaseMessage関数にエラーハンドリングを追加
ikafly144 c9cf833
fix(setting): GormDBの保存処理にエラーハンドリングを追加
ikafly144 e46827b
fix(setting): GormDBの保存処理にエラーハンドリングを追加
ikafly144 89078ea
fix(user): GormDBのユーザー作成処理にエラーハンドリングを追加
ikafly144 7f988de
fix(guild): ギルド脱退時のエラーハンドリングを追加
ikafly144 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| FROM gemini-cli-sandbox | ||
|
|
||
| RUN apt-get update && \ | ||
| apt-get install -y build-essential golang-go git | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.