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

[backport v2.8.next1] Add user retention admin interface #11314

Commits on Jun 28, 2024

  1. Add new subheader slot to ResourceList/Masthead

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f1c7b02 View commit details
    Browse the repository at this point in the history
  2. Add new user retention settings button

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e56493a View commit details
    Browse the repository at this point in the history
  3. Stub out user retension settings form

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    32b1c68 View commit details
    Browse the repository at this point in the history
  4. Fetch the user retention settings

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    aeede29 View commit details
    Browse the repository at this point in the history
  5. Rename state variables and use entire object from settings

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f009fa1 View commit details
    Browse the repository at this point in the history
  6. Save with CruResource

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9a6216f View commit details
    Browse the repository at this point in the history
  7. Reduce repetition with reactive

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    621002a View commit details
    Browse the repository at this point in the history
  8. Replace cru-resource with footer

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    04603c4 View commit details
    Browse the repository at this point in the history
  9. Set max-width for inputs

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f7b2764 View commit details
    Browse the repository at this point in the history
  10. Move header into new component

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5b84dd6 View commit details
    Browse the repository at this point in the history
  11. Fix rendering of labeld input sub-labels

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f916999 View commit details
    Browse the repository at this point in the history
  12. Use block elements instead

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    602ab90 View commit details
    Browse the repository at this point in the history
  13. Fix spacing of toggle switch

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    94a1463 View commit details
    Browse the repository at this point in the history
  14. Perform basic validation of user retention cron

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e7cd9e4 View commit details
    Browse the repository at this point in the history
  15. Watch values and respond to changes in the form

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c4802cb View commit details
    Browse the repository at this point in the history
  16. Add types for Setting

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    73795cc View commit details
    Browse the repository at this point in the history
  17. Add remaining missing types

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    091d608 View commit details
    Browse the repository at this point in the history
  18. Update return type of useStore

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fa950b1 View commit details
    Browse the repository at this point in the history
  19. Route back and display success growl

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6866e5f View commit details
    Browse the repository at this point in the history
  20. Add an error message when saving fails

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a54f87b View commit details
    Browse the repository at this point in the history
  21. Fix typescript warnings

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0262285 View commit details
    Browse the repository at this point in the history
  22. Add guards for user retention feature

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e806682 View commit details
    Browse the repository at this point in the history
  23. Use script setup

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    61cfd77 View commit details
    Browse the repository at this point in the history
  24. Update the header name

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    120d3cc View commit details
    Browse the repository at this point in the history
  25. Use tooltips to clarify input usage

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    27cd9e4 View commit details
    Browse the repository at this point in the history
  26. Update english translations for user retention form

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a020cfe View commit details
    Browse the repository at this point in the history
  27. Add a unit tests

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b34e107 View commit details
    Browse the repository at this point in the history
  28. Add e2e tests

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    73efeba View commit details
    Browse the repository at this point in the history
  29. Fix issues with user retention page

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e1568a4 View commit details
    Browse the repository at this point in the history
  30. Remove console statement and comments

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ab2c6b6 View commit details
    Browse the repository at this point in the history
  31. Revert "Add another tests"

    This reverts commit 690f097.
    This reverts commit cd6f909.
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b7d177a View commit details
    Browse the repository at this point in the history
  32. Fix type warnings

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9183256 View commit details
    Browse the repository at this point in the history
  33. Revert typescript changes

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f16027c View commit details
    Browse the repository at this point in the history
  34. Enforce a truthy value for user last login

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c8d4f45 View commit details
    Browse the repository at this point in the history
  35. Fix examples in translation strings

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    46cf6ba View commit details
    Browse the repository at this point in the history
  36. Fix issue with typescript component imports

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    59258e0 View commit details
    Browse the repository at this point in the history
  37. Add translations for the user retention growl

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    292ba4f View commit details
    Browse the repository at this point in the history
  38. Utilize built-in rules for cron errors

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9a18958 View commit details
    Browse the repository at this point in the history
  39. Backport TabTitle.vue

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ec4a972 View commit details
    Browse the repository at this point in the history
  40. Backport missing e2e test function expectToBeEnabled()

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    523f4b6 View commit details
    Browse the repository at this point in the history
  41. Backport missing e2e test function expectToBeDisabled()

    Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
    rak-phillip committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2db7625 View commit details
    Browse the repository at this point in the history