seitime-frappe/frappe
2024-03-20 12:29:58 +05:30
..
api fix: assume v1 if path is not set 2023-10-16 18:13:50 +05:30
automation fix: Export None as type if select as no options (#25211) 2024-03-04 06:42:41 +00:00
change_log
commands Merge pull request #25417 from akhilnarang/psql-history-log 2024-03-14 12:33:24 +05:30
config refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
contacts feat(address): Add no_title param to get_condensed_address Jinja filter (#24949) 2024-02-23 05:46:14 +00:00
core test: fix timeout decorator (#25489) 2024-03-16 15:59:04 +05:30
custom fix: allow transitioning to long text 2024-03-15 15:00:07 +05:30
data
database fix: can't compare str with int 2024-03-13 12:52:54 +05:30
desk fix: only trim tab if it starts with tab 2024-03-20 12:29:58 +05:30
email fix: set sane default timeout on SMTP 2024-03-18 19:19:32 +05:30
geo fix: add default timezone for Tanzania 2024-02-12 16:45:49 +05:30
gettext fix: suggested correction applied 2024-03-19 00:04:22 -03:00
integrations fix: notify on failed s3 backup upload (#25544) 2024-03-19 15:50:37 +00:00
locale fix: sync translations from crowdin (#25508) 2024-03-18 21:18:06 +05:30
model refactor: duplicate check for * 2024-03-20 12:29:58 +05:30
modules refactor: migrate virtual doctypes to new API 2024-03-11 18:25:05 +05:30
patches fix: skip setting of contact full name if its too long (#25509) 2024-03-18 18:38:23 +05:30
printing refactor: replace in_list(array, member) with array.includes(member) 2024-03-10 16:09:09 +01:00
public fix: avoid translating layout field labels (#25548) 2024-03-19 18:01:39 +00:00
query_builder refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
search refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
social fix: Export None as type if select as no options (#25211) 2024-03-04 06:42:41 +00:00
templates chore(weblist): Fix data-txt encoding, remove notxt (#25101) 2024-03-15 15:51:39 +05:30
tests fix: avoid parsing reserved keywords and simple strings 2024-03-20 12:29:58 +05:30
types fix: we want DF.Literal[None], not DF.LiteralNone 2024-03-13 15:57:46 +05:30
utils feat: connect to redis sentinel for redis queue 2024-03-18 06:10:31 +00:00
website feat(kb): Add list for help article (#25102) 2024-03-15 16:12:54 +05:30
workflow fix: Export None as type if select as no options (#25211) 2024-03-04 06:42:41 +00:00
www feat: hook for print format template loader (#25037) 2024-02-26 20:20:25 +05:30
__init__.py fix: debug stuck process by sending SIGUSR1 2024-03-18 11:59:47 +05:30
app.py fix: commit regardless of framework's transaction_writes count (#25322) 2024-03-11 15:18:38 +05:30
auth.py fix: Flag impersonated sessions 2024-02-24 18:25:09 +05:30
boot.py refactor(boot): frappe.cache() -> frappe.cache 2024-02-19 14:28:35 +05:30
build.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
cache_manager.py fix(setup_module_map): fix caching 2024-02-28 17:41:18 +05:30
client.py docs: add missing full stop 2023-12-18 19:09:45 +05:30
coverage.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
defaults.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
deferred_insert.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
exceptions.py feat: allow setting a custom http status code for redirects 2023-12-20 17:36:42 +05:30
frappeclient.py chore: typo in frappeclient.py (#24854) 2024-02-11 11:06:30 +00:00
handler.py fix: Check perm for library file before cloning (#25117) 2024-02-27 18:15:20 +00:00
hooks.py perf: avoid importing posthog if not required 2024-03-15 10:51:17 +05:30
installer.py fix: update downgrade warning 2024-03-13 11:36:00 +05:30
middlewares.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
migrate.py refactor: add_column (#24867) 2024-02-12 07:45:18 +00:00
modules.txt chore: remove event streaming module 2022-08-26 00:39:41 +05:30
monitor.py fix: tz aware vs naive comparison 2023-11-24 15:03:08 +05:30
oauth.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
parallel_test_runner.py test: setup signal and faulthandler to debug stuck tests (#25494) 2024-03-17 11:01:34 +00:00
patches.txt fix(patch): Remove obviously invalid fetch from expressions (#25284) 2024-03-10 07:36:12 +00:00
permissions.py fix: translate doctype in user-facing error message 2024-02-24 02:39:29 +01:00
push_notification.py chore: Add Push Notification Settings to Integrations workspace 2024-02-28 11:07:22 +05:30
rate_limiter.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
realtime.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
recorder.py fix(recorder): handle frappe.db.sql(run=0) (#25450) 2024-03-14 17:47:37 +00:00
sessions.py refactor: Use JSON for session data (#25207) 2024-03-04 06:47:48 +00:00
share.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
test_runner.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
translate.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
twofactor.py refactor(twofactor): reduce number of calls to redis 2024-02-19 14:28:35 +05:30