diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..86f9c8404c --- /dev/null +++ b/progress.json @@ -0,0 +1,426 @@ +[ + { + "exercise_name": "branch-bender", + "started_at": 1785935468.708639, + "completed_at": 1785935473.720575, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-compare", + "started_at": 1785935352.921459, + "completed_at": 1785935357.668596, + "comments": [ + "Great work comparing the branches successfully!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1785936315.924274, + "completed_at": 1785936318.942307, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1785935738.411269, + "completed_at": 1785935741.580924, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1785935188.630109, + "completed_at": 1785935195.254029, + "comments": [ + "The 'sleep-line' branch should have the line 'I fell asleep on the couch.' added to story.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1785935231.687236, + "completed_at": 1785935237.909796, + "comments": [ + "The 'sleep-line' branch should have the line 'I fell asleep on the couch.' added to story.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1785935293.326144, + "completed_at": 1785935296.654761, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1785936178.896862, + "completed_at": 1785936181.997356, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1785931832.005424, + "completed_at": 1785931837.539759, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1785936147.850398, + "completed_at": 1785936151.228915, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1785932860.271137, + "completed_at": 1785932863.576687, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "ff-undo", + "started_at": 1785935953.445797, + "completed_at": 1785935956.580215, + "comments": [ + "You have successfully undone the merge of branch 'others'." + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1785931727.318807, + "completed_at": 1785931732.74777, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1785942497.854434, + "completed_at": 1785942500.835582, + "comments": [ + "Great job deleting the VWX branch!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1785942307.529595, + "completed_at": 1785942311.01504, + "comments": [ + "Great work! All required branches are present and correctly set up." + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-push", + "started_at": 1785943914.276508, + "completed_at": 1785943919.938922, + "comments": [ + "Branch 'PQR' has not been pushed to the remote." + ], + "status": "Incomplete" + }, + { + "exercise_name": "glossary-branch-push", + "started_at": 1785943937.795068, + "completed_at": 1785943940.835316, + "comments": [ + "Great work pushing the PQR branch to your fork!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1785942765.412338, + "completed_at": 1785942769.578678, + "comments": [ + "Nice work renaming the branch locally and on the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1785921299.62798, + "completed_at": 1785921305.228038, + "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": 1785931665.82425, + "completed_at": 1785931682.390253, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1785924007.378721, + "completed_at": 1785924010.759294, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1785921560.133746, + "completed_at": 1785921567.201892, + "comments": [ + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) did not match any of the accepted answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1785921626.969026, + "completed_at": 1785921630.616601, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "merge-squash", + "started_at": 1785936074.655545, + "completed_at": 1785936078.137604, + "comments": [ + "Good job performing a merge squash!" + ], + "status": "Completed" + }, + { + "exercise_name": "merge-undo", + "started_at": 1785935789.36246, + "completed_at": 1785935792.510881, + "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": 1785936457.220117, + "completed_at": 1785936463.470836, + "comments": [ + "Branch 'feature-delete' still exists! Remember to delete it after merging!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1785936480.167552, + "completed_at": 1785936483.910216, + "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": 1785942033.349827, + "completed_at": 1785942039.112759, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1785924638.161589, + "completed_at": 1785924653.684345, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1785922038.560114, + "completed_at": 1785922121.210843, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1785934615.373843, + "completed_at": 1785934618.342022, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1785933882.331953, + "completed_at": 1785933887.761658, + "comments": [ + "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 not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1785934343.106617, + "completed_at": 1785934348.827036, + "comments": [ + "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 not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1785934362.007705, + "completed_at": 1785934367.353903, + "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": 1785934397.076424, + "completed_at": 1785934399.93605, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1785934826.021845, + "completed_at": 1785934829.485442, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1785934913.896165, + "completed_at": 1785934917.174424, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1785935041.259719, + "completed_at": 1785935045.642491, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1785921210.444906, + "completed_at": 1785921214.505597, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1785942923.430857, + "completed_at": 1785942929.541534, + "comments": [ + "You should only be unstaging the attendance files for Josh, Adam, and Mary.", + "You need to unstage all three attendance files for Josh, Adam, and Mary." + ], + "status": "Incomplete" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1785942958.513616, + "completed_at": 1785942962.127428, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1785933283.28454, + "completed_at": 1785933286.481023, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1785933677.83789, + "completed_at": 1785933682.725033, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1785943762.274775, + "completed_at": 1785943766.24998, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1785921099.606742, + "completed_at": 1785921103.162742, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1785921160.745576, + "completed_at": 1785921164.25106, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1785933138.979026, + "completed_at": 1785933142.0219, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + } +] \ No newline at end of file