Skip to content
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

Mailchimp Transactional Email Messaging Service #2742

Merged
merged 27 commits into from
Mar 7, 2023

Commits on Mar 3, 2023

  1. email constants

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9e7ab09 View commit details
    Browse the repository at this point in the history
  2. add mailchimp transactional last to pecking order

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3fb26f3 View commit details
    Browse the repository at this point in the history
  3. beginnings of dispatcher

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3bfa50a View commit details
    Browse the repository at this point in the history
  4. adds messagingservice detail

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c4f8aa3 View commit details
    Browse the repository at this point in the history
  5. adds validation option

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f1c1bde View commit details
    Browse the repository at this point in the history
  6. adds test fixture

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a12c312 View commit details
    Browse the repository at this point in the history
  7. lint

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    7e43305 View commit details
    Browse the repository at this point in the history
  8. adds correct typing

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    17b519c View commit details
    Browse the repository at this point in the history
  9. update tests

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    709060d View commit details
    Browse the repository at this point in the history
  10. return types back to how they were but manually coerce

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b971c0e View commit details
    Browse the repository at this point in the history
  11. adds migration to add MAILCHIMP_TRANSACTIONAL to enum

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    534026b View commit details
    Browse the repository at this point in the history
  12. add secrets validation

    Sean Preston committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    8d570c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. add missing values

    Sean Preston committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    555f031 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. adds acceptable details schema to API input

    Sean Preston committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    640d07d View commit details
    Browse the repository at this point in the history
  2. refine dispatch logic

    Sean Preston committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    9c50d9c View commit details
    Browse the repository at this point in the history
  3. adds secrets to docs

    Sean Preston committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    9d03385 View commit details
    Browse the repository at this point in the history
  4. remove unused

    Sean Preston committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    dbf8052 View commit details
    Browse the repository at this point in the history
  5. test for creating a mailchimp transactional connector

    Sean Preston committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d4ab92f View commit details
    Browse the repository at this point in the history
  6. test for configuring mailchimp transactional secrets

    Sean Preston committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2ef07a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. adds type-ignore and corrects handler types

    Sean Preston committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6cdf2fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bac205 View commit details
    Browse the repository at this point in the history
  3. bump downrev

    Sean Preston committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bb735fb View commit details
    Browse the repository at this point in the history
  4. use Callable not function

    Sean Preston committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bc36490 View commit details
    Browse the repository at this point in the history
  5. update test

    Sean Preston committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9298a84 View commit details
    Browse the repository at this point in the history
  6. update test data

    Sean Preston committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5c11f44 View commit details
    Browse the repository at this point in the history
  7. remove ref to non existant fixture

    Sean Preston committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    167828d View commit details
    Browse the repository at this point in the history
  8. fix nits, update changelog

    Sean Preston committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5c3039b View commit details
    Browse the repository at this point in the history