Commit Graph

227 Commits (361af238cc55403b000a029ff125e1f442849780)

Author SHA1 Message Date
Dmitry S 361af238cc (core) Fix bug where duplicating a table would cause an error when a column had mismatching label and colId
1 year ago
Cyprien P 2b2e19c5b5 (core) Fix issue with summary update.
1 year ago
Dmitry S efd92c6c2a (core) Two fixes to tests affected by changes that came from grist-core.
1 year ago
Paul Fitzpatrick 66643a5e6b
add a pyodide-based "sandbox" flavor (#437)
1 year ago
Dysfunctional Werewolf a8b4a67b9f (core) Fix an issue due to a missing function which turns out to be necessary
1 year ago
Paul Fitzpatrick e9d5ce0c60 (core) updates from grist-core
1 year ago
Dmitry S 17569561bf (core) Fix issue that ints would be imported with a trailing ".0" from Google Sheets.
1 year ago
jarek cee0cdcd67
Merge pull request #406 from incubateur-territoires/column-description
1 year ago
Dmitry S d70a7209f7 (core) Attempt to fix test_formula_prompt test broken by a merge
1 year ago
Dmitry S 9d4eeda480 (core) Python optimizations to speed up data engine
1 year ago
Jarosław Sadziński 6e3f0f2b35 (core) Porting back AI formula backend
1 year ago
Camille 009ebefd96 feat(ColumnDesc): create column description in database and link it to visual behaviors
1 year ago
Paul Fitzpatrick e5e44c786a add a script for copying schema information from python to typescript
1 year ago
Jarosław Sadziński e79613b0ed (core) Restoring separated transform columns
1 year ago
Paul Fitzpatrick 472a9a186e (core) control the distribution of attachment metadata
1 year ago
Paul Fitzpatrick 6dce083484 (core) add a GVISOR_USE_DEFAULT_USER flag to support different gvisor versions
1 year ago
George Gevoian e146f95c1c (core) Add new UI for writing memos
1 year ago
Paul Fitzpatrick 312d2331a8 (core) lock down modification of the _grist_Attachments table
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
Alex Hall 692ea4820f reorganise and comment on requirements files
2 years ago
Alex Hall 67c89f0d96 Remove requirements that were only there for messytables
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
Yohan Boniface 54703e2794 Remove messytables dependency from xlsx import
2 years ago
Yohan Boniface 045227cb52
Update sandbox/grist/imports/import_csv.py
2 years ago
Yohan Boniface ce31d1632d
Update sandbox/grist/imports/import_csv.py
2 years ago
Yohan Boniface 57c8f9f4fe csv importer: mimic messytables defaults for now
2 years ago
Yohan Boniface 2544736aa8 Applying review from @alexmojaki
2 years ago
Yohan Boniface 9bbf66e50e wip: remove dependency to messytables
2 years ago
Yohan Boniface 410cf61d94 python(tests): print logging when running tests in verbose mode
2 years ago
Yohan Boniface 83985ab3cf test(import_csv): highlight differences between passed and returned options in parse_file
2 years ago
Yohan Boniface 462b66b7ee Add tests to cover CSV parsed options
2 years ago
Alex Hall b1f5e061c1
Merge pull request #279 from yohanboniface/boolean-converter
2 years ago
Paul Fitzpatrick b9441cf8fd (core) updates from grist-core
2 years ago
Yohan Boniface 7bd895ef42 Add BooleanConverter to map proper boolean cells to a Bool column
2 years ago
Alex Hall 56624c4a95 (core) Fix undo error for automatically removed rows, especially in summary tables
2 years ago
Yohan Boniface 8bc5c7d595
Fix columns with falsy cells wrongly parsed as dates (#276)
2 years ago
Paul Fitzpatrick bde44323c5 (core) apply some dependabot suggestions
2 years ago
Alex Hall 0a2bc56938 (core) Test undo for all Python summary table tests
2 years ago