Commit 19bee05
authored
v1.0.0 (#264)
* [Test] Auth Controller & Application Layer Test Code (#239)
* test: AuthControllerTest RestDocsTest
* test: Auth Application Test
* [Test] User Controller & Application Layer Test Code (#240)
* test: UserControllerTest RestDocsTest
* refactor: AuthFixture
* test: User Application Test
* test: User Application Facade Test
* [Test] Suggestion Test Code (#241)
* test: SuggestionControllerTest RestDocsTest
* test: Suggestion Application Test
* fix: prefix
* [Test] Report Test Code (#243)
* test: ReportControllerTest RestDocsTest
* test: Report Application Test
* [Test] Visit Test Code (#244)
* test: VisitedControllerTest RestDocsTest
* test: Visited Application Test
* fix&refactor: spot visited event
* refactor: SpotVisitedValidator
* fix: condition
* [Test] Attendance RestDocsTest&Application Test (#247)
* [Test] AppVersion Test Code (#248)
* [Hotfix] Admin user push-all
* [Test] Pet Domain Test Code (#250)
* test: PetControllerTest RestDocsTest
* refactor: PetControllerTest example
* test: Pet, UserPet Application Test
* fix: pet point test case
* fix: verify updatePointByAction
* [Test] History Domain Test Code (#251)
* test: History Test Code
* fix: lint
* [Refactor] fcm-token deletedAt is null condition (#252)
* fix: deletedAt is null condition
* fix: findAll JpaRepository
* [Feature] Report&Suggestion cancel API (#256)
* feat: suggestion cancel API
* feat: report cancel API
* fix: status parameter
* fix: verify update
* fix: restDocsTest restDocumenation
* [Feature] Notifications API (#257)
* feat: getNotifications cursor pagenation
* refactor: NotificationResponse
* feat: notification markAsRead
* test: notification Test Code
* refactor
* feat: notification type column migration
* [Fix] Notification message (#260)
* [Feature] Suggestion detail API (#261)
* [Refacor] Add ReportType (ETC, EMPTY_SPOT) (#262)
* refacor: report-type ETC, EMPTY_SPOT
* test: testcode
* [Feature] Add Apns destination CustomData (#263)
* feat: apns custom data, destination
* fix: destination
* [Hotfix] Suggestion spotName Error Message
* [Fix] Notifications nextCursor (#266)1 parent 390109c commit 19bee05
File tree
164 files changed
+7876
-355
lines changed- sseudam-admin/src/main/kotlin/com/sseudam/admin
- application
- presentation
- request/report
- v1
- report
- suggestion
- user
- sseudam-clients/notification/src/main/kotlin/com/sseudam/client/notification
- sseudam-core
- core-api
- src
- main/kotlin/com/sseudam/presentation/v1
- auth
- notification
- response
- report
- request
- response
- suggestion
- request
- response
- user
- visit
- test/kotlin/com/sseudam
- application
- attendance
- auth
- history
- notification
- pet
- report
- suggestion
- trashspot
- user
- version/app
- visit
- fixture
- attendance
- auth
- common
- history
- notification
- pet
- report
- suggestion
- user
- version/app
- visit
- presentation/v1
- attendance
- auth
- history
- notification
- pet
- report
- suggestion
- trashspot
- user
- version/app
- visit
- core-application/src/main/kotlin/com/sseudam
- attendance
- auth
- result
- history
- dto
- notification
- command
- component
- dto
- fcm
- repository
- report
- command
- component
- dto
- event
- repository
- result
- suggestion
- command
- component
- event
- repository
- result
- trashspot
- component
- repository
- user
- component
- repository
- visit
- component
- event
- result
- core-contract/src/main/kotlin/com/sseudam/support
- cursor
- error
- page
- core-domain/src/main/kotlin/com/sseudam
- notification
- report
- suggestion
- sseudam-storage/db-core/src/main
- kotlin/com/sseudam/storage/db/core
- notification
- report
- suggestion
- trashspot
- user
- device
- resources/db/migration
- sseudam-tests/api-docs/src/main/kotlin/com/sseudam/docs
- support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
164 files changed
+7876
-355
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
112 | 118 | | |
113 | | - | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
125 | 131 | | |
126 | 132 | | |
127 | 133 | | |
128 | | - | |
129 | | - | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
70 | | - | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
0 commit comments