diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..cd2e21b643 --- /dev/null +++ b/progress.json @@ -0,0 +1,608 @@ +[ + { + "exercise_name": "branch-bender", + "started_at": 1787810488.317168, + "completed_at": 1787810491.118167, + "comments": [ + "You need to start merging the feature branches." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-bender", + "started_at": 1787810792.244486, + "completed_at": 1787810793.524306, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-compare", + "started_at": 1787810481.323849, + "completed_at": 1787810484.185825, + "comments": [ + "Answer for Which numbers are present in stream-1 but not in stream-2? is empty.", + "Answer for Which numbers are present in stream-2 but not in stream-1? is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-compare", + "started_at": 1787810650.785974, + "completed_at": 1787810653.641017, + "comments": [ + "Answer for Which numbers are present in stream-1 but not in stream-2? is not right.", + "Answer for Which numbers are present in stream-2 but not in stream-1? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-delete", + "started_at": 1787806506.205854, + "completed_at": 1787806507.483723, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1787810495.245844, + "completed_at": 1787810498.00034, + "comments": [ + "Only one of the two starting branches can be fast-forward merged into 'main'. Do not create new branches." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-forward", + "started_at": 1787810695.641972, + "completed_at": 1787810696.981911, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787810474.250248, + "completed_at": 1787810477.404122, + "comments": [ + "The 'visitor-line' branch is missing." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787810713.013906, + "completed_at": 1787810715.737786, + "comments": [ + "No commits were made in the 'visitor-line' branch." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787810774.588362, + "completed_at": 1787810775.882821, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1787806499.414494, + "completed_at": 1787806500.670887, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1787806532.092096, + "completed_at": 1787806534.922467, + "comments": [ + "You should resolve the merge by setting the print to be 'Hello Everyone and World!'", + "Reset the repository using \"gitmastery progress reset\" and start again" + ], + "status": "Incomplete" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1787806555.547029, + "completed_at": 1787806556.841049, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "ff-undo", + "started_at": 1787806526.833754, + "completed_at": 1787806528.099537, + "comments": [ + "You have successfully undone the merge of branch 'others'." + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787811352.534485, + "completed_at": 1787811355.486115, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1787811168.327947, + "completed_at": 1787811169.628623, + "comments": [ + "Great job deleting the VWX branch!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1787811264.400117, + "completed_at": 1787811267.24313, + "comments": [ + "The local VWX branch does not track origin/VWX." + ], + "status": "Incomplete" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1787811281.232082, + "completed_at": 1787811282.586504, + "comments": [ + "Great work! All required branches are present and correctly set up." + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1787811188.267241, + "completed_at": 1787811190.095897, + "comments": [ + "Nice work renaming the branch locally and on the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787804966.306605, + "completed_at": 1787804967.601951, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787805031.936967, + "completed_at": 1787805033.848898, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787805024.875942, + "completed_at": 1787805026.595173, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "merge-squash", + "started_at": 1787806519.948251, + "completed_at": 1787806521.210806, + "comments": [ + "Good job performing a merge squash!" + ], + "status": "Completed" + }, + { + "exercise_name": "merge-undo", + "started_at": 1787810421.889962, + "completed_at": 1787810424.703945, + "comments": [ + "It appears the merge commits are still in the history of the 'main' branch. This shouldn't be the case", + "Reset the repository using \"gitmastery progress reset\" and start again" + ], + "status": "Incomplete" + }, + { + "exercise_name": "merge-undo", + "started_at": 1787810451.04153, + "completed_at": 1787810452.391766, + "comments": [ + "Great work with undoing the merges! Try listing the directory to see what has changed." + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1787811026.821016, + "completed_at": 1787811028.148145, + "comments": [ + "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1787811075.249534, + "completed_at": 1787811076.634004, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787806681.615821, + "completed_at": 1787806685.244697, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is empty.", + "Answer for What's sum of values in west.csv on Jan 09th? is empty.", + "Answer for What's sum of values in north.csv on Jan 05th? is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787806778.73931, + "completed_at": 1787806782.115362, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is not right.", + "Answer for What's sum of values in west.csv on Jan 09th? is not right.", + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787806864.001484, + "completed_at": 1787806866.806523, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is not right.", + "Answer for What's sum of values in west.csv on Jan 09th? is not right.", + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787810313.079196, + "completed_at": 1787810315.962685, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is not right.", + "Answer for What's sum of values in west.csv on Jan 09th? is not right.", + "Answer for What's sum of values in north.csv on Jan 05th? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787810384.256245, + "completed_at": 1787810385.502956, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787806670.667695, + "completed_at": 1787806673.471557, + "comments": [ + "Answer for Which are the new values in staged files? is empty.", + "Answer for Which are the new values in modified but unstaged files? does not contain all of the right answers.", + "Answer for Which files have changed from Jan 09th to Jan 15th? does not contain all of the right answers.", + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787806771.686335, + "completed_at": 1787806774.741851, + "comments": [ + "Answer for Which are the new values in modified but unstaged files? does not contain all of the right answers.", + "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": 1787806858.767186, + "completed_at": 1787806860.025848, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787806690.299358, + "completed_at": 1787806693.262792, + "comments": [ + "It seems like the last two commits for Jan 14 and Jan 15 are still present in the commit history." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787806786.189138, + "completed_at": 1787806789.212235, + "comments": [ + "It seems like the commit from Jan 13 is still present in the commit history." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787806871.108531, + "completed_at": 1787806874.003198, + "comments": [ + "It seems like the commit from Jan 12 is still present in the commit history." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787810319.898215, + "completed_at": 1787810322.975404, + "comments": [ + "Unexpected files in working directory. Looks like you used the wrong reset mode.", + "Unexpected files in staging area. Looks like you used the wrong reset mode." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787810389.458335, + "completed_at": 1787810392.309759, + "comments": [ + "Unexpected files in working directory. Looks like you used the wrong reset mode.", + "Unexpected files in staging area. Looks like you used the wrong reset mode." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787810908.692374, + "completed_at": 1787810909.988889, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787806697.269564, + "completed_at": 1787806700.273263, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787806793.162505, + "completed_at": 1787806796.466518, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787806878.028561, + "completed_at": 1787806880.909852, + "comments": [ + "The files contain the wrong readings!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787810930.909846, + "completed_at": 1787810932.25772, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1787810502.201317, + "completed_at": 1787810505.07952, + "comments": [ + "You are missing the bug-fix branch" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1787810822.825445, + "completed_at": 1787810824.1355, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787804959.722702, + "completed_at": 1787804961.032668, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787805018.156979, + "completed_at": 1787805019.609185, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787806648.995048, + "completed_at": 1787806651.88158, + "comments": [ + "Missing lightweight tag \"first-pilot\"." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787806800.531773, + "completed_at": 1787806803.940037, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787810299.363693, + "completed_at": 1787810302.130771, + "comments": [ + "Missing annotated tag \"v1.0\"." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787810376.109734, + "completed_at": 1787810378.880145, + "comments": [ + "\"v1.0\" should point to the commit that updates March duty roster." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787810415.226291, + "completed_at": 1787810417.927659, + "comments": [ + "\"v1.0\" message must be exactly \"first full duty roster\"." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787810442.200957, + "completed_at": 1787810443.460712, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787806662.639915, + "completed_at": 1787806666.567501, + "comments": [ + "Tag v1.0 is missing, did you push it to the remote?", + "Tag v2.0 is missing, did you push it to the remote?", + "Tag beta is still on the remote!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1787806821.041011, + "completed_at": 1787806823.400854, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787806655.774693, + "completed_at": 1787806658.629022, + "comments": [ + "The 'first-update' tag still exists.", + "You are missing the 'january-update' tag." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-update", + "started_at": 1787806808.01606, + "completed_at": 1787806811.111359, + "comments": [ + "The 'april-update' tag is pointing to the wrong commit. It should point to the April commit." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-update", + "started_at": 1787810307.607969, + "completed_at": 1787810308.896529, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787804946.643039, + "completed_at": 1787804947.897345, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787804953.059273, + "completed_at": 1787804954.370079, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787810858.320181, + "completed_at": 1787810859.606178, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-compare", + "started_at": 1787894948.902082, + "completed_at": 1787894951.888499, + "comments": [ + "Answer for Which numbers are present in stream-1 but not in stream-2? is not right.", + "Answer for Which numbers are present in stream-2 but not in stream-1? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-compare", + "started_at": 1787895037.90664, + "completed_at": 1787895041.168153, + "comments": [ + "Answer for Which numbers are present in stream-1 but not in stream-2? is not right.", + "Answer for Which numbers are present in stream-2 but not in stream-1? is not right." + ], + "status": "Incomplete" + } +] \ No newline at end of file