Skip to content

Commit

Permalink
chore: Data sync
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfaraazkhan committed Dec 14, 2023
1 parent 3d120a1 commit 5c2067d
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 43 deletions.
1 change: 1 addition & 0 deletions data/folder-by-parent.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"Message Priority",
"Messaging",
"Mobile App Settings",
"Move Threads",
"Multi-Team and DMs",
"Permalink Preview",
"Profile Settings",
Expand Down
9 changes: 9 additions & 0 deletions data/folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,15 @@
"fullNames": ["Channels", "Mobile App Settings"],
"fullPath": "channels/mobile-app-settings"
},
{
"id": 11389750,
"parentId": 3142963,
"name": "Move Threads",
"index": 34,
"folderType": "TEST_CASE",
"fullNames": ["Channels", "Move Threads"],
"fullPath": "channels/move-threads"
},
{
"id": 404295,
"parentId": 3142963,
Expand Down
8 changes: 7 additions & 1 deletion data/key-and-path.json
Original file line number Diff line number Diff line change
Expand Up @@ -6118,5 +6118,11 @@
{ "key": "MM-T5507", "path": "plugins/ms-teams-sync/thread-replies", "id": 122766383 },
{ "key": "MM-T5508", "path": "plugins/ms-teams-sync/thread-replies", "id": 122766384 },
{ "key": "MM-T5509", "path": "plugins/ms-teams-sync/thread-replies", "id": 122766385 },
{ "key": "MM-T5510", "path": "plugins/ms-teams-sync/text-formatting", "id": 122963461 }
{ "key": "MM-T5510", "path": "plugins/ms-teams-sync/text-formatting", "id": 122963461 },
{ "key": "MM-T5511", "path": "channels/move-threads", "id": 122980375 },
{ "key": "MM-T5512", "path": "channels/move-threads", "id": 122980376 },
{ "key": "MM-T5513", "path": "channels/move-threads", "id": 122980378 },
{ "key": "MM-T5514", "path": "channels/move-threads", "id": 122980379 },
{ "key": "MM-T5515", "path": "channels/move-threads", "id": 122980380 },
{ "key": "MM-T5516", "path": "channels/move-threads", "id": 122980382 }
]
1 change: 1 addition & 0 deletions data/test-cases-folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"channels/message-priority": "Message Priority",
"channels/messaging": "Messaging",
"channels/mobile-app-settings": "Mobile App Settings",
"channels/move-threads": "Move Threads",
"channels/multi-team-and-dms": "Multi-Team and DMs",
"channels/permalink-preview": "Permalink Preview",
"channels/profile-settings": "Profile Settings",
Expand Down
23 changes: 23 additions & 0 deletions data/test-cases-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4231,6 +4231,29 @@
{ "name": "RN apps: Nickname - Add", "file": "channels/mobile-app-settings/MM-T3472.md" }
]
},
{
"name": "Move Threads",
"routes": [
{
"name": "Move a post from Private channel",
"file": "channels/move-threads/MM-T5511.md"
},
{ "name": "Move a post from DM", "file": "channels/move-threads/MM-T5512.md" },
{
"name": "Move a post if user's email ending is in the domain to move threads",
"file": "channels/move-threads/MM-T5513.md"
},
{ "name": "Move a post from GM", "file": "channels/move-threads/MM-T5514.md" },
{
"name": "Move a post from one team to another",
"file": "channels/move-threads/MM-T5515.md"
},
{
"name": "Should be able to move a threaded post less than or equal to the Max Thread Count Move Size",
"file": "channels/move-threads/MM-T5516.md"
}
]
},
{
"name": "Multi-Team and DMs",
"routes": [
Expand Down
6 changes: 6 additions & 0 deletions data/test-cases-slugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,12 @@
"channels/mobile-app-settings/mm-t304",
"channels/mobile-app-settings/mm-t3151",
"channels/mobile-app-settings/mm-t3472",
"channels/move-threads/mm-t5511",
"channels/move-threads/mm-t5512",
"channels/move-threads/mm-t5513",
"channels/move-threads/mm-t5514",
"channels/move-threads/mm-t5515",
"channels/move-threads/mm-t5516",
"channels/multi-team-and-dms/mm-t1536",
"channels/multi-team-and-dms/mm-t1799",
"channels/multi-team-and-dms/mm-t1800",
Expand Down
24 changes: 24 additions & 0 deletions data/test-cases-toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15949,6 +15949,30 @@
"name": "Message Priority: Important message priority",
"slug": "channels/message-priority/mm-t5140"
},
"channels/move-threads/mm-t5514": {
"name": "Move a post from GM",
"slug": "channels/move-threads/mm-t5514"
},
"channels/move-threads/mm-t5511": {
"name": "Move a post from Private channel",
"slug": "channels/move-threads/mm-t5511"
},
"channels/move-threads/mm-t5515": {
"name": "Move a post from one team to another",
"slug": "channels/move-threads/mm-t5515"
},
"channels/move-threads/mm-t5512": {
"name": "Move a post from DM",
"slug": "channels/move-threads/mm-t5512"
},
"channels/move-threads/mm-t5516": {
"name": "Should be able to move a threaded post less than or equal to the Max Thread Count Move Size",
"slug": "channels/move-threads/mm-t5516"
},
"channels/move-threads/mm-t5513": {
"name": "Move a post if user's email ending is in the domain to move threads",
"slug": "channels/move-threads/mm-t5513"
},
"channels/ada-accessibility/mm-t1498": {
"name": "Prevent update on Cancel button",
"slug": "channels/ada-accessibility/mm-t1498"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location: null
component: null
tags: []
labels: []
tested_by_contributor: null
tested_by_contributor: ""

# (Optional) Test type and tools
cypress: null
Expand All @@ -25,12 +25,18 @@ rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
id: 122980375
key: MM-T5511
created_on: "2023-12-14T09:02:52Z"
last_updated: "2023-12-14T14:32:51Z"
case_hashed: f8fad1c83def4254167304cc713b3a9a60eb0238da026d276dd351db41b850ce26d6bc17eb21a2d961e32fc393a85165
steps_hashed: 9a01611420c38f2289ad5813ae2cacb60b180a41ccfc339b0ba31a66f7f0dc86c6bce34b11b24f80f2b1c4039d4d38b6
---

<!-- (Auto-generated) Based on frontmatter's "key" and "name" -->

## MM-T5511: Move a post from Private channel

---

**Step 1**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location: null
component: null
tags: []
labels: []
tested_by_contributor: null
tested_by_contributor: ""

# (Optional) Test type and tools
cypress: null
Expand All @@ -25,12 +25,18 @@ rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
id: 122980376
key: MM-T5512
created_on: "2023-12-14T09:02:53Z"
last_updated: "2023-12-14T14:32:52Z"
case_hashed: 681b93d5bf1cd44764030be00b7a2b394df465899b90c15c58c0584cca5d5973e7fbf25f6c6debe51cc2e2cd731b149e
steps_hashed: 5d39b2f57ab36661a5f2f066f2c82c740e61e1559d6a50910827fb9085632b44eb200c507078d81db165e538b18fb4e7
---

<!-- (Auto-generated) Based on frontmatter's "key" and "name" -->

## MM-T5512: Move a post from DM

---

**Step 1**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location: null
component: null
tags: []
labels: []
tested_by_contributor: null
tested_by_contributor: ""

# (Optional) Test type and tools
cypress: null
Expand All @@ -25,12 +25,18 @@ rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
id: 122980378
key: MM-T5513
created_on: "2023-12-14T09:02:54Z"
last_updated: "2023-12-14T14:32:53Z"
case_hashed: 9bbcfcf3a7a71f62389e448cc9d70e669bda7e4bfc3fca6b95f4ff65ce2dd7fa39eb6d3799fe21e758cad9a012848c77
steps_hashed: 3aba81960fa1303ec34409e352cd816ce49fd96e8b6d219faff46cefac25d0838b235a7ef5e62d5beb18a5e48bc0f57a
---

<!-- (Auto-generated) Based on frontmatter's "key" and "name" -->

## MM-T5513: Move a post if user's email ending is in the domain to move threads

---

**Step 1**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location: null
component: null
tags: []
labels: []
tested_by_contributor: null
tested_by_contributor: ""

# (Optional) Test type and tools
cypress: null
Expand All @@ -25,12 +25,18 @@ rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
id: 122980379
key: MM-T5514
created_on: "2023-12-14T09:02:55Z"
last_updated: "2023-12-14T14:32:54Z"
case_hashed: 005ad4bbee686186884846bcf2a3f3e8befb36e7ac425fdd9d650181851b19e196b943a3a8871593196de1af846472f0
steps_hashed: 6ad9f98e32dbd57ec353d8306572be90e68717efa02a5fdcd12da1f4ef6a92c1db2941919d11725017a0249090b5af05
---

<!-- (Auto-generated) Based on frontmatter's "key" and "name" -->

## MM-T5514: Move a post from GM

---

**Step 1**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location: null
component: null
tags: []
labels: []
tested_by_contributor: null
tested_by_contributor: ""

# (Optional) Test type and tools
cypress: null
Expand All @@ -25,12 +25,18 @@ rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
id: 122980380
key: MM-T5515
created_on: "2023-12-14T09:02:56Z"
last_updated: "2023-12-14T14:32:54Z"
case_hashed: c3306349c71ba8aeabcdc4286de395a3a0195228e08f71db74f278f6de1df7f7a2105266f7afa60af945f825a566dadb
steps_hashed: 03fe263c2771b0eabd96dc2ee2c294dd7894ddf7a8ffdbba6f32548251c13a87a16b08ae013933b28d8ce23218f9732d
---

<!-- (Auto-generated) Based on frontmatter's "key" and "name" -->

## MM-T5515: Move a post from one team to another

---

**Step 1**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ location: null
component: null
tags: []
labels: []
tested_by_contributor: null
tested_by_contributor: ""

# (Optional) Test type and tools
cypress: null
Expand All @@ -25,12 +25,18 @@ rainforest: []
manual_test_environments: []

# Do not change
id: null
key: null
created_on: null
last_updated: null
case_hashed: null
steps_hashed: null
id: 122980382
key: MM-T5516
created_on: "2023-12-14T09:02:57Z"
last_updated: "2023-12-14T14:32:56Z"
case_hashed: afc756fb289f35b495a32e746f6dcd79bdb31b2e3389db17fc8823c4f9b035de93dfd1585eca86d4bf155b48496da79b
steps_hashed: 7a51c84920698ca7842933cd7a5d5cc09843ca88ba1b639594c1906d1bd0cbfbb68ea934959c792f5e3ccbe758b0d77f
---

<!-- (Auto-generated) Based on frontmatter's "key" and "name" -->

## MM-T5516: Should be able to move a threaded post less than or equal to the Max Thread Count Move Size

---

**Step 1**
Expand Down

0 comments on commit 5c2067d

Please sign in to comment.