diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a8dca3894 --- /dev/null +++ b/progress.json @@ -0,0 +1,150 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1756181040.745861, + "completed_at": 1756181040.760019, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1756182283.135598, + "completed_at": 1756182283.803251, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1756182815.857422, + "completed_at": 1756182816.549143, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1756183554.726587, + "completed_at": 1756183555.735881, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1756183732.847068, + "completed_at": 1756183839.356065, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1756184113.397916, + "completed_at": 1756184114.071221, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1756184277.493655, + "completed_at": 1756184277.806976, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1756191118.936858, + "completed_at": 1756191119.555947, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1756191143.664892, + "completed_at": 1756191144.687934, + "comments": [ + "You might have forgotten to push your commit to the remote repository." + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1756191156.087434, + "completed_at": 1756191157.09461, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756192278.997296, + "completed_at": 1756192283.488038, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You are not ignoring ignore_me.txt", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756192394.830604, + "completed_at": 1756192398.884015, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You are not ignoring ignore_me.txt", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756192489.432196, + "completed_at": 1756192493.441806, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1756192800.360339, + "completed_at": 1756192802.517555, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1756193123.37685, + "completed_at": 1756193125.514924, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1756193904.673256, + "completed_at": 1756193905.294481, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file