Marco Fonseca
b0e8a75ee6
fix: "Remember Last Selected Value" not working (frappe#21364)
2023-06-13 22:59:40 -03:00
David Arnold
23dd8e9248
refactor: normalize redis invocation and unblock unix domain socket conn ( #21309 )
...
Prior to this change, given tat a unix domain socket string was passed
ad `frappe.conf.redis_queue`, then the url split would have failed.
With this change, the upstream API for `from_url` is invoked
transparently.
passing none values for username and password is inocuous; [proof](d95d8a24ed/redis/connection.py (L604) ) and
[proof](d95d8a24ed/redis/connection.py (L594) )
The [entrypoint](d95d8a24ed/redis/client.py (L868) ) passes these parameters on transparently.
2023-06-13 21:06:06 +05:30
Shariq Ansari
52b09e80f1
Merge pull request #21255 from pps190/fix-col-input-focus
...
fix: multiple input element's in a single control
2023-06-13 20:46:13 +05:30
Devin Slauenwhite
eed61e6485
fix: text to lowercase
...
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
2023-06-13 11:14:35 -04:00
Shariq Ansari
e267f33534
Merge pull request #21359 from shariquerik/load-more-communication
2023-06-13 19:38:42 +05:30
Ankush Menat
63a1a32594
chore: remove unused argument
2023-06-13 19:03:52 +05:30
Shariq Ansari
610ef83270
Merge branch 'develop' into load-more-communication
2023-06-13 16:52:59 +05:30
Sagar Vora
97a7900da7
style: use for..of in frappe.model.clear_table()
2023-06-13 16:52:54 +05:30
Shariq Ansari
b9487498d1
Merge pull request #21306 from shariquerik/date-field-fix
2023-06-13 16:51:01 +05:30
Shariq Ansari
113a8004b2
Merge branch 'develop' into load-more-communication
2023-06-13 16:32:31 +05:30
Shariq Ansari
b3ab63e697
feat: load more communications button in timeline
2023-06-13 16:24:58 +05:30
Shariq Ansari
9e0ed9d2a2
fix: convert string to int
2023-06-13 16:23:39 +05:30
Shariq Ansari
82464a4149
fix: add timestamp attr on timeline-item
2023-06-13 16:22:22 +05:30
Shariq Ansari
0e962078fe
revert: temp fix to load communications
2023-06-13 16:20:07 +05:30
Ankush Menat
3d0888a5d5
refactor: set_value usage
2023-06-13 16:00:43 +05:30
Ankush Menat
4bf1139427
chore: remove get_shade usage
...
This function doesn't do anything
2023-06-13 16:00:43 +05:30
Ankush Menat
3005e66e45
refactor!: Drop previously deprecated code
2023-06-13 16:00:43 +05:30
Ankush Menat
bd60c60d4e
refactor!: remove legacy password hashing
...
It's been 5+ years, no need to add this compatibility layer anymore.
2023-06-13 16:00:43 +05:30
Sagar Vora
455103248d
fix: workspace blank after login ( #21356 )
2023-06-13 15:51:27 +05:30
Shariq Ansari
fe607f6e44
Merge branch 'develop' into date-field-fix
2023-06-13 15:49:22 +05:30
Ankush Menat
cfdbad6653
refactor!: Remove custom script import
2023-06-13 13:13:23 +05:30
Ankush Menat
74cbdbf07f
refactor: Deprecate importing of fixturs/custom_scripts
2023-06-13 13:13:23 +05:30
Ankush Menat
22149b5bff
chore: increase communication limit
...
This needs better fix, added temporarily
2023-06-13 12:12:21 +05:30
Vishal Kumar
9d20509492
fix: no role assigned message when role profile is passed ( #21342 )
...
* Fix: no role assigned message when role profile is passed
* refactor: rename misleading method
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-06-13 11:10:47 +05:30
Suraj Shetty
db358aafd5
Merge pull request #21341 from ruchamahabal/fix-fixture-sync
...
fix: handle fixtures & custom script syncing for missing doctypes
2023-06-13 10:50:02 +05:30
Sagar Vora
fb438f342d
fix: clean insert_after setters when resetting layout ( #21346 )
2023-06-13 10:42:57 +05:30
Shariq Ansari
42a6ba63a9
Merge branch 'develop' into date-field-fix
2023-06-13 10:34:07 +05:30
Shariq Ansari
ec39a9d612
Merge pull request #21347 from resilient-tech/customize-form-actions
...
chore(UX): reorder customize form actions (+ one rename)
2023-06-13 09:04:29 +05:30
Sagar Vora
113d271af7
chore(UX): reorder customize form actions (+ one rename)
2023-06-13 02:12:48 +05:30
Sagar Vora
0c72130ae6
fix: set confirm_action instead of reject_action for Reset Layout button ( #21345 )
2023-06-13 01:52:02 +05:30
Rucha Mahabal
1bab900e6f
fix: skip custom script syncing for missing doctypes
2023-06-12 22:09:08 +05:30
Rucha Mahabal
f7abf3b1cf
fix: handle fixture syncing for missing doctypes
2023-06-12 22:07:00 +05:30
Suraj Shetty
a8557d8796
Merge pull request #20864 from barredterra/sort-options
2023-06-12 21:40:20 +05:30
Raffael Meyer
93c8c2d93f
fix: error in workspace patch ( #21335 )
2023-06-12 15:43:23 +05:30
Ritwik Puri
fbc25d206e
Merge pull request #21304 from phot0n/fix-expiry-for-email-queue
...
feat: bulk retry for email queue & remove infinite* retry for certain smtp exceptions
2023-06-12 15:08:44 +05:30
Ankush Menat
8a30667a97
fix: Fetch non-cached version of Meta on Customize Form. ( #21269 )
...
* fix: Replace meta cache when uncached meta is requested
* fix: use meta from DB on customize form
* refactor: make cached kw only, use _dev_server
2023-06-12 14:59:42 +05:30
Raffael Meyer
574ebf0f12
Merge branch 'develop' into sort-options
2023-06-12 11:19:32 +02:00
phot0n
f49818089a
feat(minor): bulk retry for email queue
...
* chore: add retry_sending as a email queue class method
2023-06-12 14:38:43 +05:30
Ankush Menat
98260b3c88
fix(UX): show perm server messages on file uploader ( #21331 )
2023-06-12 13:53:08 +05:30
Ankush Menat
32f54b6734
chore: remove socketio from boilerplate workflow
...
[skip ci]
2023-06-12 12:14:05 +05:30
Ankush Menat
6f4a7ddf10
Revert "build(deps)!: Require NodeJS 18 as minimum version ( #21303 )"
...
This reverts commit 67cd951013 .
2023-06-11 11:40:22 +05:30
Ankush Menat
4f797f0bcd
fix: realtime log when commit/rollback happen in same req
2023-06-11 11:40:22 +05:30
Ankush Menat
687b660370
perf: Share queue connection for realtime
2023-06-11 11:40:22 +05:30
Ankush Menat
eb17c12dda
fix: reuse redis connection if not rq auth
2023-06-11 11:40:22 +05:30
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
Ankush Menat
828490e01a
chore: bump many more old packages
2023-06-10 20:47:27 +05:30
Ankush Menat
18e791a353
build(deps): PyPDF2 -> pypdf
...
closes https://github.com/frappe/frappe/issues/19861
2023-06-10 20:47:27 +05:30
Ankush Menat
699e744617
ci: restart bench in patch test
...
also show bench output
2023-06-10 20:47:27 +05:30
Ankush Menat
8485ac5d62
build(deps): bump many dependencies
...
test: change code to adapt to new werkzeug client
fix: avoid setting charset
utf8 is default and assumed now by werkzeug, setting this manually is
deprecated.
fix: use string instead of bytes for setting headers
DeprecationWarning: Passing bytes as a header value is deprecated and will not be supported in Werkzeug 3.0.
12:23:34 web.1 | response.headers["X-Page-Name"] = path.encode("ascii", errors="xmlcharrefreplace")
2023-06-10 20:47:27 +05:30
Ankush Menat
84294900e5
build!: Remove setup.py
2023-06-10 20:47:27 +05:30