diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..2f6f7ba7c7 --- /dev/null +++ b/progress.json @@ -0,0 +1,502 @@ +[ + { + "exercise_name": "undo-init", + "started_at": 1787239190.501749, + "completed_at": 1787239195.748031, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1787239226.743978, + "completed_at": 1787239229.190013, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787239628.804747, + "completed_at": 1787239631.481233, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787239789.798055, + "completed_at": 1787239792.769064, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787239890.422757, + "completed_at": 1787239892.929211, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787240119.072879, + "completed_at": 1787240121.716541, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787240241.355199, + "completed_at": 1787240264.180208, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787240342.682579, + "completed_at": 1787240348.561347, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787240432.188585, + "completed_at": 1787240434.935354, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787240549.633495, + "completed_at": 1787240553.661872, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787240705.113481, + "completed_at": 1787240716.617256, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787240814.935278, + "completed_at": 1787240827.147334, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787240918.304201, + "completed_at": 1787240927.788344, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787240999.243232, + "completed_at": 1787241004.853727, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787241195.223143, + "completed_at": 1787241203.651212, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787241228.93948, + "completed_at": 1787241233.7704, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787241373.916887, + "completed_at": 1787241379.609123, + "comments": [ + "You did not pull Alice's changes to your own main branch!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787241402.288983, + "completed_at": 1787241404.94046, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787242121.078354, + "completed_at": 1787242123.863836, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787242351.216128, + "completed_at": 1787242354.259522, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787242636.6907, + "completed_at": 1787242640.971997, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787242817.814255, + "completed_at": 1787242822.985102, + "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": 1787243095.631624, + "completed_at": 1787243098.347577, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787243322.650979, + "completed_at": 1787243325.279412, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787243624.76887, + "completed_at": 1787243630.409895, + "comments": [ + "It seems like the commit from Jan 13 is still present in the commit history." + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787243720.010881, + "completed_at": 1787243723.154227, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787243934.977405, + "completed_at": 1787243937.85688, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787244067.119454, + "completed_at": 1787244069.675637, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787244121.060015, + "completed_at": 1787244126.734448, + "comments": [ + "Answer for In February, who was replaced in the Wednesday duty roster? is empty.", + "Answer for In February, who joined the Tuesday duty roster? is empty.", + "Answer for In April, what were the new names added to the duty rosters? Remove/add extra rows where appropriate. does not contain all of the right answers.", + "Answer for In January, who were in the Tuesday duty roster? Remove/add extra rows where appropriate. does not contain all of the right answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1787244246.453504, + "completed_at": 1787244252.079959, + "comments": [ + "Answer for In February, who was replaced in the Wednesday duty roster? is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1787244327.710763, + "completed_at": 1787244330.408118, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1787244976.881482, + "completed_at": 1787244980.224469, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787245256.471157, + "completed_at": 1787245261.866669, + "comments": [ + "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787245297.91938, + "completed_at": 1787245303.067253, + "comments": [ + "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787245357.331481, + "completed_at": 1787245362.781789, + "comments": [ + "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787245391.662716, + "completed_at": 1787245397.068651, + "comments": [ + "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787245522.135993, + "completed_at": 1787245525.122494, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1787245805.071528, + "completed_at": 1787245807.68218, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1787245864.143767, + "completed_at": 1787245866.948807, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "merge-undo", + "started_at": 1787245947.929097, + "completed_at": 1787245950.590236, + "comments": [ + "Great work with undoing the merges! Try listing the directory to see what has changed." + ], + "status": "Completed" + }, + { + "exercise_name": "ff-undo", + "started_at": 1787246008.412246, + "completed_at": 1787246010.878218, + "comments": [ + "You have successfully undone the merge of branch 'others'." + ], + "status": "Completed" + }, + { + "exercise_name": "branch-compare", + "started_at": 1787246311.282048, + "completed_at": 1787246314.298623, + "comments": [ + "Great work comparing the branches successfully!" + ], + "status": "Completed" + }, + { + "exercise_name": "merge-squash", + "started_at": 1787246394.838713, + "completed_at": 1787246397.682874, + "comments": [ + "Good job performing a merge squash!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1787246556.998121, + "completed_at": 1787246559.409751, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1787246649.009413, + "completed_at": 1787246651.439238, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1787246729.793785, + "completed_at": 1787246732.575802, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1787247138.467346, + "completed_at": 1787247144.009223, + "comments": [ + "Branch 'feature-search' still exists! Remember to delete it after merging!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1787247168.592678, + "completed_at": 1787247171.404957, + "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": 1787247384.018294, + "completed_at": 1787247389.130423, + "comments": [ + "Expected commit message of 'Add the search feature', got 'Add the search feature\n\ncommit 6d04b05582a175bec2a97fb25a604ad68c3043a3\nAuthor: damithc <1673303+damithc@users.noreply.github.com>\nDate: Fri Sep 26 23:43:46 2025 +0800\n\n Add more details on the search feature\n\ncommit cf60f821a837456dc7598b17184bab9c204fe44a\nAuthor: damithc <1673303+damithc@users.noreply.github.com>\nDate: Fri Sep 26 23:39:41 2025 +0800\n\n Mention feature for searching books' instead." + ], + "status": "Incomplete" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1787247450.920477, + "completed_at": 1787247454.239596, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-push", + "started_at": 1787247901.538478, + "completed_at": 1787247903.956715, + "comments": [ + "Great work pushing the PQR branch to your fork!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1787248042.606147, + "completed_at": 1787248045.448033, + "comments": [ + "Great work! All required branches are present and correctly set up." + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1787248189.612371, + "completed_at": 1787248192.140888, + "comments": [ + "Great job deleting the VWX branch!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1787248500.198305, + "completed_at": 1787248505.67526, + "comments": [ + "Remote branch STU still exists.", + "Remote branch S-to-Z is missing." + ], + "status": "Incomplete" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1787248540.57977, + "completed_at": 1787248543.819745, + "comments": [ + "Nice work renaming the branch locally and on the remote!" + ], + "status": "Completed" + } +] \ No newline at end of file