Commit graph

34583 commits

Author SHA1 Message Date
MitulDavid
400a604f2e test: Fix flaky tests in list_view.js, navigation.js 2021-09-29 13:34:53 +05:30
MitulDavid
58b3cdeb9a test: Fix flaky tests in form.js 2021-09-29 13:34:22 +05:30
MitulDavid
b159037f6a test: Fix flaky tests in dashboard_links.js 2021-09-29 13:34:07 +05:30
Shariq Ansari
83f7baa2fc
Merge branch 'frappe:develop' into flaky-ui-tests 2021-09-29 12:50:53 +05:30
Shariq Ansari
6f5f9ce1c5 test: fixed flaky ui test for folder_navigation 2021-09-29 11:30:49 +05:30
Shariq Ansari
9243e886c8 test: fixed flaky ui test for timeline_email 2021-09-29 11:14:36 +05:30
leela
d333b00904 fix: Get background jobs info 2021-09-28 21:50:04 +05:30
leela
73843b0ab3 fix: include doc details in workflow action email subject 2021-09-28 20:50:31 +05:30
gavin
c2bd1c0f47
Merge pull request #14289 from resilient-tech/setup_db
refactor: `setup_database` for mariadb
2021-09-28 12:52:10 +05:30
Mai Ismail
1534e5398a
fix(Event Streaming): Doctype dependencies sync (#14299)
File "/home/mai/Workspace/V13/v13_online/apps/frappe/frappe/event_streaming/doctype/event_producer/event_producer.py", line 414, in sync_child_table_dependencies
    child_doc = frappe._dict(child_doc)
TypeError: 'NoneType' object is not iterable
2021-09-28 11:30:09 +05:30
Suraj Shetty
899148072a
Merge pull request #13849 from shariquerik/get-distinct-records-from-backend
fix: Get unique records from backend for list
2021-09-27 15:19:46 +05:30
Suraj Shetty
c322f4d065
Merge pull request #14295 from frappe/mergify/bp/develop/pr-14291
fix: set correct title in links table (backport #14291)
2021-09-27 12:10:37 +05:30
Suraj Shetty
a6a308acaa
Merge pull request #14270 from frappe/dependabot/npm_and_yarn/nth-check-2.0.1 2021-09-27 11:34:10 +05:30
barredterra
37a1a15b87 fix: set correct title
(cherry picked from commit b35391d339b2e2be15f1615011e5ea609eba01f5)
2021-09-27 06:02:29 +00:00
Suraj Shetty
4790e23fbf
Merge pull request #14048 from shariquerik/set-property-after-alert-fix 2021-09-27 11:31:42 +05:30
Suraj Shetty
c89b517136
Merge branch 'develop' into set-property-after-alert-fix 2021-09-27 11:20:00 +05:30
Anupam
f10d2251e1 fix: sider issue 2021-09-27 10:21:19 +05:30
Anupam
06667968ab fix: error message 2021-09-27 10:21:19 +05:30
Anupam
3f0df6946e fix: error message 2021-09-27 10:21:19 +05:30
Anupam
2bd2ee3655 fix: sider issues 2021-09-27 10:21:19 +05:30
Anupam
cfe4dc41c0 review changes 2021-09-27 10:21:19 +05:30
Anupam
be2abdbc56 fix: removing print statements 2021-09-27 10:21:19 +05:30
Anupam
55bd04f91b fix: sider issues 2021-09-27 10:21:19 +05:30
Anupam
ec938c960e feat: provision to add multiple network printers 2021-09-27 10:21:19 +05:30
Sagar Vora
8a4ca8530e refactor: setup_database for mariadb 2021-09-24 17:55:28 +05:30
bhavesh95863
1c48bd81f5 fix: change field type data to small text
(cherry picked from commit a6b73541ff3f252da12203b6c42c591eb2d6b446)
2021-09-23 16:20:40 +05:30
Leela vadlamudi
5378fe37f4
Merge pull request #14093 from leela/rename-rq-utils
fix: rq utiliy module conflicts with redis queue's rq package
2021-09-23 15:06:21 +05:30
leela
cb696d2966 fix: rq utiliy module conflicts with redis queue's rq package 2021-09-23 12:42:25 +05:30
Leela vadlamudi
dc49d4d45c
Merge pull request #14276 from leela/fix-precision
fix: use decimal digits precision 9 instead of 6 while creating schema
2021-09-22 16:30:22 +05:30
leela
a76445bcf5 fix: use decimal digits precision 9 instead of 6 while creating schema
Currently we use DECIMAL(18, 6) datatype for float, currency and
percent. But in the system settings we provide a configuration to change the
precision up to 9 digits. This obviously does not work because we do not
store 9 digit precision in database. Fixed by changing the decimal
datatype scale.
2021-09-22 16:07:06 +05:30
Leela vadlamudi
a0a62fdd7f
Merge pull request #14272 from leela/no-sync-option-for-pop
refactor: Show sync option only if mail protocol is imap
2021-09-22 12:03:12 +05:30
gavin
fe34212a66
Merge pull request #14271 from gavindsouza/better-build-messages
refactor(minor): Built Assets Management
2021-09-22 10:20:22 +05:30
Suraj Shetty
5bc3492618
Merge pull request #13036 from prssanna/form-tab-break
feat: Tab Break fieldtype
2021-09-21 17:47:48 +05:30
leela
8e8750c6c6 refactor: Show sync option only if mail protocol is imap 2021-09-21 16:54:56 +05:30
Suraj Shetty
6b2348e54d fix: Handle tab keybord shortcut across tabs 2021-09-21 16:32:14 +05:30
Gavin D'souza
d8020672b0 refactor(minor): Built Assets Management 2021-09-21 16:20:15 +05:30
dependabot[bot]
4d1a49f4fe
chore(deps): bump nth-check from 2.0.0 to 2.0.1
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 06:12:46 +00:00
Suraj Shetty
059830abac test: Add test cases for form tab break 2021-09-21 09:20:44 +05:30
Leela vadlamudi
3f212fbc7a
Merge pull request #14087 from shadrak98/rate-limiting
feat: Introduce rate-limiting for web forms
2021-09-21 08:07:26 +05:30
Leela vadlamudi
43b6f06199
Merge pull request #14262 from leela/fix-tag-permission-issue
fix: All all roles to create tags
2021-09-20 20:05:14 +05:30
Sagar Vora
778ab5919c
fix: properly queue tasks in frappe.model.trigger (#14260) 2021-09-20 19:16:19 +05:30
leela
e4ef3a40c5 fix: Only system manager is able to create tags
Currently creating tags for a document by any user other than system
manager throwing error. Fixed it by giving permissions to `ALL` role.
2021-09-20 16:59:12 +05:30
Suraj Shetty
2f427a82c8 Merge branch 'develop' of https://github.com/frappe/frappe into form-tab-break 2021-09-20 15:49:01 +05:30
Suraj Shetty
07adeac74d fix Dashboard position and make card layout optional 2021-09-20 15:48:34 +05:30
Suraj Shetty
713acd7b24 fix: Section wrapper 2021-09-20 15:46:41 +05:30
Suraj Shetty
33bec9358e
Merge branch 'develop' into get-distinct-records-from-backend 2021-09-20 12:05:45 +05:30
Shariq Ansari
33aa4c2372
fix: Keep checkbox checked after updating checked rows (#14110)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-09-20 12:02:01 +05:30
Suraj Shetty
9f92762def
Merge pull request #14173 from sumaiya2908/portal-pages-cleanup
refactor(UI): Reset password page
2021-09-20 11:30:39 +05:30
gavin
1a4d27c917
Merge pull request #14159 from lukptr/custom-replica-db-port
feat: custom database port for read-only replica configuration
2021-09-20 11:25:02 +05:30
Suraj Shetty
e2326fdbe9
Merge pull request #14247 from kennethsequeira/note-desc
fix: Update record linking description in Note
2021-09-20 11:13:04 +05:30