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 f024aaaf5d
(core) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups.
3 years ago
..
functions (core) Add PY2_ROUND function for easier migration 3 years ago
imports (core) Fix import parsing from choking up on Python isdigit() surprises 3 years ago
acl.py (core) Remaining Python 3 compatibility changes 3 years ago
acl_formula.py (core) Remaining Python 3 compatibility changes 3 years ago
action_obj.py (core) Simple Python 3 compatibility changes 3 years ago
action_summary.py (core) Simple Python 3 compatibility changes 3 years ago
actions.py (core) Remaining Python 3 compatibility changes 3 years ago
autocomplete_context.py (core) Autocomplete True/False/None in formulas from lowercase values 3 years ago
codebuilder.py (core) Raise syntax errors that Python can format nicely to show the location 3 years ago
column.py (core) Use MixedTypesKey for sort_by arg of lookupRecords to avoid errors in Python 3 3 years 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 3 years ago
docmodel.py (core) Remove code related to _grist_TableViews 3 years ago
engine.py (core) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups. 3 years ago
gencode.py (core) Add 'user' variable to trigger formulas 3 years ago
gpath.py (core) Simple Python 3 compatibility changes 3 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) Add column matching to Importer 3 years ago
logger.py (core) move data engine code to core 4 years ago
lookup.py (core) Make CONTAINS a function for consistency with mkpydocs etc. 3 years ago
main.py (core) Log statistics about table sizes 3 years ago
match_counter.py (core) move data engine code to core 4 years ago
migrations.py (core) Allow filtering hidden columns 3 years ago
moment.py (core) Remaining Python 3 compatibility changes 3 years ago
moment_parse.py (core) Remaining Python 3 compatibility changes 3 years ago
objtypes.py (core) Parsing multiple values in reflists, parsing refs without table data in client 3 years ago
parse_data.py (core) Move file import plugins into core/sandbox/grist 3 years ago
records.py (core) Fix bug causing "unmarshallable object" error during conversion to ReferenceList. 3 years 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 (core) Simple Python 3 compatibility changes 3 years ago
sandbox.py (core) communicate with sandbox via standard pipes 3 years ago
schema.py (core) Remove code related to _grist_TableViews 3 years ago
sort_specs.py (core) Adding sort options for columns. 3 years ago
summary.py (core) Adding sort options for columns. 3 years ago
table.py (core) Use MixedTypesKey for sort_by arg of lookupRecords to avoid errors in Python 3 3 years ago
table_data_set.py (core) Simple Python 3 compatibility changes 3 years ago
test_acl_formula.py (core) Simple Python 3 compatibility changes 3 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) Raise syntax errors that Python can format nicely to show the location 3 years ago
test_column_actions.py (core) Simple Python 3 compatibility changes 3 years ago
test_completion.py (core) update tests after jenkins engine freshening 3 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 some bugs with ChoiceList in summary tables, and evaluation of lookups. 3 years ago
test_display_cols.py (core) discount indirect changes for access control purposes 3 years ago
test_docmodel.py (core) Simple Python 3 compatibility changes 3 years ago
test_engine.py (core) Add RenameChoices user action 3 years ago
test_find_col.py (core) move data engine code to core 4 years ago
test_formula_error.py (core) Adding traceback to trigger formulas 3 years ago
test_formula_undo.py (core) Suggest correct table when converting to RefList 3 years ago
test_functions.py (core) Remaining Python 3 compatibility changes 3 years ago
test_gencode.py (core) Raise syntax errors that Python can format nicely to show the location 3 years ago
test_gpath.py (core) Simple Python 3 compatibility changes 3 years ago
test_import_actions.py (core) Simple Python 3 compatibility changes 3 years ago
test_logger.py (core) move data engine code to core 4 years ago
test_lookups.py (core) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups. 3 years ago
test_match_counter.py (core) Simple Python 3 compatibility changes 3 years ago
test_migrations.py (core) Simple Python 3 compatibility changes 3 years ago
test_moment.py (core) Simple Python 3 compatibility changes 3 years ago
test_record_func.py (core) Simple Python 3 compatibility changes 3 years ago
test_recordlist.py (core) Implement trigger formulas (generalizing default formulas) 3 years ago
test_reflist_rel.py (core) Fix a bug that occurs after remaing a table containing a RefList column. 4 years ago
test_relabeling.py (core) Remaining Python 3 compatibility changes 3 years ago
test_renames.py (core) Suggest correct table when converting to RefList 3 years ago
test_renames2.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_replay.py (core) Add test_replay for easily replaying data sent to the sandbox purely within python 3 years ago
test_side_effects.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_sort_spec.py (core) Adding sort options for columns. 3 years ago
test_summary.py (core) Nicer conversion from numeric to text 3 years ago
test_summary2.py (core) Simple Python 3 compatibility changes 3 years ago
test_summary_choicelist.py (core) Add RenameChoices user action 3 years ago
test_summary_undo.py (core) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups. 3 years ago
test_table_actions.py (core) Remove code related to _grist_TableViews 3 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. 4 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) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups. 3 years 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) Simple Python 3 compatibility changes 3 years ago
test_urllib_patch.py (core) Remaining Python 3 compatibility changes 3 years ago
test_user.py (core) Add 'user' variable to trigger formulas 3 years ago
test_useractions.py (core) Remove code related to _grist_TableViews 3 years ago
testsamples.py (core) move data engine code to core 4 years ago
testscript.json (core) Remove REPL code 3 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) move data engine code to core 4 years ago
urllib_patch.py (core) Remaining Python 3 compatibility changes 3 years ago
user.py (core) Add 'user' variable to trigger formulas 3 years ago
useractions.py (core) Fix some bugs with ChoiceList in summary tables, and evaluation of lookups. 3 years ago
usercode.py (core) Raise syntax errors that Python can format nicely to show the location 3 years ago
usertypes.py (core) Nicer conversion from numeric to text 3 years ago
xmlrunner.py (core) Run python unit tests again in python 3 3 years ago