seitime-frappe/frappe
Akhil Narang 8658196650
fix(enqueue): pass the original method argument here
Don't pass the stringified version - this is what goes to RQ, and the string we construct isn't always "correct"

For example, 87d121f47a/frappe/email/doctype/email_queue/email_queue.py (L735-L736) generates `frappe.email.doctype.email_queue.email_queue.QueueBuilder.send_emails` which will result in `ModuleNotFoundError: No module named 'frappe.email.doctype.email_queue.email_queue.QueueBuilder'; 'frappe.email.doctype.email_queue.email_queue' is not a package`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-03-29 14:05:33 +05:30
..
api fix: assume v1 if path is not set 2023-10-16 18:13:50 +05:30
automation fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
change_log
commands refactor(new-site): update rollback prompt 2024-03-29 12:12:19 +05:30
config refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
contacts fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
core Merge pull request #25660 from uhrjun/develop 2024-03-28 17:17:41 +05:30
custom refactor: update usage of modified everywhere 2024-03-27 11:23:13 +05:30
data
database fix: check if rollback callback is defined 2024-03-29 12:00:25 +05:30
desk fix(round 3): switch to creation sorting (#25669) 2024-03-27 08:59:04 +00:00
email Merge pull request #25650 from akhilnarang/fix-replyto-communication-reply 2024-03-28 10:03:57 +05:30
geo feat: In-Context Translation 2024-03-27 12:53:15 +01:00
gettext feat: move languages to CSV file, add enabled property 2024-03-27 00:18:36 +01:00
integrations refactor!: sort by creation for clearing old logs 2024-03-27 13:04:01 +05:30
locale feat: In-Context Translation 2024-03-27 12:53:15 +01:00
model Merge pull request #25256 from ankush/no_commit_doc_events 2024-03-28 12:28:12 +05:30
modules refactor: migrate virtual doctypes to new API 2024-03-11 18:25:05 +05:30
patches fix: rewrite __UserSettings to update default sort order 2024-03-27 11:40:03 +05:30
printing fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
public fix: make insights ad translatable 2024-03-28 17:19:53 +01: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: update sort order in doctypes 2024-03-27 11:18:28 +05:30
templates Merge pull request #25677 from barredterra/in-context-translation 2024-03-27 20:42:07 +05:30
tests Merge pull request #25256 from ankush/no_commit_doc_events 2024-03-28 12:28:12 +05:30
types fix: we want DF.Literal[None], not DF.LiteralNone 2024-03-13 15:57:46 +05:30
utils fix(enqueue): pass the original method argument here 2024-03-29 14:05:33 +05:30
website refactor!: sort by creation for clearing old logs 2024-03-27 13:04:01 +05:30
workflow fix: update sort order in doctypes 2024-03-27 11:18:28 +05:30
www fix: load crowdin script using https 2024-03-27 13:15:53 +01:00
__init__.py fix(generate_hash): Deprecate txt parameter - its not used. 2024-03-29 12:12:15 +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 refactor(installer): use frappe.generate_hash() to generate database name 2024-03-29 12:12:19 +05:30
middlewares.py
migrate.py refactor: add_column (#24867) 2024-02-12 07:45:18 +00:00
modules.txt
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 Merge pull request #25624 from ankush/creation 2024-03-27 13:25:53 +05:30
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 fix(round 3): switch to creation sorting (#25669) 2024-03-27 08:59:04 +00:00
twofactor.py refactor(twofactor): reduce number of calls to redis 2024-02-19 14:28:35 +05:30