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
- Move startup commands to
setup.sh
- Run
setup.sh
on start, continue and reset - Move SQL log files out of workspace
- Add
IF EXISTS
todb.sql
when dropping database to stop warnings - Terminate only 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 the tests can't hang - Fix hints on steps 1428 and 1760
- Fix regex tests that weren't working with space literals. Change to use
\s
on steps 1428-1438.
- Add Gitpod config