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

TaskProcessing follow-up #46368

Merged
merged 16 commits into from
Jul 19, 2024
Merged

TaskProcessing follow-up #46368

merged 16 commits into from
Jul 19, 2024

Commits on Jul 17, 2024

  1. feat(TaskProcessing): Allow setting task results for file slots

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4ac7f82 View commit details
    Browse the repository at this point in the history
  2. fix: psalm errors

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4ac1ac6 View commit details
    Browse the repository at this point in the history
  3. fix: Validate output properly

    Differentiate between output with file IDs and output with File data
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5c457c6 View commit details
    Browse the repository at this point in the history
  4. fix(TaskProcessing\Manager#setTaskResult): Replace files contents wit…

    …h ID instead of File object
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3937ccc View commit details
    Browse the repository at this point in the history
  5. fix: do not overwrite the output if NodeID exists

    Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    bigcat88 authored and marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c1f2c76 View commit details
    Browse the repository at this point in the history
  6. fix(TaskProcessing\Manager#setTaskResult): Replace files contents wit…

    …h ID instead of File object
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ee7502a View commit details
    Browse the repository at this point in the history
  7. fix(TaskProcessingApiController): Address review comments

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    eb0b5f2 View commit details
    Browse the repository at this point in the history
  8. fix(TaskProcessingA/Manager): Use time() along with rand int for file…

    … names
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2fed2fc View commit details
    Browse the repository at this point in the history
  9. fix(TaskProcessingA/Manager): Catch new error

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fb34b13 View commit details
    Browse the repository at this point in the history
  10. test(TaskProcessing): Add test for setTaskResult with fileIds

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f1bb43d View commit details
    Browse the repository at this point in the history
  11. fix(TaskProcessing): fix tests

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    61ebfad View commit details
    Browse the repository at this point in the history
  12. fix(TaskProcessing): Use getScalarType instead of relying on magic in…

    …tegers
    
    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ba33e62 View commit details
    Browse the repository at this point in the history
  13. fix(TaskProcessing): Run cs:fix

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    969cc52 View commit details
    Browse the repository at this point in the history
  14. fix(TaskProcessing): Update openapi specs

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0d07ad9 View commit details
    Browse the repository at this point in the history
  15. fix(TaskProcessing): Add since doc for new EShapeType method

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6ff4524 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. chore: update openapi specs

    Signed-off-by: Marcel Klehr <mklehr@gmx.net>
    marcelklehr committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ff99df0 View commit details
    Browse the repository at this point in the history