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

enhancement: azure_blob sink #6861

Merged
merged 43 commits into from
Jun 25, 2021

Commits on May 12, 2021

  1. add empty sink & required imports

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    52e23be View commit details
    Browse the repository at this point in the history
  2. implement draft version for azure_blob sink

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5eaf45b View commit details
    Browse the repository at this point in the history
  3. enhancement(azure_blob_sink): Determine content_type from compression

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    0819290 View commit details
    Browse the repository at this point in the history
  4. enhancement(azure_blob_sink): Implement custom health check errors

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5678646 View commit details
    Browse the repository at this point in the history
  5. enhancement(azure_blob_sink): Implement instrumentation

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    8c3b0c9 View commit details
    Browse the repository at this point in the history
  6. enhancement(azure_blob_sink): Implement retries

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5cbbd3a View commit details
    Browse the repository at this point in the history
  7. enhancement(azure_blob_sink): Format code & implement text encoding

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    7a7a37f View commit details
    Browse the repository at this point in the history
  8. enhancement(azure_blob_sink): refactor config options

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    d8b9949 View commit details
    Browse the repository at this point in the history
  9. enhancement(azure_blob_sink): implement append_uuid to blob_name

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    2f734ad View commit details
    Browse the repository at this point in the history
  10. enhancement(azure_blob_sink): implement some unit tests

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    67965c7 View commit details
    Browse the repository at this point in the history
  11. enhancement(azure_blob_sink): setup integration tests

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    785d1e7 View commit details
    Browse the repository at this point in the history
  12. enhancement(azure_blob_sink): implement integration test for blob wit…

    …hout compression
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    86f941e View commit details
    Browse the repository at this point in the history
  13. enhancement(azure_blob_sink): add azure-integration-test make target

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    c2ab937 View commit details
    Browse the repository at this point in the history
  14. enhancement(azure_blob_sink): add azure-blob target to tests & fix fo…

    …rmatting
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a3a7a5a View commit details
    Browse the repository at this point in the history
  15. enhancement(azure_blob_sink): fix content encoding handling

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5c95c94 View commit details
    Browse the repository at this point in the history
  16. enhancement(azure_blob_sink): fix formatting & add integration test f…

    …or gzip
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    180dc7d View commit details
    Browse the repository at this point in the history
  17. enhancement(azure_blob_sink): fix json encoding & implement test

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    ee852dd View commit details
    Browse the repository at this point in the history
  18. enhancement(azure_blob_sink): add test for json-gzip

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    e671282 View commit details
    Browse the repository at this point in the history
  19. enhancement(azure_blob_sink): format code & implement test for blob r…

    …otation
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    348fc5a View commit details
    Browse the repository at this point in the history
  20. enhancement(azure_blob_sink): fix make target description

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    dac2b9b View commit details
    Browse the repository at this point in the history
  21. enhancement(azure_blob_sink): fix code & Cargo.lock after merge

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    15879be View commit details
    Browse the repository at this point in the history
  22. enhancement(azure_blob_sink): add sink metrics draft

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a71be3a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. enhancement(azure_blob_sink): fix unit tests

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 13, 2021
    Configuration menu
    Copy the full SHA
    aaf9823 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. enhancement(azure_blob_sink): upgrade sdk & some dependencies

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 14, 2021
    Configuration menu
    Copy the full SHA
    3024b9b View commit details
    Browse the repository at this point in the history
  2. enhancement(azure_blob_sink): update sdk usage

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 14, 2021
    Configuration menu
    Copy the full SHA
    a9370bf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. enhancement(azure_blob_sink): update sdk usage & fix tests

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 26, 2021
    Configuration menu
    Copy the full SHA
    d722e44 View commit details
    Browse the repository at this point in the history
  2. enhancement(azure_blob_sink): pin emulator version & set required opt…

    …ions
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 26, 2021
    Configuration menu
    Copy the full SHA
    53025dd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. enhancement(azure_blob_sink): add additional metrics

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    db70f00 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. enhancement(azure_blob_sink): upgrade sdk version

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ce33999 View commit details
    Browse the repository at this point in the history
  2. enhancement(azure_blob_sink): merge upstream changes

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    5ba96f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. enhancement(azure_blob_sink): fix build

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    52f4d69 View commit details
    Browse the repository at this point in the history
  2. enhancement(azure_blob_sink): ignore failed integration tests

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    8ca7d29 View commit details
    Browse the repository at this point in the history
  3. enhancement(azure_blob_sink): fix build errors

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    982be7a View commit details
    Browse the repository at this point in the history
  4. enhancement(azure_blob_sink): fix pr comments

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    baf3981 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. enhancement(azure_blob_sink): merge upstream changes

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9047878 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. enhancement(azure_blob_sink): merge upstream changes

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b968637 View commit details
    Browse the repository at this point in the history
  2. enhancement(azure_blob_sink): fix pr comments

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    4ce3adc View commit details
    Browse the repository at this point in the history
  3. enhancement(azure_blob_sink): fix content type & integration scripts …

    …comments
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3e46344 View commit details
    Browse the repository at this point in the history
  4. enhancement(azure_blob_sink): add draft for docs reference & update d…

    …efault value for blob_prefix
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    eea8a28 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. enhancement(azure_blob_sink): fix docs & pr comments

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5fb5d8f View commit details
    Browse the repository at this point in the history
  2. enhancement(azure_blob_sink): fix docs

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4e56d10 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    f480c7e View commit details
    Browse the repository at this point in the history
  2. enhancement(azure_blob_sink): fix docs

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    f2ea1d9 View commit details
    Browse the repository at this point in the history