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
Alex Hall 6c90de4d62
(core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows
2 years ago
..
functions (core) Update the current time in formulas automatically every hour 2 years ago
imports (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
acl.py (core) Remaining Python 3 compatibility changes 3 years ago
acl_formula.py (core) AddOrUpdateRecord user action 2 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) AddOrUpdateRecord user action 2 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) Add PUT /records DocApi endpoint to AddOrUpdate records 2 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 2 years ago
docmodel.py (core) Conditional formatting rules 2 years ago
engine.py (core) Update the current time in formulas automatically every hour 2 years ago
gencode.py Correct spelling mistakes 2 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) Lossless imports 2 years ago
logger.py (core) move data engine code to core 4 years ago
lookup.py (core) Make lookups depend on all rows 2 years ago
main.py (core) Show proper message on empty Excel import, rather than a code error 2 years ago
match_counter.py (core) move data engine code to core 4 years ago
migrations.py (core) Distinct style rules for summary columns 2 years ago
moment.py (core) New type conversion in the backend 2 years ago
objtypes.py (core) A few tiny documentation tweaks. 2 years ago
parse_data.py (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
records.py Tweaks to documentation comments for user-facing Grist functions (#126) 2 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) Distinct style rules for summary columns 2 years ago
sort_specs.py (core) Adding sort options for columns. 3 years ago
summary.py (core) Distinct style rules for summary columns 2 years ago
table.py (core) Update the current time in formulas automatically every hour 2 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) Updating RawData views 2 years ago
test_completion.py (core) add a `user.SessionID` value for trigger formulas and granular access rules 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) Updating RawData views 2 years ago
test_display_cols.py (core) Updating RawData views 2 years ago
test_docmodel.py (core) Backend restrictions for raw data widgets 2 years ago
test_engine.py (core) Create an extra raw data widget when creating a table 2 years ago
test_find_col.py Correct spelling mistakes 2 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) 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) Log number of rows in user tables in data engine 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) add a `user.SessionID` value for trigger formulas and granular access rules 2 years ago
test_renames2.py Correct spelling mistakes 2 years ago
test_replay.py (core) Add test_replay for easily replaying data sent to the sandbox purely within python 3 years ago
test_rules.py (core) Updating RawData views 2 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) Updating RawData views 2 years ago
test_summary2.py (core) Updating RawData views 2 years ago
test_summary_choicelist.py (core) Updating RawData views 2 years ago
test_summary_undo.py (core) Updating RawData views 2 years ago
test_table_actions.py (core) Updating RawData views 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) add a `user.SessionID` value for trigger formulas and granular access rules 2 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) Updating RawData views 2 years ago
test_urllib_patch.py (core) Remaining Python 3 compatibility changes 3 years ago
test_user.py (core) add a `user.SessionID` value for trigger formulas and granular access rules 2 years ago
test_useractions.py (core) Updating RawData views 2 years 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) 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 a `user.SessionID` value for trigger formulas and granular access rules 2 years ago
useractions.py (core) Updating RawData views 2 years ago
usercode.py (core) Raise syntax errors that Python can format nicely to show the location 3 years ago
usertypes.py (core) New type conversion in the backend 2 years ago
xmlrunner.py (core) Run python unit tests again in python 3 3 years ago