bton/prohibit_sending_empty_emails #100

Open
bton wants to merge 40 commits from bton/prohibit_sending_empty_emails into testing
Member
No description provided.
bton added 3 commits 2024-12-04 22:00:45 +00:00
Author
Member

Why doesn't the test_mail_empty_body test fail?

Why doesn't the test_mail_empty_body test fail?
Author
Member

Ah because it is about receiving an empty mail not sending one

Ah because it is about receiving an empty mail not sending one
All checks were successful
/ test (push) Successful in 55s
/ test (pull_request) Successful in 52s
This pull request has changes conflicting with the target branch.
  • .forgejo/workflows/deploy_staging.yml
  • core/mail/protocol.py
  • core/mail/tests/v2/test_mails.py
  • core/tickets/api_v2.py
  • core/tickets/serializers.py
  • core/tickets/tests/v2/test_tickets.py
  • deploy/dev/docker-compose.yml
  • deploy/testing/docker-compose.yml
  • web/src/components/EditItem.vue
  • web/src/components/inputs/AsyncButton.vue
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin bton/prohibit_sending_empty_emails:bton/prohibit_sending_empty_emails
git checkout bton/prohibit_sending_empty_emails

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout testing
git merge --no-ff bton/prohibit_sending_empty_emails
git checkout bton/prohibit_sending_empty_emails
git rebase testing
git checkout testing
git merge --ff-only bton/prohibit_sending_empty_emails
git checkout bton/prohibit_sending_empty_emails
git rebase testing
git checkout testing
git merge --no-ff bton/prohibit_sending_empty_emails
git checkout testing
git merge --squash bton/prohibit_sending_empty_emails
git checkout testing
git merge --ff-only bton/prohibit_sending_empty_emails
git checkout testing
git merge bton/prohibit_sending_empty_emails
git push origin testing
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: c3lf/c3lf-system-3#100
No description provided.