Ankush
257723cb0a
feat: PythonExpression and Python option with syntax validation for Code field types ( #13707 )
...
* feat: `PythonExpression` and `Python` options for `Code` fields
* fix: check python expressions in assignment rule
* fix: replace server script syntax validation
* fix: validate condition in workflow transition
Add PythonExpression in Options.
2021-08-06 04:10:09 +00:00
Mitul David
fa6e26f5e1
Merge branch 'develop' into image-processing
2021-08-05 16:41:00 +05:30
Suraj Shetty
af30607719
Merge branch 'develop' into remove_bg_queue
2021-08-04 15:12:47 +05:30
Suraj Shetty
81cada8b6e
Merge branch 'develop' into get-frmt
2021-08-04 14:20:21 +05:30
Ankush Menat
7994706bdb
fix: remove unused queue
...
Removed because causes unnecessary confusion. A queue called
"background" never existed it was commited by mistake while developing a
feature but that feature ended up not using it.
reference commit: e6adf91029
reference PR: https://github.com/frappe/erpnext/pull/26701
2021-08-02 19:00:26 +05:30
gavin
4d38093f6c
Merge pull request #13694 from deepeshgarg007/api_update
...
fix: Error on updating docs via API
2021-08-02 18:58:33 +05:30
MitulDavid
a3430ca2a9
feat: Image optimization
2021-08-02 18:23:26 +05:30
Gavin D'souza
f7b8f86666
Merge branch 'develop' of github.com:frappe/frappe into aks-orm
2021-07-30 13:10:59 +05:30
Gavin D'souza
43cde90109
fix(backups): Allow individual backups of all tables
...
Due to previous logic, only tables under DocType table were allowed to
take partial backups. This change allows backup to be taken for
deprecated doctypes too.
2021-07-30 12:28:27 +05:30
Gavin D'souza
94701fdb7d
feat(utils): frappe.utils.get_table_name
...
Fetch table name from doctype/__ table name passed
2021-07-30 12:27:22 +05:30
saxenabhishek
42dc8a180f
refactor: get_table_name, run_only_if
2021-07-30 11:48:12 +05:30
saxenabhishek
7671e78487
style: minor fixes and improvements
2021-07-30 11:29:41 +05:30
saxenabhishek
ce10e36725
refactor: move all pypika functions to a module
2021-07-30 11:00:35 +05:30
saxenabhishek
ee3c84beef
style: typecast to string inside db.sql
2021-07-30 11:00:35 +05:30
saxenabhishek
c05a032811
refactor: qb in global_search.search
2021-07-30 11:00:34 +05:30
Leela vadlamudi
2c659e1bce
Merge pull request #13746 from leela/rq-auth
...
feat: Redis Authentication and namespaces for Redis queue instance
2021-07-30 09:07:31 +05:30
leela
ff973477a3
fix: Use bench path as default bench_id
2021-07-29 20:43:34 +05:30
Gavin D'souza
a836b2de0c
perf: Use truncate instead of drop
...
Changed DML DROP statements to use DDL TRUNCATE for better performance
wherever possible
2021-07-28 18:57:51 +05:30
Gavin D'souza
01d275f667
style: Format code for better readability
...
* Remove trailing whitespaces
* Format code to fit module conventions
* Add appropriate new lines between imports, classes, fn defs, etc
* Added comments, docstrings & module headers
2021-07-28 18:55:27 +05:30
Gavin D'souza
a02848849d
Merge branch 'develop' of github.com:frappe/frappe into at-queries
2021-07-28 16:00:46 +05:30
Aradhya-Tripathi
84ff1d0af9
style: removed frappe.db.sql comments
2021-07-28 13:48:01 +05:30
leela
db09a85183
refactor: Add authentication for Redis Queue
2021-07-26 21:09:34 +05:30
Aradhya-Tripathi
538ef2168b
fix: removed wrong queries
2021-07-24 22:58:12 +05:30
Aradhya-Tripathi
2f3371d873
refactor: Moved raw queries to frappe orm
2021-07-23 23:14:24 +05:30
Aradhya-Tripathi
1204ae8ce4
fix: fixed spacing and ui tests
2021-07-23 10:45:54 +05:30
Aradhya-Tripathi
8887836820
refactor: Moved util queries to
...
frappe orm
2021-07-21 23:31:15 +05:30
Suraj Shetty
c5c79ea2fd
Merge branch 'develop' of https://github.com/frappe/frappe into auto-generate-rtl-style
2021-07-21 10:52:31 +05:30
leela
9b437f8c90
feat: Add rq users
2021-07-20 05:45:17 +05:30
Deepesh Garg
f1f8678ee0
fix: Remove for update flag from aggregate functions
2021-07-19 10:54:22 +05:30
Deepesh Garg
0c3e923e0f
fix: Remove for update flag from aggregate functions
2021-07-19 10:49:44 +05:30
Deepesh Garg
33f8bfcaf2
fix: Add for update in nest set model updates
2021-07-18 17:46:16 +05:30
mergify[bot]
6128123eed
Merge pull request #13687 from bhavesh95863/patch-6
...
fix: Duplicate if condition removed
2021-07-13 15:22:34 +00:00
gavin
59f4b4d754
Merge pull request #13554 from gavindsouza/drop-data-import-legacy
...
chore: Drop Data Import Legacy
2021-07-13 20:39:00 +05:30
Sagar Vora
b23dd71116
fix: escape quotes before declaring variables when making a new app
2021-07-13 17:56:47 +05:30
Bhavesh Maheshwari
68930a022a
fix: Duplicate if condition remove
2021-07-13 15:55:24 +05:30
Gavin D'souza
2aa2586a0c
fix: Drop deprecated validate_csv_import_file def
2021-07-13 12:04:18 +05:30
Suraj Shetty
0b3402236c
fix: Add layout direction to pdf template
2021-07-05 14:44:04 +05:30
Suraj Shetty
70e4b8a459
fix: Use different key for RTL assets
2021-07-05 14:39:46 +05:30
Suraj Shetty
30f9207091
feat: Select css-rtl folder if language is rtl
2021-06-28 12:03:00 +05:30
Suraj Shetty
40dd522796
feat: Auto generate RTL styles using rtlcss
...
https://github.com/MohammadYounes/rtlcss
2021-06-25 13:06:09 +05:30
Faris Ansari
fd05cf068e
fix: Add frappe.rename_doc to Server Scripts
2021-06-22 18:14:15 +05:30
Suraj Shetty
70f5df6a05
chore: debug
2021-06-17 18:50:21 +05:30
Suraj Shetty
7dfced5047
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-17 09:48:50 +05:30
Suraj Shetty
3cbc7dfb92
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-14 12:24:50 +05:30
Gavin D'souza
c489846547
Merge branch 'develop' into unnecessary_comprehensions
2021-06-11 19:30:23 +05:30
Gavin D'souza
8e8490976c
fix: Remove frappe from boilerplate requirements.txt
...
Remove frappe from new app boilerplates to avoid possible supply chain attacks. Don't make pip fetch frappe from PyPI
2021-06-07 14:10:49 +05:30
Suraj Shetty
eba4c24503
Merge branch 'develop' into refactor-website
2021-06-04 11:15:12 +05:30
Ankush Menat
327b9669e3
Merge branch 'develop' into sgrep_microtemplate
2021-06-03 12:09:19 +05:30
Suraj Shetty
2d8c6c1710
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-03 11:43:28 +05:30
Gavin D'souza
2ad9d202cb
Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code
2021-06-03 11:21:55 +05:30