seitime-frappe/frappe
Ankush Menat 8adfdcbc1d tests: clear DB transactions before all db calls
Because of repeatable read isolation,
changes from externally executed command dont reflect until transaction is ended.
2023-01-16 17:32:29 +05:30
..
automation refactor!: Remove activity feed (#19241) 2022-12-12 15:29:32 +05:30
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
commands feat(minor): add use-default-authtoken to ngrok command 2023-01-02 16:27:38 +05:30
config chore: dead code removal (#18410) 2022-10-13 15:55:40 +05:30
contacts fix(postgres): psql with remote databases 2022-12-20 15:14:38 +05:30
core fix: changing documentation_url docfields type from Small Text to Data(URL) 2023-01-11 20:57:11 +05:30
custom fix: use doc_type within frappe.model.with_doctype 2023-01-07 17:35:50 -05:00
data Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta 2021-10-20 18:40:18 +05:30
database chore(docstring): fix docstring to match the value of MAX_WRITES_PER_TRANSACTION (#19572) 2023-01-12 17:47:59 +05:30
desk fix(UX): Leaderboard company field validation (#19562) 2023-01-11 14:22:08 +05:30
email fix: only allow system manager to create email templates 2023-01-02 12:25:37 +00:00
geo fix: Allow everyone to read geo data (#19451) 2023-01-02 12:01:32 +05:30
integrations docs: clarify what s3 endpoint does (#19566) 2023-01-11 15:43:24 +05:30
model fix(UX): Better message for update after submit. (#19558) 2023-01-10 19:35:45 +05:30
modules fix: use monotonic clock for timing code (#19138) 2022-12-06 15:42:37 +05:30
patches refactor: replace bad usage of db.set_value 2023-01-04 11:13:53 +05:30
printing fix: Pass _lang in get_raw_commands API call for Frappe WSGi 2022-12-15 13:47:05 +05:30
public Merge pull request #19587 from shariquerik/hide-workspace-firefox-fix 2023-01-16 10:27:20 +05:30
query_builder feat: UnixTimestamp QB function 2023-01-09 12:05:52 +05:30
search fix: move filelock imports to functions (#19300) 2022-12-15 15:21:31 +05:30
social feat: UnixTimestamp QB function 2023-01-09 12:05:52 +05:30
templates fix: use title instead of name in message body too 2022-12-31 20:04:59 +05:30
tests tests: clear DB transactions before all db calls 2023-01-16 17:32:29 +05:30
translations Merge branch 'develop' into select-print-language 2022-12-08 17:15:12 +01:00
utils refactor: filter out apps not installed on bench 2023-01-16 13:54:40 +05:30
website fix: Dont create __init__.py in prod 2023-01-06 13:31:32 +05:30
workflow fix(workflow): Remove docstatus field from get_workflow_state_count (#19332) 2022-12-19 11:50:58 +05:30
www fix: strength check on password control (#19561) 2023-01-11 13:13:17 +05:30
__init__.py refactor: filter out apps not installed on bench 2023-01-16 13:54:40 +05:30
api.py refactor: simplify api.py (#18372) 2022-10-12 15:18:39 +05:30
app.py refactor: Raise FrappeTypeError in case of type mismatches 2022-12-15 13:47:05 +05:30
auth.py fix: log unknown usernames too for failed attempts (#19199) 2022-12-08 17:41:47 +05:30
boot.py feat: Added Subscription Banner for remotely logging into FrappeCloud dashboard from site (backport #18263) (#18281) 2022-10-03 16:41:12 +05:30
build.py refactor: which > find_executable (#18872) 2022-11-14 18:15:38 +05:30
cache_manager.py fix: dont clear doctype map keys when clearing doctype cache 2022-11-02 09:58:34 +00:00
client.py fix: Check Reference Doctype perms & control indicator change 2022-11-25 12:13:49 +05:30
coverage.py ci: dont fail silently and wait for coverage 2022-08-13 22:50:22 +05:30
defaults.py perf: dont clear all cache during default install (#19078) 2022-12-02 12:48:19 +05:30
deferred_insert.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
exceptions.py refactor: Raise FrappeTypeError in case of type mismatches 2022-12-15 13:47:05 +05:30
frappeclient.py fix: allow zero page length in get_list to return complete list (#19322) 2022-12-19 11:38:10 +05:30
handler.py Merge pull request #19433 from netchampfaris/allow-video-files 2022-12-29 16:09:10 +05:30
hooks.py fix: ignore unhandled emails while deleting email account (#19534) 2023-01-09 16:53:23 +05:30
installer.py fix: set-config -g (#19217) 2022-12-09 11:10:09 +05:30
middlewares.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
migrate.py fix: move filelock imports to functions (#19300) 2022-12-15 15:21:31 +05:30
modules.txt chore: remove event streaming module 2022-08-26 00:39:41 +05:30
monitor.py fix: use compact JSON representation for monitor 2022-09-25 15:07:30 +05:30
oauth.py fix(oauth): Send id_token of the authorized user instead of Guest 2022-06-21 21:52:22 +05:30
parallel_test_runner.py fix: use monotonic clock for timing code (#19138) 2022-12-06 15:42:37 +05:30
patches.txt fix: patch to remove share on existing sites 2022-12-17 07:57:02 +00:00
permissions.py chore: remove deprecated check_admin_or_system_manager function (#19540) 2023-01-09 18:32:09 +05:30
rate_limiter.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
realtime.py fix(socketio)!: Event list_update > doctype_subscribe 2022-12-28 00:25:58 +05:30
recorder.py feat: finer frappe Recorder control with decorator (#19220) 2022-12-09 14:18:49 +05:30
sessions.py chore!: drop device support from session (#18729) 2022-12-05 16:37:32 +05:30
share.py fix(docshare): return None if share_name and value are None (#19187) 2022-12-08 12:49:23 +05:30
test_runner.py fix: use monotonic clock for timing code (#19138) 2022-12-06 15:42:37 +05:30
translate.py chore!: dead code (#19551) 2023-01-10 18:53:08 +05:30
twofactor.py refactor: replace bad usage of db.set_value 2023-01-04 11:13:53 +05:30