Commit Graph

232 Commits (5119ce92cbd8e24bc4fa52c370084ec664c1009c)

Author SHA1 Message Date
John Cant e1df6039c2
REQUEST now supports POST (#588)
1 year ago
Alex Hall 9b87a6f06a (core) updates from grist-core
1 year ago
Alex Hall d8b2dcbb55 (core) Make Python tests pass in Python 3.11
1 year ago
Alex Hall ba16d50080 (core) Upgrade to latest versions of asttokens and wrapt
1 year ago
roleohibachi a77e82388b
TEXT() alternatives per #580 (#591)
1 year 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
Alex Hall bb7cf6ba20 (core) Modify prompt so that model may say it cannot help with certain requests.
1 year ago
Alex Hall 3defb89866 (core) Use grist syntactic sugar in AI generated formulas
1 year ago
Alex Hall 52469c5a7e (core) Improve parsing formula from completion
1 year ago
George Gevoian f873b38e8f (core) Use fake stdout/stderr when evaluating formulas
1 year ago
Alex Hall 6ac0bc3bbb (core) Implement exported functions without relying on ActiveDoc.docData
1 year ago
Paul Fitzpatrick b58929f095 (core) reconcile webhook and widget description migrations
1 year ago
Paul Fitzpatrick 603238e966 (core) Adds a UI panel for managing webhooks
1 year ago
Paul Fitzpatrick 51a195bd94
add support for conversational state to assistance endpoint (#506)
1 year ago
Dmitry S 65013331a3 (core) Fix imports into reference columns, and support two ways to import Numeric as a reference.
1 year ago
Dmitry S b4cc519616 (core) Ignore leading whitespace in formulas, and strip out leading '=' sign users might add
1 year ago
George Gevoian c5029af4e7 (core) Remove duplicate shouldHideUiElement
1 year ago
George Gevoian a19ba0813a (core) Add telemetry
1 year ago
Dmitry S fb1332d529 (core) Fix bug with renaming when a formula uses a local name for a user table.
1 year ago
Dysfunctional Werewolf 68c354de67 (core) Fix MOONPHASE doctests (python2!)
1 year ago
Dysfunctional Werewolf 3c610b365b (core) Add MOONPHASE(date) function
2 years ago
Dmitry S 361af238cc (core) Fix bug where duplicating a table would cause an error when a column had mismatching label and colId
2 years ago
Cyprien P 2b2e19c5b5 (core) Fix issue with summary update.
2 years ago
Dmitry S efd92c6c2a (core) Two fixes to tests affected by changes that came from grist-core.
2 years ago
Paul Fitzpatrick 66643a5e6b
add a pyodide-based "sandbox" flavor (#437)
2 years ago
Dysfunctional Werewolf a8b4a67b9f (core) Fix an issue due to a missing function which turns out to be necessary
2 years ago
Paul Fitzpatrick e9d5ce0c60 (core) updates from grist-core
2 years ago
Dmitry S 17569561bf (core) Fix issue that ints would be imported with a trailing ".0" from Google Sheets.
2 years ago
jarek cee0cdcd67
Merge pull request #406 from incubateur-territoires/column-description
2 years ago
Dmitry S d70a7209f7 (core) Attempt to fix test_formula_prompt test broken by a merge
2 years ago
Dmitry S 9d4eeda480 (core) Python optimizations to speed up data engine
2 years ago
Jarosław Sadziński 6e3f0f2b35 (core) Porting back AI formula backend
2 years ago
Camille 009ebefd96 feat(ColumnDesc): create column description in database and link it to visual behaviors
2 years ago
Jarosław Sadziński e79613b0ed (core) Restoring separated transform columns
2 years ago
George Gevoian e146f95c1c (core) Add new UI for writing memos
2 years ago
George Gevoian 1a6d427339 (core) Update sort and filter UI
2 years ago
Jarosław Sadziński 044d7a1e5c (core) Throwing error in PHONE_FORMAT when value is not a string
2 years ago
Jarosław Sadziński 101450262c (core) Support for $ syntax in ACL rules
2 years ago
Yohan Boniface 4ff5a2eaa7
Be more accepting with None value in headers candidate (#331)
2 years ago
Alex Hall 16a43edc2e (core) Upgrade friendly-traceback and its dependencies
2 years ago
Alex Hall aa88c156e6 (core) Don't swallow TypeErrors in functions like SUM
2 years ago
Alex Hall 89259371a5 (core) Respect sort_by in lookupOne, and allow reverse sorting
2 years ago
Dmitry S 0a8ce2178a (core) Add PHONE_FORMAT function using the phonenumberslight library
2 years ago
Jarosław Sadziński bfd7243fe2 (core) Comments
2 years ago
Jarosław Sadziński 9628253fd8 (core) Adding new column in users table "ref" with unique identifier.
2 years ago
George Gevoian cd64237dad (core) Allow duplicating tables from Raw Data page
2 years ago
Alex Hall 792565976a (core) Show example values in formula autocomplete
2 years ago
Alex Hall 1864b7ba5d (core) Add BulkAddOrUpdateRecord action for efficiency
2 years ago
Alex Hall df65219729 (core) Remove messytables completely, particularly for excel imports
2 years ago