Skip to content

Releases: ONLYOFFICE-QA/wrata_api

v1.0.2

22 Feb 17:02
7ac495e
Compare
Choose a tag to compare

1.0.2 (2022-02-22)

Fixes

  • Fix publishing gem on GitHub Packages

v1.0.1

22 Feb 16:54
643c065
Compare
Choose a tag to compare

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

28 Jan 17:06
db91124
Compare
Choose a tag to compare

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

02 Sep 13:27
621f21a
Compare
Choose a tag to compare

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

17 Jun 13:20
c20c079
Compare
Choose a tag to compare

0.1.2 (2020-06-17)

New Features

  • Support of services with https
  • Add markdown, rubocop and yard 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

26 May 11:55
d479b8f
Compare
Choose a tag to compare

0.1.1 (2020-05-26)

New Features

  • Add config to markdownlint

Fixes

  • Fix pushing gem to github

v0.1.0

26 May 11:51
24ed4cc
Compare
Choose a tag to compare

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 for browser
  • Add support of codecov and simplecov
  • Add Rakefile with default spec 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