Skip to content

Releases: Hi-Folks/gh-actions-yaml-generator

Wildcard in branch names

13 May 18:39
1c1a91b
Compare
Choose a tag to compare

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

24 Apr 21:03
6179796
Compare
Choose a tag to compare

Add

  • Psalm as Static Code Analysis Tool
  • Add composer install --no-dev before deploy

Postgresql template

22 Apr 20:22
d1ece26
Compare
Choose a tag to compare

Add

  • Postgresql template option

Change

  • Update some style (template cards and header)

Node 15.x

18 Apr 19:14
8d096a1
Compare
Choose a tag to compare

Change

  • Update default Node version to 15.x (stable)
  • Fix some typos in the help labels in the Form
  • Upgraded Node packages

Templates

15 Apr 20:33
8fdf018
Compare
Choose a tag to compare

Add

  • Select Template option: Laravel application, PHP package, Laravel package ( #62 );
  • Select tool for code static analysis ( #63 )

Improve Code Quality and Laravel Stuff

12 Apr 20:44
5436bb5
Compare
Choose a tag to compare

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

05 Apr 09:17
06fa4c8
Compare
Choose a tag to compare

Add

  • Add Postgresql database

Change

  • Fix Dashboard when some old data is loaded (isMysqlService vs dataType)

Support for Sqlite in Workflows

04 Apr 07:42
4197b1b
Compare
Choose a tag to compare

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

07 Mar 17:15
ea5d706
Compare
Choose a tag to compare

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

26 Feb 22:18
150e3b9
Compare
Choose a tag to compare

Add

  • Add API for listing configurations
  • Add Dashboard for showing some infos from configurations