kamaljohnson
2366640d60
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 22:13:11 +05:30
Ankush Menat
05e29fa496
test: ignore dataimport test on postgres ( #15902 )
...
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
2022-02-07 21:15:41 +05:30
kamaljohnson
30840b1f95
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 19:32:12 +05:30
Ankush Menat
c5fbd07840
revert: "fix: use now instead of is_async in tests ( #15893 )" ( #15899 )
...
This reverts commit 1cd4722235 .
2022-02-07 19:10:42 +05:30
kamaljohnson
e109c6b039
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 18:26:04 +05:30
kamaljohnson
7c51c6a9ea
fix: add in_test parameter from frappe.local.flags.in_test mock
2022-02-07 18:25:36 +05:30
Rushabh Mehta
7f3ace8a4e
Merge pull request #15411 from phot0n/remove-unnecessary-fields
...
refactor: remove parent, parenttype and parentfield columns from non-child table doctypes
2022-02-07 18:02:14 +05:30
phot0n
a6ea0c9e37
fix: add index on parent in child table doctype
2022-02-07 17:49:37 +05:30
phot0n
7bd84496c1
fix: use int for docstatus in get_default_df
2022-02-07 16:43:16 +05:30
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
2022-02-07 16:40:01 +05:30
kamaljohnson
0252afa04a
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 16:22:04 +05:30
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.
2022-02-07 15:49:59 +05:30
phot0n
aeadcb1322
chore(notifications.py): remove unused get_unseen_likes
2022-02-07 15:12:43 +05:30
phot0n
f64b0eee46
test: child table creation and transitioning
2022-02-07 15:12:43 +05:30
phot0n
9e42d1b769
chore: remove patch
2022-02-07 15:12:43 +05:30
phot0n
dfb1b8b406
chore(notifications.py): remove unused function get_unread_emails
2022-02-07 15:12:43 +05:30
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
2022-02-07 15:12:37 +05:30
Ankush Menat
1cd4722235
fix: use now instead of is_async in tests ( #15893 )
2022-02-07 14:00:26 +05:30
Wolfram Schmidt
fb1ff60ab2
polished the "Tag" translation ( #15889 )
...
corrected some translations and added missing ones
2022-02-07 06:50:56 +00:00
Suraj Shetty
723bfa1ca5
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 12:00:11 +05:30
Suraj Shetty
ae2dd3f6b8
fix: Remove in_test flag inside get_inbound_mails
...
- Use mocked data instead for testing
2022-02-07 11:59:06 +05:30
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...
2022-02-06 14:48:16 +01:00
Mohammad Hasnain Mohsin Rajan
29bfdc54c8
Merge pull request #15888 from ChillarAnand/whoosh
2022-02-06 12:31:07 +05:30
ChillarAnand
3f21b6707a
fix: Use whoosh AsyncWriter to prevent write locks
2022-02-06 08:40:23 +05:30
kamaljohnson
c80c81ed32
fix: messages and test_mail not passed issue while running test
2022-02-04 18:20:07 +05:30
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
2022-02-04 17:22:18 +05:30
kamaljohnson
6881e58194
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-04 16:58:49 +05:30
kamaljohnson
1cc0f88d0b
fix: issue when test_mails are passed while testing
2022-02-04 15:47:27 +05:30
kamaljohnson
8f8bafbdde
fix: sider styling issue
2022-02-04 15:29:12 +05:30
kamaljohnson
8cc26af272
fix: remove messages-1.raw
2022-02-04 15:28:16 +05:30
kamaljohnson
3734dc7927
feat: add tests for imap folders email syncing with multiple folders
2022-02-04 15:07:18 +05:30
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
2022-02-04 07:41:25 +00:00
mergify[bot]
4af37fe239
Merge pull request #15823 from hrwX/rerender_file_uploader
...
fix(google-drive-picker): Trigger form attach on callback
2022-02-04 05:25:05 +00:00
Mohammad Hasnain Mohsin Rajan
fb6c576ffa
test: delete blog after test ( #15864 )
2022-02-03 18:35:46 +05:30
mergify[bot]
2f4dad4c6f
Merge pull request #15803 from nextchamp-saqib/fix-msd-child-item-filters
...
fix: child table filtering in multi select dialog
2022-02-03 11:17:45 +00:00
Faris Ansari
a231715973
Merge pull request #15829 from deepeshgarg007/data_import_enhancements_develop
...
fix: Ability to continue partially processed data imports
2022-02-03 16:42:08 +05:30
Suraj Shetty
ed048b97ea
Merge pull request #15847 from gavindsouza/timeutils-fixes
2022-02-03 16:31:32 +05:30
mergify[bot]
b14798dd11
Merge pull request #15857 from saxenabhishek/aks-fix-param_wrapper
...
fix: missing param_wrapper in recursive calls
2022-02-03 10:57:00 +00:00
Deepesh Garg
f23eb73b2a
fix: Code cleanup
2022-02-03 16:11:57 +05:30
Suraj Shetty
8e43fec728
Merge branch 'develop' into aks-fix-param_wrapper
2022-02-03 15:52:35 +05:30
Suraj Shetty
3763b953a7
Merge pull request #15835 from sumaiya2908/add-breadcrum-to-dashboard
2022-02-03 13:17:09 +05:30
Nabin Hait
21b997bd8b
fix: delete chat message attachments ( #15852 )
2022-02-03 13:09:12 +05:30
saxenabhishek
680eea0751
test: string values inside qb objects
...
case inside update queries needs a recursive call param wrapper got lost
2022-02-03 12:43:25 +05:30
saxenabhishek
44d7940746
fix: missing param_wrapper in recursive calls
2022-02-03 12:32:47 +05:30
Suraj Shetty
418df9951e
Merge pull request #15776 from surajshetty3416/fix-link-field
2022-02-03 12:30:21 +05:30
mergify[bot]
69df0a226d
Merge pull request #15826 from shariquerik/doctype-name-length-validation
...
fix: Doctype name/table-name in database is limited to 64 character
2022-02-03 06:53:26 +00:00
Suraj Shetty
8efb100222
Merge pull request #15831 from marination/moment-missing-in-datetime-web
2022-02-03 12:22:24 +05:30
Suraj Shetty
a424f1c3aa
Merge branch 'develop' into doctype-name-length-validation
2022-02-03 12:12:04 +05:30
Suraj Shetty
6163ebf1eb
Merge pull request #15851 from wojosc/patch-4
2022-02-03 12:02:42 +05:30
Wolfram Schmidt
ac3de2cb81
Update de.csv
...
missing translation added
2022-02-03 07:28:34 +01:00