| .. |
|
__init__.py
|
fix: send correct username in userinfo (#23177)
|
2023-11-11 08:08:39 +00:00 |
|
background_jobs.py
|
feat: frappe.job local for reading job info
|
2023-11-04 14:06:31 +05:30 |
|
backups.py
|
chore: print full path to backup (#22984)
|
2023-10-30 18:04:33 +05:30 |
|
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
|
ci: update pyupgrade
|
2023-07-14 14:24:08 +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: inline immediately returned variable
|
2023-08-08 18:09:49 +02:00 |
|
data.py
|
fix: Set system timezone for Administrator and Guest users. (#22440)
|
2023-09-20 15:26:00 +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
|
feat: error logs to include trace id
|
2023-08-23 14:20:24 +05:30 |
|
file_lock.py
|
refactor: inline immediately returned variable
|
2023-08-08 18:09:49 +02:00 |
|
file_manager.py
|
fix: support symlinked and /files directory
|
2022-11-01 13:25:21 +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: remove form tour settings
|
2023-05-25 15:04:38 +05:30 |
|
jinja.py
|
fix: disallow unsafe attrs in jinja
|
2023-08-20 22:26:19 +05:30 |
|
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: v2 error and debug log structure
|
2023-10-16 18:13:50 +05:30 |
|
safe_exec.py
|
chore: typo
|
2023-09-18 20:16:27 +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 |