Skip to content

v1.20.0

Compare
Choose a tag to compare
@ShockwaveNN ShockwaveNN released this 21 Nov 07:51
· 1226 commits to master since this release
58b2375

1.20.0 (2020-11-21)

New Features

  • Option to return flatten file list in GET /runner/file_list
  • /clients/api_keys page now provide command with path to file
  • Get current user info by GET /profile
  • Add rubocop check in CI
  • Add support of rubocop-minitest
  • Add support of rubocop-rspec

Fixes

  • Retest button now add test with all correct params
  • Fix /clinets/api_keys command if key folder not exists
  • Fix rendering example in Rspec's html
  • Fix service failure if History#notify_failure cannot send mail
  • Remove extra unused css rules for .history-log
  • Fix css problem with history table is too width
  • Fix error with using non-actual nodejs with markdownlint
  • Fix server restart on ArgumentError for parsing test result

Changes

  • Remove useless DelayRun#f_type
  • Remove some more unused code
  • Simplify some erb files by moving to partials
  • Change default nginx config to use SSL
  • Store certs inside project folder
  • Use nginx:alpine image to reduce size
  • Use Github Actions instead of travis-ci
  • Use dependabot config, not service config
  • Fixes from update rubocop to v1.3.0
  • Fixes from update rubocop-performance to v1.9.0