Commit Graph

21 Commits (0c60446f9c569a83ef13b591db0c46c7d9955612)

Author SHA1 Message Date
Dmitry S 9d4eeda480 (core) Python optimizations to speed up data engine
1 year ago
Alex Hall 49cb51bac5 (core) Error explanations from friendly-traceback
2 years ago
Alex Hall 8bab8c18fa (core) Clear error.__traceback__ to prevent memory leaks
2 years ago
Dmitry S b37b8a9f6d (core) A few tiny documentation tweaks.
3 years ago
Alex Hall ecb30eebb8 (core) Parsing multiple values in reflists, parsing refs without table data in client
3 years ago
Dmitry S e5beafb256 (core) Fix bug causing "unmarshallable object" error during conversion to ReferenceList.
3 years ago
Jarosław Sadziński 8684c9e930 (core) Adding traceback to trigger formulas
3 years ago
Alex Hall 9916a2d919 (core) Suggest correct table when converting to RefList
3 years ago
Alex Hall 4cd888c342 (core) Just return a list from _get_col_subset, remove ColumnView class
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 305b133c59 (core) Remaining Python 3 compatibility changes
3 years ago
Alex Hall 16f297a250 (core) Simple Python 3 compatibility changes
3 years ago
Alex Hall 8138cc3123 (core) Make regression tests by recording pycalls when opening fixture docs
3 years ago
Alex Hall 2f3a0e0c7f (core) Showing censored values as a grey cell
3 years ago
Dmitry S b3a57e3b5c (core) Be more careful with avoiding actions which don't change encoded values
4 years ago
Dmitry S 0289e3ea17 (core) Fix issue with spurious changes produced by Calculate action.
4 years ago
Dmitry S e2226c3ab7 (core) Store formula values in DB, and include them into .stored/.undo fields of actions.
4 years ago
Dmitry S 7a8debae16 (core) Improve object serialization, to help get RECORD data to Custom Widgets.
4 years ago
Dmitry S 48ca124f23 (core) Render unmarshallable values as non-errors, using their repr() strings.
4 years ago
Paul Fitzpatrick b82eec714a (core) move data engine code to core
4 years ago