forked from naver/yobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-data.yml
360 lines (355 loc) · 13.8 KB
/
test-data.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
# Users
users:
- !!models.User
name: Yobi
loginId: yobi
password: ys9gr1Xet/DL9RpmgczOlJg+txPvqnZCaw/z55gb0KU=
passwordSalt: '[B@1032a4'
email: [email protected]
avatarUrl: /assets/images/default-avatar-128.png
createdDate: 2012-12-01 08:00:00
- !!models.User
name: Jihan
loginId: laziel
password: v1O5ggs2TqM0prM1pLUD/zC+g7cavbWMXayVA9pvGHY=
passwordSalt: '[B@1032a4'
email: [email protected]
avatarUrl: /assets/images/default-avatar-128.png
createdDate: 2012-01-01 08:00:00
- !!models.User
name: suwon
loginId: doortts
password: rB5DBMe0hxMWs5FlQOJi5GmK+wj2Txx09MdgFqH83+k=
passwordSalt: '[B@1032a4'
email: [email protected]
avatarUrl: /assets/images/default-avatar-128.png
createdDate: 2012-07-01 08:00:00
- !!models.User
name: eungjun
loginId: nori
password: yOF0X0iKA1MVkaAJESNcdGE1n/3SWM8vDOKRYCXV2E0=
passwordSalt: '[B@1032a4'
email: [email protected]
avatarUrl: /assets/images/default-avatar-128.png
createdDate: 2012-05-01 08:00:00
# Projects
projects:
- !!models.Project
name: projectYobi
overview: Yobi는 소프트웨어 개발에 필요한 기능들을 사용하기 편리하게 웹으로 묶은 협업 개발 플랫폼입니다.
isPublic: true
vcs: GIT
siteurl: http://localhost:9000/projectYobi
owner: yobi
createdDate: 2012-02-01 08:00:00
- !!models.Project
name: Jindo
overview: Jindo는 NHN에서 제작한 Javascript Library 입니다.
isPublic: false
vcs: Subversion
siteurl: http://localhost:9000/Jindo
owner: laziel
createdDate: 2012-01-01 08:00:00
- !!models.Project
name: CUBRID
overview: CUBRID는 엔터프라이즈급 오픈 소스 DBMS로서, 인터넷 서비스에 최적화된 DBMS를 지향하고 있습니다.
isPublic: false
vcs: GIT
siteurl: http://localhost:9000/CUBRID
owner: doortts
createdDate: 2012-08-01 08:00:00
- !!models.Project
name: HelloSocialApp
overview: 네이버 앱팩토리 플랫폼에서 제공하는 오픈소셜 API를 직접 실행해 볼 수 있는 애플리케이션입니다.
isPublic: false
vcs: GIT
siteurl: http://localhost:9000/HelloSocialApp
owner: yobi
createdDate: 2012-12-01 08:00:00
# Board
postings:
- !!models.Posting
title: 게시판이 새로 생성되었습니다.
body: 새로운 게시판에서 많은 활동 부탁드립니다.
authorId: 2
authorLoginId: yobi
authorName: yobi
project: !!models.Project
id: 1
postingComments:
- !!models.PostingComment
contents: 게시판이 너무 기대됩니다. 많은 글이 필요합니다.
authorId: 2
authorLoginId: yobi
authorName: yobi
posting: !!models.Posting
id: 1
# Issues
issues:
- !!models.Issue
authorId: 2
authorLoginId: yobi
title: 불필요한 로그 출력 코드 제거
body: 내용 불필요한~
state: OPEN
milestone: !!models.Milestone
id: 1
createdDate: 2012-11-01 08:00:00
project: !!models.Project
id: 1
- !!models.Issue
authorId: 3
authorLoginId: laziel
title: 다운로드는 익명 댓글에도 사용자명에 링크가 걸림
body: 내용 다운로드는 익명 댓글에도 사용자명에 링크가 걸림
state: OPEN
milestone: !!models.Milestone
id: 2
createdDate: 2012-11-02 08:00:00
project: !!models.Project
id: 1
- !!models.Issue
authorId: 4
authorLoginId: doortts
title: gittracker.php의 메모리 제한 에러
body: 내용 gittracker.php의 메모리 제한 에러
state: CLOSED
milestone: !!models.Milestone
id: 2
createdDate: 2012-11-03 08:00:00
project: !!models.Project
id: 1
numOfComments: 1
- !!models.Issue
authorId: 4
authorLoginId: doortts
title: git/hg 코드 브라우저에 i18n이 적용되지 않음
body: 내용 git/hg 코드 브라우저에 i18n이 적용되지 않음
state: CLOSED
milestone: !!models.Milestone
id: 2
createdDate: 2012-11-04 08:00:00
project: !!models.Project
id: 1
- !!models.Issue
authorId: 4
authorLoginId: doortts
title: CUBRID 설치 문제
body: IOS는 설치 못하나요?
state: OPEN
createdDate: 2012-11-05 08:00:00
project: !!models.Project
id: 3
- !!models.Issue
authorId: 4
authorLoginId: doortts
title: 메모리 누수 현상
body: 메모리가 너무 누수가 되는듯.
state: CLOSED
milestone: !!models.Milestone
id: 6
createdDate: 2012-11-06 08:00:00
project: !!models.Project
id: 3
- !!models.Issue
authorId: 4
authorLoginId: doortts
title: Client application for Mac.
body: Please make it.
state: OPEN
milestone: !!models.Milestone
id: 5
createdDate: 2012-11-07 08:00:00
project: !!models.Project
id: 3
- !!models.Issue
authorId: 4
authorLoginId: doortts
title: CPU 무한 점유울 문제.
body: CPU를 무한사용 중이에요.
state: CLOSED
milestone: !!models.Milestone
id: 5
createdDate: 2012-11-08 08:00:00
project: !!models.Project
id: 3
- !!models.Issue
authorId: 1
authorLoginId: admin
title: Less chained imports causes compile error
body: When using Play, when I chain less files such as a.less imports b.less which in turn imports c.less
state: CLOSED
milestone: !!models.Milestone
id: 1
createdDate: 2012-11-09 08:00:00
project: !!models.Project
id: 1
- !!models.Issue
authorId: 1
authorLoginId: admin
title: Weird TypeDoesNotMatch exception in RC-3 and final
body: The following code works as expected in RC1-Snapshot, but breaks with an TypeDoesNotMatch exception in RC-3 and 2.0 final.
state: CLOSED
milestone: !!models.Milestone
id: 1
createdDate: 2012-11-10 08:00:00
project: !!models.Project
id: 1
- !!models.Issue
authorId: 1
authorLoginId: admin
title: Anorm and PostgreSQL - return value not accessible
body: PostgreSQL allows you to insert a row and obtain the id of the new row in one query
state: OPEN
milestone: !!models.Milestone
id: 1
createdDate: 2012-11-11 08:00:00
project: !!models.Project
id: 1
- !!models.Issue
authorId: 1
authorLoginId: admin
title: Update sbt-idea to 1.1.0
body: Create sbt project definition module, if exists, for each subproject (pull 128)
state: CLOSED
milestone: !!models.Milestone
id: 3
createdDate: 2012-11-12 08:00:00
project: !!models.Project
id: 2
- !!models.Issue
authorId: 1
authorLoginId: admin
title: Support Tuple 22, not just Tuple 18 in api/data/Forms.scala
body: While creating some complex forms, Eclipse started hanging for some unknown reason.
state: CLOSED
milestone: !!models.Milestone
id: 3
createdDate: 2012-11-13 08:00:00
project: !!models.Project
id: 2
- !!models.Issue
authorId: 1
authorLoginId: admin
title: Support Tuple 22, not just Tuple 18 in api/data/Forms.scala
body: While creating some complex forms, Eclipse started hanging for some unknown reason.
state: OPEN
milestone: !!models.Milestone
id: 4
createdDate: 2012-11-14 08:00:00
project: !!models.Project
id: 2
- !!models.Issue
authorId: 1
authorLoginId: admin
title: Cookie Expires date
body: With Play 2.0.2, when creating a cookie with response().setCookie, HTTP output is like
state: OPEN
milestone: !!models.Milestone
id: 4
createdDate: 2012-11-15 08:00:00
project: !!models.Project
id: 2
- !!models.Issue
authorId: 1
authorLoginId: admin
title: require is not work in windows (Closure Compiler)
body: Test on Play2.1-Snapshot
state: OPEN
milestone: !!models.Milestone
id: 4
createdDate: 2012-11-15 08:00:00
project: !!models.Project
id: 2
- !!models.Issue
authorId: 2
authorLoginId: yobi
title: Remember me is not working
body: Test on Play2.1-Snapshot
state: OPEN
milestone: !!models.Milestone
id: 4
createdDate: 2012-11-16 08:00:00
project: !!models.Project
id: 3
issueComments:
- !!models.IssueComment
contents: 코드를 수정했습니다
authorId: 2
authorLoginId: yobi
issue: !!models.Issue
id: 3
# Milestone
milestones:
- !!models.Milestone
title: v.0.1
dueDate: 2012-07-12 10:59:59
contents: nFORGE 첫번째 버전.
state: OPEN
project: !!models.Project
id: 1
- !!models.Milestone
title: v.0.2
dueDate: 2012-07-19 10:59:59
contents: nFORGE 두번째 버전 (Stable).
state: OPEN
project: !!models.Project
id: 1
- !!models.Milestone
title: v.1.0.0
dueDate: 2011-08-10 10:59:59
contents: Jindo 안정화 버전
state: CLOSED
project: !!models.Project
id: 2
- !!models.Milestone
title: v.2.0.0
dueDate: 2012-04-11 10:59:59
contents: Jindo2
state: OPEN
project: !!models.Project
id: 2
- !!models.Milestone
title: v.0.1
dueDate: 2012-12-31 10:59:59
contents: CUBRID v.0.1
state: OPEN
project: !!models.Project
id: 3
- !!models.Milestone
title: v.0.2
dueDate: 2013-11-09 10:59:59
contents: CUBRID v.0.2
state: CLOSED
project: !!models.Project
id: 3
# ProjectUser
projectUsers:
- !!models.ProjectUser
user: !!models.User
id: 2
project: !!models.Project
id: 1
role: !!models.Role
id: 1
- !!models.ProjectUser
user: !!models.User
id: 2
project: !!models.Project
id: 2
role: !!models.Role
id: 2
- !!models.ProjectUser
user: !!models.User
id: 3
project: !!models.Project
id: 1
role: !!models.Role
id: 2
- !!models.ProjectUser
user: !!models.User
id: 3
project: !!models.Project
id: 2
role: !!models.Role
id: 1