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
- Add in
.vscode/settings.jsonsetting to use spaces for indentation
- Move setup commands from
coderoad.yamltosetup.sh - Add creation of
.bash_historyin setup commands so CodeRoad watchers recognize it when the first command is entered
- Fix reset commands so it works everywhere
- Further improve reset command so it doesn't delete and recreate the
sql_referencefolder 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
INITcommit 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
exitflag to mocha so the tests can't hang
- Add Gitpod config