Suraj Shetty
b64ca5eb2f
test: Fix dependency
2021-05-06 14:52:51 +05:30
Suraj Shetty
ba88b2cdb9
fix: Handle exception
2021-05-06 14:52:32 +05:30
Suraj Shetty
aab2aca089
ci: Enable coveralls
2021-05-06 14:52:00 +05:30
Suraj Shetty
c1ea512b3a
feat: Indicate slow tests
2021-05-06 14:51:27 +05:30
Suraj Shetty
aaadb71e79
perf: Make saving of System Settings faster
2021-05-06 14:49:40 +05:30
Suraj Shetty
8875848355
perf(test): Reduce token expiry wait time for test
...
- Also, reduce lock_interval
2021-05-06 14:49:19 +05:30
Ankush Menat
9e39249059
fix: comment user_data_fields and fix structure
2021-05-06 14:01:56 +05:30
Ankush Menat
aba315daf8
fix: missing comma in hooks template
2021-05-06 14:01:39 +05:30
Suraj Shetty
8d491348a3
Merge branch 'develop' into repr_doctype
2021-05-06 12:45:01 +05:30
Faten Elhariry
e4744724a0
fix: RTL styling ( #13107 )
...
Co-authored-by: unknown <Administrator@DESKTOP-TKAA1PU.mans.edu.eg>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-05-06 11:37:54 +05:30
leela
59bfc12da6
refactor: Cleaned Email Queue sendmail functionality
...
* Sending mail works independently
* You can send a mail by calling Queue_doc.send()
* Used context manager to track exceptions while sending mails
2021-05-06 10:08:50 +05:30
leela
5de39e468e
refactor: Add Email Account link into Email Queue
2021-05-06 10:08:50 +05:30
Ankush Menat
adbf267212
feat(DX): Add __repr__ and __str__ for DocTypes
...
- Show doctype and name
- if docstatus != 0, show docstatus
- if child doctype, show parent
2021-05-05 19:45:33 +05:30
Gavin D'souza
0ad122421d
fix: Don't hide warnings unnecessarily
2021-05-05 18:51:51 +05:30
Gavin D'souza
e1c69cecca
chore: Update usages of inspect getargspec
...
Deprecated since version 3.0: Use getfullargspec() for an updated API that is usually a drop-in replacement, but also correctly handles function annotations and keyword-only parameters.
ref: https://docs.python.org/3/library/inspect.html#inspect.getargspec
2021-05-05 18:31:26 +05:30
mergify[bot]
aad9189e1e
Merge pull request #13102 from gavindsouza/show-config-enhancements
...
refactor(CLI): Show config
2021-05-05 12:30:43 +00:00
gavin
7ad99349d9
Merge pull request #13120 from gavindsouza/pddr-levy
...
perf(PDDR): Replace filter_by like with full text filter
2021-05-05 17:38:54 +05:30
Suraj Shetty
d0a8f9d01f
fix: Handle exception
2021-05-05 17:26:32 +05:30
Suraj Shetty
22dfb6a3d8
ci: Fix path-to-cov
2021-05-05 17:11:55 +05:30
Suraj Shetty
d58191346e
test: Fix exception & remove unnecessary test
2021-05-05 16:17:50 +05:30
Suraj Shetty
c5910f91ee
ci: Fix coverage file path
2021-05-05 16:17:17 +05:30
Suraj Shetty
618e23ad90
test: Fix test dependencies
2021-05-05 15:45:58 +05:30
Gavin D'souza
bf9fcb3ff6
chore(cli): Add pending deprecation warning
...
* Add PDW for --as-dict in command set-config
* Move all top level imports inside each util to optimize imports for
CLI
* Set always show filter for DeprecationWarning, PendingDeprecationWarning via frappe module
2021-05-05 15:33:44 +05:30
Suraj Shetty
bb833799dc
fix: Click ctx error
2021-05-05 14:47:41 +05:30
Suraj Shetty
ead3d76c84
test: Fix test dependencies
2021-05-05 14:37:12 +05:30
Suraj Shetty
0375b9f3af
chore: Enable coveralls
2021-05-05 14:05:12 +05:30
Gavin D'souza
8cd6b520ed
refactor(minor): Bench set-config
...
* Replace --as-dict with a more apt --parse
* Fixed styling
* Renamed variables
2021-05-05 13:37:09 +05:30
Suraj Shetty
f6fa55f76c
fix: Run before test hooks
2021-05-05 13:31:02 +05:30
Suraj Shetty
57166b9964
test: Fix test dependencies
2021-05-05 13:15:52 +05:30
Suraj Shetty
e33a09f4e6
refactor: Test runner
...
- fix style
- Handle global dependency
2021-05-05 13:15:25 +05:30
Leela vadlamudi
3875004d7e
Merge pull request #13057 from leela/email-refactoring
...
refactor: Email Module - 1
2021-05-05 11:45:04 +05:30
Gavin D'souza
86d6eb51a6
perf: Replace filter_by like with full text filter
...
* Remove like %email% in where clause
* Add fallback for all dict getattrs to owner
2021-05-05 11:38:15 +05:30
mergify[bot]
c3f473c451
Merge pull request #12965 from resilient-tech/allow-scroll
...
fix(UI): dont disable dialog scroll on focusing a Link/Autocomplete field
2021-05-05 05:31:43 +00:00
mergify[bot]
6632a224ae
Merge pull request #13095 from deepeshgarg007/duration_field_export
...
fix: Error while exporting reports with duration field
2021-05-05 04:16:07 +00:00
Gavin D'souza
73ff84da8e
chore: Drop redundant command auto-deploy
2021-05-04 18:10:31 +05:30
Gavin D'souza
3c1b6c66d9
fix(bench-console): Show only apps in namespace
2021-05-04 18:09:53 +05:30
Gavin D'souza
bcbc0d0a7c
fix: Show complete frappe.conf including common conf
2021-05-04 18:08:21 +05:30
Gavin D'souza
3b34474f8d
test: Add tests for bench show-config
2021-05-04 13:24:43 +05:30
shariquerik
432047ecd0
fix: Using No Copy for is_standard field
2021-05-04 11:26:09 +05:30
mergify[bot]
d0fbc17261
Merge pull request #13098 from resilient-tech/fix-translate-error
...
fix(setup): do not show messsage when exception is handled
2021-05-04 05:24:43 +00:00
mergify[bot]
ea85308321
Merge pull request #13101 from shariquerik/patch-upadte-notification-channel
...
fix: Patch Update Notification channel
2021-05-04 05:13:11 +00:00
mergify[bot]
52a3f2f5df
Merge pull request #13103 from ankush/clean_boilerplate
...
chore: remove py2 specific code from boilerplate
2021-05-04 05:09:00 +00:00
mergify[bot]
7247099450
Merge pull request #13099 from resilient-tech/fix-reloader
...
fix: disable reloading files in `__pycache__` directory
2021-05-04 05:06:33 +00:00
Faris Ansari
fa236fd9c5
style: sider issues
2021-05-04 07:21:49 +05:30
Faris Ansari
6347d3e6f1
Merge remote-tracking branch 'upstream/develop' into esbuild
2021-05-04 07:13:30 +05:30
Faris Ansari
dacd0bf107
fix: Remove rollup code and unused dependencies
2021-05-04 07:06:26 +05:30
Faris Ansari
4ea74b24cf
fix: Run build command for apps
2021-05-04 07:01:21 +05:30
Faris Ansari
d290f41abd
fix: Support for built assets downloading
2021-05-04 06:52:07 +05:30
Faris Ansari
f0f43e01c0
fix: Ability to build only specified files
...
Command:
node esbuild --files frappe/desk.bundle.js
Update only changed keys in assets.json instead of overwriting
2021-05-04 06:49:29 +05:30
David Angulo
b7b92845f0
fix: Use docfields from options if no docfields are returned from meta
2021-05-03 13:38:17 -05:00