This repository was archived by the owner on Nov 8, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork20
Commit66c4062
authored
feat(artiment-auditon): pending for artiment (#440)
* refactor(pending-state): basic flag for articles* refactor(pending-state): pasic set/unset operate* refactor(pending-state): basic legal/illegal workflow for articles* refactor(pending): test re-org, fix edge case* refactor(pending): audition hook for article* refactor(audit-hooks): add comment support, more tests* refactor(audit-hooks): enhance with cron job & more tests* refactor(comment): test with audit meta* fix(repo): missing pending field* fix: test error1 parentf57dd92 commit66c4062
File tree
43 files changed
+1938
-93
lines changed- config
- lib
- groupher_server_web/schema
- Helper
- account
- cms
- groupher_server
- accounts/models/embeds
- cms
- delegates
- hooks
- helper
- models
- embeds
- helper
- converter/editor_to_html
- priv/repo/migrations
- test
- groupher_server_web
- mutation/cms/articles
- query/cms
- articles
- comments
- flags
- groupher_server/cms
- articles
- comments
- hooks
- helper
- support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+1938
-93
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
162 | 166 |
| |
163 | 167 |
| |
164 | 168 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 |
| |
38 | 43 |
| |
39 | 44 |
| |
| |||
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
61 | 72 |
| |
62 | 73 |
| |
63 | 74 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 |
| |
93 | 100 |
| |
94 | 101 |
| |
| |||
153 | 160 |
| |
154 | 161 |
| |
155 | 162 |
| |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
160 | 173 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
164 | 177 |
| |
165 |
| - | |
166 |
| - | |
| 178 | + | |
| 179 | + | |
167 | 180 |
| |
168 |
| - | |
169 |
| - | |
| 181 | + | |
| 182 | + | |
170 | 183 |
| |
171 |
| - | |
172 |
| - | |
| 184 | + | |
| 185 | + | |
173 | 186 |
| |
174 |
| - | |
| 187 | + | |
175 | 188 |
| |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
181 | 194 |
| |
182 |
| - | |
| 195 | + | |
183 | 196 |
| |
184 | 197 |
| |
185 | 198 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
0 commit comments
Comments
(0)