Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Notifier] add Mailjet SMS bridge#41705

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:5.4fromjnadaud:mailjet_notifier
Jul 4, 2021

Conversation

@jnadaud
Copy link
Contributor

@jnadaudjnadaud commentedJun 14, 2021
edited by OskarStark
Loading

QA
Branch?5.4
Bug fix?no
New feature?yes
Deprecations?no
LicenseMIT
Docsymfony/symfony-docs#15436

Adding Mailjet SMS bridge for Notifier component

@carsonbot
Copy link

Hey!

To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done?

Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review.

Cheers!

Carsonbot

@carsonbot
Copy link

Hey!

I see that this is your first PR. That is great! Welcome!

Symfony has acontribution guide which I suggest you to read.

In short:

  • Always add tests
  • Keep backward compatibility (seehttps://symfony.com/bc).
  • Bug fixes must be submitted against the lowest maintained branch where they apply (seehttps://symfony.com/releases)
  • Features and deprecations must be submitted against the 5.4 branch.

Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change.

When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor!
If this PR is merged in a lower version branch, it will be merged up to all maintained branches within a few days.

I am going to sit back now and wait for the reviews.

Cheers!

Carsonbot

@jnadaudjnadaudforce-pushed themailjet_notifier branch 2 times, most recently from47803d2 to555a2d5CompareJune 14, 2021 18:53
@nicolas-grekasnicolas-grekas modified the milestones:6.0,5.4Jun 15, 2021
@OskarStark
Copy link
Contributor

It looks, likefrom is required anduser/password is not used, I would usefrom asuser andauthtoken aspass for the DSN, like explained here:#41522 (comment)

@jnadaud
Copy link
ContributorAuthor

@OskarStark Done!!!


publicfunction__toString():string
{
returnsprintf('mailjet://%s:%s@%s',$this->from,$this->authToken,$this->getEndpoint());
Copy link
Contributor

@OskarStarkOskarStarkJun 17, 2021
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The auth-token should not be exposed, please remove it and fix the tests, thanks

@fabpot
Copy link
Member

@jnadaud Can you make the last change asked by Oskar? Thank you.

@fabpot
Copy link
Member

Thank you@jnadaud.

@fabpotfabpot merged commit42790be intosymfony:5.4Jul 4, 2021
@fabpot
Copy link
Member

@jnadaud Can you create a PR on symfony/recipes for this new notifier?

@nicolas-grekas
Copy link
Member

Tests fail also after this merge. Could you please have a look@jnadaud?

@OskarStark
Copy link
Contributor

I am on it 👍

#41985

derrabus added a commit that referenced this pull requestJul 5, 2021
This PR was merged into the 5.4 branch.Discussion----------Fix: Mailjet bridge tests| Q             | A| ------------- | ---| Branch?       | 5.4| Bug fix?      | no| New feature?  | no| Deprecations? | no| Tickets       | Follows#41705| License       | MIT| Doc PR        | -Fix the buildCommits-------690e4ed Fix: Mailjet bridge tests
This was referencedNov 5, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@OskarStarkOskarStarkOskarStark approved these changes

@fabpotfabpotfabpot approved these changes

+1 more reviewer

@94noni94noni94noni left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

5.4

Development

Successfully merging this pull request may close these issues.

6 participants

@jnadaud@carsonbot@OskarStark@fabpot@nicolas-grekas@94noni

[8]ページ先頭

©2009-2025 Movatter.jp