Sagar Vora
e5857fa56a
fix: improve setup wizard exception email
il y a 3 ans
Sagar Vora
951ad3f844
chore(deps): bump werkzeug to latest version
il y a 3 ans
gavin
71ceb496d1
Merge pull request #15907 from ankush/qb_non_select
fix: executing non-select qb code from whitelisted methods
il y a 3 ans
Suraj Shetty
72408c46c9
Merge pull request #15820 from kamaljohnson/fix-imap-folder-append-to-not-working-issue
il y a 3 ans
Ankush Menat
b64c03d83d
test: restricted QB
il y a 3 ans
Ankush Menat
496e5b513b
fix: executing non-select qb code from whitelisted methods
Co-Authored-By: Gavin D'souza <gavin18d@gmail.com>
il y a 3 ans
kamaljohnson
cb25d894b4
refactor: code cleanup
il y a 3 ans
Suraj Shetty
b978b5a70b
test: Fix mocked method and formatting issues
il y a 3 ans
kamaljohnson
84501c663e
fix: use new mocked_inbound_mail in test_email
- remove in_test block from production code
il y a 3 ans
kamaljohnson
0e63c9c33e
fix: test fail issue for some email tests
- test_threading
- test_threading_by_message_id
- test_threading_by_subject
il y a 3 ans
kamaljohnson
d318675522
feat: add coverage for some more email tests
- test_incoming
- test_incoming_with_attach
- test_incoming_attached_email_from_outlook_plain_text_only
- test_incoming_attached_email_from_outlook_layers
il y a 3 ans
kamaljohnson
7b0e646e10
fix: none type issue in email test, add more coverage to `test_auto_reply`
il y a 3 ans
kamaljohnson
2366640d60
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
il y a 3 ans
Ankush Menat
05e29fa496
test: ignore dataimport test on postgres ( #15902 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
il y a 3 ans
kamaljohnson
30840b1f95
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
il y a 3 ans
Ankush Menat
c5fbd07840
revert: "fix: use `now` instead of `is_async` in tests ( #15893 )" ( #15899 )
This reverts commit 1cd4722235
.
il y a 3 ans
kamaljohnson
e109c6b039
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
il y a 3 ans
kamaljohnson
7c51c6a9ea
fix: add in_test parameter from frappe.local.flags.in_test mock
il y a 3 ans
Rushabh Mehta
7f3ace8a4e
Merge pull request #15411 from phot0n/remove-unnecessary-fields
refactor: remove parent, parenttype and parentfield columns from non-child table doctypes
il y a 3 ans
phot0n
a6ea0c9e37
fix: add index on parent in child table doctype
il y a 3 ans
phot0n
7bd84496c1
fix: use int for docstatus in get_default_df
il y a 3 ans
phot0n
266e1f95ed
chore: adding back idx column
This is needed for ordering in display of links as it keeps
track of the clicks on a particular link item
il y a 3 ans
kamaljohnson
0252afa04a
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
il y a 3 ans
kamaljohnson
caab903edb
fix: add back `in_test` override for `imap_folders` test
Since a lot of tests still uses the old way i.e, use `in_test` and execute custome (non-production) code to get results. Kept the same code for now else as a major test refactor needs to be done.
il y a 3 ans
phot0n
aeadcb1322
chore(notifications.py): remove unused get_unseen_likes
il y a 3 ans
phot0n
f64b0eee46
test: child table creation and transitioning
il y a 3 ans
phot0n
9e42d1b769
chore: remove patch
il y a 3 ans
phot0n
dfb1b8b406
chore(notifications.py): remove unused function get_unread_emails
il y a 3 ans
phot0n
b31f3c24f6
refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes
* feat: add parent, parenttype, idx, parentfield columns to doctypes when transitioning from normal -> child table
* fix: remove parent, parenttype, parentfield, idx from DocType DocType
il y a 3 ans
Ankush Menat
1cd4722235
fix: use `now` instead of `is_async` in tests ( #15893 )
il y a 3 ans
Wolfram Schmidt
fb1ff60ab2
polished the "Tag" translation ( #15889 )
corrected some translations and added missing ones
il y a 3 ans
Suraj Shetty
723bfa1ca5
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
il y a 3 ans
Suraj Shetty
ae2dd3f6b8
fix: Remove `in_test` flag inside `get_inbound_mails`
- Use mocked data instead for testing
il y a 3 ans
Wolfram Schmidt
1944a547f9
added translation for Yes/No
Since v13 the translation of the english No was "Kein". Which is not the right choice when selecting between yes or no. "Kein" is more something like none...
il y a 3 ans
Mohammad Hasnain Mohsin Rajan
29bfdc54c8
Merge pull request #15888 from ChillarAnand/whoosh
il y a 3 ans
ChillarAnand
3f21b6707a
fix: Use whoosh AsyncWriter to prevent write locks
il y a 3 ans
kamaljohnson
c80c81ed32
fix: messages and test_mail not passed issue while running test
il y a 3 ans
Mohammad Hasnain Mohsin Rajan
4ff86e1d63
revert: "refactor: set amended docname to original docname" ( #15867 )
* Revert: "refactor: set amended docname to original docname"
80d111baf2
.
* test: test if amended doc has different name
il y a 3 ans
kamaljohnson
6881e58194
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
il y a 3 ans
kamaljohnson
1cc0f88d0b
fix: issue when test_mails are passed while testing
il y a 3 ans
kamaljohnson
8f8bafbdde
fix: sider styling issue
il y a 3 ans
kamaljohnson
8cc26af272
fix: remove messages-1.raw
il y a 3 ans
kamaljohnson
3734dc7927
feat: add tests for imap folders email syncing with multiple folders
il y a 3 ans
Raffael Meyer
89922bae90
feat: utility methods for docstatus ( #15515 )
* feat: utility methods for docstatus
* refactor: use utility method for doctsatus
* refactor: enum for docstatus
* refactor: docstatus as property
* fix: set docstatus
* feat: docstatus extends int class
* test: docstatus of BaseDocument
* refactor: occurrences of docstatus
* fix: typo
* refactor: move docstatus to a separate file
* test: docstatus
* fix: sider
il y a 3 ans
mergify[bot]
4af37fe239
Merge pull request #15823 from hrwX/rerender_file_uploader
fix(google-drive-picker): Trigger form attach on callback
il y a 3 ans
Mohammad Hasnain Mohsin Rajan
fb6c576ffa
test: delete blog after test ( #15864 )
il y a 3 ans
mergify[bot]
2f4dad4c6f
Merge pull request #15803 from nextchamp-saqib/fix-msd-child-item-filters
fix: child table filtering in multi select dialog
il y a 3 ans
Faris Ansari
a231715973
Merge pull request #15829 from deepeshgarg007/data_import_enhancements_develop
fix: Ability to continue partially processed data imports
il y a 3 ans
Suraj Shetty
ed048b97ea
Merge pull request #15847 from gavindsouza/timeutils-fixes
il y a 3 ans
mergify[bot]
b14798dd11
Merge pull request #15857 from saxenabhishek/aks-fix-param_wrapper
fix: missing param_wrapper in recursive calls
il y a 3 ans