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(backend revision): add clean-up note revisions job #5349

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Commits on Apr 25, 2024

  1. test: add cron & timeout tests

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c6e30b0 View commit details
    Browse the repository at this point in the history
  2. feat: add cron for removing old revisions

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    200af40 View commit details
    Browse the repository at this point in the history
  3. feat: remove old revisions

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a996eb6 View commit details
    Browse the repository at this point in the history
  4. test: add simple test case

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8c6de84 View commit details
    Browse the repository at this point in the history
  5. test: add removing nothing case

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fd7738c View commit details
    Browse the repository at this point in the history
  6. feat: add revision config

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    987d740 View commit details
    Browse the repository at this point in the history
  7. test: add revision config mock

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    97adf9c View commit details
    Browse the repository at this point in the history
  8. test: add test case when config value is zero

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    19bae0b View commit details
    Browse the repository at this point in the history
  9. doc: add config doc

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7d06e46 View commit details
    Browse the repository at this point in the history
  10. lint: fix lint errors

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a7a649f View commit details
    Browse the repository at this point in the history
  11. lint: fix lint errors

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush authored and DerMolly committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c06922e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. test: add boundary test case

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush committed May 5, 2024
    Configuration menu
    Copy the full SHA
    7992f44 View commit details
    Browse the repository at this point in the history
  2. refactor: move sort ope into SQL

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush committed May 5, 2024
    Configuration menu
    Copy the full SHA
    30a3ddb View commit details
    Browse the repository at this point in the history
  3. test: add updated test of revision patch

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fc1ce37 View commit details
    Browse the repository at this point in the history
  4. feat: add updating revision patch when removing old revision

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush committed May 5, 2024
    Configuration menu
    Copy the full SHA
    30652d0 View commit details
    Browse the repository at this point in the history
  5. chore: fix end commma

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush committed May 5, 2024
    Configuration menu
    Copy the full SHA
    078dc96 View commit details
    Browse the repository at this point in the history
  6. refactor: move configs from revision to note

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush committed May 5, 2024
    Configuration menu
    Copy the full SHA
    883677d View commit details
    Browse the repository at this point in the history
  7. refactor: move configs from revision to note

    Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
    yamashush committed May 5, 2024
    Configuration menu
    Copy the full SHA
    733afe0 View commit details
    Browse the repository at this point in the history