seitime-frappe/frappe/utils
Sumit Bhanushali 60fe377a72
Merge pull request #27429 from Vishnu7025/utils-functions
feat: add get_month function to return current or specific month as a…
2024-08-22 01:18:44 +05:30
..
__init__.py fix: back compat 2024-06-24 10:16:51 +02:00
background_jobs.py fix: Pass string method path to q.enqueue_call 2024-07-12 20:10:30 +02:00
backups.py feat: ignore tar: file changed as we read it during backups 2024-05-17 11:39:41 +05:30
bench_helper.py chore: grammar? 2024-03-04 16:32:48 +05:30
boilerplate.py chore: added framework espresso logo 2024-08-12 22:22:18 +05:30
caching.py fix: pass user and shared params when checking for cache keys (#26402) 2024-05-10 12:48:43 +00:00
change_log.py fix: ignore apps without pyproject (#26498) 2024-05-21 07:44:07 +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 chore(csvutils): update messages 2024-05-08 16:18:53 +05:30
dashboard.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
data.py chore: pre-commit 2024-08-21 18:49:48 +00:00
dateutils.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
defaults.py feat: set a non-null value if docfield isn't set as nullable 2023-11-16 14:51:57 +05:30
deprecations.py refactor(db): deprecated unused functions 2022-11-09 16:10:09 +05:30
diff.py fix!: Switch to creation as default sort order 2024-03-27 11:18:28 +05:30
doctor.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00
error.py fix: log unhandled exceptions in monitor log (#25897) 2024-04-10 08:04:32 +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 feat: FC specific update notifications 2024-05-04 15:08:34 +05:30
global_search.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
goal.py fix!: improved filter validation in Engine.get_query 2023-05-31 14:16:52 +05:30
html_utils.py fix(sanitize_html): sanitize all string inputs 2024-08-19 13:10:15 +05:30
identicon.py docs: consistency 2023-12-20 14:02:32 +05:30
image.py fix: preserve exif data in optimized image (#27341) 2024-08-08 11:28:32 +02:00
install.py feat!: simplify admin password prompt for new site (#25937) 2024-04-13 13:10:37 +05:30
jinja.py fix: dont translate syntax error messages 2024-05-17 13:05:06 +05:30
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 fix: 755 -> 644 2024-02-23 16:54:10 +05:30
make_random.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
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
oauth.py fix: redirect to default path via social login 2024-08-13 12:23:20 +05:30
password.py chore: include a link to FC docs regarding what to do with encryption key for restored sites 2024-03-07 12:12:05 +05:30
password_strength.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
pdf.py chore: warn if wkhtmltopdf is invalid (#26174) 2024-04-30 10:36:56 +00:00
print_format.py fix: add missing arg while invoking _download_multi_pdf 2024-03-26 05:41:02 +00:00
redis_queue.py feat: connect to redis sentinel for redis queue 2024-03-18 06:10:31 +00:00
redis_wrapper.py refactor: frappe.cache.set_value 2024-07-12 19:55:38 +02:00
response.py fix(json_handler): handle uuid.UUID 2024-03-13 17:27:30 +05:30
safe_exec.py feat: Add get_month function to return current or specific month as a string 2024-08-17 14:11:00 +00:00
scheduler.py chore(scheduler): never mark sites as dormant if running in developer mode 2024-08-12 13:27:14 +05:30
sentry.py perf: num2words, babel, gettext, sentry imports (#26475) 2024-05-18 07:20:41 +00:00
synchronization.py fix: Prevent multiple schedulers from running on same bench (#25340) 2024-03-11 14:12:31 +00:00
telemetry.py perf: avoid importing posthog if not required 2024-03-15 10:51:17 +05:30
testutils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
typing_validations.py fix: ignore unittest.mock objects during typing validations (#26301) 2024-05-02 11:00:02 +00:00
user.py feat: add vim and emacs mode for ace-editor (#25936) 2024-04-16 11:35:58 +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