Commit Graph

153 Commits (51ff72c15e1d75c35430b98c6f06a4141eba9dae)

Author SHA1 Message Date
Dmitry S dd2eadc86e (core) Speed up and upgrade build.
2 years ago
Alex Hall 9fffb491f9 (core) External requests
2 years ago
George Gevoian 9b08666f96 (core) Handle importing xls files with invalid dimensions
2 years ago
Alex Hall 1c89d08ea3 (core) Add a row to summary tables grouped by list column(s) corresponding to empty lists
2 years ago
Alex Hall c5ebd7db3d (core) Add PEEK() function to bypass circular dependencies
2 years ago
Alex Hall 8ee23f5344 (core) Mark column changing actions as indirect when adding data to empty column
2 years ago
Alex Hall 3ad2d9212e (core) Prevent rebuilding usercode for every AddColumn when importing
2 years ago
Alex Hall fb575a8b7e (core) Ensure formulas return something and don't assign to attributes of rec
2 years ago
Paul Fitzpatrick cf23a2d1ee (core) add GVISOR_LIMIT_MEMORY to cap memory available in sandbox
2 years ago
Alex Hall af1564d410 (core) Convert row tuples to lists to fix excel import error
2 years ago
Paul Fitzpatrick e6983e9209 (core) add machinery for self-managed flavor of Grist
2 years ago
Alex Hall 6c90de4d62 (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows
2 years ago
Jarosław Sadziński f194d6861b (core) Updating RawData views
2 years ago
Alex Hall dc9e53edc8 (core) Update the current time in formulas automatically every hour
2 years ago
Jarosław Sadziński 6f00106d7c (core) Raw renames
2 years ago
Jarosław Sadziński 995bf9b63a (core) Distinct style rules for summary columns
2 years ago
Cyprien P 0829ae67ef (core) Fixing hidden col missing after summary update
2 years ago
Dmitry S e59dcc142d (core) Show proper message on empty Excel import, rather than a code error
2 years ago
Alex Hall 040fa85a8b (core) Simplify InitNewDoc since the timezone and locale is never actually used
2 years ago
Alex Hall a701b4bf13 (core) Remove expired attachments every hour and on shutdown
2 years ago
Jarosław Sadziński 34708cd348 (core) Adding font options to the style picker
2 years ago
Cyprien P a6ba40558a (core) Fix missing sum column after a summary table update
2 years ago
Alex Hall 251d79704b (core) Migrate Attachments columns from marshalled blobs to JSON
2 years ago
Alex Hall 8ec823e7ee (core) Return RecordSet instead of list from property access when possible, to allow further property access
2 years ago
Alex Hall bf271c822b (core) Copy column type and options when pasting into an empty column
2 years ago
Dmitry S 8269c33d01 (core) When importing JSON, create columns of type Numeric rather than Int
2 years ago
Paul Fitzpatrick c41c07e4d0 (core) add missing sandbox/run.sh script
2 years ago
Alex Hall 4ce492b9e5 (core) Compute sample_record lazily using a property
2 years ago
Paul Fitzpatrick 134ae99e9a (core) add gvisor-based sandboxing to core
2 years ago
Jarosław Sadziński b1c3943bf4 (core) Conditional formatting rules
2 years ago
Alex Hall d154b9afa7 (core) Make lookups depend on all rows
2 years ago
Alex Hall 2d0978559b (core) Replace compute stack and frames with _current_node and _current_row_id
2 years ago
Alex Hall 222dc505eb (core) Generate Engine._autocomplete_context lazily
2 years ago
Alex Hall 321019217d (core) Lossless imports
2 years ago
Alex Hall 599545fb11 (core) Fuller guessing of type and options when adding first data to blank columns
2 years ago
Paul Fitzpatrick accd640078 (core) add a `user.SessionID` value for trigger formulas and granular access rules
2 years ago
Alex Hall 437d30bd9f (core) Log number of rows in user tables in data engine
2 years ago
Alex Hall 4c935e7fb3 (core) Import Hashable from six.moves.collections_abc
2 years ago
Paul Fitzpatrick 88fe090032
Merge pull request #136 from tirkarthi/fix-abc
2 years ago
Edward Betts d6e0e1fee3 Correct spelling mistakes
2 years ago
Karthikeyan Singaravelan 08cbdf29f5 Import ABC through six.moves for Python 2/3 compatibility.
2 years ago
Dmitry S 3136077636 (core) Update documentation of CURRENT_CONVERSION function
2 years ago
Alex Hall c0ca936c1e (core) Backend restrictions for raw data widgets
2 years ago
Paul Fitzpatrick d51180d349 (core) updates from grist-core
2 years ago
George Gevoian 6abe7d5827 (core) Use original column headers during imports
2 years ago
Dmitry 25b7e6c245
Tweaks to documentation comments for user-facing Grist functions (#126)
2 years ago
Natalie Misasi 2611d05c39
Updates to Grist Functions (#125)
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
Paul Fitzpatrick d8aacbe3b4 (core) AddOrUpdateRecord user action
2 years ago