-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSpec Rails 6.0 Release Plan #2560
Comments
Sounds good. |
Why? It's still merged in |
Because I've suggested using this branch 🙈 thinking that this commit will be taken out of |
Please feel free to merge any rails 7 fixes to |
I'd prefer merging #2508 to main after releasing 5.1.x for simplicity. |
|
I'm afraid its not @pirj, you merged my PR prematurely. |
|
FYI, #2325 is moot now; 3 commits, the last of them 3ccd1f on 1/20/2022, made it obsolete. |
I've released |
@JonRowe Speaking of sorting out the mailer merges, it appears to me that we didn't introduce any breaking changes, on the contrary, we've fixed a deficiency when with Everyone seems happy so far with 6.0.0-rc1, and I have several theories for that:
$ cd ~/source/real-world-rspec
$ rg --hidden --no-ignore --files-with-matches 'have_enqueued_mail|enqueue_mail|have_enqueued_email|enqueue_email'
rspec-rails/lib/rspec/rails/matchers/have_enqueued_mail.rb
rspec-rails/lib/rspec/rails/matchers.rb
rspec-rails/spec/rspec/rails/matchers/have_enqueued_mail_spec.rb
rspec-rails/Changelog.md
rspec-rails/features/matchers/have_enqueued_mail_matcher.feature
chatwoot/spec/controllers/platform/api/v1/users_controller_spec.rb
gitlabhq/spec/services/users/approve_service_spec.rb
gitlabhq/spec/services/notification_service_spec.rb
gitlabhq/spec/controllers/admin/users_controller_spec.rb
gitlabhq/spec/controllers/registrations_controller_spec.rb
gitlabhq/spec/support/helpers/notification_helpers.rb
gitlabhq/spec/requests/api/users_spec.rb
gitlabhq/spec/models/user_spec.rb
Basing on this, I suggest considering this item complete. |
Hi, 6.0.0.rc1 has been out for 6 months now; is there any chance of a |
I think it makes sense to move on and release |
@pirj @benoittgt we need to get some rspec-rails releases out, these are the steps we need to complete to do this:
5-0-maintenance
any outstanding 6.x patches we can5.0.3
5-1-maintenance
without the Rails 7 patches.5-1-maintenance
the final few tweaks for rails 6.1.5.1.0
main
#2563default_path
for generators #2508This is because major version changes are required for new rails versions for us under our release policy, but this means a bunch of branch wrangling, we could drop some of the changes for main in the name of expediency, thoughts?
The text was updated successfully, but these errors were encountered: