Faris Ansari
807070282c
fix: Abort redis retries only for esbuild
vor 4 Jahren
Faris Ansari
dc04fe9ed6
fix: Handle decode error when getting value from cache
vor 4 Jahren
Faris Ansari
d90660affe
fix: Set node to version 14 again
vor 4 Jahren
Suraj Shetty
a54411750f
Merge branch 'develop' into esbuild
vor 4 Jahren
Suraj Shetty
8c8291ae38
fix: Delete duplicate validate_url method
vor 4 Jahren
Nabin Hait
75ea09f9df
fix: Resolved conflict issue
vor 4 Jahren
Nabin Hait
6d7a852351
Merge branch 'version-13' into develop
vor 4 Jahren
Nabin Hait
1419a28e5d
Merge branch 'version-13-pre-release' into version-13
vor 4 Jahren
Nabin Hait
9ad85a7bff
bumped to version 13.3.0
vor 4 Jahren
Nabin Hait
48c582265c
chore: Added Change log for v13.3.0
vor 4 Jahren
Faris Ansari
e711ada61c
fix: build should work even when redis is down
vor 4 Jahren
Faris Ansari
f8ca990a83
Merge remote-tracking branch 'upstream/develop' into esbuild
vor 4 Jahren
Faris Ansari
4b39f7f699
fix: Print rebuilt files in watch mode
vor 4 Jahren
mergify[bot]
ad65ad43c4
Merge pull request #13211 from prssanna/dependant-property-fix
fix: check if parentfield also exists
vor 4 Jahren
Leela vadlamudi
e48827a34a
Merge pull request #13220 from CaseSolvedUK/workspace-onlyfor-v13
fix: Allow only_for for Cards
vor 4 Jahren
Leela vadlamudi
19f4a73f8a
Merge pull request #13229 from josephalbaph/patch-9
fix: Invalid escape sequence
vor 4 Jahren
Leela vadlamudi
817a614648
Merge pull request #13228 from josephalbaph/patch-10
fix: Invalid escape sequence
vor 4 Jahren
Leela vadlamudi
788e0c2bcc
Merge pull request #13227 from josephalbaph/patch-11
fix: Invalid escape sequence
vor 4 Jahren
mergify[bot]
f5f20dcc40
Merge pull request #13231 from josephalbaph/patch-12
fix: DeprecationWarning: invalid escape sequence \<
vor 4 Jahren
mergify[bot]
0a4ab37ca1
Merge pull request #13232 from josephalbaph/patch-13
fix: DeprecationWarning: invalid escape sequence \(
vor 4 Jahren
Joseph Marie Alba
a13d208a28
fix: DeprecationWarning: invalid escape sequence \(
Python 3 interprets string literals as Unicode strings, and therefore \( is treated as an escaped Unicode character.
Declare RegEx pattern as a raw string instead by prepending r
vor 4 Jahren
Joseph Marie Alba
9795545fb6
fix: DeprecationWarning: invalid escape sequence \<
Python 3 interprets string literals as Unicode strings, and therefore your \< and \> are treated as an escaped Unicode character.
Declare your RegEx pattern as a raw string instead by prepending r
vor 4 Jahren
Joseph Marie Alba
62d81b7610
Python 3 issue with re
Python 3 interprets string literals as Unicode strings, and therefore \s is treated as an escaped Unicode character.
Declare RegEx pattern as a raw string instead by prepending r
vor 4 Jahren
Joseph Marie Alba
95bb5e5599
Python 3 issue with re
Python 3 interprets string literals as Unicode strings, and therefore \s is treated as an escaped Unicode character.
Declare your pattern as a raw string instead by prepending r
vor 4 Jahren
Joseph Marie Alba
c795a70897
Python 3 issue in re
Python 3 interprets string literals as Unicode strings, and therefore \d is treated as an escaped Unicode character.
Declare RegEx pattern as a raw string instead by prepending r or double escape \d
vor 4 Jahren
mergify[bot]
d84d02349c
Merge pull request #13212 from prssanna/grid-fix
fix: check if grid_rows exists
vor 4 Jahren
casesolved-co-uk
291ff654f8
fix: Allow only_for for Cards
vor 4 Jahren
gavin
6365037b81
Merge pull request #13145 from gavindsouza/misc-fixes-py3-1
fix: Misc fixes
vor 4 Jahren
prssanna
b75a1629fa
fix: check if grid_rows exists
vor 4 Jahren
prssanna
ce24b0bb14
fix: check if parentfield also exists
vor 4 Jahren
mergify[bot]
6dd6d4c3e1
Merge pull request #13199 from rovertzxd/fix-svg-uploads
fix: svg files upload
vor 4 Jahren
Gavin D'souza
7930b84b71
Revert "fix(build): Use NamedTemporaryFile from mktemp"
This reverts commit 085290630e
.
Breaks via https://github.com/frappe/frappe/pull/13145/checks?check_run_id=2573309928
vor 4 Jahren
Prssanna Desai
4b0e627c94
Merge pull request #13203 from prssanna/custom-print-format-fix
fix: check if df exists in get_formatted
vor 4 Jahren
Gavin D'souza
085290630e
fix(build): Use NamedTemporaryFile from mktemp
vor 4 Jahren
Roberto Murguia
ad5506453e
fix: svg files upload
vor 4 Jahren
Gavin D'souza
e0be2cc535
Merge branch 'develop' into misc-fixes-py3-1
vor 4 Jahren
Gavin D'souza
6581ed886a
Revert "fix: Don't re-copy node_modules if public already has it"
This reverts commit 548eb079c8
.
Seems to break UI components. Learnt this from Cypress UI tests
ref: https://github.com/frappe/frappe/pull/13145/checks?check_run_id=2567366717
vor 4 Jahren
Ankush Menat
4d7f5a8f8d
ci: fix semgrep false positives ( #13161 )
* ci: fix false positive rule for split js translate
- limit regex to must match end of line.
- expand previous check to take care of other ways to split multi-line
calls.
* ci: update tests for rules, ignore rules in sider
* ci: enable semgrep on v13 branches
* ci: fix false positive for python split strings
vor 4 Jahren
Suraj Shetty
4d61098d67
Merge pull request #13165 from surajshetty3416/python-distributed-testing
vor 4 Jahren
Suraj Shetty
a34a278e06
chore: Update .mergify.yml
vor 4 Jahren
prssanna
103fa1e31a
fix: check if df exists in get_formatted
vor 4 Jahren
Suraj Shetty
155b28cf51
ci: Update Job names
- Also, update mergify rules
vor 4 Jahren
Suraj Shetty
0f94407e6d
Merge pull request #12969 from surajshetty3416/fix-sqli-report-get
vor 4 Jahren
Nabin Hait
2890065d71
removed py2 support
vor 4 Jahren
Suraj Shetty
cb6f263001
Merge branch 'develop' into python-distributed-testing
vor 4 Jahren
mergify[bot]
0d0cb8b877
Merge pull request #13157 from hrwX/patch-3
fix: parse Today default value for date docfield
vor 4 Jahren
Suraj Shetty
110eb43914
Merge branch 'develop' into esbuild
vor 4 Jahren
mergify[bot]
75a8ab453e
Merge pull request #13192 from CaseSolvedUK/connapp-xero-v13
fix: connected app auto_refresh credentials and mandatory fields
vor 4 Jahren
Gavin D'souza
098f1564f3
refactor: bench build
* Deprecate --make-copy and --restore options for build in favour of --hard-link
* Show feedback for linking/copying application assets
vor 4 Jahren
Faris Ansari
f7c0561171
fix: Convert public fields to static fields
vor 4 Jahren