seitime-frappe/frappe/integrations/doctype
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
..
connected_app fix: handle snapshot isolation errors better (#32318) 2025-04-28 06:18:38 +00:00
dropbox_settings refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
geolocation_settings refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
google_calendar chore: Remove redundant casting 2025-04-14 17:55:30 +02:00
google_contacts refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
google_drive refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
google_settings perf: Google Calendar 2025-03-17 19:11:06 +01:00
integration_request refactor: toml test records for readability (#28065) 2024-10-10 13:24:02 +02:00
ldap_group_mapping fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
ldap_settings refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
oauth_authorization_code refactor: toml test records for readability (#28065) 2024-10-10 13:24:02 +02:00
oauth_bearer_token perf: handle clearing large oauth token table 2025-04-17 18:05:37 +05:30
oauth_client refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
oauth_client_role feat: Limit OAuth Client by roles 2024-04-29 14:18:49 +05:30
oauth_provider_settings fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
oauth_scope fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
push_notification_settings refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
query_parameters fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
s3_backup_settings feat: Configure custom path when backing up to S3 2025-03-15 17:19:30 -04:00
slack_webhook_url refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
social_login_key refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
social_login_keys style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
token_cache revert: restore JSON files (#28717) 2024-12-09 08:41:56 +00:00
webhook perf: client-cache webhooks (#31095) 2025-02-04 06:17:35 +00:00
webhook_data fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
webhook_header fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
webhook_request_log fix: handle large URL on webhook logs (#31428) 2025-02-25 09:57:29 +00:00
__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