seitime-frappe/frappe
2022-06-15 16:40:29 +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 Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-06-15 16:40:29 +05:30
config style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
contacts refactor: filter_dynamic_link_doctypes API 2022-06-13 18:39:56 +05:30
core Merge pull request #17124 from s-aga-r/fix/user-type 2022-06-15 16:13:31 +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 Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-06-15 16:40:29 +05:30
desk test: Fix dashboard chart test cases 2022-06-15 16:11:55 +05:30
email feat(ux): show log retention policy in sidebar 2022-06-15 12:33:17 +05:30
event_streaming test: Skip test_multiple_doctypes_sync for Postgres tests 2022-06-08 12:42:34 +05:30
geo Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-06-15 16:40:29 +05:30
integrations fix: Cast singles_dict' values 2022-06-15 10:40:26 +05:30
model perf(db_query): Maintain compiled pattern globally 2022-06-14 17:17:22 +05:30
modules fix!: meaningful error messages over KeyError 2022-05-29 13:46:48 +05:30
patches Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-06-15 16:40:29 +05:30
printing fix: fix ux for print preview page (#17087) 2022-06-08 14:58:06 +05:30
public Merge pull request #17132 from nabinhait/minor-fixes 2022-06-15 15:42:56 +05:30
query_builder fix: Patch qb for different schemas in same process 2022-06-15 15:55:43 +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 perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
tests test: ensure temp tables are removed exist 2022-06-15 12:30:38 +05:30
translations fix: update fr translation (#17090) 2022-06-07 14:55:19 +05:30
utils Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-06-15 16:40:29 +05:30
website chore: Drop duplicate get_frontmatter definition 2022-06-13 18:39:56 +05:30
workflow refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
www perf: App Page 2022-06-13 18:39:56 +05:30
__init__.py Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-06-15 16:40:29 +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 perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
cache_manager.py fix(minor): circular imports? 2022-04-18 17:29:03 +05:30
client.py fix: pass parent doctype on client.get_value (#17196) 2022-06-15 14:59:25 +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 fix!: dont auto set old logs as "seen" 2022-06-15 12:30:38 +05:30
installer.py Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-06-15 16:40:29 +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 style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
parallel_test_runner.py test!: dont autocommit on test object recreation 2022-04-22 19:47:54 +05:30
patches.txt fix: clear pending logs using big-deletes 2022-06-15 12:33:14 +05:30
permissions.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +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 Fix: Delete Share in Frontend when read is de-selected (#17020) 2022-05-31 14:21:51 +05:30
test_runner.py feat: run tests all doctypes in module def 2022-06-08 11:54:36 +05:30
translate.py perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
twofactor.py fix: translate email body for 2FA (#17045) 2022-06-01 12:02:23 +05:30