Releases: ONLYOFFICE-QA/wrata_api
Releases · ONLYOFFICE-QA/wrata_api
v1.0.2
v1.0.1
1.0.1 (2022-02-22)
New Features
- Add
yamllint
check in CI - Add
CodeQL
check in CI
Fixes
- Fix
uninitialized constant WrataApi::WrataApiRequest::CGI
in rake tasks
v1.0.0
1.0.0 (2022-01-28)
New Features
- Add
dependabot
config
Fixes
- Fix compatibility with Rail v5.2
use_authenticated_cookie_encryption
Changes
- Store frozen dependencies version in
Gemfile.lock
- Drop support of Ruby 2.4 since it's EOLed
v0.2.0
0.2.0 (2020-09-02)
New Features
- Add method to get info about current profile
Changes
- Fix new warnings from
rubocop
v0.89.0 update
v0.1.2
0.1.2 (2020-06-17)
New Features
- Support of services with https
- Add
markdown
,rubocop
andyard
coverage
test via GitHub Actions - Add support of
rubocop-rake
yard
as development dependency
Changes
- Freeze specific version of all
rubocop
extension
as development dependencies overcommit
now is not required as development dependency- Add missing documentation
v0.1.1
0.1.1 (2020-05-26)
New Features
- Add config to
markdownlint
Fixes
- Fix pushing gem to github
v0.1.0
0.1.0 (2020-05-26)
New Features
- 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
Fixes
- Raise error (not show strange error) while trying to create a lot of server
- Fix setting default value for
spec_browser
Changes
- 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