phot0n
9feb43cb71
feat: Initialize App
2 anos atrás
Ankush Menat
8f27a36e76
fix: db.get_value -> db.get_single_value ( #17531 )
db.get_value for singles returns string type always, this is confusing
behaviour, db.get_single_value should be used instead.
semgrep rule: https://github.com/frappe/semgrep-rules/pull/16
2 anos atrás
Ankush Menat
b613fd1285
refactor: clean up code to py310 supported features ( #17367 )
refactor: clean up code to py39+ supported syntax
- f-strings instead of format
- latest typing support instead of pre 3.9 TitleCase
- remove UTF-8 declarations.
- many more changes
Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
2 anos atrás
Ankush Menat
088050b31b
fix: remove bare exception catching
A bare except catches lots of things (like generator iteration end) and should never be used.
2 anos atrás
Jannat Patel
24cdd4f11d
Merge branch 'razorpay-checkout-currency' of https://github.com/pateljannat/frappe into razorpay-checkout-currency
3 anos atrás
Jannat Patel
fa8c62ea0c
fix: formatting
3 anos atrás
Jannat Patel
ba39026375
Merge branch 'develop' into razorpay-checkout-currency
3 anos atrás
Jannat Patel
2e4f03de3b
fix: pass currency to razorpay checkout
3 anos atrás
chillaranand
bfb29a0acc
refactor: Remove unused imports & code
3 anos atrás
mergify[bot]
af19ecbca4
Merge pull request #16602 from resilient-tech/int-req
refactor: Integration Request
3 anos atrás
Rucha Mahabal
70d63dcddf
fix: `frappe.log_error` arguments while capturing razorpay payment failures
3 anos atrás
Sagar Vora
7aefcbd2fa
refactor: Integration Request
3 anos atrás
Suraj Shetty
dd9c4d4f1e
style: format all python files using black ( #16453 )
Co-authored-by: Frappe Bot <developers@frappe.io>
3 anos atrás
ChillarAnand
5926b36855
refactor: Clean up whitespace & add CI check
3 anos atrás
Ritwik Puri
2101a4e98d
fix: revert gateway_settings and gateway_controller as non mandatory fields in payment gateway doctype ( #15729 )
3 anos atrás
phot0n
792d801972
fix: permissions for payment gateway doctype
3 anos atrás
Manuel
5b921db107
Merge branch 'frappe:develop' into develop
3 anos atrás
Shridhar Patil
0301ef6d61
fix: Missing save doc.
3 anos atrás
Manuel
7923e5e990
Merge branch 'frappe:develop' into develop
3 anos atrás
gavin
2ae251ba79
Merge pull request #14112 from gavindsouza/license-fixes
chore: License fixes
3 anos atrás
Gavin D'souza
791264a96e
chore: Update header: license.txt => LICENSE
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
3 anos atrás
Gavin D'souza
e8f55d9eb8
chore: Update module license header
These modules were imported from the ERPNext codebase into Frappe.
License header was overlooked at that point. These were contributed
initially by Frappe Technologies Pvt Ltd under GPLv3 (ERPNext's license) and now
we, as Frappe Technologies Pvt Ltd converting them to MIT to comply with
Frappe's license.
3 anos atrás
Manuel
a2c01fe7cd
Merge branch 'frappe:develop' into develop
3 anos atrás
conncampbell
8855a75606
Merge branch 'develop' of https://github.com/frappe/frappe into 12928-OTPLoginFix
Conflicts:
frappe/__init__.py
4 anos atrás
conncampbell
b8bfbbb61c
Merge remote-tracking branch 'upstream/version-13-hotfix' into 12928-OTPLoginFix
# Conflicts:
# frappe/__init__.py
4 anos atrás
Manuel
0b62fb84b1
Merge branch 'frappe:develop' into develop
4 anos atrás
gavin
9620ce8e83
Merge pull request #13344 from gavindsouza/drop-py2-code
chore: Dead dependencies and code cleanup
4 anos atrás
Gavin D'souza
025f47c7f9
chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
is legacy.
* Removed usages of utils from future/past libraries since they are
deprecated. This includes 'from __future__ ...' and 'from past...'
statements.
* Removed compatibility imports for PY2, switched from six imports to
standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
4 anos atrás
mtraeber
cb33be2c27
Merge branch 'develop' of https://github.com/frappe/frappe into develop
4 anos atrás
Suraj Shetty
9027edbef4
Merge branch 'develop' into esbuild
4 anos atrás
mtraeber
48374eef3c
Merge branch 'develop' of https://github.com/frappe/frappe into develop
4 anos atrás
Nabin Hait
9933d0baa0
Merge branch 'version-13' into develop
4 anos atrás
Nabin Hait
2dc74f6740
Merge branch 'version-13-pre-release' into version-13
4 anos atrás
Nabin Hait
69e790b01c
fix: merge conflict
4 anos atrás
mtraeber
8c7a6c7b06
Merge branch 'develop' of https://github.com/frappe/frappe into develop
4 anos atrás
Faris Ansari
d5a64924cf
Merge remote-tracking branch 'upstream/develop' into esbuild
4 anos atrás
Nabin Hait
27a425778a
fix: Fixed merge conflict
4 anos atrás
Faris Ansari
bd4d08c788
fix: Asset URLs
Helpers to get asset path
Python: frappe.utils.jinja_globals.bundled_asset
JS: frappe.assets.bundled_asset
4 anos atrás
Faris Ansari
06974dc29f
Merge remote-tracking branch 'upstream/develop' into esbuild
4 anos atrás
Frappe Bot
1d164e4b85
refactor: Delete Qunit test files
Since it is no longer used
(cherry picked from commit f78b990486
)
4 anos atrás
Frappe Bot
1d45cd8f64
refactor: Delete Qunit test files
Since it is no longer used
(cherry picked from commit f78b990486
)
4 anos atrás
Frappe Bot
f78b990486
refactor: Delete Qunit test files
Since it is no longer used
4 anos atrás
Faris Ansari
4773c1ec62
fix: Update all /assets urls with new urls
4 anos atrás
Nabin Hait
3034022d80
Merge branch 'version-13-pre-release' into version-13
4 anos atrás
Manuel
cfddaff347
Merge pull request #1 from frappe/develop
merge frappe/develop into LIS-Engineering/develop
4 anos atrás
Nabin Hait
bc432c86b4
fix: Resolved merge conflict
4 anos atrás
Mohammad Hasnain Mohsin Rajan
ade29ece7c
fix: Webform checkout ( #12756 )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 anos atrás
Saurabh
8b0c7c5122
Merge branch 'version-13-pre-release' into version-13
4 anos atrás
Suraj Shetty
8b0d5dc165
Merge branch 'develop' of https://github.com/frappe/frappe into version-13-pre-release
4 anos atrás
Shariq Ansari
6a1adede4e
Merge pull request #1 from frappe/develop
Updating my forked repository with the latest one.
4 anos atrás