-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
6658 workflows add a first twenty piece email sender #6965
Merged
martmull
merged 24 commits into
main
from
6658-workflows-add-a-first-twenty-piece-email-sender
Sep 12, 2024
+1,144
−1,038
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
6339a4e
Add system action executor
martmull e484c60
Add send email step
martmull 4528242
Remove logo from workflow email
martmull cb33021
Sanitize html
martmull 2e44781
Fix typing
martmull 4978270
Remove front check
martmull 52ac80d
Fix missing data in deleted event
martmull d030c01
Validate email
martmull 5b50565
Use templating
martmull 77e78a8
Remove useless factory
martmull 2f4a6de
Remove useless changes
martmull fa03414
Code review return: fix factory naming
martmull 8fca876
Code review return: separate types
martmull 4bcb226
Code review return: update naming
martmull f99d805
Code review return: reorganize folders
martmull 98fdcfb
Code review return: split workflow/common
martmull 3e74a5d
Simplify folder tree
martmull 5726382
Reorganize workflow-runner
martmull 611b4ca
Reorganize workflow-status
martmull c8b0b4a
Rename services folders
martmull b3bde02
Simplify workflow/common
martmull 6ecd69d
Merge integration and core_modules
martmull d0d9376
Fix lint
martmull 7afe454
WIP: move workflow actions to dedicated modules
martmull 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
Remove logo from workflow email
- Loading branch information
commit 452824286b5da4cc6652e77b81bd994cbbadb8e5
There are no files selected for viewing
This file contains 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 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 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
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.
style: Consider making default width a named constant for better maintainability