-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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,7 +1,3 @@ | ||
## Change log | ||
|
||
- Modified the code directory structure for large repository services, making the `api` and `third_party` directories shared among all services, while keeping other directories unchanged. | ||
- Added an automatic initialization command for the large repository (mono-repo repository) service mode. | ||
- Optimized the code merging rules, supporting the merging of **gRPC template code**, **Handler code**, **Router configuration**, and **Error code**. | ||
- Added a distributed lock library [dlock](https://github.com/zhufuyi/sponge/tree/main/pkg/dlock) with support for `Redis` and `Etcd`. | ||
- Optimized some `pkg` libraries (**[Scheduled Task Logging](https://github.com/zhufuyi/sponge/issues/62)**, **[ID Generation Functionality](https://github.com/zhufuyi/sponge/blob/main/pkg/krand/README.md#generate-id)**). | ||
- Modify the scripts in the large repository type so that the web service and grpc service code generated based on SQL can automatically complete the missing parts. |
This file contains 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 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