-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathfinal_report_urls.py
104 lines (104 loc) · 2.78 KB
/
final_report_urls.py
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
REPORT_URLS = [
[
"group a",
"<name>",
# Report Release URL:
"https://github.com/<gh_id>/<proj_id>/archive/refs/tags/<version_tag>.zip",
],
[
"group b",
"<name>",
# Report Release URL:
"https://github.com/<gh_id>/<proj_id>/archive/refs/tags/<version_tag>.zip",
],
[
"group c",
"csharp-minitwit",
# Report Release URL:
"https://github.com/DevopsGroupC/Minitwit/tree/main",
],
[
"group d",
"mini-x",
# Report Release URL:
"https://github.com/sumrdev/mini-x/releases/tag/report",
],
[
"group e",
"Grl Pwr",
# Report Release URL:
"https://github.com/devops2024-group-e/itu-minitwit/releases/tag/v1.0.0",
],
[
"group f",
"<name>",
# Report Release URL:
"https://github.com/DevOps-GroupF/itu-minitwit-devops/releases/tag/final",
],
[
"group g",
"GEMST",
# Report Release URL:
"https://github.com/DevOps-Adventure/DevOps-Adventure/tree/main/report/build",
],
[
"group h",
"Eagles",
# Report Release URL:
"https://github.com/Eagles-DevOps/MiniTwit/releases/tag/final",
],
[
"group i",
"Ben11",
# Report Release URL:
"https://github.com/DevOps-Ben11/minitwit/archive/refs/tags/v7.0.0.zip",
],
[
"group j",
"Ben10",
# Report Release URL:
"https://github.com/ITU-DevOps2024-Ben10/ITU-minitwit/archive/refs/tags/v2.1.33.zip",
],
[
"group k",
"GitGurus",
# Report Release URL:
"https://github.com/git-gurus-itu-devops/itu-minitwit/releases/tag/v.1d1fd0a9971ce62cc0a4ed534d41bf2b18bab00b",
],
[
"group l",
"Baglinjen",
# Report Release URL:
"https://github.com/devops-group-l/chirp/archive/refs/tags/v3.0.0.zip",
],
[
"group m",
"Group M",
# Report Release URL:
"https://github.com/DevOps2024-Organization/devops2024/archive/refs/tags/v1.3.33.zip",
],
[
"group n",
"MacOnTop",
# Report Release URL:
"https://github.com/itu-devops-groupn/itu-minitwit/releases/tag/v4.0.5",
],
[
"group o",
"<name>",
# Report Release URL:
"https://github.com/group-o-minitwit-2024/MiniTwit/archive/refs/tags/Final-Release.zip",
],
[
"group p",
"Int* ptr = nullptr;",
# Report Release URL:
"https://github.com/DevOps-2024-group-p/maxitwit/blob/v1.4.11/report/report.pdf",
],
[
"group q",
"Test1",
# Report Release URL:
"https://github.com/TheisHS/test1-itu-minitwit/archive/refs/tags/v1.8.zip",
],
]