seitime-frappe/frappe/utils
Ankush Menat 62529f3d74
chore(telemetry): track logged errors (#23390)
Also includes unhandled errors
2023-11-24 04:55:12 +00:00
..
__init__.py fix: code style 2023-11-17 09:30:53 +01:00
background_jobs.py feat: frappe.job local for reading job info 2023-11-04 14:06:31 +05:30
backups.py chore: give cli invocations of dbtools a dedicated interface 2023-11-09 12:14:41 +01:00
bench_helper.py fix: rely on pyenv to collect bench commands, however that may be set up (#21975) 2023-08-14 15:02:32 +05:30
boilerplate.py fix: add mariadb-client install step in workflow boilerplate 2023-10-16 19:40:09 +05:30
caching.py refactor: Remove usage of utcnow (#23369) 2023-11-23 13:21:27 +05:30
change_log.py perf: reduce memory usage of background processes (#21467) 2023-06-23 12:51:45 +05:30
commands.py fix: correct stacklevel for warnings (#18633) 2022-10-28 12:22:24 +05:30
connections.py refactor: force ipv4 localhost (#22394) 2023-09-13 16:23:23 +05:30
csvutils.py refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
dashboard.py refactor(treewide): code cleanup 2023-11-23 13:57:51 +05:30
data.py refactor: Remove usage of utcnow (#23369) 2023-11-23 13:21:27 +05:30
dateutils.py refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +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 refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
doctor.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00
error.py chore(telemetry): track logged errors (#23390) 2023-11-24 04:55:12 +00:00
file_lock.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00
file_manager.py refactor(treewide): code cleanup 2023-11-23 13:57:51 +05:30
fixtures.py refactor!: Remove custom script import 2023-06-13 13:13:23 +05:30
formatters.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
global_search.py fix: single global search sync 2023-11-06 20:29:16 +05:30
goal.py fix!: improved filter validation in Engine.get_query 2023-05-31 14:16:52 +05:30
html_utils.py refactor: Remove unnecessary code 2023-07-25 16:21:59 +05:30
identicon.py refactor: Itenticon 2022-08-11 23:53:21 +05:30
image.py fix: Set minimum resolution of image 2023-08-02 10:54:36 +05:30
install.py refactor(treewide): code cleanup 2023-11-23 13:57:51 +05:30
jinja.py fix: non-html notifications from files 2023-11-09 09:51:39 +01:00
jinja_globals.py refactor: remove txt param from generate_hash use 2022-11-10 11:56:48 +05:30
lazy_loader.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
logger.py fix: add env overrides for service orchestration (#21577) 2023-07-14 11:39:01 +05:30
make_random.py refactor: make_random 2022-08-11 23:53:21 +05:30
momentjs.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
nestedset.py refactor: defer unnecessary json-dumping of messages 2023-10-16 18:13:50 +05:30
oauth.py fix: Let social login key control signups 2023-10-14 12:43:48 +05:30
password.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00
password_strength.py refactor: assign instead of update 2023-01-24 13:51:47 +01:00
pdf.py chore: drop usage of the deprecated distutils.version.LooseVersion 2023-10-11 20:13:59 +05:30
print_format.py chore: keep deprecated function slated for removal in future 2023-10-30 17:31:25 +05:30
redis_queue.py refactor: normalize redis invocation and unblock unix domain socket conn (#21309) 2023-06-13 21:06:06 +05:30
redis_wrapper.py refactor: undo use of count in redis pop 2023-11-02 18:22:50 +05:30
response.py feat: Allow usage of print() within safe_exec() (#23084) 2023-11-20 12:45:41 +05:30
safe_exec.py feat: Allow usage of print() within safe_exec() (#23084) 2023-11-20 12:45:41 +05:30
scheduler.py refactor(scheduler): drop unused parameter (#23174) 2023-11-11 11:29:12 +05:30
synchronization.py feat: operation level locking for CLI commands (#19162) 2022-12-08 13:24:43 +05:30
telemetry.py chore: off by one error in site age 2023-08-14 10:25:11 +05:30
testutils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
typing_validations.py fix: rename type validation 2023-10-16 18:12:53 +05:30
user.py feat: Desk User role 2023-08-28 22:31:23 +05:30
verified_command.py refactor: hmac generation 2022-11-12 13:05:57 +05:30
weasyprint.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00
xlsxutils.py refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00