diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..7b8f7e21b7 --- /dev/null +++ b/progress.json @@ -0,0 +1,145 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1788319170.907263, + "completed_at": 1788319172.803264, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1788319195.348992, + "completed_at": 1788319197.917067, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1788319278.508746, + "completed_at": 1788319281.792744, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1788323467.071863, + "completed_at": 1788323470.30211, + "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": 1788323674.555705, + "completed_at": 1788323677.492673, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1788323731.410617, + "completed_at": 1788323804.727797, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1788323980.036228, + "completed_at": 1788323984.027244, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1788324069.686906, + "completed_at": 1788324072.560168, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1788324207.273539, + "completed_at": 1788324215.895967, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1788324332.656002, + "completed_at": 1788324341.55581, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1788324393.94952, + "completed_at": 1788324403.62998, + "comments": [ + "You are still ignoring many/file22.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1788324455.790835, + "completed_at": 1788324464.400375, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1788325154.095801, + "completed_at": 1788325158.169391, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1788325277.158137, + "completed_at": 1788325283.100622, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1788325340.452229, + "completed_at": 1788325344.801066, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1788325647.9428, + "completed_at": 1788325650.596478, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file