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

[stable27] feat: File reminders backend #39764

Merged
merged 38 commits into from
Aug 9, 2023
Merged

Commits on Aug 8, 2023

  1. feat: init files_reminders migration

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit e16001b)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    43ac71a View commit details
    Browse the repository at this point in the history
  2. feat(files_reminders): add Application

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 59a2ef4)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    29a78fe View commit details
    Browse the repository at this point in the history
  3. feat(files_reminders): add info xml

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit b75fac3)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6da4542 View commit details
    Browse the repository at this point in the history
  4. feat(files_reminders): add background jobs

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit a3ac1b8)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b195fe7 View commit details
    Browse the repository at this point in the history
  5. feat(files_reminders): add service and notifier

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit ea5e128)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    782a462 View commit details
    Browse the repository at this point in the history
  6. feat(files_reminders): add list command

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit c8a32a7)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5aca833 View commit details
    Browse the repository at this point in the history
  7. enh: use datetime

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 163b059)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cbbd0c6 View commit details
    Browse the repository at this point in the history
  8. enh: add created at

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 4fabd77)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5e8668b View commit details
    Browse the repository at this point in the history
  9. enh: implement JsonSerializable

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 774e3e6)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f5036b5 View commit details
    Browse the repository at this point in the history
  10. feat(files_reminders): add api controller

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit a7892fb)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    143346b View commit details
    Browse the repository at this point in the history
  11. fix: add composer autoload

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit cfbac9b)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ca003e2 View commit details
    Browse the repository at this point in the history
  12. enh: add to shipped

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit beb8a27)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bb4134a View commit details
    Browse the repository at this point in the history
  13. enh: rename to due date

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit fa77564)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c0f327d View commit details
    Browse the repository at this point in the history
  14. fix: catch Throwable

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 7637bf2)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3f668f3 View commit details
    Browse the repository at this point in the history
  15. enh: add updated at

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 5ff178a)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e99f1b0 View commit details
    Browse the repository at this point in the history
  16. feat(files_reminders): create or update

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 8870585)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f4c7759 View commit details
    Browse the repository at this point in the history
  17. fix: update find due query

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 05e454e)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fb71f8c View commit details
    Browse the repository at this point in the history
  18. feat(files_reminders): add remove endpoint

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 777a791)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ab357bf View commit details
    Browse the repository at this point in the history
  19. fix: create only if file exists

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit d31302e)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    332fd3d View commit details
    Browse the repository at this point in the history
  20. enh: return created status code

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit bdf0741)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8a410f1 View commit details
    Browse the repository at this point in the history
  21. enh: comment interval

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit b04d1a7)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b77a375 View commit details
    Browse the repository at this point in the history
  22. enh: serialize path

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit db7f5a2)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8f54e2c View commit details
    Browse the repository at this point in the history
  23. enh: does not exist return null

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 9bd7ddd)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    67abe99 View commit details
    Browse the repository at this point in the history
  24. fix: return ocs data

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 3ade06c)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ee7aff3 View commit details
    Browse the repository at this point in the history
  25. fix: remove throwable handling

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 7daf11f)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    67df581 View commit details
    Browse the repository at this point in the history
  26. fix: construct background jobs

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 7617519)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1c6114b View commit details
    Browse the repository at this point in the history
  27. enh: handle node deleted

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit f865c3a)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e12ae21 View commit details
    Browse the repository at this point in the history
  28. fix: exit on reminder not found

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 9e8354e)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6fc3530 View commit details
    Browse the repository at this point in the history
  29. fix: catch NodeNotFoundException in notifier

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit c4b7056)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fa7985d View commit details
    Browse the repository at this point in the history
  30. enh: highlight filename

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 7beef65)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3b81da9 View commit details
    Browse the repository at this point in the history
  31. fix: remove unnecessary parsed subject

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 7381c80)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    05436ac View commit details
    Browse the repository at this point in the history
  32. fix: return null if table exists

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit d619166)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cdaee2b View commit details
    Browse the repository at this point in the history
  33. enh: add codeowner

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 113d061)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0ffb367 View commit details
    Browse the repository at this point in the history
  34. enh: add json output to command

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit e320166)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a377862 View commit details
    Browse the repository at this point in the history
  35. fix: ignore non-existing

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 2c4b562)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    33f30f5 View commit details
    Browse the repository at this point in the history
  36. fix(ci): add to enabled apps

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit af98c70)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2e8906f View commit details
    Browse the repository at this point in the history
  37. fix: set endpoint description

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit 5a11535)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dfba8f4 View commit details
    Browse the repository at this point in the history
  38. enh: handle user deleted

    Signed-off-by: Christopher Ng <[email protected]>
    (cherry picked from commit a806bd0)
    Pytal committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d3991ee View commit details
    Browse the repository at this point in the history