-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: user service find methods. (#699)
* build: upgrade to v0.17.0 * refactor: user service find methods. * refactor: episode service find methods. * feat: add count episodes for subject id. * feat: remove findMetaById in EpisodeService and add count endpoint in EpisodeEndpoint * feat: add findEpisodesBySubjectId in EpisodeEndpoint * feat: add GetSubjectSyncsBySubjectId in SubjectSyncPlatformEndpoint * feat: add findTypeBySubjectId for collection endpoint. * build: gen new api-client v0.17.0.1 * optimize: EpisodeEndpoint * optimize: Subjects.vue * build: gen new api-client v0.17.0.2 * optimize: subject count * optimize: SubjectDetails.vue and EpisodeDetailsDialog.vue * fix: countMatchingBySubjectId in DefaultEpisodeService * optimize: Subjects.vue * docs: update CHANGELOG.MD * fix: unit test cases in SubjectEndpointTest * fix: console格式问题 * feat: add post and put episode endpoint. * build: gen new api-client v0.17.0.3 * optimize: episode. * build: gen new api-client v0.17.0.4 * optimize: episode create and update to save. * optimize: subject put page in console * build: gen new api-client v0.17.0.5 * optimize: subject put page in console * fix: subject details page * style: run lint in console
- Loading branch information
Showing
51 changed files
with
1,807 additions
and
789 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 |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
|
||
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。 | ||
|
||
# 0.17.0 | ||
|
||
## 优化 | ||
|
||
- 条目服务层重构优化接口性能 | ||
|
||
# 0.16.2 | ||
|
||
## 新特性 | ||
|
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
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
29 changes: 0 additions & 29 deletions
29
api/src/main/java/run/ikaros/api/core/subject/EpisodeMeta.java
This file was deleted.
Oops, something went wrong.
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
50 changes: 0 additions & 50 deletions
50
api/src/main/java/run/ikaros/api/core/subject/SubjectMeta.java
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.