seitime-frappe/frappe/search
Ankush Menat 49437f53b4
feat: operation level locking for CLI commands (#19162)
This prevents mistakenly issuing same commands twice which can be
dangerous.

added global lock(s):
- [x] bench build

added site level lock(s):
- [x] bench new-site sitename
- [x] bench --site sitename migrate
- [x] bench install-app appname
- [x] bench build
- [x] bench restore (the code is just meh, needs some cleanup)

closes https://github.com/frappe/frappe/issues/13215
2022-12-08 13:24:43 +05:30
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
full_text_search.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
test_full_text_search.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
website_search.py feat: operation level locking for CLI commands (#19162) 2022-12-08 13:24:43 +05:30