82a39e3e69
Resolve "EmailsOnPushWorker incorrectly claims deleted a commit after a push" ## What does this MR do? Fix the comparison order in the emails on push worker, so regular pushes don't show a message about force pushing. ## Are there points in the code the reviewer needs to double check? Don't think so, it was just a typo: `after_sha` should map to the `source_branch` argument, because it's the head of the comparison. ## Why was this MR needed? To fix a regression! ## What are the relevant issue numbers? Closes #21010. ## Does this MR meet the acceptance criteria? - [x] ~~[CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added~~ - [x] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - [x] ~~API support added~~ - Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5894 |
||
---|---|---|
.. | ||
repository_check | ||
admin_email_worker.rb | ||
build_email_worker.rb | ||
delete_user_worker.rb | ||
email_receiver_worker.rb | ||
emails_on_push_worker.rb | ||
expire_build_artifacts_worker.rb | ||
git_garbage_collect_worker.rb | ||
gitlab_shell_worker.rb | ||
group_destroy_worker.rb | ||
import_export_project_cleanup_worker.rb | ||
irker_worker.rb | ||
merge_worker.rb | ||
new_note_worker.rb | ||
post_receive.rb | ||
project_cache_worker.rb | ||
project_destroy_worker.rb | ||
project_export_worker.rb | ||
project_service_worker.rb | ||
project_web_hook_worker.rb | ||
remove_expired_group_links_worker.rb | ||
remove_expired_members_worker.rb | ||
repository_archive_cache_worker.rb | ||
repository_fork_worker.rb | ||
repository_import_worker.rb | ||
requests_profiles_worker.rb | ||
stuck_ci_builds_worker.rb | ||
system_hook_worker.rb |