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
CamilleLegeron 76ef4d54f8
Webhook trigger update by column (#832)
2 weeks ago
..
functions Make ISEMAIL and ISURL more flexible for longer TLD (#834) 3 months ago
imports (core) Improve encoding detection for csv imports, and make encoding an editable option. 8 months ago
acl.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
acl_formula.py (core) Support for $ syntax in ACL rules 1 year 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
attribute_recorder.py (core) Allow assistant to evaluate current formula 9 months ago
autocomplete_context.py (core) Make Python tests pass in Python 3.11 9 months ago
codebuilder.py (core) Fix updating attributes inside f-strings when columns are renamed 8 months ago
column.py (core) Fix bug in data engine when records are added after clearing a table with ReplaceTableData. 3 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. 10 months ago
docmodel.py (core) Record Cards 5 months ago
engine.py (core) Avoid quadratic time complexity in fetch_table with query 6 months ago
fake_std_streams.py (core) Use fake stdout/stderr when evaluating formulas 11 months ago
formula_prompt.py (core) Add AI Assistant retry with shorter prompt 3 months ago
friendly_errors.py (core) Upgrade friendly-traceback and its dependencies 2 years ago
gencode.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 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. 10 months ago
import_actions.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
lookup.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
main.py (core) Add AI Assistant retry with shorter prompt 3 months ago
match_counter.py (core) move data engine code to core 4 years ago
migrations.py Webhook trigger update by column (#832) 2 weeks ago
moment.py (core) Cache converting timestamp to date 4 months ago
objtypes.py (core) Python optimizations to speed up data engine 1 year ago
parse_data.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months 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 (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
schema.py Webhook trigger update by column (#832) 2 weeks ago
sort_specs.py (core) Adding sort options for columns. 3 years ago
summary.py (core) Record Cards 5 months ago
table.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
table_data_set.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
test_acl_formula.py (core) Support for $ syntax in ACL rules 1 year 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 Skip tests involving f-strings for Python 3.9 (#669) 8 months ago
test_column_actions.py (core) Record Cards 5 months ago
test_completion.py (core) add initial support for special shares 4 months ago
test_default_formulas.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months 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. 10 months ago
test_display_cols.py (core) Record Cards 5 months ago
test_docmodel.py (core) Record Cards 5 months ago
test_engine.py (core) Avoid quadratic time complexity in fetch_table with query 6 months ago
test_find_col.py Correct spelling mistakes 2 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) 8 months 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 9 months ago
test_import_actions.py (core) Record Cards 5 months ago
test_lookups.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months 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) Update logging in sandbox code, and log tracebacks as single log messages. 10 months 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. 10 months ago
test_relabeling.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
test_renames.py (core) add initial support for special shares 4 months ago
test_renames2.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
test_replace_table_data.py (core) Fix bug in data engine when records are added after clearing a table with ReplaceTableData. 3 months ago
test_replay.py (core) Python optimizations to speed up data engine 1 year ago
test_requests.py REQUEST with unknown and undetectable encoding (#600) 9 months 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 error in sandbox when removing multiple summary source columns 7 months ago
test_summary2.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
test_summary_choicelist.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
test_summary_undo.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
test_table_actions.py (core) Record Cards 5 months 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) add initial support for special shares 4 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. 10 months 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 4 months ago
test_useractions.py (core) Polish Record Cards 3 months ago
testsamples.py (core) move data engine code to core 4 years ago
testscript.json (core) Polish Record Cards 3 months ago
testutil.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months 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) add initial support for special shares 4 months ago
useractions.py (core) Bug with empty, self-referencing RefList columns. 1 month ago
usercode.py (core) Make Python tests pass in Python 3.11 9 months ago
usertypes.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 10 months ago
xmlrunner.py (core) Run python unit tests again in python 3 3 years ago