-
-
Notifications
You must be signed in to change notification settings - Fork 302
chore: html emails infrastructure #1987
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
Open
cyyynthia
wants to merge
29
commits into
main
Choose a base branch
from
cynthia/react-email
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4ae75c0
feat: setup react-email for html emails
cyyynthia fd7b16f
chore: upgrade email subproject
cyyynthia 2e03c1f
feat: configure CLI, write quick extractor
cyyynthia bb8d641
feat: rough first implementation of emails in backend
cyyynthia a073c66
fix: lint, try to troubleshoot test failures
cyyynthia 902d7ca
fix: properly render strings using icu4j
cyyynthia 25622f4
feat: render icu xml as fragments
cyyynthia f9b1b4a
feat: finalize working impl of react emails renderer
cyyynthia 792010a
feat: implement global variables
cyyynthia df7170e
fix: properly implement sanitization in Var
cyyynthia 63efb39
chore: minor adjustments
cyyynthia ad5c407
chore: typo in CI config
cyyynthia 7974fc4
chore: fix accidentally introduced tab indents
cyyynthia 5578b79
chore: fix typo part 2
cyyynthia d36475c
chore: please the artificial rabbit
cyyynthia 1247189
chore: misc fixes and improvements
cyyynthia c36012d
chore: lint
cyyynthia 5f36d65
fix: proper path in gha config
cyyynthia 82e4158
chore: refactor
cyyynthia 1c2adab
chore: minor improvement of EmailTemplateConfig
cyyynthia 474e799
chore: gradle config
cyyynthia f61e496
chore: gradle config pt. 2
cyyynthia 12989a7
chore: gradle config pt. 3
cyyynthia 9c5336b
chore: gradle config pt. 3.1
cyyynthia 08847e4
chore: gradle config pt. 3.2
cyyynthia f2a9af9
chore: gha tweaks (again)
cyyynthia 6ea998c
chore: silly gha mistakes
cyyynthia 3384a69
ci: mixed up src/dest actions
cyyynthia add5c96
fix: a small typo for a file, a giant failure for gradle build
cyyynthia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guard tar calls; they fail when directories are absent.
If any of these paths don’t exist (e.g., SKIP_EMAIL_BUILD=true), tar exits non-zero and the step fails.
Apply:
📝 Committable suggestion
🤖 Prompt for AI Agents