Skip to content

Commit

Permalink
Feat #23: Add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
msvrtan committed May 4, 2018
1 parent 5f0ecc2 commit d2c11e6
Show file tree
Hide file tree
Showing 9 changed files with 2,911 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/V4/TestData/devboard-org-test/first/branch_statuses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"repository": {
"id": "MDEwOlJlcG9zaXRvcnk4NzYzMTUyNA==",
"name": "first",
"refs": {
"edges": [
{
"node": {
"id": "MDM6UmVmODc2MzE1MjQ6bWFzdGVy",
"name": "master",
"target": {
"oid": "16fb2a3ea0d592a68befd7e0094561c40ae5d95d",
"status": null
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"repository": {
"id": "MDEwOlJlcG9zaXRvcnk5NTk4NjIzMA==",
"name": "invisible-repo",
"refs": {
"edges": [
{
"node": {
"id": "MDM6UmVmOTU5ODYyMzA6bWFzdGVy",
"name": "master",
"target": {
"oid": "cd20eef35c11a51245b094db39229e9e8502a52a",
"status": null
}
}
}
]
}
}
}
}
22 changes: 22 additions & 0 deletions tests/V4/TestData/devboard-test/devboard-test/branch_statuses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"repository": {
"id": "MDEwOlJlcG9zaXRvcnk0NDg3OTcwMA==",
"name": "devboard-test",
"refs": {
"edges": [
{
"node": {
"id": "MDM6UmVmNDQ4Nzk3MDA6bWFzdGVy",
"name": "master",
"target": {
"oid": "2b277679ae59aa428f7dc6601a4b5deb55d4df3f",
"status": null
}
}
}
]
}
}
}
}
22 changes: 22 additions & 0 deletions tests/V4/TestData/devboard-test/devboard/branch_statuses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"repository": {
"id": "MDEwOlJlcG9zaXRvcnk0OTU2NzkxNQ==",
"name": "devboard",
"refs": {
"edges": [
{
"node": {
"id": "MDM6UmVmNDk1Njc5MTU6bWFzdGVy",
"name": "master",
"target": {
"oid": "b460de0c73aa76b0d4ff1f70f856180a17a1adf5",
"status": null
}
}
}
]
}
}
}
}
22 changes: 22 additions & 0 deletions tests/V4/TestData/devboard-test/first/branch_statuses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"repository": {
"id": "MDEwOlJlcG9zaXRvcnk4NzYzMTUzMA==",
"name": "first",
"refs": {
"edges": [
{
"node": {
"id": "MDM6UmVmODc2MzE1MzA6bWFzdGVy",
"name": "master",
"target": {
"oid": "9ebdfffba490efc80730e9d33cf12add63e3b90e",
"status": null
}
}
}
]
}
}
}
}
22 changes: 22 additions & 0 deletions tests/V4/TestData/devboard-test/super-library/branch_statuses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"repository": {
"id": "MDEwOlJlcG9zaXRvcnk4MDU1MTQyNQ==",
"name": "super-library",
"refs": {
"edges": [
{
"node": {
"id": "MDM6UmVmODA1NTE0MjU6bWFzdGVy",
"name": "master",
"target": {
"oid": "5cf3f07ac9684bbb473abcc600b053d129504ed9",
"status": null
}
}
}
]
}
}
}
}
Loading

0 comments on commit d2c11e6

Please sign in to comment.