diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..0ad79382c --- /dev/null +++ b/progress.json @@ -0,0 +1,264 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1755255270.910603, + "completed_at": 1755255271.353926, + "comments": [ + "All commits are empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1755255472.295688, + "completed_at": 1755255473.016182, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1755254862.525478, + "completed_at": 1755254862.935485, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1755254978.967987, + "completed_at": 1755254979.398277, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1755252466.876758, + "completed_at": 1755252466.886114, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1755252509.921751, + "completed_at": 1755252510.232175, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755933411.859965, + "completed_at": 1755933423.853147, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1755933546.454004, + "completed_at": 1755933551.167116, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1755933582.814269, + "completed_at": 1755933588.035908, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1755934150.900941, + "completed_at": 1755934151.248767, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1755934551.378841, + "completed_at": 1755934551.844953, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1755934635.755454, + "completed_at": 1755934635.899339, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1755934810.855849, + "completed_at": 1755934812.559925, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755943226.408367, + "completed_at": 1755943232.497835, + "comments": [ + "You are still ignoring many/file22.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755943272.128709, + "completed_at": 1755943277.497656, + "comments": [ + "You are still ignoring many/file22.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755943316.507044, + "completed_at": 1755943322.714673, + "comments": [ + "You are still ignoring many/file22.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755943354.304688, + "completed_at": 1755943360.46099, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1755943481.989587, + "completed_at": 1755943484.120603, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755943725.792478, + "completed_at": 1755943728.169156, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755944297.694272, + "completed_at": 1755944298.165223, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1756032380.042438, + "completed_at": 1756032380.678334, + "comments": [ + "You still have uncommitted changes. Commit them first on the appropriate branch first!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1756032427.584131, + "completed_at": 1756032428.059159, + "comments": [ + "You do not have 2 commits on the bug-fix branch" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1756032542.924499, + "completed_at": 1756032543.201617, + "comments": [ + "You aren't currently on the main branch. Checkout to that branch and try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1756032554.164233, + "completed_at": 1756032554.586477, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1756135221.318172, + "completed_at": 1756135221.900525, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1756135683.438177, + "completed_at": 1756135683.876815, + "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": 1756135747.130076, + "completed_at": 1756135747.266662, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1756195403.86963, + "completed_at": 1756195404.352858, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1756196002.76434, + "completed_at": 1756196003.229403, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + } +] \ No newline at end of file