diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..22d88f5fd --- /dev/null +++ b/progress.json @@ -0,0 +1,324 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1769430751.762302, + "completed_at": 1769430752.997066, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769430894.654779, + "completed_at": 1769430895.936329, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769431593.221282, + "completed_at": 1769431594.78837, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769431949.709208, + "completed_at": 1769431951.101247, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769432348.63236, + "completed_at": 1769432350.008596, + "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": 1769433314.737261, + "completed_at": 1769433316.475847, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769433754.224094, + "completed_at": 1769433807.925665, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769433820.968063, + "completed_at": 1769433827.714614, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769434183.792543, + "completed_at": 1769434185.107894, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769434858.972701, + "completed_at": 1769434863.738431, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769435939.781397, + "completed_at": 1769435942.34959, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769436312.404406, + "completed_at": 1769436315.835324, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769436740.041638, + "completed_at": 1769436745.168423, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769437420.568401, + "completed_at": 1769437421.870809, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769439666.240634, + "completed_at": 1769439667.489034, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769440186.627318, + "completed_at": 1769440187.966947, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769440405.874535, + "completed_at": 1769440407.176427, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769440574.467645, + "completed_at": 1769440580.747997, + "comments": [ + "Tag beta is still on the remote!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769441295.796149, + "completed_at": 1769441304.169818, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769441842.014932, + "completed_at": 1769441843.471963, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769442656.669299, + "completed_at": 1769442657.997991, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769443002.138634, + "completed_at": 1769443003.439512, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1769856812.755964, + "completed_at": 1769856815.746663, + "comments": [ + "You do not have 2 commits on the bug-fix branch" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1769856935.149212, + "completed_at": 1769856938.046755, + "comments": [ + "You aren't currently on the main branch. Checkout to that branch and try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1769856953.076278, + "completed_at": 1769856954.707805, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769857218.975594, + "completed_at": 1769857221.861713, + "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": 1769857264.975533, + "completed_at": 1769857267.686321, + "comments": [ + "The 'visitor-line' branch should start from the second commit (with message 'Describe location')." + ], + "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769857343.042062, + "completed_at": 1769857344.41184, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1769857523.273779, + "completed_at": 1769857524.668154, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1769857612.795231, + "completed_at": 1769857614.101628, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1769857763.88221, + "completed_at": 1769857765.22734, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1769857841.517116, + "completed_at": 1769857842.80089, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1769857999.688053, + "completed_at": 1769858001.000708, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1769858187.143558, + "completed_at": 1769858189.864389, + "comments": [ + "Branch 'feature-search' still exists! Remember to delete it after merging!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1769858223.342755, + "completed_at": 1769858224.679626, + "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": 1769858494.950258, + "completed_at": 1769858496.50254, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" + } +] \ No newline at end of file