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

make process method always return a result object #609

Merged
merged 40 commits into from
Jul 12, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    db44347 View commit details
    Browse the repository at this point in the history
  2. fix tests

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    de4ead8 View commit details
    Browse the repository at this point in the history
  3. handle errors and warnings

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5b560c6 View commit details
    Browse the repository at this point in the history
  4. fix black

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f766dfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94555cc View commit details
    Browse the repository at this point in the history
  6. fix test

    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7063919 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92c8dca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1a24cc View commit details
    Browse the repository at this point in the history
  9. increase wait time for http_input acceptance test and split test work…

    …flow (unit,acceptance)
    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ee6345b View commit details
    Browse the repository at this point in the history
  10. tryout random port

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    537e255 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2273a8e View commit details
    Browse the repository at this point in the history
  12. add print for debugging

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    81761dc View commit details
    Browse the repository at this point in the history
  13. improve debug log

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a79ea59 View commit details
    Browse the repository at this point in the history
  14. improve debug log

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f8b6bb3 View commit details
    Browse the repository at this point in the history
  15. use default logconfig for uvicorn

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3ac4cfe View commit details
    Browse the repository at this point in the history
  16. print installed python modules

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bafb673 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4a7ce9c View commit details
    Browse the repository at this point in the history
  18. remove debug prints for acceptance test

    dtrai2 authored and djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    28d8f5b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8389ec1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    242e44e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2461583 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c53ad94 View commit details
    Browse the repository at this point in the history
  23. fix some pipeline tests

    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    57c6ba7 View commit details
    Browse the repository at this point in the history
  24. fix pipeline tests

    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    643e9ac View commit details
    Browse the repository at this point in the history
  25. fix corpus tests?

    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0ec5d15 View commit details
    Browse the repository at this point in the history
  26. update changelog

    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    eda6965 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cbbeae7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6a6845c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    17cff96 View commit details
    Browse the repository at this point in the history
  30. Update tests/unit/framework/test_pipeline.py

    Co-authored-by: Jörg Zimmermann <101292599+ekneg54@users.noreply.github.com>
    djkhl and ekneg54 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f9a82d5 View commit details
    Browse the repository at this point in the history
  31. fix test readability

    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    84f6c9f View commit details
    Browse the repository at this point in the history
  32. Merge branch '512-make-processorprocess-always-return-a-result-object…

    …' of github.com:fkie-cad/Logprep into 512-make-processorprocess-always-return-a-result-object
    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7801e0f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    675ba57 View commit details
    Browse the repository at this point in the history
  34. fix black

    djkhl committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2b99597 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. implement review remarks

    dtrai2 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    713df6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472448e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1819608 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92ef6da View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. add attributes to processor result (#630)

    * add outputs, event to processor_result and rename name to processor_name
    * add tests for collecting errors in result object
    * add tests for event reference
    * refactor pipeline_result
    * refactor result and remove lock from pipeline
    ekneg54 authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2c46f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed30612 View commit details
    Browse the repository at this point in the history