seitime-frappe/frappe
Ankush Menat 0d056a3a2b test: fix broken tests
Fixture test:
This is broken cause it's trying to find doctype after it has been
deleted (wut?)
It was working so far because cache wasn't cleared correctly so you'd
still find it from cache.

db.set_value test:
converted to use last query instead of patching SQL
2023-06-03 22:53:10 +05:30
..
automation refactor: Workspace cleanup (#21100) 2023-05-26 14:42:31 +05:30
change_log
commands refactor!: remove rollback_observers 2023-06-03 18:44:19 +05:30
config chore: dead code removal (#18410) 2022-10-13 15:55:40 +05:30
contacts Merge pull request #19734 from barredterra/load-address-and-contact-display 2023-05-24 15:39:04 +05:30
core refactor: RQ enqueue after commit and tests 2023-06-03 18:44:19 +05:30
custom perf(customize_form): rebuild global search in bg 2023-06-03 22:28:35 +05:30
data
database perf: finer cache eviction on db.set_value 2023-06-03 22:53:10 +05:30
desk chore: remove duplicate cache clearing 2023-06-03 22:53:10 +05:30
email refactor: attach txt file in received emails 2023-05-26 11:45:03 +00:00
geo fix mapview display (#20187) 2023-03-01 15:37:46 +05:30
integrations Merge pull request #21064 from frappe/feat-dynamic-webhook-url 2023-06-02 13:02:12 +05:30
model fix: move cache clearing away from document 2023-06-03 22:53:10 +05:30
modules feat: patches.txt template added by default for new apps #21046 (#21070) 2023-05-24 14:47:06 +05:30
patches feat!: populate fields from kwargs in frappe.new_doc (#21190) 2023-05-31 12:29:31 +05:30
printing fix: Hide font-size from print format 2023-05-31 15:44:05 +05:30
public Merge pull request #21206 from resilient-tech/attach-formatter 2023-06-02 16:57:01 +05:30
query_builder feat: Truncate QB function 2023-05-26 14:03:47 +05:30
search refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +05:30
social feat: UnixTimestamp QB function 2023-01-09 12:05:52 +05:30
templates chore!: remove mixpanel code (#21112) 2023-05-25 17:10:43 +05:30
tests test: fix broken tests 2023-06-03 22:53:10 +05:30
translations Update de.csv 2023-05-22 19:39:21 +02:00
utils perf: Delete multiple keys in O(1) redis calls 2023-06-03 22:53:10 +05:30
website fix: handle multiple webform for same doctype 2023-06-03 16:52:51 +05:30
workflow chore: linter fix 2023-05-10 17:36:57 +05:30
www chore!: remove mixpanel code (#21112) 2023-05-25 17:10:43 +05:30
__init__.py fix: Invalidate cache on rollback too 2023-06-03 22:53:10 +05:30
api.py fix: Apply field permlevel for doc GET via REST 2023-01-09 15:47:21 +05:30
app.py refactor!: Remove dynamic addition of _comments (#21217) 2023-06-02 21:57:58 +05:30
auth.py fix: login before check should be inclusive (#19974) 2023-02-10 20:04:54 +05:30
boot.py refactor: remove form tour settings 2023-05-25 15:04:38 +05:30
build.py refactor: which > find_executable (#18872) 2022-11-14 18:15:38 +05:30
cache_manager.py fix: reliable cache clearing for doctype 2023-06-03 22:53:10 +05:30
client.py fix: Apply field permlevel for doc GET via REST 2023-01-09 15:47:21 +05:30
coverage.py ci: dont fail silently and wait for coverage 2022-08-13 22:50:22 +05:30
defaults.py fix: Consider global default in user perm 2023-04-07 11:32:49 +05:30
deferred_insert.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
exceptions.py feat: Allow specifying rounding method in flt 2023-03-08 10:59:02 +05:30
frappeclient.py refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +05:30
handler.py fix: content_type can be None during file upload (#20572) 2023-04-03 19:49:56 +05:30
hooks.py fix: offset log cleanup to avoid deadlocks (#21105) 2023-05-24 18:13:16 +05:30
installer.py refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +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: log requests even if no response (#20638) 2023-04-11 07:29:14 +05:30
oauth.py fix(oauth): add exp to idToken (#20694) 2023-05-05 01:19:03 +05:30
parallel_test_runner.py fix: use monotonic clock for timing code (#19138) 2022-12-06 15:42:37 +05:30
patches.txt refactor: Workspace cleanup (#21100) 2023-05-26 14:42:31 +05:30
permissions.py fix: incorrect caching of is_owner permissions (#21048) 2023-05-19 09:34:48 +05:30
rate_limiter.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
realtime.py refactor: move flush_realtime_log to realtime.py 2023-06-03 18:44:19 +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 perf: dont cache intermediate translation files 2023-04-11 12:10:49 +05:30
twofactor.py fix: allow reset_otp_secret only if Two Factor Auth is enabled (#20506) 2023-04-03 15:02:05 +05:30