-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.json
More file actions
50 lines (50 loc) · 980 Bytes
/
tasks.json
File metadata and controls
50 lines (50 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"1": {
"title": "get_system_info",
"description": null,
"status": "pending",
"assignee": "Shahpoor Wahedi"
},
"2": {
"title": "list_directory",
"description": null,
"status": "pending",
"assignee": "Elsu"
},
"3": {
"title": "get_public_ip",
"description": null,
"status": "pending",
"assignee": "Jonathan Rathjen"
},
"4": {
"title": "ping_host",
"description": null,
"status": "pending",
"assignee": "Somon"
},
"5": {
"title": "cpu_load_average",
"description": null,
"status": "pending",
"assignee": "Tugsuu"
},
"6": {
"title": "check_disk_usage",
"description": null,
"status": "pending",
"assignee": "Meerim"
},
"7": {
"title": "generate_uuid",
"description": null,
"status": "completed",
"assignee": "Yunus"
},
"8": {
"title": "time_since",
"description": null,
"status": "pending",
"assignee": "Gulnaz Kkyzy"
}
}