seitime-frappe/frappe
Ankush Menat 3414c0d063 refactor!: Merge redis_socketio and redis_queue
- realtime communication uses pub-sub and no storage. So using same
  redis server for both should be just fine.
- This is how FC works since quite a lot of time. We haven't seen any
  problem so far.
2023-06-11 11:40:22 +05:30
..
automation refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +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 chore: bump many more old packages 2023-06-10 20:47:27 +05:30
custom fix: minor improvements to CustomizeForm.reset_layout (#21296) 2023-06-09 10:40:05 +05:30
data Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta 2021-10-20 18:40:18 +05:30
database refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
desk chore: linter fix 2023-06-08 16:52:24 +05:30
email chore: fix linter 2023-06-08 16:20:10 +05:30
geo fix mapview display (#20187) 2023-03-01 15:37:46 +05:30
integrations refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
model perf: use cached workflow doc for transitions (#21300) 2023-06-09 12:43:40 +05:30
modules refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
patches fix: consider default value for content in update_workspace2 patch (#21258) 2023-06-08 13:14:37 +05:30
printing fix: Hide font-size from print format 2023-05-31 15:44:05 +05:30
public Merge branch 'develop' of https://github.com/frappe/frappe into scroll-to-field-via-url 2023-06-10 17:33:47 +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 refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
templates chore!: remove mixpanel code (#21112) 2023-05-25 17:10:43 +05:30
tests build(deps): PyPDF2 -> pypdf 2023-06-10 20:47:27 +05:30
translations Update de.csv 2023-05-22 19:39:21 +02:00
utils refactor!: Merge redis_socketio and redis_queue 2023-06-11 11:40:22 +05:30
website build(deps): bump many dependencies 2023-06-10 20:47:27 +05:30
workflow refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
www refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
__init__.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
api.py fix: Apply field permlevel for doc GET via REST 2023-01-09 15:47:21 +05:30
app.py feat: log pid and user in request logs (#21267) 2023-06-08 19:43:29 +05:30
auth.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
boot.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
build.py refactor: which > find_executable (#18872) 2022-11-14 18:15:38 +05:30
cache_manager.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +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 refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
deferred_insert.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +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 refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +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 fix: consider default value for content in update_workspace2 patch (#21258) 2023-06-08 13:14:37 +05:30
permissions.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
rate_limiter.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
realtime.py refactor!: Merge redis_socketio and redis_queue 2023-06-11 11:40:22 +05:30
recorder.py perf: use cached workflow doc for transitions (#21300) 2023-06-09 12:43:40 +05:30
sessions.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +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 refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
twofactor.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30