sokumon
53ef331003
fix: broken link in readme
2025-04-15 09:47:34 +05:30
Raffael Meyer
a20e1284ac
fix: move buttons to top ( #32111 )
2025-04-14 19:14:43 +02:00
Soham Kulkarni
15371ce6f8
Merge pull request #32084 from sokumon/export-report-name
...
fix: respect include filters while generating report name
2025-04-14 20:23:39 +05:30
gavin
bd20447ccd
Merge pull request #32128 from frappe/revert-31933-type-off-type-on
...
Revert "fix: Skip ruff qa on auto-generated typing blocks"
2025-04-14 15:25:38 +02:00
Ankush Menat
348202b6fc
fix(UX): block inserting more than 5000 items in table ( #32127 )
...
The "upload" feature allows adding arbitrary number of rows and browsers
usually can't handle >1000 well in current grid (+ backend doesn't
support this either)
2025-04-14 13:23:13 +00:00
gavin
b4cfb35a61
Revert "fix: Skip ruff qa on auto-generated typing blocks"
2025-04-14 15:16:07 +02:00
Akhil Narang
db910dccad
Merge pull request #32118 from iamejaaz/35370-beta-print-issue
...
chore: remove duplicate call of access log
2025-04-14 18:32:27 +05:30
Ankush Menat
c70ba644a9
fix: Show doctype name in perm check errors ( #32122 )
...
`meta.doctype` is always `DocType`
2025-04-14 12:29:51 +00:00
Ejaaz Khan
4a365b3fc4
chore: remove duplicate call of access log
2025-04-14 16:45:54 +05:30
Ejaaz Khan
45ebe74eab
Merge pull request #32112 from iamejaaz/35370-beta-print-issue
...
fix: print builder beta print option not working
2025-04-14 13:13:43 +05:30
Ejaaz Khan
65fd87a198
chore: remove unwanted files
2025-04-14 12:21:07 +05:30
Ejaaz Khan
e266956a19
test: fix print format failing test
2025-04-14 12:18:31 +05:30
Ejaaz Khan
5b8dde43bd
chore: use get() method to get attr
2025-04-14 11:56:09 +05:30
Ejaaz Khan
ed6dd8cd5b
fix: print builder beta print option not working
2025-04-14 11:32:44 +05:30
ruthra kumar
68ca9527f2
Merge pull request #32072 from ruthra-kumar/updated_riyal_woff2
...
refactor: updated font-family name to 'saudiriyal'
2025-04-14 09:53:22 +05:30
Sagar Vora
e6f729bc61
Merge pull request #32103 from sagarvora/no-hashable-pls
...
revert: remove hashable behavior of DocRef
2025-04-12 19:02:43 +05:30
Sagar Vora
176a752670
revert: remove hashable behavior of DocRef
2025-04-12 18:50:50 +05:30
Sagar Vora
39636fb260
Merge pull request #32101 from sagarvora/revert-meta-sig
...
revert: meta signature
2025-04-12 18:38:43 +05:30
Sagar Vora
beeeed4160
revert: meta signature
2025-04-12 18:29:25 +05:30
Ankush Menat
eb79ecaca9
chore: Revert document read only mode ( #32102 )
...
We can trust mappers to do the right thing, restricting few methods
doesn't prevent anything real anyway, unnecessary overhead and breakages.
2025-04-12 18:27:16 +05:30
Sagar Vora
f70c32c23e
fix: dont recheck healthy state after value is retrieved from client cache ( #32099 )
2025-04-12 18:16:02 +05:30
Ankush Menat
fe5be4b3d1
fix: Add a long timeout instead of indefinite blocking ( #32090 )
...
Redis handles non-blocking calls differently and auto-recovers from
timeouts
2025-04-11 13:05:25 +00:00
sokumon
c547bdcb78
fix: remove print statement
2025-04-11 18:13:32 +05:30
Akhil Narang
f37f4e6ad9
fix(test_notification): User.birth_date is a date field ( #32088 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-11 17:38:50 +05:30
jll-02
89ed7c90a7
feat: ✨ addes x-priority option to email header and the frappe.sendmail function ( #31966 )
...
creating the option to give the email an importance.
1 = Highest, 3 = Normal, 5 = Lowest
commonly used to flag the importance of emails
Co-authored-by: Jan Lukas Liesen <=>
2025-04-11 16:18:19 +05:30
gavin
34e1d58973
Merge pull request #31838 from SnehitGunjikar/api_key_fix
...
fix: check if user is diabled during api authentication
2025-04-11 11:55:02 +02:00
sokumon
6b85e94e5b
fix: respect include filters while generating report name
2025-04-11 14:14:29 +05:30
Sagar Vora
ac39749929
Merge pull request #32082 from sagarvora/cached-prop
...
feat: use `cached_property` without locks on all supported Python versions
2025-04-11 13:49:49 +05:30
Ankush Menat
a6edcface5
test: update constant for bundle and memory usage
...
Over time code size has grown without any major regressions, so just
accomodating them here.
2025-04-11 13:40:42 +05:30
Sagar Vora
7421ffa79a
feat: use cached_property without locks on all supported Python versions
2025-04-11 13:21:27 +05:30
Ejaaz Khan
ffa8738d6d
Merge pull request #32077 from Nihantra-Patel/fix_duplicate_todo
...
fix: Prevent duplicate ToDo creation when assigning
2025-04-11 12:14:29 +05:30
Henning Wendtland
b59a94a523
fix: improve url validation ( #32052 )
2025-04-11 11:51:08 +05:30
Nihantra Patel
d0b58f8690
fix: Prevent duplicate ToDo creation when assigning
2025-04-11 11:43:38 +05:30
ruthra kumar
db3fb92b3d
refactor: updated font-family name to 'saudiriyal'
2025-04-10 17:41:07 +05:30
Frappe PR Bot
d65f7d904e
fix: sync translations from crowdin ( #32051 )
2025-04-10 13:47:05 +02:00
Ankush Menat
c29b93f4cc
fix: increase failure threshold for preapred report ( #32063 )
...
Because of long queues and longer reports
2025-04-10 10:43:45 +00:00
gavin
49f524f892
Merge pull request #31933 from gavindsouza/type-off-type-on
...
fix: Skip ruff qa on auto-generated typing blocks
2025-04-10 11:45:05 +02:00
Akhil Narang
cd45e4f28c
Merge pull request #32061 from akhilnarang/update-boilerplate
...
chore: update boilerplate with our latest configs
2025-04-10 13:27:56 +05:30
Akhil Narang
c348c22e9e
Merge pull request #32064 from akhilnarang/drop-RUF001-exclusion
...
fix: only exclude RUF001 where we're using some ambiguous characters
2025-04-10 13:18:51 +05:30
Akhil Narang
b399e496b1
chore: update boilerplate with our latest configs
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-10 13:04:50 +05:30
Akhil Narang
78640cb205
fix: only exclude RUF001 where we're using some ambiguous characters
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-10 12:57:18 +05:30
Tarun Pratap Singh
6d9d4f9e86
fix(push_notification): use cstr to convert a None body to empty string ( #32056 )
2025-04-10 12:47:30 +05:30
Raffael Meyer
0da49edc8f
fix: list_view_settings can be missing ( #32048 )
2025-04-10 05:52:09 +00:00
Akhil Narang
5f35b8e5f7
Merge pull request #32047 from jll-02/patch-10
...
fix: make app installation possible again
2025-04-10 11:01:29 +05:30
Soham Kulkarni
17f95a1e0a
Merge pull request #32054 from sokumon/better-sidebar
...
fix: close children item when collapased
2025-04-10 10:35:54 +05:30
sokumon
3a18d85c9f
fix: close children item when collapased
2025-04-10 00:59:52 +05:30
Ankush Menat
100f66b7ba
fix: Skip cleanup while fetching RQ job ( #32046 )
2025-04-09 15:11:59 +00:00
jll-02
3da1b13b3e
fix: make app installation possible again
...
version bump for pyYAML to make the installation possible again. before cython threw an error on the installation
2025-04-09 15:45:19 +02:00
Suraj Shetty
ee9af7f3ae
Merge pull request #31910 from ruthra-kumar/add_new_riyal_symbol
...
feat: Add new symbol for saudi riyal
2025-04-09 16:42:43 +05:30
ruthra kumar
102604ccd6
chore: add new symbol for saudi riyal
2025-04-09 15:37:01 +05:30