- Add
ruby-3.2
in CI - Add
ruby-3.3
to CI - Add
ruby-3.4
to CI - Add dependabot check for GitHub Actions
- Drop support of
ruby-2.7
since it's EOL'ed - Fix
rubocop-1.65.0
copGemspec/AddRuntimeDependency
- Remove
ruby-3.0
from CI, since it's EOLed
- Add
yamllint
check in CI
- Fix
markdownlint
failure because of oldnodejs
in CI - Remove
codeclimate
support since we don't use it any more - If there is no config fail on initialize level, not on
require
level
- Check
dependabot
at 8:00 Moscow time daily - Changes from
rubocop-rspec
update to 2.9.0 - Fix
rubocop-1.28.1
code issues - Drop support of
ruby-2.6
since it's EOL'ed
- Add
ruby-3.1
in CI
- Fix compatibility with
ruby-3.1
by adding bundled gems
- Remove
ruby-2.5
from CI since it's EOLed
- Add new spec tests
get_body_message_by_title
correct return if no html body
- Remove unused
get_body_message_by_title_from_mail
method - Remove unused
get_current_date
method - Remove unused
archive_inbox
method - Remove unused
get_body_by_subject_email
method - Remove unused
get_unread_mails_with_tags
method - Remove unused
get_labels
method - Remove unused
send_mail_test_result
method - Remove unused
mark_all_unread
method - Remove unused
delete_from_sender
method - Remove unused
mail_inbox_count
method - Remove unused
mail_in_label_with_date
method - Remove unused
reply_mail
method - Remove unused
delete_all_message_contains
method - Remove unused
delete_message_with_portal_address
method - Remove unused
check_unread_messages_for_message
method - Remove unused
get_unread_messages
method - Remove unused
wait_until_unread_message
method - Remove unused
refresh
method - Remove unused
Object#to_imap_date
method - Remove patch for ruby bug 14750
- Require
mfa
for releasing gem
- Check
markdownlint
in CI - Check
rubocop
in CI - Check that 100% code is documented in CI
- Add
dependabot
config - Add
rake
task to release gem
- Use GitHub Actions instead of TravisCI
- Drop support of rubies older than 2.5
- Cleanup gemfile
- Freeze all dependencies in Gemfile.lock
- Remove support of
codecov
- Add missing documentation
- Move repo to
ONLYOFFICE-QA
org
- Fix tests for working locally
- Initial release