-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Context
Most hands_on download scripts have been migrated to RepoSmith v2-style usage (download(rs: RepoSmith)), while a smaller set still uses the older download(verbose: bool) path.
Before completing migration and merging to main, we should validate that migrated scripts behave correctly and consistently after rebasing against main.
Goal
Verify that RepoSmith v2 hands-on migrations are stable, reproducible, and free of regressions.
Scope
- Smoke test all migrated hands-on scripts (
download(rs: RepoSmith)).
Out of scope
- Full migration of remaining old-syntax hands-on scripts.
- Refactors unrelated to migration correctness.
Acceptance Criteria
For each hands on you created:
- Screenshot of download working (or errors if any)
- Able to do the hands on itself / behaves as expected (go to https://git-mastery.org/lessons/index.html to find the relevant hands on)
How to test
Update .gitmastery.json file locally to download exercises from reposmith-v2 branch instead of main branch.
{
"progress_local": true,
"progress_remote": false,
"exercises_source": {
"username": "git-mastery",
"repository": "exercises",
"branch": "reposmith-v2-migration"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed