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 stale columns data #127

Merged
merged 5 commits into from
Jun 19, 2024
Merged

Fix stale columns data #127

merged 5 commits into from
Jun 19, 2024

Commits on Jun 18, 2024

  1. Shorten downtime info in the column

    Uses a helper where implementation is copied from curitz.
    Formatting downtime info in the column this way removes the stale-data-problem for this column completely. This is because there are no more redundant time units (that need constant updates) that are shown in the column, so whenever downtime for event is changed this info is updated in the specific row via NTIE.
    podliashanyk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    150d212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70e43b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aa57de View commit details
    Browse the repository at this point in the history
  4. Store timestamp of last active events data refresh in session

    This timestamp is updated only if all events attributes and computed fields were actively refreshed using create_table_event()
    podliashanyk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    955fa64 View commit details
    Browse the repository at this point in the history
  5. Refresh event data fields if more than minute since last active refresh

    No zinolib is called, just recalculation of event internal data
    podliashanyk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f9f249c View commit details
    Browse the repository at this point in the history