Commit graph

44048 commits

Author SHA1 Message Date
David Arnold
fb6171ae34
Merge remote-tracking branch 'upstream/develop' into refactor/centralize-python-shell-interface-for-database-binaries 2023-11-13 10:01:54 +01:00
Suraj Shetty
49beb0c48e
Merge pull request #23203 from surajshetty3416/auto-format-vue-files 2023-11-13 12:40:47 +05:30
Suraj Shetty
a306818e49 ci: Ignore website theme file which has jinja in it 2023-11-13 11:53:55 +05:30
Suraj Shetty
b1294596db style: Auto format .scss files with prettier 2023-11-13 11:50:43 +05:30
Suraj Shetty
e91611a37b ci: Auto format .scss files with prettier 2023-11-13 11:49:46 +05:30
Suraj Shetty
b4bc871aab style: Auto format vue file with prettier
- Ran pre-commit run --all-files
2023-11-13 11:26:00 +05:30
Suraj Shetty
392fee66a2 ci: Auto format vue files with prettier 2023-11-13 11:25:13 +05:30
Dany Robert
c91a25e3b3
fix: workspace loading issue (#23179)
* fix: workspace loading issue

* style: format js

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-11-12 20:15:49 +05:30
mergify[bot]
b8d1ede3d7
Merge pull request #23161 from TMF42/fix--incorrect-date-range-when-relinking-documents
fix: incorrect date range when relinking files
2023-11-12 14:28:40 +00:00
Suraj Shetty
8dd73998b1
Merge pull request #23149 from git-avc/fix-docfield-columns-description 2023-11-12 07:54:56 +05:30
Ankush Menat
c69b043527
fix: send correct username in userinfo (#23177) 2023-11-11 08:08:39 +00:00
Akhil Narang
659cbcb88f
refactor(scheduler): drop unused parameter (#23174)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-11 11:29:12 +05:30
Ankush Menat
dd86c48306 fix: Ignore None returned by RQ job
Even though type signature suggests that it always returns job object it
sometimes doesn't if you read the code.
2023-11-09 20:25:03 +05:30
David Arnold
40a2daf84c
chore: give cli invocations of dbtools a dedicated interface 2023-11-09 12:14:41 +01:00
mergify[bot]
cfbe6da959
Merge pull request #23167 from blaggacao/refactor/psql-conn-string
chore: compose postgres conn settings in the same way as with mariadb
2023-11-09 10:28:44 +00:00
Ankush Menat
60d99eb20c
refactor: remove code that manually prevents bulk refresh (#23138)
[skip ci]
2023-11-09 15:51:41 +05:30
David Arnold
d5a390cd95
chore: compose postgres conn settings in the same way as with mariadb 2023-11-09 10:00:24 +01:00
Thomas Fojan
df026366df fix: incorrect date range when relinking files 2023-11-08 21:23:25 +01:00
Shariq Ansari
731e5175e7
Merge pull request #23154 from shariquerik/form-builder-fixes-3 2023-11-08 14:40:53 +05:30
Shariq Ansari
1e7b45e324 test: fixed failing form builder UI test 2023-11-08 14:13:48 +05:30
Shariq Ansari
98f357cbb1 chore: handle dark mode 2023-11-08 13:50:47 +05:30
Shariq Ansari
4d6bc58a59 revert: code control loosing focus when edit (for now reverting need better fix) 2023-11-08 13:31:25 +05:30
Ankush Menat
e91b72e8c4
Merge pull request #23144 from blaggacao/fix/preserve-integration-request-data-format
fix(integration): preserver data json formatting on update
2023-11-08 12:51:03 +05:30
Ankush Menat
9d45ee80a2
Merge pull request #23146 from barredterra/ignore-filetype-case
fix: ignore case of filetype
2023-11-08 12:49:21 +05:30
Shariq Ansari
5e07df7af4 fix: removed unsed code from Column.vue 2023-11-08 12:13:10 +05:30
Shariq Ansari
3efbc30222 fix: added all options to add/remove section/column in section header 2023-11-08 11:55:38 +05:30
Shariq Ansari
88113b6c08 fix: added Dropdown component 2023-11-08 11:54:35 +05:30
avazquez@ctgalega.com
9baf5e6de4 fix: typo accuracy 2023-11-08 00:38:16 +01:00
avazquez@ctgalega.com
268c851f85 fix: description for columns property in docfield 2023-11-08 00:29:46 +01:00
barredterra
5e660437df fix: ignore case of filetype 2023-11-07 17:08:20 +01:00
David Arnold
ec4bc971c5
fix(integration): preserver data json formatting on update 2023-11-07 16:43:13 +01:00
Ankush Menat
e14349d656 fix: newsletter indicator filters
strings are all truthy.

closes https://github.com/frappe/frappe/issues/23107
2023-11-07 20:10:48 +05:30
mergify[bot]
d3c534e0cf
fix: attempt to not pass an empty string to json.loads (#23139) (#23141)
* fix: attempt to not pass an empty string to `json.loads`

* fix: ignore all falsy fields

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 6a8cf0689ae8e70f99ffd6957603d6583b4bdf92)

Co-authored-by: Arjun <contact@arjunchoudhary.com>
2023-11-07 20:04:20 +05:30
Shariq Ansari
aa55ccf88f fix: always show section header 2023-11-07 19:32:15 +05:30
Shariq Ansari
bce95096f6 chore: show fields table in customize form 2023-11-07 19:28:00 +05:30
Arjun
67bac7863e
fix(UX): updated error.html message (#23129)
* UX: updated error.html

* chore: wspace

* chore: simpler message.

assuming foss deploys

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-11-07 18:27:11 +05:30
Ankush Menat
326a691f38
Merge pull request #23133 from ankush/req_parsing
refactor: Use werkzeug to identify JSON requests
2023-11-07 17:45:30 +05:30
Ankush Menat
284649d4f2 fix: Use werkzeug to identify JSON requests
We were excluding flavoured JSON like `application/vnd.xxx+json` which
can be parsed as JSON.
2023-11-07 17:28:33 +05:30
Raffael Meyer
d593390a74
Merge pull request #23124 from barredterra/remove-unused-method 2023-11-06 20:12:14 +01:00
barredterra
e3ff2456ef chore: remove unused method 2023-11-06 19:46:34 +01:00
Ankush Menat
0aa3b51faa fix: single global search sync
closes https://github.com/frappe/frappe/issues/23106
2023-11-06 20:29:16 +05:30
Ankush Menat
72ca95dec0
fix: Only allow standard print format modification in migrate (#23112)
* fix: Only allow standard print format modification in migrate

AFAIK only valid use case is fixtures and there too it should avoid
"standard".

* chore: typo

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>

---------

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2023-11-06 19:28:10 +05:30
Ankush Menat
47c3151662
fix: remove data import legacy leftover fields (#23113)
* fix: clear last message if ignoring DNE

* fix: attempt to delete data import legacy leftover fields
2023-11-06 19:18:39 +05:30
Suraj Shetty
2aa79202f3
Merge pull request #23116 from vishakhdesai/get_open_grid_form-not-a-function-error 2023-11-06 17:50:29 +05:30
Suraj Shetty
a562b30fa3
Merge pull request #22600 from bosue/quick_entry_remove_saving_message 2023-11-06 17:49:14 +05:30
mergify[bot]
9bedb19cf5
fix: ToDo assignment (backport #23056) (#23114)
Co-authored-by: CahyadiSuwindra <149154168+CahyadiSuwindra@users.noreply.github.com>
2023-11-06 17:46:36 +05:30
Vishakh Desai
c06fe30b11 fix: get_open_grid_form function not found 2023-11-06 17:29:44 +05:30
Suraj Shetty
e3d536659e
Merge pull request #22684 from GursheenK/audit-trail-filters 2023-11-06 17:12:45 +05:30
Bernd Oliver Sünderhauf
6378a45146 fix(UX): Remove freeze on QuickEntryForm, slower fade out after save. 2023-11-06 11:43:25 +01:00
Ankush Menat
69857f3c36
fix(UX): Restrict grid upload to CSV files (#23109)
Users end up uploading wrong files and wonder why it's not working.

Only CSV filetype is supported here.

Internal refernce: 5377
2023-11-06 15:26:44 +05:30