seitime-frappe/frappe/integrations
Ankush Menat 2dfb96f91c
fix: handle snapshot isolation errors better (#32318)
* fix: Avoid Snapshot violation

- Main thread created and "read" user
- Other thread modified something
- Main thread wants to delete or "write" to same row.

This violates snapshot isolation.

* fix: treat snapshot violation as deadlock for now

* test: handle snapshot violations
2025-04-28 06:18:38 +00:00
..
doctype fix: handle snapshot isolation errors better (#32318) 2025-04-28 06:18:38 +00:00
frappe_providers feat: initialise and preload system settings and user for setup wizard (#32108) 2025-04-15 18:30:39 +05:30
workspace/integrations chore: Add Push Notification Settings to Integrations workspace 2024-02-28 11:07:22 +05:30
__init__.py Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration 2015-08-11 12:03:13 +05:30
google_oauth.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
oauth2.py perf: speed up oauth bearer token query (#29184) 2025-01-15 13:24:46 +00:00
oauth2_logins.py feat(auth): added keycloak as a social login provider 2024-09-06 10:13:18 +00:00
offsite_backup_utils.py feat: enable db socket connection 2024-03-29 10:29:50 +01:00
utils.py fix(make_request): don't blindly try to check the content-type 2024-06-03 18:28:22 +05:30