- Add
ruby-3.2
to CI - Add
ruby-3.3
to CI - Add
dependabot
check forGitHub Actions
- Fix
rubocop-1.28.1
code issues - Fix
rubocop-1.63.1
code issues - Drop
ruby-2.6
,ruby-2.7
support since it's EOL'ed - CI is run on all supported rubies
- Migrate coverage report to
codecov v4
WrataApi#add_tests_to_queue
use new endpoint for faster adding tests
- Fix publishing gem on
GitHub Packages
- Add
yamllint
check in CI - Add
CodeQL
check in CI
- Fix
uninitialized constant WrataApi::WrataApiRequest::CGI
in rake tasks
- Actualize
nodejs
version in CI - Check
dependabot
at 8:00 Moscow time daily
- Add
dependabot
config
- Fix compatibility with Rail v5.2
use_authenticated_cookie_encryption
- Store frozen dependencies version in
Gemfile.lock
- Drop support of Ruby 2.4 since it's EOLed
- Add method to get info about current profile
- Fix new warnings from
rubocop
v0.89.0 update
- Support of services with https
- Add
markdown
,rubocop
andyard
coverage test via GitHub Actions - Add support of
rubocop-rake
yard
as development dependency
- Freeze specific version of all
rubocop
extension as development dependencies overcommit
now is not required as development dependency- Add missing documentation
- Add config to
markdownlint
- Fix pushing gem to github
- Ability to
power_on
servers with different size - Change required version of ruby to 2.3
- Ability to get file list in project
- Support of
rubocop-performance
- Update rubocop configs to
0.84.0
- Add
WrataApi#add_to_queue
default value forbrowser
- Add support of
codecov
andsimplecov
- Add
Rakefile
with defaultspec
task - Increase code coverage
- Add rake task to release gem on github and rubygems
- Raise error (not show strange error) while trying to create a lot of server
- Fix setting default value for
spec_browser
- Require ruby version >= 2.4
- Remove usage of
cleanup_test_path
while adding tests to queue WrataApi#tests_in_queue
return all test data, not just name- Cleanup
gemspec
file