Commit graph

36841 commits

Author SHA1 Message Date
Saqib Ansari
92aee42cf7 test: link titles are added to the doctype on getdoc 2022-02-12 13:01:35 +05:30
Saqib Ansari
de76ef6518 test: doctypes are added to link_title_map in boot_info 2022-02-12 13:01:06 +05:30
Saqib Ansari
e6d1a7a476 fix: get_input_value for link control 2022-02-12 12:19:47 +05:30
hrwx
e84748f850 Merge branch 'develop' of github.com:frappe/frappe into fix_df_propagation 2022-02-11 15:24:32 +00:00
Gavin D'souza
d72aeca18f chore!: Deprecate frappe.utils.minify
* Remove dead code from build.py
* Whitespaces & imports style fixes
2022-02-11 20:22:56 +05:30
Gavin D'souza
67df13f77f test: Add test for asset building command 2022-02-11 19:25:21 +05:30
Pruthvi Patel
97bab50a58 fix: pass print_heading_template as render args 2022-02-11 18:51:10 +05:30
Gavin D'souza
804f3941ff test(restore): Skip test_restore
ref:
* https://github.com/frappe/frappe/runs/5156148762?check_suite_focus=true
* https://github.com/frappe/frappe/runs/5156148706?check_suite_focus=true
2022-02-11 18:27:50 +05:30
Gavin D'souza
643eecb0ac test(fix): Test list-apps for site 2022-02-11 18:10:31 +05:30
Gavin D'souza
19504d3908 test: Add tests for auth & run_method 2022-02-11 15:25:29 +05:30
Suraj Shetty
733718abf3
Merge pull request #15918 from resilient-tech/report_fix 2022-02-11 13:30:06 +05:30
Gavin D'souza
8b01c04a75 chore: Add type hints 2022-02-11 13:18:24 +05:30
Gavin D'souza
ced22e30f0 fix(test_api): Don't suppress debug query 2022-02-11 11:47:31 +05:30
mergify[bot]
9f2b015d87
Merge pull request #15832 from resilient-tech/fix-validate-links-table-fieldnames
fix: `AttributeError` in `validate_links_table_fieldnames`
2022-02-11 06:03:27 +00:00
Pruthvi Patel
c4060d4230 fix: enumerate from 1 2022-02-11 11:24:11 +05:30
mergify[bot]
919a78e39d
Merge pull request #15892 from hrwX/try_except_for_comm
fix: add try except for splitting email
2022-02-11 05:44:28 +00:00
Suraj Shetty
246d4674b1
Merge pull request #15938 from frappe/dependabot/npm_and_yarn/node-sass-7.0.0 2022-02-11 09:37:38 +05:30
Suraj Shetty
2ba82ce667
Merge branch 'develop' into fix_df_propagation 2022-02-11 09:19:50 +05:30
Gavin D'souza
ca113a7a09 fix(api): Return form_dict if data not parsable 2022-02-11 00:36:29 +05:30
Gavin D'souza
0a47cc0dcd fix(test): Make requests to the QSGI app in separate threads
Did this to mimic how requests are handled in dev/prod servers - new
thread for new request ;)
2022-02-11 00:36:29 +05:30
dependabot[bot]
26d802737f
build(deps): bump node-sass from 4.14.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 16:37:00 +00:00
hrwx
6fc87fb0e7 Merge branch 'develop' of github.com:frappe/frappe into try_except_for_comm 2022-02-10 12:06:16 +00:00
hrwx
e4ba46ae0d fix: add test cases for email parsing 2022-02-10 12:06:00 +00:00
Suraj Shetty
29f98f52db
Merge pull request #15756 from shariquerik/hide-notification-on-click 2022-02-10 17:24:59 +05:30
Gavin D'souza
ac17f8dfb1 test: Allow list-apps to throw errors based on site's states 2022-02-10 14:56:35 +05:30
Gavin D'souza
0bec91fa8e Merge branch 'develop' of github.com:frappe/frappe into migrate-refactor 2022-02-10 14:49:12 +05:30
Saqib Ansari
0f84fb09b6 fix: load more button loads only 20 records at a time 2022-02-10 11:54:08 +05:30
Suraj Shetty
4fa20f862a
Merge pull request #15757 from nextchamp-saqib/fix-form-tour 2022-02-10 11:25:36 +05:30
Gavin D'souza
b264d67b9f test(fix): Retain data apart from test_api tests
The tests in the TestResourceAPI Case destroy and re-build locals. This
may cause loss of data and make other tests flaky
2022-02-10 01:43:51 +05:30
Gavin D'souza
08279e30c9 fix: Use cls to specify class attrs and self for instance's 2022-02-10 01:31:08 +05:30
Gavin D'souza
7b4580d693 test(fix): Use FrappeAPITestCase for Method APIs case 2022-02-09 22:36:07 +05:30
Shariq Ansari
9b4b3a242d
Merge branch 'develop' into update-child-table-on-new-connection 2022-02-09 19:55:20 +05:30
Gavin D'souza
188373b1eb refactor(test): Frappe REST Test Suite
* Use Werkzeug Test Client instead of requests
    This change should start tracking coverage for the `api` module.
    Committing to ensure state maintainence will not be necessary.
* Refactor get_test_client to reset locals on each request
* Separate FrappeAPITestCase to enable formation of a generic API testing engine.
2022-02-09 17:02:40 +05:30
mergify[bot]
f94168034e
Merge pull request #15800 from shadrak98/html-css-injection
fix: filter html tags in blog comments
2022-02-09 11:12:04 +00:00
Ankush Menat
1439e667b2 chore: add debug status temporarily 2022-02-09 16:25:39 +05:30
Ankush Menat
d3f768fef9 feat(db/pg): ability to ignore pk colission 2022-02-09 16:25:36 +05:30
mergify[bot]
80243d5e85
Merge pull request #15897 from Alchez/dev-chart-options
fix: append chart options before render
2022-02-09 10:44:04 +00:00
Sagar Vora
976c3bedc3 fix: use correct indicator 2022-02-09 15:45:30 +05:30
mergify[bot]
67409a6880
Merge pull request #15745 from shariquerik/workspace-ui-fixes
fix: Minor workspace fixes
2022-02-09 10:13:34 +00:00
mergify[bot]
a2c6ff2fd0
Merge pull request #15769 from alyf-de/msgprint-title-backend
fix: translate default msgprint title in backend
2022-02-09 09:57:33 +00:00
Raffael Meyer
4750ff69e6
Merge branch 'develop' into msgprint-title-backend 2022-02-09 10:34:05 +01:00
Sagar Vora
e21275f060 style: add missing semicolon 2022-02-09 14:05:40 +05:30
Sagar Vora
a18703a0b1 fix: access to this and better UX 2022-02-09 13:52:37 +05:30
gavin
3277c16554
Merge pull request #15919 from gavindsouza/bump-requirements-sec
chore: Bump pip requirements
2022-02-09 13:44:31 +05:30
Sagar Vora
c3009392d8
Merge pull request #15887 from resilient-tech/werkzeug
chore(deps): bump werkzeug to latest version
2022-02-09 13:27:07 +05:30
Sagar Vora
f777700372 test: create new user 2022-02-09 13:14:11 +05:30
Saqib Ansari
bbbeb342df fix: test for show title field in link fields 2022-02-09 13:05:35 +05:30
Sagar Vora
d8fc39659a fix: docstring 2022-02-09 12:37:41 +05:30
Sagar Vora
a49a07e419 fix: sider issues 2022-02-09 12:35:44 +05:30
Saqib Ansari
05bb38ea46 chore: fetch name only if first_document is checked 2022-02-09 12:32:26 +05:30