Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-03 | 4.3 kB | |
v1.2.5 source code.tar.gz | 2023-10-03 | 60.8 kB | |
v1.2.5 source code.zip | 2023-10-03 | 104.6 kB | |
Totals: 3 Items | 169.8 kB | 0 |
Highlighted Changes
init
task is now compatible with Ruby >= 3.2 (https://github.com/mina-deploy/mina/pull/696)bundle:clean
task doesn't pass incompatible options anymore (https://github.com/mina-deploy/mina/pull/710)--debug_configuration_variables
option now resolves callables when printing to stdout (https://github.com/mina-deploy/mina/pull/702 and https://github.com/mina-deploy/mina/pull/706)
What's Changed
- generated deploy.rb "of" typo fix by @ncs1 in https://github.com/mina-deploy/mina/pull/661
- FIX typo in Readme by @pabuisson in https://github.com/mina-deploy/mina/pull/664
- Update 3rd_party_plugins.md by @coezbek in https://github.com/mina-deploy/mina/pull/665
- Ensure branch exists locally and remotely before comparing it by @lovro-bikic in https://github.com/mina-deploy/mina/pull/677
- Runner tests by @lovro-bikic in https://github.com/mina-deploy/mina/pull/685
- Support Rails 6 asset recompilation through webpacker by @the-spectator in https://github.com/mina-deploy/mina/pull/656
- Refactor pretty printer by @lovro-bikic in https://github.com/mina-deploy/mina/pull/686
- Application tests by @lovro-bikic in https://github.com/mina-deploy/mina/pull/688
- Fix readme issues by @lovro-bikic in https://github.com/mina-deploy/mina/pull/680
- Exclude documentation from CI workflow by @lovro-bikic in https://github.com/mina-deploy/mina/pull/681
- SSH task tests by @lovro-bikic in https://github.com/mina-deploy/mina/pull/684
- Prevent stdout output in tests by @lovro-bikic in https://github.com/mina-deploy/mina/pull/687
- Internal helpers tests by @lovro-bikic in https://github.com/mina-deploy/mina/pull/689
- Improve test coverage for output helpers by @lovro-bikic in https://github.com/mina-deploy/mina/pull/690
- Improve test coverage for configuration by @lovro-bikic in https://github.com/mina-deploy/mina/pull/691
- Test remaining default tasks by @lovro-bikic in https://github.com/mina-deploy/mina/pull/692
- Version manager tests by @lovro-bikic in https://github.com/mina-deploy/mina/pull/693
- Update tests for Rails tasks by @lovro-bikic in https://github.com/mina-deploy/mina/pull/694
- DSL tests by @lovro-bikic in https://github.com/mina-deploy/mina/pull/695
- Enable Rubocop by @lovro-bikic in https://github.com/mina-deploy/mina/pull/696
- Remove unused gems and update dependencies by @lovro-bikic in https://github.com/mina-deploy/mina/pull/697
- Resolve callables when printing debug_configuration by @coezbek in https://github.com/mina-deploy/mina/pull/702
- E2E specs by @lovro-bikic in https://github.com/mina-deploy/mina/pull/698
- Test against Ruby 3.1 by @lovro-bikic in https://github.com/mina-deploy/mina/pull/704
- Typo fix: 'variety' by @tommorris in https://github.com/mina-deploy/mina/pull/703
- Enable Pretty runner on Windows by @lovro-bikic in https://github.com/mina-deploy/mina/pull/705
- Print correct values in
debug_configuration_variables
task by @lovro-bikic in https://github.com/mina-deploy/mina/pull/706 - Refactor CLI options by @lovro-bikic in https://github.com/mina-deploy/mina/pull/707
- Fix
ssh
task escaping by @lovro-bikic in https://github.com/mina-deploy/mina/pull/708 - Deprecate version manager tasks by @lovro-bikic in https://github.com/mina-deploy/mina/pull/709
- Remove :bundle_options from bundle clean by @lovro-bikic in https://github.com/mina-deploy/mina/pull/710
- Update CI: Add Ruby 3.2 and update GA runners by @lovro-bikic in https://github.com/mina-deploy/mina/pull/722
- Revert "Support Rails 6 asset recompilation through webpacker" by @lovro-bikic in https://github.com/mina-deploy/mina/pull/723
- Revert "Deprecate version manager tasks" by @lovro-bikic in https://github.com/mina-deploy/mina/pull/724
New Contributors
- @ncs1 made their first contribution in https://github.com/mina-deploy/mina/pull/661
- @pabuisson made their first contribution in https://github.com/mina-deploy/mina/pull/664
- @coezbek made their first contribution in https://github.com/mina-deploy/mina/pull/665
- @the-spectator made their first contribution in https://github.com/mina-deploy/mina/pull/656
- @tommorris made their first contribution in https://github.com/mina-deploy/mina/pull/703
Full Changelog: https://github.com/mina-deploy/mina/compare/v1.2.4...v1.2.5