seitime-frappe/frappe/utils
Ankush Menat 8e273d6701
chore: remove doctype overrides from hooks template (#31444)
This is a shit feature, don't advertise it to the world or make it easy
to use it.
2025-02-27 05:50:12 +00:00
..
__init__.py perf: use client side cache for assets.json 2025-01-14 13:57:41 +05:30
background_jobs.py fix: make nofork workers exit periodically 2025-02-17 18:55:25 +05:30
backups.py chore(typing): fix some (exotic) type errors treewide (#28210) 2024-10-21 10:02:04 +00:00
bench_helper.py fix: always print tracebacks (#28838) 2024-12-19 12:46:11 +00:00
boilerplate.py chore: remove doctype overrides from hooks template (#31444) 2025-02-27 05:50:12 +00:00
caching.py fix: only cache if called directly 2025-01-24 19:08:04 +05:30
change_log.py fix: Commit ID parsing (#28975) 2024-12-31 10:33:57 +00:00
commands.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
connections.py fix: allow rediss connection scheme 2024-08-17 16:15:25 -04:00
csvutils.py feat(csvutils): make sniffer usage optional 2025-01-15 10:58:41 +05:30
dashboard.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
data.py feat: mini pretty dates (#31331) 2025-02-20 05:18:45 +00:00
dateutils.py feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
defaults.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
deprecations.py devx: add deprecation dumpster (#27887) 2024-10-08 18:56:10 +02:00
diff.py fix!: Switch to creation as default sort order 2024-03-27 11:18:28 +05:30
doctor.py fix: check for running jobs before migrating (#31438) 2025-02-26 09:30:38 +00:00
error.py chore: Update raise_error_on_no_output documentation and example 2025-01-22 08:12:08 +00:00
file_lock.py refactor: simplify code 2024-02-06 13:02:45 +05:30
file_manager.py fix: Drop file_manager.download_file (#26575) 2024-05-27 19:30:48 +05:30
fixtures.py fix: added prefix none as default in export_fixtures (#24816) 2024-02-10 08:21:56 +00:00
formatters.py fix(formatters): Translate Select value in format_value (#24951) 2024-02-26 21:05:44 +05:30
frappecloud.py fix: granular status in system health report 2025-02-25 10:38:25 +05:30
global_search.py fix: fetch data from submitted child rows for global search indexing (#31405) 2025-02-24 18:27:47 +05:30
goal.py fix!: improved filter validation in Engine.get_query 2023-05-31 14:16:52 +05:30
html_utils.py fix: add summary html element to acceptable_elements 2024-11-15 16:54:18 +05:30
identicon.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
image.py fix: preserve exif data in optimized image (#27341) 2024-08-08 11:28:32 +02:00
install.py fix: persistent per-site record creation log (#28070) 2024-10-10 09:32:59 +00:00
jinja.py Revert "fix: Always reset globals on cached templates (#30897)" (#30906) 2025-01-28 10:02:00 +00:00
jinja_globals.py chore: add include_icons jinja global 2024-06-11 20:03:15 +02:00
lazy_loader.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
logger.py Testing Module (#28000) 2024-10-07 09:46:49 +02:00
make_random.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
modules.py refactor!: make room in the frappe.config namespace 2024-09-12 12:18:58 +02:00
momentjs.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
nestedset.py fix: incorrect parameters in frappe.db.set_value call in after_rename method 2024-08-13 16:33:11 +05:30
number_format.py feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
oauth.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
password.py Merge remote-tracking branch 'upstream/develop' into invalid-encr-key-message 2024-12-24 12:36:33 +05:30
password_strength.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
pdf.py fix: redirect cssutils logger to file (#28692) 2024-12-08 13:42:18 +05:30
print_format.py chore(printview): change error message 2024-12-23 13:29:44 +05:30
redis_queue.py refactor: permutate implementation to assert no functional change in preparation (#28160) 2024-10-18 02:40:06 +02:00
redis_wrapper.py fix: handle typical client tracking errors 2025-01-25 10:15:50 +05:30
response.py fix: ignore disable_traceback if _dev_server is True 2025-02-19 12:59:14 +05:30
safe_exec.py perf!: Cache site configs in memory for 60 seconds (#28869) 2024-12-27 16:21:14 +00:00
scheduler.py fix: granular status in system health report 2025-02-25 10:38:25 +05:30
sentry.py feat: Enable Sentry Sampling 2024-10-28 11:27:51 +01:00
synchronization.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
telemetry.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
testutils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
typing_validations.py perf: use cached function signature 2025-01-06 11:23:30 +05:30
user.py perf: use cached user document 2025-01-14 19:01:31 +05:30
verified_command.py refactor: hmac generation 2022-11-12 13:05:57 +05:30
weasyprint.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
xlsxutils.py fix(XLSX): remove unsupported characters from sheet title 2024-08-05 18:01:30 +05:30