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
George Gevoian f2141851be
(core) Automatically remove leaves from layout specs
2 months ago
..
functions (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
imports (core) Improve encoding detection for csv imports, and make encoding an editable option. 1 year ago
acl.py Update dropdown conditions on column rename (#1038) 2 months 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 3 years ago
attribute_recorder.py (core) Allow assistant to evaluate current formula 1 year ago
autocomplete_context.py (core) Make Python tests pass in Python 3.11 1 year ago
codebuilder.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
column.py (core) Fix for ReferenceList conversion during table rename 5 months 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) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
docmodel.py (core) Record Cards 10 months ago
dropdown_condition.py (core) Replacing python3 specifc code 2 months ago
engine.py (core) New API to collect timing information from formula evaluation. 5 months ago
fake_std_streams.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
formula_prompt.py (core) Add AI Assistant retry with shorter prompt 7 months ago
friendly_errors.py (core) Upgrade friendly-traceback and its dependencies 2 years ago
gencode.py fixes removed module in Python 3.12 (#984) 4 months ago
grist.py (core) Use MixedTypesKey for sort_by arg of lookupRecords to avoid errors in Python 3 3 years ago
identifiers.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
import_actions.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
lookup.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
main.py (core) Adding UI for timing API 4 months ago
match_counter.py (core) move data engine code to core 4 years ago
migrations.py Webhook trigger update by column (#832) 5 months ago
moment.py (core) Cache converting timestamp to date 9 months ago
objtypes.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
parse_data.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
predicate_formula.py Update dropdown conditions on column rename (#1038) 2 months ago
records.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months 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 (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
schema.py Webhook trigger update by column (#832) 5 months ago
sort_key.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
sort_specs.py (core) Adding sort options for columns. 3 years ago
summary.py (core) Record Cards 10 months ago
table.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
table_data_set.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_acl_formula.py (core) Add dropdown conditions 5 months ago
test_acl_renames.py Update dropdown conditions on column rename (#1038) 2 months ago
test_actions.py (core) move data engine code to core 4 years ago
test_codebuilder.py Skip tests involving f-strings for Python 3.9 (#669) 1 year ago
test_column_actions.py (core) Record Cards 10 months ago
test_completion.py (core) add initial support for special shares 9 months ago
test_default_formulas.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_depend.py (core) Fix recursion error in invalidate_deps 3 years ago
test_derived.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_display_cols.py (core) Record Cards 10 months ago
test_docmodel.py (core) Record Cards 10 months ago
test_dropdown_condition.py (core) Add dropdown conditions 5 months ago
test_dropdown_condition_renames.py Update dropdown conditions on column rename (#1038) 2 months ago
test_engine.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_find_col.py Correct spelling mistakes 3 years ago
test_formula_error.py (core) Ignore leading whitespace in formulas, and strip out leading '=' sign users might add 1 year ago
test_formula_prompt.py Skip tests involving f-strings for Python 3.9 (#669) 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) Make Python tests pass in Python 3.11 1 year ago
test_import_actions.py (core) Record Cards 10 months ago
test_lookup_find.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_lookup_perf.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_lookup_sort.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_lookups.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_match_counter.py (core) Import Hashable from six.moves.collections_abc 3 years ago
test_migrations.py (core) Simple Python 3 compatibility changes 3 years ago
test_moment.py (core) New type conversion in the backend 3 years ago
test_predicate_formula.py Update dropdown conditions on column rename (#1038) 2 months ago
test_prevnext.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_record_func.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year 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) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_relabeling.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_renames.py (core) Fix bug with column renames when using **kwargs with lookupOne or lookupRecords. 4 months ago
test_renames2.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_replace_table_data.py (core) Fix bug in data engine when records are added after clearing a table with ReplaceTableData. 8 months ago
test_replay.py (core) Python optimizations to speed up data engine 2 years ago
test_requests.py REQUEST with unknown and undetectable encoding (#600) 1 year 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_key.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_sort_spec.py (core) Adding sort options for columns. 3 years ago
test_summary.py (core) Fix error in sandbox when removing multiple summary source columns 12 months ago
test_summary2.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_summary_choicelist.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
test_summary_undo.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year ago
test_table_actions.py (core) Record Cards 10 months ago
test_table_data_set.py (core) Simple Python 3 compatibility changes 3 years ago
test_temp_rowids.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months 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) add initial support for special shares 9 months ago
test_twowaymap.py (core) move data engine code to core 4 years ago
test_types.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 1 year 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) add initial support for special shares 9 months ago
test_useractions.py (core) Automatically remove leaves from layout specs 2 months ago
testsamples.py (core) move data engine code to core 4 years ago
testscript.json (core) Polish Record Cards 8 months ago
testutil.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
textbuilder.py (core) Remaining Python 3 compatibility changes 3 years ago
timing.py (core) New API to collect timing information from formula evaluation. 5 months ago
treeview.py (core) move data engine code to core 4 years ago
twowaymap.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months 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) add initial support for special shares 9 months ago
useractions.py (core) Automatically remove leaves from layout specs 2 months ago
usercode.py (core) Make Python tests pass in Python 3.11 1 year ago
usertypes.py (core) Implement PREVIOUS/NEXT/RANK and lookupRecords().find.* methods. 2 months ago
xmlrunner.py (core) Run python unit tests again in python 3 3 years ago