Please read the guidelines in the contributing docs before contributing. Contributions to this project need to follow the correct workflow.
Whenever a new version is created, add the new branch name and the changes here
- Initial soft release with news article
- Fix all tests that use strove in the path
- Add missing commit for 2075
- Split tutorial into two parts
- Remove commits and lessons > 1210 (All will be in part 2)
- Add lessons at the end to dump the database created
- Move pg log files outside of repo - needed because logs would stop working after reset
- Change all watchers to that
- Change test utils to use that
- Changed psqlrc to that
- Move startup commands to the reset file and run it instead of the rest of the commands
- Add creation of bash history in
reset.sh
- Add continue commands
- Only disconnect user
freecodecamp
from db when resetting
- Restructure commits to use new style. Instead of loading a new test file, and commenting out the old one on each commit, this loads all the tests in the
INIT
commit and uses mocha settings to only run tests in a specific file. The commits now just change the test file that should run. - There was an issue with the last commit not loading after using the reset button in a tutorial. I added a final commit at end that seems to have resolved it.
- Add
exit
flag to mocha so tests can't hang - Fixed tests on steps 568, 850, and 1047 for issue
- Fixed bad hints on steps 260, 360, 370, 660, and 710
- Add Gitpod config