- Add
ruby-3.2
to CI - Add
ruby-3.3
to CI - Add
ruby-3.4
to CI - Add
dependabot
check forGitHub Actions
- Drop support of
ruby-2.5
,ruby-2.6
,ruby-2.7
since it's EOLed - Change site used to mock 504 response
- Fix
rubocop-1.65.0
copGemspec/AddRuntimeDependency
- Remove
ruby-3.0
from CI, since it's EOLed
- Fix convert result for thumbnail in zip
- Remove unused
ConvertFileData#get_url_from_responce
method - Remove
codecov
support and usesimplecov
- Increase line and branch test coverage to 100%
- Move
XmlResponceParser
class to main module
- Add
yamllint
support in CI - Add request.body encoding to jwt payload
- Remove
codeclimate
config, since we don't use it any more - Check
dependabot
at 8:00 Moscow time daily
- Fix
nodejs
version in CI
- Add
ruby-3.1
to CI
- Use new uploader for
codecov
instead of deprecated one - Require
mfa
for releasing gem - Resolved the problem with the incorrect regexp script
- Remove
ruby-2.5
from CI since it's EOLed
- Use GitHub Actions instead of TravisCI
- Add
rake
development dependencies - Add
markdownlint
check in CI - Add support of
rubocop-performance
andrubocop-rake
- Add
dependabot
config - Add
rubocop
check in CI - Add CI check that 100% code is documented
- Add
rake
task to release gem
- Require minimal ruby 2.5
- Cleanup
gemspec
file - Store dependencies in
gemspec
- Lock dependencies in
Gemfile.lock
stored in repo - Add missing documentation
- Moved repo to
ONLYOFFICE-QA
org
- Fix incorrect link to test files
- Add async request sending
- Initial version