Analytics should load only when changed, via checksum (#38622)
* load analytics only when changed using a checksum - over audit deserialization files * update docstrings * fix testing wording * fix nil analytics-resource-dir * in tests, when you delete the audit db, set the checksum back to 0 * add a comment * WIP hashing ia content from inside a jar * Do the unzip sooner, still hashes the file system Co-authored-by:John Swanson <john.swanson@metabase.com> * cleanup java-time -> java-time.api --------- Co-authored-by:
John Swanson <john.swanson@metabase.com>
Showing
- dev/src/dev.clj 1 addition, 1 deletiondev/src/dev.clj
- enterprise/backend/src/metabase_enterprise/audit_db.clj 16 additions, 13 deletionsenterprise/backend/src/metabase_enterprise/audit_db.clj
- enterprise/backend/test/metabase_enterprise/sandbox/models/params/field_values_test.clj 1 addition, 1 deletion...se_enterprise/sandbox/models/params/field_values_test.clj
- src/metabase/automagic_dashboards/interesting.clj 1 addition, 1 deletionsrc/metabase/automagic_dashboards/interesting.clj
- src/metabase/models/recent_views.clj 1 addition, 1 deletionsrc/metabase/models/recent_views.clj
- test/metabase/actions/test_util.clj 1 addition, 1 deletiontest/metabase/actions/test_util.clj
- test/metabase/api/search_test.clj 1 addition, 1 deletiontest/metabase/api/search_test.clj
- test/metabase/models/recent_views_test.clj 1 addition, 1 deletiontest/metabase/models/recent_views_test.clj
Please register or sign in to comment