Changelog
- Pre release v1.25.0 #360
- Pre release v1.26.0 #374
- Pre release v1.27.0 #386
- Pre release v1.28.0 #391
- Pre release v1.29.0 #398
- Minor RDS change Scale modal fix #407
Features
- Improve Zabbix in Project Prompt Message
- Warning Text on Change scale modal
- Improve DB manangement
- AWSpec test CRUD feature
- CloudFormation Apply Date History
- From TSD to Typings
- Fetch Latest AWS regions
- Add log Notification after yum update execution is successful
- Specify Subnet and VPC on initial deployment
- Reflect ANSI terminal character color/highlighting
Update process
cd YOUR_SKYHOPPER_DIRECTORY
bundle install --path vendor/bundle
bundle exec rake db:migrate RAILS_ENV=production
bundle exec rake db:seed RAILS_ENV=production
cd frontend/
npm i
gulp type
gulp ts
cd ..