mirror of
https://github.com/gryf/ferrit.git
synced 2026-03-13 13:15:56 +01:00
Project now defaults to 'example'.
This commit is contained in:
@@ -25,7 +25,7 @@ PATCHSET_CREATED = {"change": {"branch": "master",
|
|||||||
"id": "I1",
|
"id": "I1",
|
||||||
"number": "1",
|
"number": "1",
|
||||||
"owner": JDOE,
|
"owner": JDOE,
|
||||||
"project": "foo",
|
"project": "example",
|
||||||
"status": "NEW",
|
"status": "NEW",
|
||||||
"subject": "create new patch",
|
"subject": "create new patch",
|
||||||
"url": "http://localhost:8181/1"},
|
"url": "http://localhost:8181/1"},
|
||||||
@@ -42,7 +42,7 @@ PATCHSET_CREATED = {"change": {"branch": "master",
|
|||||||
"sizeDeletions": -15,
|
"sizeDeletions": -15,
|
||||||
"sizeInsertions": 29,
|
"sizeInsertions": 29,
|
||||||
"uploader": JDOE},
|
"uploader": JDOE},
|
||||||
"project": "foo",
|
"project": "example",
|
||||||
"refName": "refs/heads/master",
|
"refName": "refs/heads/master",
|
||||||
"type": "patchset-created",
|
"type": "patchset-created",
|
||||||
"uploader": JDOE}
|
"uploader": JDOE}
|
||||||
@@ -61,7 +61,7 @@ RECHECK = {"approvals": [{"description": "Verified",
|
|||||||
"id": "I1",
|
"id": "I1",
|
||||||
"number": "690077",
|
"number": "690077",
|
||||||
"owner": JDOE,
|
"owner": JDOE,
|
||||||
"project": "foo",
|
"project": "example",
|
||||||
"status": "NEW",
|
"status": "NEW",
|
||||||
"subject": "create new patch",
|
"subject": "create new patch",
|
||||||
"topic": "test",
|
"topic": "test",
|
||||||
@@ -80,7 +80,7 @@ RECHECK = {"approvals": [{"description": "Verified",
|
|||||||
"sizeDeletions": -15,
|
"sizeDeletions": -15,
|
||||||
"sizeInsertions": 29,
|
"sizeInsertions": 29,
|
||||||
"uploader": JDOE},
|
"uploader": JDOE},
|
||||||
"project": "foo",
|
"project": "example",
|
||||||
"refName": "refs/heads/master",
|
"refName": "refs/heads/master",
|
||||||
"type": "comment-added"}
|
"type": "comment-added"}
|
||||||
MERGED = {"change": {"branch": "master",
|
MERGED = {"change": {"branch": "master",
|
||||||
@@ -88,7 +88,7 @@ MERGED = {"change": {"branch": "master",
|
|||||||
"id": "I1",
|
"id": "I1",
|
||||||
"number": "1",
|
"number": "1",
|
||||||
"owner": JDOE,
|
"owner": JDOE,
|
||||||
"project": "foo",
|
"project": "example",
|
||||||
"status": "MERGED",
|
"status": "MERGED",
|
||||||
"subject": "create new patch",
|
"subject": "create new patch",
|
||||||
"topic": "test",
|
"topic": "test",
|
||||||
@@ -108,7 +108,7 @@ MERGED = {"change": {"branch": "master",
|
|||||||
"sizeDeletions": -8,
|
"sizeDeletions": -8,
|
||||||
"sizeInsertions": 83,
|
"sizeInsertions": 83,
|
||||||
"uploader": JDOE},
|
"uploader": JDOE},
|
||||||
"project": "foo",
|
"project": "example",
|
||||||
"refName": "refs/heads/master",
|
"refName": "refs/heads/master",
|
||||||
"submitter": {"name": "CI",
|
"submitter": {"name": "CI",
|
||||||
"username": "ci"},
|
"username": "ci"},
|
||||||
|
|||||||
Reference in New Issue
Block a user