Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Backend: remove internalClient.SendEmail#55459

Merged
camdencheek merged 2 commits into
mainfrom
cc/remove-internal-sendemail
Aug 2, 2023
Merged

Backend: remove internalClient.SendEmail#55459
camdencheek merged 2 commits into
mainfrom
cc/remove-internal-sendemail

Conversation

@camdencheek

@camdencheek camdencheek commented Jul 31, 2023

Copy link
Copy Markdown
Member

Now that config can be fetched from all services, there is no need for this internalClient method. One fewer to implement for gRPC

Test plan

Sending a test email still worked fine

@cla-bot cla-bot Bot added the cla-signed label Jul 31, 2023
Base automatically changed from cc/remove-internal-extsvc to main July 31, 2023 22:26
@camdencheek camdencheek force-pushed the cc/remove-internal-sendemail branch from a58fd5c to e7d42b8 Compare July 31, 2023 22:41
@camdencheek camdencheek marked this pull request as ready for review July 31, 2023 22:41
@camdencheek camdencheek requested a review from ggilmore July 31, 2023 22:41
@camdencheek camdencheek enabled auto-merge (squash) July 31, 2023 22:57
@camdencheek camdencheek merged commit f9d67fe into main Aug 2, 2023
@camdencheek camdencheek deleted the cc/remove-internal-sendemail branch August 2, 2023 18:30
github-actions Bot pushed a commit that referenced this pull request Aug 2, 2023
Now that config can be fetched from all services, there is no need for
this internalClient method. One fewer to implement for gRPC

(cherry picked from commit f9d67fe)
varsanojidan pushed a commit that referenced this pull request Aug 3, 2023
Now that config can be fetched from all services, there is no need for
this internalClient method. One fewer to implement for gRPC
davejrt pushed a commit that referenced this pull request Aug 9, 2023
Now that config can be fetched from all services, there is no need for
this internalClient method. One fewer to implement for gRPC
@sanderginn

Copy link
Copy Markdown
Contributor

@camdencheek I didn't notice this open backport until starting the release, apologies for that. The build failed due to an unused import. Given the context of this PR, I'm going to move ahead without this backport as it appears to be a nice-to-have PR.

@camdencheek

Copy link
Copy Markdown
Member Author

@sanderginn not a problem! This was just to make backports easier. Thanks for the ping though, I forgot about this one

camdencheek added a commit that referenced this pull request Aug 10, 2023
Now that config can be fetched from all services, there is no need for
this internalClient method. One fewer to implement for gRPC

(cherry picked from commit f9d67fe)
camdencheek added a commit that referenced this pull request Aug 17, 2023
Now that config can be fetched from all services, there is no need for
this internalClient method. One fewer to implement for gRPC

(cherry picked from commit f9d67fe)
camdencheek added a commit that referenced this pull request Aug 17, 2023
* Backend: remove internalClient.SendEmail (#55459)

Now that config can be fetched from all services, there is no need for
this internalClient method. One fewer to implement for gRPC

(cherry picked from commit f9d67fe)

* gRPC: migrate conf endpoint (#55648)

(cherry picked from commit 1dd8601)

* Backend: remove internalClient.ExternalURL (#55463)

This removes the `internalClient.ExternalURL` method, which can be
replaced with a simple call to `conf.Get()`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants