seitime-frappe/frappe
Gavin D'souza 96b3ee4dc3 fix(webhook): Unbound 'r' through request timeout
Errors like `requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='httpbin.org', port=443): Read timed out. (read timeout=5)`

ref: https://github.com/frappe/frappe/runs/7126891200?check_suite_focus=true
2022-06-30 13:36:08 +05:30
..
automation fix(email): Maintain multi-tenancy translation sanity in error messages 2022-06-07 13:22:45 +05:30
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
commands fix: remove bare exception catching 2022-06-28 18:05:00 +05:30
config style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
contacts chore: translate before searching doctype 2022-06-20 11:16:24 +05:30
core Merge branch 'develop' into migration_failures 2022-06-29 15:33:20 +05:30
custom fix: show doctype and fieldname filters 2022-06-13 16:42:37 +05:30
data Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta 2021-10-20 18:40:18 +05:30
database Revert "feat: Adding support to Query engine" 2022-06-29 23:30:23 +05:30
desk Revert "feat: Adding support to Query engine" 2022-06-29 23:30:23 +05:30
email Merge pull request #17337 from ankush/lint_cleanup 2022-06-29 11:39:05 +05:30
event_streaming fix: use the correct dt name while populating data in mapping table 2022-06-14 14:12:50 +05:30
geo Fix: Change currency fraction for Singapore from Sen to Cent (#16987) 2022-05-25 15:14:31 +05:30
integrations fix(webhook): Unbound 'r' through request timeout 2022-06-30 13:36:08 +05:30
model Merge pull request #17337 from ankush/lint_cleanup 2022-06-29 11:39:05 +05:30
modules fix!: meaningful error messages over KeyError 2022-05-29 13:46:48 +05:30
patches refactor: merge two workspace2.0 patches 2022-06-29 15:37:44 +05:30
printing fix: Skip invalid field in get_print_settings_to_show 2022-06-29 12:53:49 +05:30
public Merge branch 'develop' into enable-further-translations 2022-06-28 17:43:06 +05:30
query_builder Revert "feat: Adding support to Query engine" 2022-06-29 23:30:23 +05:30
search style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
social fix(conflicts): fix conflicts' 2022-04-18 17:29:03 +05:30
templates fix: navbar child redirection issue 2022-06-23 12:26:31 +05:30
tests Revert "feat: Adding support to Query engine" 2022-06-29 23:30:23 +05:30
translations fix: escape comma from brazilian portuguese translation (#17349) 2022-06-29 14:29:39 +05:30
utils Revert "feat: Adding support to Query engine" 2022-06-29 23:30:23 +05:30
website Merge pull request #17264 from netchampfaris/page-builder-section-ids 2022-06-22 12:48:36 +05:30
workflow feat(qb-engine): Added Aggregation function support 2022-06-28 19:41:39 +05:30
www fix: added mailto to email displayed on contact us page (#17269) 2022-06-22 13:23:15 +05:30
__init__.py Revert "feat: Adding support to Query engine" 2022-06-29 23:30:23 +05:30
api.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
app.py fix: commit after processing request of "unsafe" http method 2022-06-08 12:03:38 +05:30
auth.py perf: use redis cache for user_info 2022-05-26 18:22:31 +05:30
boot.py refactor: Re-write queries using SubQuery 2022-05-27 17:32:37 +05:30
build.py fix: remove bare exception catching 2022-06-28 18:05:00 +05:30
cache_manager.py fix(minor): circular imports? 2022-04-18 17:29:03 +05:30
client.py fix!: remove unnecessary get_default API (#17295) 2022-06-27 01:01:03 +05:30
coverage.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
defaults.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
deferred_insert.py fix: dont manually commit after flushing deferred_insert 2022-05-04 14:59:19 +05:30
exceptions.py fix: Update exception message 2022-06-01 19:53:57 +05:30
frappeclient.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
handler.py Merge branch 'develop' into refactor-file 2022-06-01 15:47:55 +05:30
hooks.py chore: remove migrate 2022-06-16 14:10:01 +05:30
installer.py fix: remove bare exception catching 2022-06-28 18:05:00 +05:30
middlewares.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
migrate.py fix: Check for required services running after frappe init 2022-04-20 11:25:38 +05:30
modules.txt refactor!: Remove Data Migration Tool (#17134) 2022-06-13 16:24:00 +05:30
monitor.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
oauth.py fix(oauth): Send id_token of the authorized user instead of Guest 2022-06-21 21:52:22 +05:30
parallel_test_runner.py test!: dont autocommit on test object recreation 2022-04-22 19:47:54 +05:30
patches.txt refactor: merge two workspace2.0 patches 2022-06-29 15:37:44 +05:30
permissions.py refactor: get_permissions 2022-06-27 15:18:06 +05:30
rate_limiter.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
realtime.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
recorder.py perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
sessions.py perf: App Page 2022-06-13 18:39:56 +05:30
share.py feat(qb-engine): Added Aggregation function support 2022-06-28 19:41:39 +05:30
test_runner.py feat: run tests all doctypes in module def 2022-06-08 11:54:36 +05:30
translate.py fix: Translate strings in public folders too 2022-06-29 11:58:53 +05:30
twofactor.py fix: remove bare exception catching 2022-06-28 18:05:00 +05:30