gristlabs_grist-core/test/server
Dmitry S b57a211741 (core) Fix issue with sandboxUtil where %s in message would get interpreted wrongly
Summary:
- Also converted sandboxUtil to typescript.
- The issue with %s manifested when a Python traceback contained "%s" in the
  string; in that case the object with log metadata (e.g. docId) would
  confusingly replace %s as if it were part of the message from Python.

Test Plan: Added a test case for the fix.

Reviewers: alexmojaki

Reviewed By: alexmojaki

Differential Revision: https://phab.getgrist.com/D3486
2022-06-14 10:34:00 -04:00
..
lib (core) Add GET /attachments endpoint for listing attachment metadata 2022-05-20 20:30:14 +02:00
customUtil.ts (core) disentangle some server tests, release to core, add GRIST_PROXY_AUTH_HEADER test 2022-03-24 15:11:32 -04:00
docTools.ts (core) Move Notifier to /ext 2022-05-18 08:02:32 -07:00
gristClient.ts (core) Converting server-side Comm.js to typescript 2022-06-07 15:47:17 -04:00
testUtils.ts (core) Fix issue with sandboxUtil where %s in message would get interpreted wrongly 2022-06-14 10:34:00 -04:00