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

DE-1315 Add support for metrics API #328

Merged
merged 49 commits into from
Oct 25, 2024
Merged

DE-1315 Add support for metrics API #328

merged 49 commits into from
Oct 25, 2024

Commits on Sep 17, 2024

  1. refactored

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    31fbc58 View commit details
    Browse the repository at this point in the history
  2. refactored and deprecate

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    72ec3c8 View commit details
    Browse the repository at this point in the history
  3. RFC2822Time

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    73d6a29 View commit details
    Browse the repository at this point in the history
  4. WIP

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c3d2e09 View commit details
    Browse the repository at this point in the history
  5. merged master

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f028688 View commit details
    Browse the repository at this point in the history
  6. moved Resolution

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8136d07 View commit details
    Browse the repository at this point in the history
  7. bytes.Buffer

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9495404 View commit details
    Browse the repository at this point in the history
  8. NOTE

    vtopc committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d4fe9a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. mailgun-go

    vtopc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    66a47bb View commit details
    Browse the repository at this point in the history
  2. check v1

    vtopc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cd73665 View commit details
    Browse the repository at this point in the history
  3. TODO

    vtopc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b7456ba View commit details
    Browse the repository at this point in the history
  4. filter by domain

    vtopc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    907cd26 View commit details
    Browse the repository at this point in the history
  5. removed redundant

    vtopc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7a92b35 View commit details
    Browse the repository at this point in the history
  6. fmt

    vtopc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1b63574 View commit details
    Browse the repository at this point in the history
  7. typo

    vtopc committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e5fa39c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. sort

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bd98c8f View commit details
    Browse the repository at this point in the history
  2. added iterator

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4ded58f View commit details
    Browse the repository at this point in the history
  3. env

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    dbe1bc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    555f55e View commit details
    Browse the repository at this point in the history
  5. ExampleMailgunImpl_ListMetrics

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0903695 View commit details
    Browse the repository at this point in the history
  6. ExampleMailgunImpl_ListMetrics

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c5e99db View commit details
    Browse the repository at this point in the history
  7. better error

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b401765 View commit details
    Browse the repository at this point in the history
  8. UTC

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a749b31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3beb189 View commit details
    Browse the repository at this point in the history
  10. end

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    584de81 View commit details
    Browse the repository at this point in the history
  11. omitempty

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4d131c2 View commit details
    Browse the repository at this point in the history
  12. for

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d864c01 View commit details
    Browse the repository at this point in the history
  13. removed TODO

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8fef31f View commit details
    Browse the repository at this point in the history
  14. omitempty

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4e85bfe View commit details
    Browse the repository at this point in the history
  15. Duration

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    697621d View commit details
    Browse the repository at this point in the history
  16. link to docs

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    57d4049 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92c47e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f45c96 View commit details
    Browse the repository at this point in the history
  19. fixed TestInvalidBaseAPI

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6a9ff1a View commit details
    Browse the repository at this point in the history
  20. fixed TestAddDelBounceList

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b7b869f View commit details
    Browse the repository at this point in the history
  21. renamed ListMetrics test

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    196c144 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6f869a0 View commit details
    Browse the repository at this point in the history
  23. removed not used

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7648864 View commit details
    Browse the repository at this point in the history
  24. updated Mailgun interface

    vtopc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4057f29 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Makefile

    vtopc committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    281cccc View commit details
    Browse the repository at this point in the history
  2. switched to integration test

    vtopc committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b4a15e8 View commit details
    Browse the repository at this point in the history
  3. get rid of "log" package

    vtopc committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c1b05f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. pre-alloc

    vtopc committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b9a428d View commit details
    Browse the repository at this point in the history
  2. added mock

    vtopc committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c686e0c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. added unit test

    vtopc committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    24f0076 View commit details
    Browse the repository at this point in the history
  2. simplified

    vtopc committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e31765f View commit details
    Browse the repository at this point in the history
  3. nil check

    vtopc committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2edd829 View commit details
    Browse the repository at this point in the history
  4. assert response

    vtopc committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d88c9b0 View commit details
    Browse the repository at this point in the history
  5. sort

    vtopc committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    519cb67 View commit details
    Browse the repository at this point in the history