Commit Graph

121 Commits (222dc505ebb98ae7301279524702d7c6620e180f)

Author SHA1 Message Date
Alex Hall 222dc505eb (core) Generate Engine._autocomplete_context lazily
3 years ago
Alex Hall 321019217d (core) Lossless imports
3 years ago
Alex Hall 599545fb11 (core) Fuller guessing of type and options when adding first data to blank columns
3 years ago
Paul Fitzpatrick accd640078 (core) add a `user.SessionID` value for trigger formulas and granular access rules
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 3136077636 (core) Update documentation of CURRENT_CONVERSION function
3 years ago
Alex Hall c0ca936c1e (core) Backend restrictions for raw data widgets
3 years ago
Paul Fitzpatrick d51180d349 (core) updates from grist-core
3 years ago
George Gevoian 6abe7d5827 (core) Use original column headers during imports
3 years ago
Dmitry 25b7e6c245
Tweaks to documentation comments for user-facing Grist functions (#126)
3 years ago
Natalie Misasi 2611d05c39
Updates to Grist Functions (#125)
3 years ago
Alex Hall 0de0cb0f4a (core) Add PUT /records DocApi endpoint to AddOrUpdate records
3 years ago
Alex Hall 5d671bf0b3 (core) New type conversion in the backend
3 years ago
Paul Fitzpatrick d8aacbe3b4 (core) AddOrUpdateRecord user action
3 years ago
Alex Hall fa9e6eee88 (core) Create an extra raw data widget when creating a table
3 years ago
Alex Hall 8aa6ddba0b (core) Convert datetime objects in Date columns to timestamps at midnight of the date
3 years ago
Jarosław Sadziński a685707d50 (core) Renaming filters for choice columns
3 years ago
Jarosław Sadziński d2077bc486 (core) Improving experience when editing group-by column.
3 years ago
Dmitry S b37b8a9f6d (core) A few tiny documentation tweaks.
3 years ago
Natalie Misasi 206e1550d5
Update lookup.py: include into CONTAINS a link to lookupRecords (#119)
3 years ago
Natalie Misasi 4a84715e2b
Update table.py: point UserTable.lookupRecords to a CONTAINS example (#118)
3 years ago
Dmitry S f024aaaf5d (core) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups.
3 years ago
Jarosław Sadziński cf9e0585a9 (core) Undo bug - restoring dependencies for trigger formulas
3 years ago
Alex Hall be96db4689 (core) Remove code related to _grist_TableViews
3 years ago
George Gevoian 7fe4423a6f (core) Allow filtering hidden columns
3 years ago
Alex Hall dc52c7fe0a (core) Add PY2_ROUND function for easier migration
3 years ago
George Gevoian 08b1286f4f (core) Add column matching to Importer
3 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
Dmitry S 1178d35237 (core) Autocomplete True/False/None in formulas from lowercase values
3 years ago
Jarosław Sadziński 3c72639e25 (core) Adding sort options for columns.
3 years ago
Dmitry S e5beafb256 (core) Fix bug causing "unmarshallable object" error during conversion to ReferenceList.
3 years ago
Alex Hall 5b16dd2e86 (core) Upgrade chardet
3 years ago
Alex Hall 1ed4ca61ea (core) Account for timezone in TODAY()
3 years ago
Alex Hall e900f39da3 (core) Log statistics about table sizes
3 years ago
Paul Fitzpatrick dd0f1be117 (core) get all tests working under python3/gvisor
3 years ago
Alex Hall a64fb105e3 (core) Use GristObjCode in CellValue
3 years ago
George Gevoian e1780e4f58 (core) Migrate import code from data engine to Node
3 years ago
Alex Hall d4626aea82 (core) Only update changed records with RenameChoices
3 years ago
Paul Fitzpatrick b3b7410ede (core) open documents without blocking on data engine
3 years ago
Alex Hall d4ea5b3761 (core) Add RenameChoices user action
3 years ago
Alex Hall 02fd71d9bb (core) Nicer conversion from numeric to text
3 years ago
Jarosław Sadziński 8684c9e930 (core) Adding traceback to trigger formulas
3 years ago
Alex Hall 52fd28815e (core) Raise syntax errors that Python can format nicely to show the location
3 years ago
Alex Hall 3c4d71aeca (core) Initial webhooks implementation
3 years ago
Dmitry S 64d9faed5a (core) Fix import parsing from choking up on Python isdigit() surprises
3 years ago