v1.0.0
What's Changed
- βοΈ config: Set to java 19 version by @seonghun-dev in #6
- β¨ feat : add swagger setup by @seonghun-dev in #8
- β¨ feat : add jacoco and ci setup by @seonghun-dev in #7
- π docs: add ci badge and codecov badge to readme by @seonghun-dev in #10
- βοΈ chore: remove queryDsl, config to test coverage by @seonghun-dev in #12
- β¨ feat: GlobalExceptionHandler setting by @yunyoung1819 in #13
- β¨ feat: BaseTimeEntity, ResponseDto, PageResponseDto setting #16 by @yunyoung1819 in #17
- β¨ feat: prometheus setting by @siyeonSon in #19
- β¨ feat: Add Entity Class by @yunyoung1819 in #22
- β¨ feat: Add Korean city, village information by SQL by @seonghun-dev in #24
- β¨ feat: Add entity about city, state, village area by @seonghun-dev in #27
- β¨feat: add genre entity by @siyeonSon in #29
- β¨ feat: insert sample data by @siyeonSon in #33
- β»οΈ refactor : remove /test endpoint by @seonghun-dev in #37
- π fix : add server url setup to swagger by @seonghun-dev in #44
- β¨ feat : add getNearItemPoints api by @seonghun-dev in #35
- β¨ feat: find details of items by @siyeonSon in #31
- β¨ feat: item drop api by @yunyoung1819 in #30
- β»οΈ refactor : Modify itemRequestDto nested form by @yunyoung1819 in #48
- π fix : can't find village bug fix by @seonghun-dev in #51
- π fix: add validation check by @seonghun-dev in #55
- β¨ feat : add idfv handler by @seonghun-dev in #50
- β»οΈ refactor: change Item Detail API response structure by @siyeonSon in #58
- β¨ feat: add idfv check to drop item by @seonghun-dev in #60
- π fix: music save problem solve by @seonghun-dev in #62
- β test: find item detail test by @siyeonSon in #56
- π document: add readme by @seonghun-dev in #67
- β¨ feat add genre for item drop by @yunyoung1819 in #64
- β»οΈ refactor: change unit test to unit test dir by @seonghun-dev in #69
- β test: Add ItemController Test by @yunyoung1819 in #63
- β¨ feat: add item like/unlike by @yunyoung1819 in #74
- β»οΈrefactor: apply multi-module by @siyeonSon in #76
- π fix: change to non-nullable content when posting item by @siyeonSon in #81
- β¨feat: Add isLike and itemLikeCount on Items Detail API by @siyeonSon in #83
- π hotfix : findUserByIdfv add pessimistic lock by @seonghun-dev in #93
- β¨ feat : add village info and drop count by @seonghun-dev in #92
- β¨ feat: add internal server error slack alert by @seonghun-dev in #91
- π hotfix : add missing component by @seonghun-dev in #94
- π hotfix : fix item likes return 500 when no user by @seonghun-dev in #95
- β¨ feat : add Inner Distance to Item poi controller by @seonghun-dev in #96
- π₯ fire remove file gradle.yml by @yunyoung1819 in #97
- β»οΈ Refactor : change directory common.controller to apis by @seonghun-dev in #89
- π fix jacoco.yml modify indent line by @yunyoung1819 in #98
- π fix indent line by @yunyoung1819 in #99
- β»οΈ refactor : change security core module to api module by @seonghun-dev in #87
- β»οΈrefactor: change files in modules by @siyeonSon in #103
- β¨ feat : add Logging by @seonghun-dev in #100
- π fix: resolve VillageItemControllerTest fail by @siyeonSon in #107
- β¨ feat: add search api by @seonghun-dev in #84
- β¨ feat: add admin web by @seonghun-dev in #112
- π fix: change logging to api module by @seonghun-dev in #117
- β»οΈ refactor: change the file structure by @seonghun-dev in #122
- β¨ feat: Add street-drop-notification module by @yunyoung1819 in #121
- π· feat: add street drop api cd setup by @yunyoung1819 in #110
- π hotfix: fix query in ItemLocationRepository by @siyeonSon in #126
- π hotfix: add build.gradle to streetdrop-admin module by @siyeonSon in #128
- π fix: itemLikeController Parameter improperly mapping in swagger by @yunyoung1819 in #134
- π fix: Fix villageAreaRepository JPQL Query by @yunyoung1819 in #132
- β¨ feat: Add Item Report API by @siyeonSon in #120
- β¨ feat: add reverse geocoding api by @seonghun-dev in #138
- π fix: change ddl-auto validate to update by @yunyoung1819 in #142
- β¨ feat: find All Admin Users by @yunyoung1819 in #114
- β¨ feat: add userId to user info by @seonghun-dev in #139
- βοΈ config: auto add reviewers by @seonghun-dev in #149
- β¨ feat: add item update/delete api by @yunyoung1819 in #135
- π hotfix: add info level log to file by @seonghun-dev in #161
- π fix: userInfoDto change test fix by @seonghun-dev in #144
- π fix: when create table srid set to 4326 by @seonghun-dev in #157
- βοΈ config: add prometheus and logging to search server by @seonghun-dev in #155
- β¨ feat: add nickname change api by @yunyoung1819 in #162
- β¨ feat: add admin user count by join date by @yunyoung1819 in #166
- β¨ feat: add music app change api by @yunyoung1819 in #164
- β»οΈ refactor: ItemPoi refactor to QueryDsl by @seonghun-dev in #146
- β»οΈ refactor: add default_nick_name table and get random nickname by @seonghun-dev in #147
- β¨ feat: add push default setting by @seonghun-dev in #167
- π fix: add space between cities and districts in village_area by @siyeonSon in #180
- β¨ feat: create notification domain by @siyeonSon in #173
- π fix: return value of user.getMusicApp() is null by @yunyoung1819 in #170
- β¨ add icon to map and add drop cart by @seonghun-dev in #199
- π hotfix: fix merge error by @seonghun-dev in #200
- β¨ feature: all and individual push notification by @seonghun-dev in #201
- β»οΈ refactor: binding POST request urls related to item in WebSecurityConfig by @siyeonSon in #195
- β¨ feat: add push token update endpoint by @seonghun-dev in #197
- π fix: admin user pagination by @seonghun-dev in #202
- β¨ feat: add User Block API by @yunyoung1819 in #198
- β¨ feat(admin): add all items view and delete item by @seonghun-dev in #206
- β¨ feat(admin): add user static and user detail by @seonghun-dev in #208
New Contributors
- @seonghun-dev made their first contribution in #6
- @yunyoung1819 made their first contribution in #13
- @siyeonSon made their first contribution in #19
Full Changelog: https://github.com/depromeet/street-drop-server/commits/v1.0.0