You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/sandbox/grist
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
..
functions (core) Fix an issue due to a missing function which turns out to be necessary 1 year ago
imports (core) Fix issue that ints would be imported with a trailing ".0" from Google Sheets. 1 year ago
acl.py (core) Remaining Python 3 compatibility changes 3 years ago
acl_formula.py (core) Support for $ syntax in ACL rules 2 years ago
action_obj.py (core) External requests 2 years ago
action_summary.py (core) Fix undo error for automatically removed rows, especially in summary tables 2 years ago
actions.py (core) AddOrUpdateRecord user action 2 years ago
autocomplete_context.py (core) Show example values in formula autocomplete 2 years ago
codebuilder.py (core) Support for $ syntax in ACL rules 2 years ago
column.py (core) Python optimizations to speed up data engine 1 year ago
csv_patch.py (core) Simple Python 3 compatibility changes 3 years ago
depend.py (core) Implement trigger formulas (generalizing default formulas) 3 years ago
docactions.py (core) Undo bug - restoring dependencies for trigger formulas 2 years ago
docmodel.py (core) Comments 2 years ago
engine.py (core) Show example values in formula autocomplete 2 years ago
formula_prompt.py (core) Porting back AI formula backend 1 year ago
friendly_errors.py (core) Upgrade friendly-traceback and its dependencies 2 years ago
gencode.py (core) Error explanations from friendly-traceback 2 years ago
grist.py (core) Use MixedTypesKey for sort_by arg of lookupRecords to avoid errors in Python 3 3 years ago
identifiers.py (core) Remove accents when picking identifiers 3 years ago
import_actions.py (core) Prevent rebuilding usercode for every AddColumn when importing 2 years ago
logger.py (core) move data engine code to core 4 years ago
lookup.py (core) Python optimizations to speed up data engine 1 year ago
main.py (core) Porting back AI formula backend 1 year ago
match_counter.py (core) move data engine code to core 4 years ago
migrations.py feat(ColumnDesc): create column description in database and link it to visual behaviors 1 year ago
moment.py (core) New type conversion in the backend 2 years ago
objtypes.py (core) Python optimizations to speed up data engine 1 year ago
parse_data.py (core) Fix issue that ints would be imported with a trailing ".0" from Google Sheets. 1 year ago
records.py (core) Python optimizations to speed up data engine 1 year ago
relabeling.py (core) Simple Python 3 compatibility changes 3 years ago
relation.py (core) Polish and enable Reference List widget 3 years ago
runtests.py python(tests): print logging when running tests in verbose mode 2 years ago
sandbox.py add a pyodide-based "sandbox" flavor (#437) 1 year ago
schema.py feat(ColumnDesc): create column description in database and link it to visual behaviors 1 year ago
sort_specs.py (core) Adding sort options for columns. 3 years ago
summary.py (core) Fix issue with summary update. 1 year ago
table.py (core) Python optimizations to speed up data engine 1 year ago
table_data_set.py (core) Simple Python 3 compatibility changes 3 years ago
test_acl_formula.py (core) Support for $ syntax in ACL rules 2 years ago
test_acl_renames.py (core) Update ACL resources/rules when tables/columns get renamed 3 years ago
test_actions.py (core) move data engine code to core 4 years ago
test_codebuilder.py (core) Error explanations from friendly-traceback 2 years ago
test_column_actions.py (core) Nice summary table IDs 2 years ago
test_completion.py (core) Adding new column in users table "ref" with unique identifier. 2 years ago
test_default_formulas.py (core) Fix lookups in default formulas 4 years ago
test_depend.py (core) Fix recursion error in invalidate_deps 3 years ago
test_derived.py (core) Fix undo error for automatically removed rows, especially in summary tables 2 years ago
test_display_cols.py (core) Automatically remove empty summary table rows 2 years ago
test_docmodel.py (core) Backend restrictions for raw data widgets 2 years ago
test_engine.py (core) Python optimizations to speed up data engine 1 year ago
test_find_col.py Correct spelling mistakes 2 years ago
test_formula_error.py (core) More helpful messages when formula probably needs to use `Table.all` 2 years ago
test_formula_prompt.py (core) Attempt to fix test_formula_prompt test broken by a merge 1 year ago
test_formula_undo.py (core) Mark column changing actions as indirect when adding data to empty column 2 years ago
test_functions.py (core) Don't swallow TypeErrors in functions like SUM 2 years ago
test_gencode.py (core) Error explanations from friendly-traceback 2 years ago
test_import_actions.py (core) Create an extra raw data widget when creating a table 2 years ago
test_logger.py (core) move data engine code to core 4 years ago
test_lookups.py (core) Respect sort_by in lookupOne, and allow reverse sorting 2 years ago
test_match_counter.py (core) Import Hashable from six.moves.collections_abc 2 years ago
test_migrations.py (core) Simple Python 3 compatibility changes 3 years ago
test_moment.py (core) New type conversion in the backend 2 years ago
test_record_func.py (core) Simple Python 3 compatibility changes 3 years ago
test_recordlist.py (core) Return RecordSet instead of list from property access when possible, to allow further property access 2 years ago
test_reflist_rel.py (core) New type conversion in the backend 2 years ago
test_relabeling.py (core) Remaining Python 3 compatibility changes 3 years ago
test_renames.py (core) Adding new column in users table "ref" with unique identifier. 2 years ago
test_renames2.py (core) Two fixes to tests affected by changes that came from grist-core. 1 year ago
test_replay.py (core) Python optimizations to speed up data engine 1 year ago
test_requests.py (core) External requests 2 years ago
test_rules.py (core) Updating RawData views 2 years ago
test_rules_grid.py (core) Implementing row conditional formatting 2 years ago
test_side_effects.py (core) Ensure formulas return something and don't assign to attributes of rec 2 years ago
test_sort_spec.py (core) Adding sort options for columns. 3 years ago
test_summary.py (core) Fix undo error for automatically removed rows, especially in summary tables 2 years ago
test_summary2.py (core) Fix issue with summary update. 1 year ago
test_summary_choicelist.py (core) Test undo for all Python summary table tests 2 years ago
test_summary_undo.py (core) Nice summary table IDs 2 years ago
test_table_actions.py (core) Nice summary table IDs 2 years ago
test_table_data_set.py (core) Simple Python 3 compatibility changes 3 years ago
test_temp_rowids.py (core) Allow using negative rowIds to add records and refer to them in Reference values. 3 years ago
test_textbuilder.py (core) Simple Python 3 compatibility changes 3 years ago
test_treeview.py (core) move data engine code to core 4 years ago
test_trigger_formulas.py (core) Restoring separated transform columns 1 year ago
test_twowaymap.py (core) move data engine code to core 4 years ago
test_types.py (core) Nicer conversion from numeric to text 3 years ago
test_undo.py (core) Fix undo error for automatically removed rows, especially in summary tables 2 years ago
test_urllib_patch.py (core) Remaining Python 3 compatibility changes 3 years ago
test_user.py (core) Adding new column in users table "ref" with unique identifier. 2 years ago
test_useractions.py (core) Fix bug where duplicating a table would cause an error when a column had mismatching label and colId 1 year ago
testsamples.py (core) move data engine code to core 4 years ago
testscript.json (core) Updating RawData views 2 years ago
testutil.py (core) Implement trigger formulas (generalizing default formulas) 3 years ago
textbuilder.py (core) Remaining Python 3 compatibility changes 3 years ago
treeview.py (core) move data engine code to core 4 years ago
twowaymap.py (core) Simple Python 3 compatibility changes 3 years ago
tzdata.data (core) apply some dependabot suggestions 2 years ago
urllib_patch.py (core) Remaining Python 3 compatibility changes 3 years ago
user.py (core) Adding new column in users table "ref" with unique identifier. 2 years ago
useractions.py (core) Fix bug where duplicating a table would cause an error when a column had mismatching label and colId 1 year ago
usercode.py (core) Raise syntax errors that Python can format nicely to show the location 3 years ago
usertypes.py (core) Python optimizations to speed up data engine 1 year ago
xmlrunner.py (core) Run python unit tests again in python 3 3 years ago