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

chore: bring projects back to life #378

Merged
merged 41 commits into from
Mar 22, 2022

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    8bbc466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a18dd34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917d19b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f720f81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba7947c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8689e6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a52cb53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c768cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4c11a3 View commit details
    Browse the repository at this point in the history
  10. chore: add https://github.com/nodemailer/smtp-connection to vendor, a…

    …nd update nodemailer v6
    soulteary committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    7995d78 View commit details
    Browse the repository at this point in the history
  11. chore: update dev deps

    soulteary committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    fdf811b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d53160 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73c51b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3829226 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6fa52f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a2e5b67 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    329d59c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2c7ae41 View commit details
    Browse the repository at this point in the history
  19. chore: update to v4

    soulteary committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    17ee162 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. feat: enable logging of mail contents via CLI option (#1)

    - Declare a new CLI option, `--log-mail-contents`; when specified,
      maildev will log the JSON representation of each incoming mail,
      equivalent to the payloads emitted for 'new' events
    - Implement the logging of mail contents by adding a listener for
      'new' events emitted by mailserver, and logging the events
    - Add relevant documentation in README
    
    Port of opengovsg/maildev@c483402
    LoneRifle committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    292859a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from LoneRifle/master

    feat: enable logging of mail contents via CLI option
    soulteary committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    3a54c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc81f18 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    e7a5b52 View commit details
    Browse the repository at this point in the history
  2. chore: fix code style by npx run standard --fix, upgrade the js versi…

    …on to es6 to comply with code specifications and avoid test errors with node v14
    soulteary committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d7b0a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02aa368 View commit details
    Browse the repository at this point in the history
  4. chore: update node lts versions for test, fix npm vulnerabilities, up…

    …date deps from npmjs.org
    soulteary committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    70c17ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06b7bd2 View commit details
    Browse the repository at this point in the history
  6. chore: fix test

    soulteary committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    aeaeec4 View commit details
    Browse the repository at this point in the history
  7. chore: fix test

    soulteary committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    640687a View commit details
    Browse the repository at this point in the history
  8. chore: fix test

    soulteary committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b61457f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54f914f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3dd7663 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92b4268 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f1c762 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    16151fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    698d70a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3717936 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5e2b47f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d8f1c9b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c815c1a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    47fc6c0 View commit details
    Browse the repository at this point in the history