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

Ecarton/investigations/3456 stricter typing #3596

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on Feb 6, 2024

  1. add error to message packaging in DLQ

    ecarton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4b54f24 View commit details
    Browse the repository at this point in the history
  2. tests added to include error message

    ecarton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    413ff20 View commit details
    Browse the repository at this point in the history
  3. include error message in s3 output

    ecarton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7f87710 View commit details
    Browse the repository at this point in the history
  4. merge master

    ecarton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0a467fb View commit details
    Browse the repository at this point in the history
  5. changelog for curent changes

    ecarton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5c270a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    0af5da2 View commit details
    Browse the repository at this point in the history
  2. body arg needs to be a string

    ecarton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f41179a View commit details
    Browse the repository at this point in the history
  3. capture extra fields and pack them in dlq

    ecarton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3a632cc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. remove unused lambda extractor

    ecarton committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7a4fa3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a10f74 View commit details
    Browse the repository at this point in the history
  3. ? syntax to make this much more elegant

    ecarton committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d208018 View commit details
    Browse the repository at this point in the history
  4. lint cleanup

    ecarton committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    87aeef8 View commit details
    Browse the repository at this point in the history
  5. catch failed sqs parsing just in case

    ecarton committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    eb62519 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. merge master

    ecarton committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2e0e539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562c29b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. info not log

    ecarton committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ed4dbdb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. misunderstood syntax fixed

    ecarton committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5ebb85d View commit details
    Browse the repository at this point in the history
  2. parse failure clarification log

    ecarton committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3c3c49b View commit details
    Browse the repository at this point in the history
  3. merge master

    ecarton committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    09d38de View commit details
    Browse the repository at this point in the history
  4. remove debug elements from sqs to db

    ecarton committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f4ded49 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. capture data on write-to-s3 side

    ecarton committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b3d55f7 View commit details
    Browse the repository at this point in the history
  2. need to await an async

    ecarton committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cdb478e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30ea8ab View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    927a85f View commit details
    Browse the repository at this point in the history
  2. bring error out from body to top level in s3

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    898867b View commit details
    Browse the repository at this point in the history
  3. adding jsdocs

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1667922 View commit details
    Browse the repository at this point in the history
  4. fix up of integration test for DLA

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6f3a015 View commit details
    Browse the repository at this point in the history
  5. linter cleanup

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    54f6482 View commit details
    Browse the repository at this point in the history
  6. merge master

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fabe8e4 View commit details
    Browse the repository at this point in the history
  7. changelog

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    41b04db View commit details
    Browse the repository at this point in the history
  8. re-packaging to message body in write-db-dlq to ensure structure prom…

    …ise is kept
    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9777edd View commit details
    Browse the repository at this point in the history
  9. semicolon forgotten

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    67e2683 View commit details
    Browse the repository at this point in the history
  10. expanded tests to look at details in parsing

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e445c40 View commit details
    Browse the repository at this point in the history
  11. better message in integration test

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    88ad5eb View commit details
    Browse the repository at this point in the history
  12. mistake in jsdoc string

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    68bd956 View commit details
    Browse the repository at this point in the history
  13. typo in sqs jsdoc

    ecarton committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9d75e19 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. moved changelog section to non-breaking

    ecarton committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1e74ab7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. remove deprecated getS3Object

    ecarton committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    14aeed4 View commit details
    Browse the repository at this point in the history
  2. jsdoc typing

    ecarton committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ce68ca6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. bare form type checking in DeadLetterMessage

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b62fa97 View commit details
    Browse the repository at this point in the history
  2. linter error fixes

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    995ea46 View commit details
    Browse the repository at this point in the history
  3. loop to map

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    dee822e View commit details
    Browse the repository at this point in the history
  4. linter fix

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    53d7fa3 View commit details
    Browse the repository at this point in the history
  5. remove old integration test as duplicate

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    78e8ea8 View commit details
    Browse the repository at this point in the history
  6. remove exports and declare function as const

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6abfd3b View commit details
    Browse the repository at this point in the history
  7. linter errors

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ab3431f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f5af33 View commit details
    Browse the repository at this point in the history
  9. linter error

    ecarton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    19ab674 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. move checkers out of .d.ts files

    ecarton committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d6c4e8b View commit details
    Browse the repository at this point in the history