0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00
penpot/backend/test/backend_tests
Andrey Antukh db689d151e ♻️ Refactor profile and session handling
- makes the profile access more efficient (replace in-app joins to a
  simple select query on profile table
- add partial support for access-tokens (still missing some RPC methods)
- move router definitions to specific modules and simplify the main http
  module definitions to simple includes
- simplifiy authentication code related to access-tokens and sessions
- normalize db parameters with proper namespaced props
- more work on convert all modules initialization to use proper specs
  with fully-qualified keyword config props
2023-01-18 10:51:58 +01:00
..
test_files ♻️ Refactor tests directory structure 2022-11-08 13:02:14 +01:00
bounce_handling_test.clj ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
email_sending_test.clj ♻️ Refactor tests directory structure 2022-11-08 13:02:14 +01:00
helpers.clj ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
loggers_webhooks_test.clj ♻️ Add admin facilities on the code base 2022-12-22 16:42:45 +01:00
rpc_audit_test.clj ♻️ Add admin facilities on the code base 2022-12-22 16:42:45 +01:00
rpc_comment_test.clj ♻️ Refactor comments RPC methods and add tests 2022-12-31 12:00:57 +01:00
rpc_cond_middleware_test.clj ♻️ Add admin facilities on the code base 2022-12-22 16:42:45 +01:00
rpc_file_test.clj ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
rpc_font_test.clj 🎉 Add usage quotes 2022-12-31 11:22:36 +01:00
rpc_management_test.clj ♻️ Add admin facilities on the code base 2022-12-22 16:42:45 +01:00
rpc_media_test.clj Move media mutations to commands 2023-01-05 13:23:57 +01:00
rpc_profile_test.clj ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
rpc_project_test.clj ♻️ Refactor tests directory structure 2022-11-08 13:02:14 +01:00
rpc_quotes_test.clj 🎉 Add usage quotes 2022-12-31 11:22:36 +01:00
rpc_team_test.clj 💄 Fix code consistency issues on comments rpc methods 2023-01-05 13:23:57 +01:00
rpc_viewer_test.clj ♻️ Add admin facilities on the code base 2022-12-22 16:42:45 +01:00
rpc_webhooks_test.clj ♻️ Add admin facilities on the code base 2022-12-22 16:42:45 +01:00
storage_test.clj ♻️ Refactor tests directory structure 2022-11-08 13:02:14 +01:00
tasks_telemetry_test.clj ♻️ Make the worker abstraction more scalable 2022-11-28 12:21:44 +01:00
util_objects_map_test.clj ♻️ Refactor tests directory structure 2022-11-08 13:02:14 +01:00
util_pointer_map_test.clj ♻️ Refactor tests directory structure 2022-11-08 13:02:14 +01:00