Skip to content

Commit 99651fb

Browse files
committed
wip
Signed-off-by: Nell Shamrell <[email protected]>
1 parent ecdae22 commit 99651fb

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,13 @@ services:
2929
- MONGO_INITDB_DATABASE=curations-dev-docker
3030
- MONGO_INITDB_ROOT_USERNAME=admin
3131
- MONGO_INITDB_ROOT_PASSWORD=secret
32+
# definitions_mongo_db:
33+
# image: "mongo:latest"
34+
# ports:
35+
# - "27018:27018"
36+
# environment:
37+
# - MONGO_INITDB_DATABASE=definitions-dev-docker
38+
# - MONGO_INITDB_ROOT_USERNAME=admin
39+
# - MONGO_INITDB_ROOT_PASSWORD=secret
40+
3241

sample_data/349

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"_id" : 349,
3+
"pr" : {
4+
"number" : 349,
5+
"id" : 248167866,
6+
"state" : "closed",
7+
"title" : "clearlydefinedbot_190128_145128.990",
8+
"body" : "\n**Type:** Missing\n\n**Summary:**\nAUTOMATION TEST\n\n**Details:**\nAUTOMATION TEST\n\n**Resolution:**\nAUTOMATION TEST\n\n**Affected definitions**:\n- async 2.5.0",
9+
"created_at" : "2019-01-28T14:51:30Z",
10+
"updated_at" : "2019-02-15T21:13:57Z",
11+
"closed_at" : "2019-02-15T21:13:57Z",
12+
"merged_at" : null,
13+
"merge_commit_sha" : "04363b557d31e0c0f00e357f0f886e868c6ce356",
14+
"user" : {
15+
"login" : "clearlydefinedbot"
16+
},
17+
"head" : {
18+
"sha" : "ef50a1f6838d9b84b856f58f17c98d38c64d2ed8",
19+
"repo" : {
20+
"id" : 115941547
21+
}
22+
},
23+
"base" : {
24+
"sha" : "d62e5a6ca6b7d3a491c3c8286dbe95a1b8a36111",
25+
"repo" : {
26+
"id" : 115941547
27+
}
28+
}
29+
},
30+
"files" : [
31+
{
32+
"path" : "curations/npm/npmjs/-/async.yaml",
33+
"coordinates" : {
34+
"type" : "npm",
35+
"provider" : "npmjs",
36+
"name" : "async"
37+
},
38+
"revisions" : [
39+
{
40+
"revision" : "2.5.0",
41+
"data" : {
42+
"licensed" : {
43+
"declared" : "MIT-0"
44+
}
45+
}
46+
},
47+
{
48+
"revision" : "2.6.0",
49+
"data" : {
50+
"described" : {
51+
"releaseDate" : "2017-11-16"
52+
},
53+
"licensed" : {
54+
"declared" : "Apache-2.0"
55+
}
56+
}
57+
}
58+
]
59+
}
60+
]
61+
}

0 commit comments

Comments
 (0)