Releases: Hi-Folks/gh-actions-yaml-generator
Releases · Hi-Folks/gh-actions-yaml-generator
Wildcard in branch names
Add
- Add wildcard for branch names
Change
- Psalm fix MissingReturnType,MissingParamType
- clean up developments stuff after deploy
- cleaning some test workflows for GitHub Actions
Psalm for static code analysis
Add
- Psalm as Static Code Analysis Tool
- Add composer install --no-dev before deploy
Postgresql template
Add
- Postgresql template option
Change
- Update some style (template cards and header)
Node 15.x
Change
- Update default Node version to 15.x (stable)
- Fix some typos in the help labels in the Form
- Upgraded Node packages
Templates
Improve Code Quality and Laravel Stuff
Add
- New option for installing phpstan in workflow
- New option for installing phpcs in workflow
- New option for defining directory to check for phpcs ("app" default )
- New option for defining directory to check for phpstan ("app" default)
- New option for execute (or not) 'php artisan key:generate'
- New option for copying .env template
- Install Phpstan and phpcs as composer dev
Change
- Upgrade PHP packages
Postgresql support
Add
- Add Postgresql database
Change
- Fix Dashboard when some old data is loaded (isMysqlService vs dataType)
Support for Sqlite in Workflows
Add
- Add Sqlite (in memory) support in your workflow (now the user can select: none, mysql or sqlite);
- Add Validation for Laravel version
About Page and Log
Add
- All Hashcode configurations are logged into log_configurations table;
- Dashboard: Show the total configurations created daily;
- Add About page with /about URL.
Change
- Dashboard: sort latest configurations by updated_at.
Dashboard
Add
- Add API for listing configurations
- Add Dashboard for showing some infos from configurations