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

New OCS endpoint to list text processing tasks #39680

Merged
merged 6 commits into from
Aug 7, 2023

Commits on Aug 7, 2023

  1. start implementing ocs endpoint to get task list from user+appId+iden…

    …tifier
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9986e02 View commit details
    Browse the repository at this point in the history
  2. allow anon text processing scheduling

    add a textprocessing_tasks index
    convert anotations to method attributes
    refactor TP manager
    add mapper methods
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    41b19cf View commit details
    Browse the repository at this point in the history
  3. change sql where order to match index order

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    05a6a79 View commit details
    Browse the repository at this point in the history
  4. feat: Add delete task API

    Signed-off-by: Julius Härtl <[email protected]>
    juliushaertl authored and julien-nc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fca1c30 View commit details
    Browse the repository at this point in the history
  5. bump server version to 28.0.0.2 to trigger new migration step

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e9e7db9 View commit details
    Browse the repository at this point in the history
  6. fix psalm issue

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f154fe7 View commit details
    Browse the repository at this point in the history