Sagar Vora
c1e0930e16
fix(Workspace): broken links for reports created with Report Builder
4 yıl önce
mergify[bot]
8e9432e40d
Merge pull request #13282 from revant/fix-node-utils
fix: set correct default redis async broker in node_utils
4 yıl önce
Revant Nandgaonkar
ff21cd4fce
fix: set correct default redis async broker in node_utils
4 yıl önce
Joseph Marie Alba
e8d79030f7
fix: Python 3 issue on re ( #13230 )
Python 3 interprets string literals as Unicode strings, and therefore \s and \g are treated as escaped Unicode characters.
Fix: Declare RegEx pattern as a raw string instead by prepending r
4 yıl önce
mergify[bot]
ad5778275d
Merge pull request #13272 from netchampfaris/bundled-asset-abs-url
fix: Make bundled asset URL absolute always
4 yıl önce
Faris Ansari
16ff2de946
fix: Make bundled asset URL absolute always
4 yıl önce
mergify[bot]
ed5ca19233
Merge pull request #13180 from alyf-de/fix_migrate_tree
fix: Ignore "lft" and "rgt" when importing/exporting fixtures
4 yıl önce
mergify[bot]
831cedc423
Merge pull request #13150 from nikhilponnuru/workspace-deleted-issue
fix: Workspace not found error
4 yıl önce
Suraj Shetty
d7b40ded9e
Merge branch 'develop' into workspace-deleted-issue
4 yıl önce
Suraj Shetty
938317b6c0
Merge pull request #13148 from frappe/dependabot/npm_and_yarn/lodash-4.17.21
4 yıl önce
mergify[bot]
11285db686
Merge pull request #13266 from szufisher/fix-13167
fix: grid copy from excel with header, field label in user language
4 yıl önce
Suraj Shetty
f6db458abc
Merge pull request #13162 from frappe/dependabot/npm_and_yarn/hosted-git-info-2.8.9
4 yıl önce
Suraj Shetty
24244d1c7d
Merge branch 'develop' into fix-13167
4 yıl önce
Suraj Shetty
6c107a4236
Merge branch 'develop' into dependabot/npm_and_yarn/hosted-git-info-2.8.9
4 yıl önce
Suraj Shetty
da121994b0
Merge pull request #13269 from frappe/mergify/bp/develop/pr-13265
4 yıl önce
Gavin D'souza
fc86458d3e
fix: Increase timeout for window close
On mobile view, window.close would block rendering the print view.
Increasing the timeout to 10s from 1s helps
(cherry picked from commit b341167ffc
)
4 yıl önce
Suraj Shetty
321673fec3
Merge pull request #13268 from frappe/mergify/bp/develop/pr-13263
fix: Set home workspace as first available for user (backport #13263 )
4 yıl önce
Gavin D'souza
42f2d87a68
fix: Set home workspace as first available for user
The default Build Workspace may not be available for all users
depending on Role/Permissions settings. To handle this, instead of
assuming everyone gets Build, we'll dynamically pick from the
available workspaces instead
(cherry picked from commit 3b42738947
)
4 yıl önce
Suraj Shetty
00af014cca
Merge pull request #13247 from gavindsouza/doc-actions-mobile
4 yıl önce
Fisher Yu
02623d870e
fix: grid copy from excel with header, field label in user language
fix grid copy from excel with header row, support field label in user language
4 yıl önce
gavin
b9f884ee67
Merge pull request #13243 from gavindsouza/deprecation-warnings
fix: Hide all warnings in frappe commands
4 yıl önce
Gavin D'souza
33ba6494f8
Merge branch 'develop' into deprecation-warnings
4 yıl önce
Gavin D'souza
8328e03d0d
fix: Unstrip better to handle multi line outputs in smaller
terminal sizes
4 yıl önce
Gavin D'souza
8cc6804850
fix: Show deprecation warnings only if DEV_SERVER is set
This will show warnings in bench start commands by default as this
envvar is set.
4 yıl önce
Gavin D'souza
2dde3a9b01
fix: Hide all warnings in frappe commands
Hide all warnings when triggered via frappe.utils.bench_helper
4 yıl önce
dependabot-preview[bot]
44c481a893
chore(deps): [security] bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9. **This update includes a security fix.**
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 yıl önce
Suraj Shetty
b5cb40aa91
Merge pull request #13257 from josejibin/fix/session-clearing-postgres
fix: session clearing query on postgres
4 yıl önce
j
746c55624b
Fix: session clearing query on postgres
`user` is a postgres keyword. To avoid conflict,
use table_name.user
4 yıl önce
Faris Ansari
dc539ff21c
fix: Set node version to 14 for publish assets
4 yıl önce
dependabot-preview[bot]
6b5680c0ac
chore(deps): [security] bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 yıl önce
Suraj Shetty
e9cf28bcdb
Merge pull request #12883 from netchampfaris/esbuild
4 yıl önce
Faris Ansari
f6cd91be58
fix: Show warning for incompatible node version
4 yıl önce
Faris Ansari
c5c50c290e
fix: redis createClient call
4 yıl önce
Faris Ansari
792dd70730
fix: Handle AttributeError
4 yıl önce
Faris Ansari
f234761755
fix: Translate error message
4 yıl önce
Faris Ansari
355a9e7e7b
fix: Use safe_eval instead eval
4 yıl önce
Faris Ansari
807070282c
fix: Abort redis retries only for esbuild
4 yıl önce
Faris Ansari
dc04fe9ed6
fix: Handle decode error when getting value from cache
4 yıl önce
Faris Ansari
d90660affe
fix: Set node to version 14 again
4 yıl önce
mergify[bot]
febde8d5e6
Merge pull request #13141 from pateljannat/modal-minimize-scroll-issue
fix: minimize modal scroll issue
4 yıl önce
Gavin D'souza
14cc6fd546
fix: Show button group hierarchy in menu item label
4 yıl önce
Gavin D'souza
6a1bbb2ff3
feat: Add document actions in mobile view
4 yıl önce
mergify[bot]
976a250b88
Merge pull request #13184 from marination/radio-buttons
feat: Add global style for radio buttons
4 yıl önce
Suraj Shetty
a54411750f
Merge branch 'develop' into esbuild
4 yıl önce
Suraj Shetty
2fef9fedd6
Merge branch 'develop' into radio-buttons
4 yıl önce
Suraj Shetty
bccdb2c63f
Merge branch 'develop' into modal-minimize-scroll-issue
4 yıl önce
Suraj Shetty
8c8291ae38
fix: Delete duplicate validate_url method
4 yıl önce
Suraj Shetty
3601fa39a0
Merge branch 'develop' into modal-minimize-scroll-issue
4 yıl önce
Suraj Shetty
19952fee1b
Merge branch 'develop' into radio-buttons
4 yıl önce
Suraj Shetty
6a93ebc143
Merge branch 'develop' into workspace-deleted-issue
4 yıl önce