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
Ankush Menat
42791744ff
test: migration tests each version at a time
2021-09-26 13:18:21 +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
MitulDavid
eeae52bbf9
ci: Use file-existence-action instead of hashFiles()
2021-09-22 19:07:32 +05:30
leela
dd56300109
fix: date mismatches while displaying in short form
2021-09-22 18:20:57 +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
Manuel
10d0057fc3
Merge branch 'frappe:develop' into develop
2021-09-22 09:29:29 +02:00
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
Mitul David
eb16a09a57
ci: Upload coverage only if report is generated
2021-09-21 20:26:14 +05:30
Ankush Menat
b140bb3f43
test: run patch test to last release and PR
...
In the patch test, instead of migrating to the current SHA directly.
Migrate to the latest release (with code at the time of release) and
then migrate to last commit in PR.
Why? When directly migrating, the previous patches that would've run
with old code have access to the new code and it's not realistic. This
change brings it a little bit closer to reality. Hence missing failures
that would occur with IRL installations.
2021-09-21 18:14:17 +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
Shariq Ansari
2512e87669
fix: sider fix
2021-09-21 12:51:22 +05:30
Shariq Ansari
5498ad8bd2
fix: Removed some more unused code
2021-09-21 12:43:12 +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
MitulDavid
e8263245d2
style: Fix sider issues
2021-09-21 08:47:35 +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
Aradhya-Tripathi
f1d5d6a4e3
ci: Trigger build
2021-09-20 23:43:52 +05:30
Aradhya-Tripathi
e4724f06fc
style: removed print statements
2021-09-20 23:29:23 +05:30
Aradhya-Tripathi
cbe068c7ff
feat: added aggregation in safe_exec
2021-09-20 23:00:52 +05:30
Aradhya-Tripathi
7f8128b27c
fix: added Column in aggregation
2021-09-20 23:00:20 +05:30
Aradhya-Tripathi
5ae95cd001
refactor: moved get_condition to query class
2021-09-20 22:58:41 +05:30
Aradhya-Tripathi
0a09f93889
refactor: moved non-instance specific functions out of the class
2021-09-20 22:55:32 +05:30
Aradhya-Tripathi
8c45157fea
feat: added aggregation using build_conditions
2021-09-20 22:52:14 +05:30
Aradhya-Tripathi
4f7446c722
refactor: changed return_query to run in database.py
2021-09-20 22:48:51 +05:30
Aradhya-Tripathi
c4f5db9f96
fix: fixed set_version in package_release
2021-09-20 22:48:31 +05:30
Aradhya-Tripathi
73eb7806a8
refactor: removed aggregation from database.py
...
refactor: moved aggregate to frappe.query
2021-09-20 22:47:06 +05:30
Aradhya-Tripathi
1c2e470792
fix: fixed strings and integer representation in build_conditions
2021-09-20 22:40:20 +05:30
Aradhya-Tripathi
a726c0f7e8
feat: Added support for list of lists
2021-09-20 22:35:06 +05:30
Aradhya-Tripathi
4e75489f4c
feat: added support for Criterion objects
2021-09-20 22:34:38 +05:30
Aradhya-Tripathi
9c3229018e
refactor: moved count to use frappe.qb
2021-09-20 22:26:11 +05:30
Aradhya-Tripathi
ead9369586
fix(minor): fixed orderby in build_conditions
2021-09-20 22:25:18 +05:30
Aradhya-Tripathi
601d75ad96
refactor: modified pypika imports
2021-09-20 22:24:46 +05:30