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

feat: File reminders backend #39651

Merged
merged 38 commits into from
Aug 3, 2023
Merged

feat: File reminders backend #39651

merged 38 commits into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. feat: init files_reminders migration

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e16001b View commit details
    Browse the repository at this point in the history
  2. feat(files_reminders): add Application

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    59a2ef4 View commit details
    Browse the repository at this point in the history
  3. feat(files_reminders): add info xml

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b75fac3 View commit details
    Browse the repository at this point in the history
  4. feat(files_reminders): add background jobs

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a3ac1b8 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 <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ea5e128 View commit details
    Browse the repository at this point in the history
  6. feat(files_reminders): add list command

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c8a32a7 View commit details
    Browse the repository at this point in the history
  7. enh: use datetime

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    163b059 View commit details
    Browse the repository at this point in the history
  8. enh: add created at

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4fabd77 View commit details
    Browse the repository at this point in the history
  9. enh: implement JsonSerializable

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    774e3e6 View commit details
    Browse the repository at this point in the history
  10. feat(files_reminders): add api controller

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a7892fb View commit details
    Browse the repository at this point in the history
  11. fix: add composer autoload

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cfbac9b View commit details
    Browse the repository at this point in the history
  12. enh: add to shipped

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    beb8a27 View commit details
    Browse the repository at this point in the history
  13. enh: rename to due date

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    fa77564 View commit details
    Browse the repository at this point in the history
  14. fix: catch Throwable

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7637bf2 View commit details
    Browse the repository at this point in the history
  15. enh: add updated at

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5ff178a View commit details
    Browse the repository at this point in the history
  16. feat(files_reminders): create or update

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8870585 View commit details
    Browse the repository at this point in the history
  17. fix: update find due query

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    05e454e View commit details
    Browse the repository at this point in the history
  18. feat(files_reminders): add remove endpoint

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    777a791 View commit details
    Browse the repository at this point in the history
  19. fix: create only if file exists

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d31302e View commit details
    Browse the repository at this point in the history
  20. enh: return created status code

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bdf0741 View commit details
    Browse the repository at this point in the history
  21. enh: comment interval

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b04d1a7 View commit details
    Browse the repository at this point in the history
  22. enh: serialize path

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    db7f5a2 View commit details
    Browse the repository at this point in the history
  23. enh: does not exist return null

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9bd7ddd View commit details
    Browse the repository at this point in the history
  24. fix: return ocs data

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3ade06c View commit details
    Browse the repository at this point in the history
  25. fix: remove throwable handling

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7daf11f View commit details
    Browse the repository at this point in the history
  26. fix: construct background jobs

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7617519 View commit details
    Browse the repository at this point in the history
  27. enh: handle node deleted

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f865c3a View commit details
    Browse the repository at this point in the history
  28. fix: exit on reminder not found

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9e8354e View commit details
    Browse the repository at this point in the history
  29. fix: catch NodeNotFoundException in notifier

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c4b7056 View commit details
    Browse the repository at this point in the history
  30. enh: highlight filename

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7beef65 View commit details
    Browse the repository at this point in the history
  31. fix: remove unnecessary parsed subject

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7381c80 View commit details
    Browse the repository at this point in the history
  32. fix: return null if table exists

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d619166 View commit details
    Browse the repository at this point in the history
  33. enh: add codeowner

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    113d061 View commit details
    Browse the repository at this point in the history
  34. enh: add json output to command

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e320166 View commit details
    Browse the repository at this point in the history
  35. fix: ignore non-existing

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2c4b562 View commit details
    Browse the repository at this point in the history
  36. fix(ci): add to enabled apps

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    af98c70 View commit details
    Browse the repository at this point in the history
  37. fix: set endpoint description

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5a11535 View commit details
    Browse the repository at this point in the history
  38. enh: handle user deleted

    Signed-off-by: Christopher Ng <chrng8@gmail.com>
    Pytal committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a806bd0 View commit details
    Browse the repository at this point in the history