diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..e29a96366f --- /dev/null +++ b/progress.json @@ -0,0 +1,254 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769337628.796188, + "completed_at": 1769337630.097532, + "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": 1769338692.173381, + "completed_at": 1769338693.469578, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769336387.767648, + "completed_at": 1769336389.035291, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769190032.817117, + "completed_at": 1769190034.112138, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769507540.900795, + "completed_at": 1769507542.244008, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769579913.854488, + "completed_at": 1769579915.717945, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769581588.040962, + "completed_at": 1769581592.914874, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769586466.011633, + "completed_at": 1769586468.900153, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769588019.626803, + "completed_at": 1769588022.963893, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769589377.005297, + "completed_at": 1769589378.476511, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769615931.084717, + "completed_at": 1769615933.094334, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769621679.184554, + "completed_at": 1769621680.474403, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769621925.651821, + "completed_at": 1769621927.007376, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769622203.437684, + "completed_at": 1769622206.080344, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769623679.906588, + "completed_at": 1769623682.90313, + "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.", + "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-checkout", + "started_at": 1769660919.755484, + "completed_at": 1769660921.126407, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769662351.131254, + "completed_at": 1769662352.564161, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769662983.836892, + "completed_at": 1769662986.817384, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1770032066.116085, + "completed_at": 1770032067.552635, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1770032569.273073, + "completed_at": 1770032572.204189, + "comments": [ + "The 'sleep-line' branch should have the line 'I fell asleep on the couch.' added to story.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-bender", + "started_at": 1770034707.394084, + "completed_at": 1770034708.832025, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1770035278.975607, + "completed_at": 1770035280.518575, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1770043822.959736, + "completed_at": 1770043828.313157, + "comments": [ + "You still have uncommitted changes. Commit them first on the appropriate branch first!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1770043978.975467, + "completed_at": 1770043980.460628, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1770044781.53427, + "completed_at": 1770044784.147911, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1770045318.221698, + "completed_at": 1770045319.672352, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1770046845.598392, + "completed_at": 1770046847.793223, + "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": 1770047627.576614, + "completed_at": 1770047629.057308, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" + } +] \ No newline at end of file