diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a23920f0c --- /dev/null +++ b/progress.json @@ -0,0 +1,136 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768988165.857146, + "completed_at": 1768988167.677193, + "comments": [ + "Cmd('git') failed due to: exit code(128)\n cmdline: git sparse-checkout set --skip-checks grocery_shopping/verify.py\n stderr: 'fatal: unable to access 'https://github.com/git-mastery/exercises.git/': Empty reply from server\nfatal: could not fetch c6e180cd5806683ec9bc65c6619a8c1a3ae7340d from promisor remote'" + ], + "status": "Error" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768988246.786872, + "completed_at": 1768988248.366973, + "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": 1768989278.987352, + "completed_at": 1768989282.17494, + "comments": [ + "Answer for What is the commit message of the commit 371448346ad174c348059f2e89c836ec4999ead1? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768989418.91529, + "completed_at": 1768989420.551186, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768987467.594776, + "completed_at": 1768987469.097142, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768987806.26208, + "completed_at": 1768987807.740539, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768986146.850534, + "completed_at": 1768986148.322287, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768986316.825101, + "completed_at": 1768986318.3206, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768991569.751422, + "completed_at": 1768991593.740924, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768991613.515025, + "completed_at": 1768991623.179132, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768991670.401345, + "completed_at": 1768991833.991739, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768992250.844004, + "completed_at": 1768992252.344696, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768992904.686456, + "completed_at": 1768992906.972264, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768993799.344898, + "completed_at": 1768993804.847208, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768994125.863532, + "completed_at": 1768994130.113067, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file