seitime-frappe/frappe
Maxim Sysoev eff50e1cd3
fix: filter Implementation is set operator (#25182)
* Implementation is set operator. fix issue #25180

* Refactored filtrer operator `is`,
Add tests

* fix: Correct implementation for `is set`

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-03-02 13:59:30 +00:00
..
api fix: assume v1 if path is not set 2023-10-16 18:13:50 +05:30
automation refactor: useless use of dict in frappe.get_doc 2024-02-10 12:52:38 +05:30
change_log
commands refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
config refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
contacts feat(address): Add no_title param to get_condensed_address Jinja filter (#24949) 2024-02-23 05:46:14 +00:00
core fix: use name for RQ worker instead of PID (#25175) 2024-02-29 14:38:48 +00:00
custom fix(UX): reload form after renaming field (#25159) 2024-02-29 04:26:52 +00: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 fix(postgres): treat LockNotAvailable as timeout 2024-02-29 18:04:05 +05:30
desk fix: wrap read_only functions correctly (#25018) 2024-02-22 11:16:15 +00:00
email fix(notification): ensure outgoing mail is set on comms (#24814) 2024-02-27 16:47:46 +05:30
geo fix: add default timezone for Tanzania 2024-02-12 16:45:49 +05:30
gettext feat: extract translatable strings from JS template strings (#24904) 2024-02-19 11:08:25 +05:30
integrations Merge pull request #24114 from tanmoysrt/integrate_frappe_notification 2024-02-28 11:27:57 +05:30
locale chore: update POT file 2024-02-29 04:42:35 +00:00
model fix: prevent deletion if document is locked 2024-02-29 16:34:39 +05:30
modules refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
patches refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
printing chore: replace PFB Beta link with Print Designer (#25032) 2024-02-23 20:19:08 +05:30
public refactor: validate_link_and_fetch 2024-03-01 13:31:34 +01:00
query_builder refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
search refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
social fix: ruff fixes 2024-02-07 17:04:31 +05:30
templates fix(weblist): Fix "More" button not working (#24893) 2024-02-19 11:17:46 +05:30
tests fix: filter Implementation is set operator (#25182) 2024-03-02 13:59:30 +00:00
types fix: Correct type hint (#24990) 2024-02-21 19:12:21 +05:30
utils fix: filter Implementation is set operator (#25182) 2024-03-02 13:59:30 +00:00
website fix: always show is_standard on web form (#25144) 2024-02-28 12:07:28 +00:00
workflow refactor!: Drop user based workflow action compatibility (#24956) 2024-02-20 14:37:13 +00:00
www feat: hook for print format template loader (#25037) 2024-02-26 20:20:25 +05:30
__init__.py Merge pull request #25149 from akhilnarang/minor-fixes 2024-02-28 17:53:32 +05:30
app.py feat: support array request type (#25109) 2024-02-27 16:41:33 +00:00
auth.py fix: Flag impersonated sessions 2024-02-24 18:25:09 +05:30
boot.py refactor(boot): frappe.cache() -> frappe.cache 2024-02-19 14:28:35 +05:30
build.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
cache_manager.py fix(setup_module_map): fix caching 2024-02-28 17:41:18 +05:30
client.py docs: add missing full stop 2023-12-18 19:09:45 +05:30
coverage.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
defaults.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
deferred_insert.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
exceptions.py feat: allow setting a custom http status code for redirects 2023-12-20 17:36:42 +05:30
frappeclient.py chore: typo in frappeclient.py (#24854) 2024-02-11 11:06:30 +00:00
handler.py fix: Check perm for library file before cloning (#25117) 2024-02-27 18:15:20 +00:00
hooks.py fix: update file attached_to details in submitted doc 2024-02-28 14:21:42 +05:30
installer.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
middlewares.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
migrate.py refactor: add_column (#24867) 2024-02-12 07:45:18 +00:00
modules.txt chore: remove event streaming module 2022-08-26 00:39:41 +05:30
monitor.py fix: tz aware vs naive comparison 2023-11-24 15:03:08 +05:30
oauth.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
parallel_test_runner.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
patches.txt fix: remove patch for hashing existing tokens 2024-02-19 18:38:21 +05:30
permissions.py fix: translate doctype in user-facing error message 2024-02-24 02:39:29 +01:00
push_notification.py chore: Add Push Notification Settings to Integrations workspace 2024-02-28 11:07:22 +05:30
rate_limiter.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
realtime.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
recorder.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
sessions.py fix: notify user that they were impersonated 2024-02-24 18:31:10 +05:30
share.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
test_runner.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
translate.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
twofactor.py refactor(twofactor): reduce number of calls to redis 2024-02-19 14:28:35 +05:30