-
Notifications
You must be signed in to change notification settings - Fork 459
Expand file tree
/
Copy pathprogress.json
More file actions
261 lines (261 loc) · 6.64 KB
/
progress.json
File metadata and controls
261 lines (261 loc) · 6.64 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
[
{
"exercise_name": "grocery-shopping",
"started_at": 1768990231.823878,
"completed_at": 1768990233.542008,
"comments": [
"Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!"
],
"status": "Completed"
},
{
"exercise_name": "log-and-order",
"started_at": 1768990979.099897,
"completed_at": 1768990980.910497,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1768989567.738276,
"completed_at": 1768989569.323809,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "staging-intervention",
"started_at": 1768989801.834496,
"completed_at": 1768989803.424955,
"comments": [
"Great work! You have successfully fixed the attendance system!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1768939978.522629,
"completed_at": 1768939980.199577,
"comments": [
"Exercise is not a Git repository"
],
"status": "Error"
},
{
"exercise_name": "under-control",
"started_at": 1768939998.249252,
"completed_at": 1768939999.869805,
"comments": [
"Exercise is not a Git repository"
],
"status": "Error"
},
{
"exercise_name": "under-control",
"started_at": 1768940010.731626,
"completed_at": 1768940012.431682,
"comments": [
"Exercise is not a Git repository"
],
"status": "Error"
},
{
"exercise_name": "under-control",
"started_at": 1768940036.080525,
"completed_at": 1768940037.746702,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "under-control",
"started_at": 1768988414.71833,
"completed_at": 1768988416.428353,
"comments": [
"You successfully used git init to initialize this folder as a Git repository!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1768940310.271045,
"completed_at": 1768940311.847697,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "undo-init",
"started_at": 1768988442.581783,
"completed_at": 1768988444.072855,
"comments": [
"You have successfully undone the init operation!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1768996799.689447,
"completed_at": 1768996879.327039,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1768997212.149636,
"completed_at": 1768997215.380084,
"comments": [
"Missing remote called 'upstream'."
],
"status": "Incomplete"
},
{
"exercise_name": "link-me",
"started_at": 1768997261.619978,
"completed_at": 1768997263.169268,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1768998207.778814,
"completed_at": 1768998210.063239,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1768999465.417055,
"completed_at": 1768999475.881938,
"comments": [
"You have not committed the relevant changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1768999509.092418,
"completed_at": 1768999518.205543,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1769000237.083025,
"completed_at": 1769000241.742347,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1769000333.7938,
"completed_at": 1769000337.940054,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1769001075.852751,
"completed_at": 1769001078.083482,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1769002001.400152,
"completed_at": 1769002003.491378,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1769003066.263562,
"completed_at": 1769003068.546079,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1769003187.667081,
"completed_at": 1769003189.903955,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "tags-push",
"started_at": 1769003417.926635,
"completed_at": 1769003423.745227,
"comments": [
"Wonderful! You have successfully synced the local tags with the remote tags!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1769004693.904347,
"completed_at": 1769004698.160056,
"comments": [
"Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right."
],
"status": "Incomplete"
},
{
"exercise_name": "sensors-diff",
"started_at": 1769004729.876916,
"completed_at": 1769004731.984814,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-checkout",
"started_at": 1769005469.871386,
"completed_at": 1769005472.260532,
"comments": [
"Great work traversing the revision history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-reset",
"started_at": 1769006287.602,
"completed_at": 1769006289.300069,
"comments": [
"You have reset the repository to the correct state!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-revert",
"started_at": 1769007038.349922,
"completed_at": 1769007040.012891,
"comments": [
"Good work reverting commits!"
],
"status": "Completed"
}
]