Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UUID to sprints #1303

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions flows/actions/testdata/TestResthookPayload_resthook_payload.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@
"arrived_on": "2018-07-06T12:30:01.123456Z",
"exit_uuid": "d7a36118-0a38-4b35-a7e4-ae89042f0d3c",
"node_uuid": "72a1f5df-49f9-45df-94c9-d86f7ea064e5",
"uuid": "8720f157-ca1c-432f-9c0b-2014ddc77094"
"uuid": "c34b6c7d-fa06-4563-92a3-d648ab64bccb"
},
{
"arrived_on": "2018-07-06T12:30:15.123456Z",
"exit_uuid": "100f2d68-2481-4137-a0a3-177620ba3c5f",
"node_uuid": "3dcccbb4-d29c-41dd-a01f-16d814c9ab82",
"uuid": "970b8069-50f5-4f6f-8f41-6b2d9f33d623"
"uuid": "5ecda5fc-951c-437b-a17e-f85e49829fb9"
},
{
"arrived_on": "2018-07-06T12:30:24.123456Z",
"exit_uuid": "d898f9a4-f0fc-4ac4-a639-c98c602bb511",
"node_uuid": "f5bb9b7a-7b5e-45c3-8f0e-61b4e95edf03",
"uuid": "5ecda5fc-951c-437b-a17e-f85e49829fb9"
"uuid": "a4d15ed4-5b24-407f-b86e-4b881f09a186"
},
{
"arrived_on": "2018-07-06T12:30:52.123456Z",
"exit_uuid": "9fc5f8b4-2247-43db-b899-ab1ac50ba06c",
"node_uuid": "c0781400-737f-4940-9a6c-1ec1c3df0325",
"uuid": "312d3af0-a565-4c96-ba00-bd7f0d08e671"
"uuid": "b88ce93d-4360-4455-a691-235cbe720980"
}
],
"results": {
Expand Down Expand Up @@ -116,6 +116,6 @@
},
"run": {
"created_on": "2018-07-06T12:30:00.123456Z",
"uuid": "692926ea-09d6-4942-bd38-d266ec8d3716"
"uuid": "8720f157-ca1c-432f-9c0b-2014ddc77094"
}
}
10 changes: 5 additions & 5 deletions flows/actions/testdata/add_contact_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "missing dependency: group[uuid=33382939-babf-4982-9395-8793feb4e7c6,name=Climbers]"
}
],
Expand Down Expand Up @@ -61,7 +61,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "can't add contacts to the query based group 'Females'"
}
]
Expand All @@ -81,7 +81,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "error evaluating @(1 / 0): division by zero"
}
],
Expand Down Expand Up @@ -110,7 +110,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "no such group with name 'Climbers'"
}
],
Expand Down Expand Up @@ -154,7 +154,7 @@
{
"type": "contact_groups_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"groups_added": [
{
"uuid": "1e1ce1e1-9288-4504-869e-022d1003c72a",
Expand Down
12 changes: 6 additions & 6 deletions flows/actions/testdata/add_contact_urn.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "can't add URN with empty path"
}
]
Expand All @@ -28,13 +28,13 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "error evaluating @(1 / 0): division by zero"
},
{
"type": "contact_urns_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"urns": [
"tel:+12065551212?channel=57f1078f-88aa-46f4-a59a-948a5739c03d&id=123",
"twitterid:54784326227#nyaruka",
Expand All @@ -55,7 +55,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "'telegram:qwerty' is not valid URN"
}
]
Expand All @@ -82,7 +82,7 @@
{
"type": "contact_urns_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"urns": [
"tel:+12065551212?channel=57f1078f-88aa-46f4-a59a-948a5739c03d&id=123",
"twitterid:54784326227#nyaruka",
Expand Down Expand Up @@ -132,7 +132,7 @@
{
"type": "contact_urns_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"urns": [
"tel:+12065551212?channel=57f1078f-88aa-46f4-a59a-948a5739c03d&id=123",
"twitterid:54784326227#nyaruka",
Expand Down
10 changes: 5 additions & 5 deletions flows/actions/testdata/add_input_labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "no input to add labels to"
}
]
Expand All @@ -36,7 +36,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "error evaluating @(1 / 0): division by zero"
}
],
Expand Down Expand Up @@ -65,7 +65,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "no such label with name 'Crazy Deals'"
}
]
Expand All @@ -86,7 +86,7 @@
{
"type": "input_labels_added",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"input_uuid": "aa90ce99-3b4d-44ba-b0ca-79e63d9ed842",
"labels": [
{
Expand All @@ -113,7 +113,7 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "missing dependency: label[uuid=33382939-babf-4982-9395-8793feb4e7c6,name=Climbing]"
}
],
Expand Down
24 changes: 12 additions & 12 deletions flows/actions/testdata/call_classifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "missing dependency: classifier[uuid=63998ee7-a7a5-4cc5-be67-c773e1b6b9b1,name=Deleted]"
},
{
"type": "run_result_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"name": "Intent",
"value": "0",
"category": "Failure"
Expand Down Expand Up @@ -85,13 +85,13 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "can't classify empty input, skipping classification"
},
{
"type": "run_result_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"name": "_Intent Classification",
"value": "0",
"category": "Skipped"
Expand Down Expand Up @@ -150,7 +150,7 @@
{
"type": "service_called",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"service": "classifier",
"classifier": {
"uuid": "1c06c884-39dd-4ce4-ad9f-9a01cbe6c000",
Expand All @@ -172,7 +172,7 @@
{
"type": "run_result_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"name": "Intent",
"value": "book_flight",
"category": "Success",
Expand Down Expand Up @@ -247,7 +247,7 @@
{
"type": "service_called",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"service": "classifier",
"classifier": {
"uuid": "1c06c884-39dd-4ce4-ad9f-9a01cbe6c000",
Expand All @@ -269,13 +269,13 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "wit.ai API request failed"
},
{
"type": "run_result_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"name": "Intent",
"value": "0",
"category": "Failure"
Expand Down Expand Up @@ -334,7 +334,7 @@
{
"type": "service_called",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"service": "classifier",
"classifier": {
"uuid": "1c06c884-39dd-4ce4-ad9f-9a01cbe6c000",
Expand All @@ -354,13 +354,13 @@
{
"type": "error",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"text": "unable to connect to server"
},
{
"type": "run_result_changed",
"created_on": "2018-10-18T14:20:30.000123456Z",
"step_uuid": "59d74b86-3e2f-4a93-aece-b05d2fdcde0c",
"step_uuid": "9688d21d-95aa-4bed-afc7-f31b35731a3d",
"name": "Intent",
"value": "0",
"category": "Failure"
Expand Down
Loading