diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..c75f30f3e --- /dev/null +++ b/progress.json @@ -0,0 +1,306 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768611677.658313, + "completed_at": 1768611681.214875, + "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": 1768611977.23667, + "completed_at": 1768611984.402432, + "comments": [ + "Answer for What is the commit message of the commit ad514ba5bed881b8b904df3ccef1413d816525ec? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768612101.820572, + "completed_at": 1768612105.162833, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768611355.007958, + "completed_at": 1768611358.072995, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768611500.950519, + "completed_at": 1768611504.364247, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768610981.544812, + "completed_at": 1768610984.693478, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768611218.59475, + "completed_at": 1768611221.609284, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768693933.463296, + "completed_at": 1768694265.984843, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768694327.645875, + "completed_at": 1768694347.44348, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768694356.443559, + "completed_at": 1768694403.919456, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768694490.794332, + "completed_at": 1768694521.626128, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768694550.327358, + "completed_at": 1768694615.372353, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768694627.670106, + "completed_at": 1768694655.673333, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768695022.503744, + "completed_at": 1768695024.661623, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768696134.934836, + "completed_at": 1768696139.693836, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1768696387.918874, + "completed_at": 1768696391.046455, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768698184.356627, + "completed_at": 1768698197.245351, + "comments": [ + "You are not ignoring ignore_me.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768698295.233289, + "completed_at": 1768698307.757791, + "comments": [ + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768698379.579306, + "completed_at": 1768698392.530972, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768804999.511076, + "completed_at": 1768805004.008035, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768806674.462784, + "completed_at": 1768806682.188534, + "comments": [ + "not enough values to unpack (expected 2, got 1)" + ], + "status": "Error" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768806981.524521, + "completed_at": 1768806985.629536, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768826009.405472, + "completed_at": 1768826011.694966, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768828181.841217, + "completed_at": 1768828184.305298, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768828823.112898, + "completed_at": 1768828828.04311, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1768828916.996169, + "completed_at": 1768828919.651666, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768829355.377237, + "completed_at": 1768829357.93441, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768829783.730748, + "completed_at": 1768829787.755305, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768833031.666346, + "completed_at": 1768833036.214096, + "comments": [ + "Answer for Which files have changed from Jan 09th to Jan 15th? does not contain all of the right answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768833202.032204, + "completed_at": 1768833204.46366, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768833669.957502, + "completed_at": 1768833672.309988, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768834587.716612, + "completed_at": 1768834590.172336, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768834807.544976, + "completed_at": 1768834813.103617, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768834873.033993, + "completed_at": 1768834876.185339, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + } +] \ No newline at end of file