1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-07 16:55:47 +01:00

Project now defaults to 'example'.

This commit is contained in:
2019-11-01 12:57:35 +01:00
parent a5018d9658
commit 7338d4f5c3

View File

@@ -25,7 +25,7 @@ PATCHSET_CREATED = {"change": {"branch": "master",
"id": "I1",
"number": "1",
"owner": JDOE,
"project": "foo",
"project": "example",
"status": "NEW",
"subject": "create new patch",
"url": "http://localhost:8181/1"},
@@ -42,7 +42,7 @@ PATCHSET_CREATED = {"change": {"branch": "master",
"sizeDeletions": -15,
"sizeInsertions": 29,
"uploader": JDOE},
"project": "foo",
"project": "example",
"refName": "refs/heads/master",
"type": "patchset-created",
"uploader": JDOE}
@@ -61,7 +61,7 @@ RECHECK = {"approvals": [{"description": "Verified",
"id": "I1",
"number": "690077",
"owner": JDOE,
"project": "foo",
"project": "example",
"status": "NEW",
"subject": "create new patch",
"topic": "test",
@@ -80,7 +80,7 @@ RECHECK = {"approvals": [{"description": "Verified",
"sizeDeletions": -15,
"sizeInsertions": 29,
"uploader": JDOE},
"project": "foo",
"project": "example",
"refName": "refs/heads/master",
"type": "comment-added"}
MERGED = {"change": {"branch": "master",
@@ -88,7 +88,7 @@ MERGED = {"change": {"branch": "master",
"id": "I1",
"number": "1",
"owner": JDOE,
"project": "foo",
"project": "example",
"status": "MERGED",
"subject": "create new patch",
"topic": "test",
@@ -108,7 +108,7 @@ MERGED = {"change": {"branch": "master",
"sizeDeletions": -8,
"sizeInsertions": 83,
"uploader": JDOE},
"project": "foo",
"project": "example",
"refName": "refs/heads/master",
"submitter": {"name": "CI",
"username": "ci"},