gristlabs_grist-core/app/common
Alex Hall 21b0ac3eff (core) Enforcing data size limit
Summary:
Track 'data size' in ActiveDoc alongside row count. Measure it at most once every 5 minutes after each change as before, or after every change when it becomes high enough to matter.

A document is now considered to be approaching/exceeding 'the data limit' if either the data size or the row count is approaching/exceeding its own limit.

Unrelated: tweaked teamFreeFeatures.snapshotWindow based on Quip comments

Test Plan: Tested manually that data size is now logged after every change once it gets high enough, but only if the row limit isn't also too high. Still too early for automated tests.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3341
2022-03-30 17:56:05 +02:00
..
ACLPermissions.ts
ACLRuleCollection.ts
ActionBundle.ts (core) Log number of rows in user tables in data engine 2022-02-22 00:59:56 +02:00
ActionDispatcher.ts
ActionGroup.ts (core) Crudely show row count and limit in UI 2022-03-14 21:49:32 +02:00
ActionRouter.ts
ActionSummary.ts
ActiveDocAPI.ts (core) Grace period and delete-only mode when exceeding row limit 2022-03-25 13:41:33 +02:00
ApiError.ts
arrayToString.ts
AsyncCreate.ts
AsyncFlow.ts
BaseAPI.ts (core) Remove code for unused welcome flows 2022-02-28 13:21:28 -08:00
BasketClientAPI.ts
BigInt.ts
BillingAPI.ts
BinaryIndexedTree.js
BrowserSettings.ts
ColumnFilterFunc.ts
ColumnGetters.ts
csvFormat.ts
CustomWidget.ts
declarations.d.ts (core) Guess date format during type conversion 2022-02-21 22:39:47 +02:00
delay.ts
DisposableWithEvents.ts
DocActions.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
DocData.ts (core) Fuller guessing of type and options when adding first data to blank columns 2022-03-01 22:00:45 +02:00
DocListAPI.ts (core) Grace period and delete-only mode when exceeding row limit 2022-03-25 13:41:33 +02:00
DocSnapshot.ts
DocumentSettings.ts
emails.ts
EncActionBundle.ts
ErrorWithCode.ts
Features.ts (core) Enforcing data size limit 2022-03-30 17:56:05 +02:00
FilterState.ts
Formula.ts
GranularAccessClause.ts
GristServerAPI.ts
gristTypes.ts (core) Make Attachments columns get treated like RefLists more 2022-03-28 23:14:29 +02:00
gristUrls.ts (core) Restoring cursor position on raw data views 2022-03-23 12:24:18 +01:00
gutil.ts (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api 2022-03-15 11:11:58 -04:00
InactivityTimer.ts
isHiddenTable.ts
KeyedMutex.ts
KeyedOps.ts
LocaleCodes.ts
Locales.ts
LoginSessionAPI.ts
LoginState.ts
marshal.ts
MemBuffer.js
NumberFormat.ts (core) Guess numeric formatting options 2022-03-03 21:32:03 +02:00
NumberParse.ts (core) Guess numeric formatting options 2022-03-03 21:32:03 +02:00
orgNameUtils.ts
parseDate.ts (core) Lossless imports 2022-03-08 12:14:39 +02:00
plugin.ts
PluginInstance.ts
Prefs.ts (core) Record new user sign-ups 2022-03-12 14:34:46 -08:00
RefCountMap.ts
resetOrg.ts
roles.ts
RowFilterFunc.ts
schema.ts (core) Conditional formatting rules 2022-03-23 13:15:02 +01:00
ShareAnnotator.ts
sharing.ts
SortFunc.ts
SortSpec.ts
StringUnion.ts
TableData.ts (core) Guess date format during type conversion 2022-02-21 22:39:47 +02:00
TabularDiff.ts
tagManager.ts (core) Record new user sign-ups 2022-03-12 14:34:46 -08:00
tbind.ts
TestState.ts
timeFormat.ts
tpromisified.ts
tsconfig.json
tsvFormat.ts
UIRowId.ts
uploads.ts
urlUtils.ts
UserAPI.ts (core) Migrate to SRP and add change password dialog 2022-03-16 21:35:06 -07:00
UserConfig.ts
ValueConverter.ts
ValueFormatter.ts
ValueGuesser.ts (core) Lossless imports 2022-03-08 12:14:39 +02:00
ValueParser.ts (core) Make Attachments columns get treated like RefLists more 2022-03-28 23:14:29 +02:00