-
Notifications
You must be signed in to change notification settings - Fork 36
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
#706: refresh triggeredSends on email update (deploy) #721
Merged
JoernBerkefeld
merged 13 commits into
develop
from
feature/706-refresh-triggeredsends-on-email-update
Mar 24, 2023
Merged
#706: refresh triggeredSends on email update (deploy) #721
JoernBerkefeld
merged 13 commits into
develop
from
feature/706-refresh-triggeredsends-on-email-update
Mar 24, 2023
Conversation
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
github-actions
bot
added
the
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
label
Feb 7, 2023
JoernBerkefeld
changed the title
#706: deploy: convert fromRetrieve into option; add option refresh
#706: deploy: add option refresh
Feb 8, 2023
JoernBerkefeld
changed the title
#706: deploy: add option refresh
#706: refresh triggeredSends on email update (deploy)
Feb 8, 2023
JoernBerkefeld
changed the base branch from
develop
to
feature/723-convert-deploy-fromretrieve-into-option-fromretrieve
February 8, 2023 13:23
…mretrieve' into feature/706-refresh-triggeredsends-on-email-update
Base automatically changed from
feature/723-convert-deploy-fromretrieve-into-option-fromretrieve
to
develop
February 8, 2023 13:30
allows adding a created/updated counter into postDeployTasks()
DougMidgley
reviewed
Feb 12, 2023
…h-triggeredsends-on-email-update
…es-of-a-certain-type' into feature/706-refresh-triggeredsends-on-email-update # Conflicts: # docs/dist/documentation.md
im pushing this forward now because it seems we don't have time to discuss the fundamental problem that you see with my approach. if needed, we can solve that later with a new task. |
…h-triggeredsends-on-email-update # Conflicts: # docs/dist/documentation.md
JoernBerkefeld
deleted the
feature/706-refresh-triggeredsends-on-email-update
branch
March 24, 2023 12:47
JoernBerkefeld
restored the
feature/706-refresh-triggeredsends-on-email-update
branch
March 24, 2023 12:48
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
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.
PR details
What changes did you make? (Give an overview)
this adds a new option to
deploy
which callsrefresh
under the hood to update the right triggeredSends after updating assets. not implemented for other types!Example:
mcdev deploy --refresh
Checklist