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

Fix lastActivity not being initialized properly #354

Merged
merged 4 commits into from
Oct 1, 2024
Merged

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    0789ba0 View commit details
    Browse the repository at this point in the history
  2. Minor improvement: Local testing values should only pull IfNotPresent

    I would assume that this is the most common use case.
    sgraband committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    642504c View commit details
    Browse the repository at this point in the history
  3. Fix lastActivity not being initialized properly

    We need to set it after the resource has been created.
    Therefore it is now handled by the operator not the service.
    Add warning in case resources are edited before being applied to the cluster.
    Only check HANDLED sessions from the activity tracking.
    Other resources should be cleaned up differently.
    sgraband committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e48ddf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add review suggestions

    sgraband committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    62e5ed8 View commit details
    Browse the repository at this point in the history