mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: Adds a special user action `UpdateCurrentTime` which invalidates an internal engine dependency node that doesn't belong to any table but is 'used' by the `NOW()` function. Applies the action automatically every hour.
Test Plan: Added a Python test for the user action. Tested the interval periodically applying the action manually: {F43312}
Reviewers: paulfitz
Reviewed By: paulfitz
Differential Revision: https://phab.getgrist.com/D3389
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| date.py | ||
| info.py | ||
| logical.py | ||
| lookup.py | ||
| math.py | ||
| schedule.py | ||
| stats.py | ||
| test_schedule.py | ||
| text.py | ||
| unimplemented.py | ||