-
-
Notifications
You must be signed in to change notification settings - Fork 237
Refactor foreign keys and relationships to pure logic #901
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
516c2ed
Refactor foreign keys and relationships to pure logic
wu-clan 1885098
Revert of some changes
wu-clan c50fdad
More revert
wu-clan 7af81d1
Update the user paginate
wu-clan 7cf1aea
Update user create and update
wu-clan b19b237
Update dept select and delete
wu-clan 5ccdc1e
Rename the join query functions
wu-clan bd0c0bc
Update select_join_serialize doc and README
wu-clan fbaf29f
Fix typo in README
wu-clan 44aca81
Update the user delete
wu-clan 578b9cd
Update the user social
wu-clan 5243193
Merge branch 'master' into logical-foreign-keys
wu-clan a4714c5
Update the dict plugin crud
wu-clan 9fef37c
Update the dict plugin version
wu-clan 68f007f
Bump dependencies and pre-commits
wu-clan 759db21
Update the code generator plugin crud
wu-clan bea3691
Update the menu crud
wu-clan 3a69382
Update the role crud
wu-clan ce9a4d4
Update the data scope and rule crud
wu-clan 36f137c
Restore get_paginated to get_select
wu-clan 98baaec
Update the code generator plugin version
wu-clan da8d698
Add the py version in pre-commit
wu-clan 0221121
Remove the plugin include parameter config
wu-clan 07fb371
Add more cache cleaning TODO
wu-clan aaff9e0
Rename get_with_relation to get_join
wu-clan b1379d3
Add the user cache clear
wu-clan b36aa72
Fix known compatibility issues
wu-clan 0830f14
Merge branch 'master' into logical-foreign-keys
wu-clan 0166587
Update the version number to 1.11.0
wu-clan d946262
Fix lint
wu-clan a5a0ccf
Optimize select_join_serialize logic
wu-clan c79e73b
Delete cache cleanup comments
wu-clan 679a231
Merge branch 'master' into logical-foreign-keys
wu-clan 833ed2c
Merge branch 'master' into logical-foreign-keys
wu-clan 35c555c
Update the oauth2 plugin version
wu-clan 90c4f54
Fix user-role table cleanup when user update
wu-clan 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 |
|---|---|---|
|
|
@@ -7,3 +7,4 @@ venv/ | |
| .python-version | ||
| .ruff_cache/ | ||
| .pytest_cache/ | ||
| .claude/ | ||
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
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| from backend.common.i18n import i18n | ||
|
|
||
| __version__ = '1.10.4' | ||
| __version__ = '1.11.0' | ||
|
|
||
|
|
||
| # 初始化 i18n | ||
|
|
||
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
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
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.
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.