Skip to content
Open
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
218 changes: 218 additions & 0 deletions progress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
[
{
"exercise_name": "grocery-shopping",
"started_at": 1787758229.012292,
"completed_at": 1787758236.617361,
"comments": [
"There are no new grocery list items added to the shopping list."
],
"status": "Incomplete"
},
{
"exercise_name": "grocery-shopping",
"started_at": 1787758287.474588,
"completed_at": 1787758294.101852,
"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": 1787758606.794182,
"completed_at": 1787758613.16571,
"comments": [],
"status": "Completed"
},
{
"exercise_name": "stage-fright",
"started_at": 1787758081.256591,
"completed_at": 1787758087.422449,
"comments": [
"Great work! You have successfully checked in all the actors!"
],
"status": "Completed"
},
{
"exercise_name": "remote-control",
"started_at": 1787758967.552674,
"completed_at": 1787759011.263095,
"comments": [
"That is not the right Github url!"
],
"status": "Incomplete"
},
{
"exercise_name": "remote-control",
"started_at": 1787759021.713419,
"completed_at": 1787759041.602698,
"comments": [
"Great work setting up a public remote repository!"
],
"status": "Completed"
},
{
"exercise_name": "link-me",
"started_at": 1787759129.245423,
"completed_at": 1787759136.765957,
"comments": [
"Missing remote called 'upstream'."
],
"status": "Incomplete"
},
{
"exercise_name": "link-me",
"started_at": 1787759171.244826,
"completed_at": 1787759177.038271,
"comments": [
"Great work with using git remote to add an upstream remote!"
],
"status": "Completed"
},
{
"exercise_name": "push-over",
"started_at": 1787759393.36594,
"completed_at": 1787759400.060653,
"comments": [
"Great work pushing changes to the remote!"
],
"status": "Completed"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787759594.059346,
"completed_at": 1787759609.948755,
"comments": [
"You are still ignoring many/file22.txt.",
"You are not ignoring runaway.txt. Find where the file is and fix that.",
"You have not committed the relevant changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787759731.952641,
"completed_at": 1787759747.348911,
"comments": [
"You have not committed the relevant changes yet!"
],
"status": "Incomplete"
},
{
"exercise_name": "ignoring-somethings",
"started_at": 1787759777.599041,
"completed_at": 1787759789.911957,
"comments": [
"Great work using .gitignore!"
],
"status": "Completed"
},
{
"exercise_name": "fork-repo",
"started_at": 1787759889.756241,
"completed_at": 1787759898.019684,
"comments": [
"Great work creating a fork with Github!"
],
"status": "Completed"
},
{
"exercise_name": "clone-repo",
"started_at": 1787760014.336428,
"completed_at": 1787760022.149497,
"comments": [
"Great work creating a clone of a fork from Github!"
],
"status": "Completed"
},
{
"exercise_name": "fetch-and-pull",
"started_at": 1787760161.356131,
"completed_at": 1787760167.478115,
"comments": [
"Great work fetching and pulling different upstreams!"
],
"status": "Completed"
},
{
"exercise_name": "view-commits",
"started_at": 1787760370.883539,
"completed_at": 1787760378.274964,
"comments": [
"Great work in viewing and understanding the diff of a specific commit!"
],
"status": "Completed"
},
{
"exercise_name": "tags-add",
"started_at": 1787760805.929381,
"completed_at": 1787760811.978821,
"comments": [
"Great work using git tag to annotate various commits in the repository!"
],
"status": "Completed"
},
{
"exercise_name": "tags-update",
"started_at": 1787760937.647084,
"completed_at": 1787760944.22185,
"comments": [
"Great work! You have successfully updated the tags to point to the correct commits."
],
"status": "Completed"
},
{
"exercise_name": "sensors-diff",
"started_at": 1787761234.577203,
"completed_at": 1787761242.549419,
"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": 1787761261.199865,
"completed_at": 1787761269.062127,
"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": 1787761293.722907,
"completed_at": 1787761299.624593,
"comments": [
"Great work comparing commits in git history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-checkout",
"started_at": 1787761467.976136,
"completed_at": 1787761474.147686,
"comments": [
"Great work traversing the revision history!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-reset",
"started_at": 1787761622.549388,
"completed_at": 1787761629.284819,
"comments": [
"You have reset the repository to the correct state!"
],
"status": "Completed"
},
{
"exercise_name": "sensors-revert",
"started_at": 1787761746.519802,
"completed_at": 1787761752.535207,
"comments": [
"Good work reverting commits!"
],
"status": "Completed"
}
]