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 issues with logs not being generated after reset
- Move the two SQL log files to ~
- Change to that location in postgresql.conf
- Update all watchers to that location
- Change tests to get logs from those locations
- Fix typo in
yippee.wav
- Change
TUTORIAL.md
- Change test
.freeCodeCamp/test/1320.test.js
in step1320.1
- Change
.freeCodeCamp/db.sql
in step1330.1
- Change
- Move startup commands to
reset.sh
- Run
reset.sh
on continue - Add
IF EXISTS
todb.sql
when dropping database to stop warnings - Terminate only user
freeCodeCamp
from db when resetting
- This is an attempt to fix the frequent issues that have come up on the forum
- 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.
- Instead of loading a new test file, and commenting out the old one on each commit, this loads all the tests in the
- 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.
- Fix test text on 1660, 1670, and 1680
- Fix bad hints on 1260 - Issue
- Fix test 890 to check for
more_info
table name - Fix test 895 - see issue: freeCodeCamp/freeCodeCamp#48521
- Add Gitpod config