Commit Graph

48 Commits (550c39156b944c705e423b6491ae0969620ce11b)

Author SHA1 Message Date
Jarosław Sadziński bd07e9c026 (core) New API to collect timing information from formula evaluation.
5 months ago
Alex Hall fb09b7afa0 (core) Avoid quadratic time complexity in fetch_table with query
11 months ago
Alex Hall 391c8ee087 (core) Allow assistant to evaluate current formula
1 year ago
Dmitry S 534615dd50 (core) Update logging in sandbox code, and log tracebacks as single log messages.
1 year ago
George Gevoian f873b38e8f (core) Use fake stdout/stderr when evaluating formulas
1 year ago
Alex Hall 792565976a (core) Show example values in formula autocomplete
2 years ago
Alex Hall 56624c4a95 (core) Fix undo error for automatically removed rows, especially in summary tables
2 years ago
Alex Hall 42060df29a (core) Formula autocomplete improvements for references and lookups
2 years ago
George Gevoian 771e1edd54 (core) Keep track of row counts per table
2 years ago
Alex Hall b8486dcdba (core) Nice summary table IDs
2 years ago
Alex Hall 0bdc82a170 (core) Automatically remove empty summary table rows
2 years ago
Alex Hall 9fffb491f9 (core) External requests
2 years ago
Alex Hall c5ebd7db3d (core) Add PEEK() function to bypass circular dependencies
2 years ago
Alex Hall 3ad2d9212e (core) Prevent rebuilding usercode for every AddColumn when importing
2 years ago
Paul Fitzpatrick cf23a2d1ee (core) add GVISOR_LIMIT_MEMORY to cap memory available in sandbox
2 years ago
Alex Hall dc9e53edc8 (core) Update the current time in formulas automatically every hour
2 years ago
Alex Hall d154b9afa7 (core) Make lookups depend on all rows
3 years ago
Alex Hall 2d0978559b (core) Replace compute stack and frames with _current_node and _current_row_id
3 years ago
Alex Hall 222dc505eb (core) Generate Engine._autocomplete_context lazily
3 years ago
Alex Hall 437d30bd9f (core) Log number of rows in user tables in data engine
3 years ago
Alex Hall 4c935e7fb3 (core) Import Hashable from six.moves.collections_abc
3 years ago
Paul Fitzpatrick 88fe090032
Merge pull request #136 from tirkarthi/fix-abc
3 years ago
Edward Betts d6e0e1fee3 Correct spelling mistakes
3 years ago
Karthikeyan Singaravelan 08cbdf29f5 Import ABC through six.moves for Python 2/3 compatibility.
3 years ago
Dmitry S f024aaaf5d (core) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups.
3 years ago
Alex Hall e900f39da3 (core) Log statistics about table sizes
3 years ago
Jarosław Sadziński 8684c9e930 (core) Adding traceback to trigger formulas
3 years ago
Alex Hall 5258fa649d (core) Fix self-updating trigger formulas used in lookups
3 years ago
Alex Hall 7f1f8fc9e6 (core) Linking summary tables grouped by list columns
3 years ago
Alex Hall 5aed22dc1e (core) Remove dead code for fetching snapshots
3 years ago
Alex Hall 1f6e693b6e (core) Remove REPL code
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
George Gevoian 9592e3610b (core) Add 'value' to trigger formula autocomplete
3 years ago
Alex Hall 61e7c8a127 (core) Run python unit tests again in python 3
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
Alex Hall d3dc910784 (core) sys.setdefaultencoding('utf8')
3 years ago
Paul Fitzpatrick d0d3d3d0c9 (core) discount indirect changes for access control purposes
3 years ago
Dmitry S ec023a3ba6 (core) Fix another cause of inconsistency that can be triggered by bad DocActions.
4 years ago
Dmitry S 14cdd47675 (core) When checking for metadata consistency, check for stray column records too
4 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 6b582b9ace (core) Remove the old attempt at ACLs implemented in Python.
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 003029bf8a (core) Improve suggestions for formula autocomplete
4 years ago
Dmitry S 2fbd3f1706 (core) Fix lookups in default formulas
4 years ago
Paul Fitzpatrick b82eec714a (core) move data engine code to core
4 years ago