0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00
penpot/backend/test/backend_tests
Andrey Antukh cacee40d11 🎉 Add proper schema encoding/decoding mechanism
this allows almost all api operations to success usin application/json
encoding with the exception of the update-file, which we need to
approach a bit differently;

the reason update-file is different, is because the operations vector
is right now defined without the context of shape type, so we are just
unable to properly parse the value to correct type using the schema
decoding mechanism
2024-08-21 11:27:36 +02:00
..
test_files
bounce_handling_test.clj Improve internal naming of setup/props 2024-03-14 10:48:23 +01:00
email_sending_test.clj 💄 Fix format issues on backend module 2023-11-29 12:55:58 +01:00
helpers.clj Improve file snapshoting mechanism 2024-07-29 10:19:34 +02:00
http_middleware_access_token_test.clj
loggers_webhooks_test.clj ♻️ Add API consistency fixes for task calling 2024-06-25 13:24:17 +02:00
rpc_access_tokens_test.clj 💄 Fix format issues on backend module 2023-11-29 12:55:58 +01:00
rpc_audit_test.clj 🐛 Fix audit context forwarding on explicit events 2024-07-24 21:25:55 +02:00
rpc_comment_test.clj Use a prefixed dir for storing temp files 2024-02-14 09:53:54 +01:00
rpc_cond_middleware_test.clj Use a prefixed dir for storing temp files 2024-02-14 09:53:54 +01:00
rpc_file_test.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
rpc_file_thumbnails_test.clj 🎉 Add file-data offload mechanism 2024-08-09 14:28:18 +02:00
rpc_font_test.clj 🎉 Add file-data offload mechanism 2024-08-09 14:28:18 +02:00
rpc_management_test.clj Simplify v2 migration helpers on srepl ns 2024-04-10 15:31:49 +02:00
rpc_media_test.clj Use a prefixed dir for storing temp files 2024-02-14 09:53:54 +01:00
rpc_profile_test.clj 🐛 Check complaints reports in the same way as bounces are checked 2024-07-31 12:02:42 +02:00
rpc_project_test.clj Add safety mechanism for direct object deletion 2024-01-03 10:56:57 +01:00
rpc_quotes_test.clj Use a prefixed dir for storing temp files 2024-02-14 09:53:54 +01:00
rpc_team_test.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
rpc_viewer_test.clj Use a prefixed dir for storing temp files 2024-02-14 09:53:54 +01:00
rpc_webhooks_test.clj 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
storage_test.clj Use a prefixed dir for storing temp files 2024-02-14 09:53:54 +01:00
tasks_telemetry_test.clj 💄 Fix format issues on backend module 2023-11-29 12:55:58 +01:00
util_objects_map_test.clj 💄 Fix format issues on backend module 2023-11-29 12:55:58 +01:00
util_pointer_map_test.clj 💄 Fix format issues on backend module 2023-11-29 12:55:58 +01:00