Commit Graph

24 Commits (b64802dfe841bcd66035a6895f5db6375d5de0c7)

Author SHA1 Message Date
Dmitry S b64802dfe8 (core) Fix bug in data engine when records are added after clearing a table with ReplaceTableData.
4 months ago
Dmitry S 6a3f50d77e (core) Fix undo of Ref->Numeric conversion.
9 months ago
Dmitry S 534615dd50 (core) Update logging in sandbox code, and log tracebacks as single log messages.
11 months ago
Dmitry S 9d4eeda480 (core) Python optimizations to speed up data engine
1 year ago
Alex Hall 792565976a (core) Show example values in formula autocomplete
2 years ago
Alex Hall 0de0cb0f4a (core) Add PUT /records DocApi endpoint to AddOrUpdate records
2 years ago
Alex Hall 5d671bf0b3 (core) New type conversion in the backend
2 years ago
Alex Hall 267640c277 (core) Use MixedTypesKey for sort_by arg of lookupRecords to avoid errors in Python 3
3 years ago
Alex Hall ecb30eebb8 (core) Parsing multiple values in reflists, parsing refs without table data in client
3 years ago
Alex Hall d4626aea82 (core) Only update changed records with RenameChoices
3 years ago
Alex Hall d4ea5b3761 (core) Add RenameChoices user action
3 years ago
Jarosław Sadziński 8684c9e930 (core) Adding traceback to trigger formulas
3 years ago
Alex Hall 0e5c2bee59 (core) Add CellError to explain when a formula refers to a cell with an error value
3 years ago
Alex Hall 04e5d90f86 (core) Barely working reference lists in frontend
3 years ago
Alex Hall a9d5b4d5af (core) Refactor Table.Record[Set] classes
3 years ago
George Gevoian e5eeb3ec80 (core) Add 'user' variable to trigger formulas
3 years ago
Dmitry S a56714e1ab (core) Implement trigger formulas (generalizing default formulas)
3 years ago
Alex Hall 305b133c59 (core) Remaining Python 3 compatibility changes
3 years ago
Alex Hall 16f297a250 (core) Simple Python 3 compatibility changes
3 years ago
Dmitry S 8d62a857e1 (core) Add ChoiceList type, cell widget, and editor widget.
3 years ago
Dmitry S 9f806de64b (core) Allow using negative rowIds to add records and refer to them in Reference values.
4 years ago
Dmitry S 0289e3ea17 (core) Fix issue with spurious changes produced by Calculate action.
4 years ago
Dmitry S 5172cae1c2 (core) Fix a bug that occurs after remaing a table containing a RefList column.
4 years ago
Paul Fitzpatrick b82eec714a (core) move data engine code to core
4 years ago