Commit graph

32391 commits

Author SHA1 Message Date
Gavin D'souza
8cd6b520ed refactor(minor): Bench set-config
* Replace --as-dict with a more apt --parse
* Fixed styling
* Renamed variables
2021-05-05 13:37:09 +05:30
Gavin D'souza
73ff84da8e chore: Drop redundant command auto-deploy 2021-05-04 18:10:31 +05:30
Gavin D'souza
3c1b6c66d9 fix(bench-console): Show only apps in namespace 2021-05-04 18:09:53 +05:30
Gavin D'souza
bcbc0d0a7c fix: Show complete frappe.conf including common conf 2021-05-04 18:08:21 +05:30
Gavin D'souza
3b34474f8d test: Add tests for bench show-config 2021-05-04 13:24:43 +05:30
Gavin D'souza
991965fe6b fix: Format JSON outputs better 2021-05-03 19:48:50 +05:30
Gavin D'souza
95db79a1d0 feat(cli): Format option in bench show-config 2021-05-03 19:33:50 +05:30
Gavin D'souza
bb25caa97f refactor: bench show-config
* Handle no site being specified. Fixes https://github.com/frappe/frappe/issues/13100
* Remove tabbed output in favour of table
* Add multi site support
2021-05-03 19:15:13 +05:30
mergify[bot]
111d13f93b
Merge pull request #13056 from pateljannat/password-field-in-web-form
feat: Add password fieldtype option for Web Form
2021-05-03 08:33:56 +00:00
mergify[bot]
e13aac866c
Merge pull request #13080 from shariquerik/breadcrumbs-fix
fix: Add breadcrumbs for list view
2021-05-03 08:32:39 +00:00
mergify[bot]
3840d3e545
Merge pull request #12966 from gavindsouza/list-apps-update
feat(cli): Format Option for list-apps
2021-05-03 08:27:04 +00:00
Suraj Shetty
ce10753e91
Merge pull request #12944 from alyf-de/report_column_context 2021-05-03 13:47:46 +05:30
Suraj Shetty
5901c77d4e
Merge branch 'develop' into password-field-in-web-form 2021-05-03 13:47:30 +05:30
Suraj Shetty
ce04d42201
Merge branch 'develop' into breadcrumbs-fix 2021-05-03 13:47:19 +05:30
Suraj Shetty
831f70a108
Merge branch 'develop' into list-apps-update 2021-05-03 13:41:49 +05:30
gavin
8d1711ebc5
chore: Use click.echo in favour of print
Accepting suggested changes because `click.echo` has improved support for handling Unicode and binary data that "does not fail no matter how badly configured the system is" _(ref: docstring)_.

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-05-03 13:39:26 +05:30
Suraj Shetty
59e9a2520b
Merge pull request #13088 from surajshetty3416/fix-recorder-translation
fix: Add __ function in vue global for translation in recorder
2021-05-03 13:24:28 +05:30
Suraj Shetty
86ce27e413 fix: Add __ function in vue global for translation in recorder 2021-05-03 13:21:05 +05:30
Gavin D'souza
66cb873817 chore: Re-trigger CI builds 2021-05-03 13:11:30 +05:30
Suraj Shetty
1235cb29f4
Merge pull request #13085 from surajshetty3416/fix--Typo
fix: Typo in RecorderDetail.vue
2021-05-03 12:51:56 +05:30
Suraj Shetty
021aea5b4f fix: Typo in RecorderDetail.vue 2021-05-03 12:50:06 +05:30
Gavin D'souza
520143d43a test: Added tests for bench list-apps -f json 2021-05-03 12:38:57 +05:30
gavin
42d020683a
Merge pull request #12996 from gavindsouza/pddr-enhancements
feat: Deletion Steps in Data Deletion Tool
2021-05-03 12:23:23 +05:30
mergify[bot]
9f2b66ff00
Merge pull request #12943 from alyf-de/translate_report_column_labels
fix: translate report column labels
2021-05-03 06:52:30 +00:00
Suraj Shetty
16a8b6f279
Merge branch 'develop' into password-field-in-web-form 2021-05-03 12:12:43 +05:30
Gavin D'souza
c6356b12c0 fix(PDDR): Translation String 2021-05-03 11:42:05 +05:30
Suraj Shetty
68f33ade9a
Merge pull request #13081 from frappe/mergify/bp/develop/pr-13011
fix: replace parseFloat by Number (backport #13011)
2021-05-03 11:13:36 +05:30
developers@erpnext.com
b5579589db fix: replace parseFloat by Number
(cherry picked from commit dac9db258c8559bba7e15be24a906ba1d74bf343)
2021-05-03 05:24:23 +00:00
mergify[bot]
238a884765
Merge pull request #13048 from anupamvs/customize-form-ux
fix: naming section display
2021-05-03 05:03:16 +00:00
shariquerik
018369e188 fix: No breadcrumbs for list view 2021-05-03 10:28:05 +05:30
Ernesto Ruiz
b02e79966a
fix(UI): Add margin to download backup card (#13050) 2021-05-03 10:03:35 +05:30
Suraj Shetty
faaf6ce8d4
Merge pull request #13070 from resilient-tech/switch-theme-keys
feat: switch theme with left/right keys
2021-05-03 09:43:03 +05:30
Ernesto Ruiz
b0af8886d5
fix: Make strings translatable (#13046)
Co-authored-by: Mohammad Hasnain Mohsin Rajan <hasnain2808@gmail.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-05-03 09:34:16 +05:30
Suraj Shetty
8d04daf91c
Merge pull request #13071 from codescientist703/fix-content-visibility
fix: Added conditional rendering for content field in split section w…
2021-05-03 09:30:39 +05:30
Suraj Shetty
b3fdbef7b2
Merge pull request #13052 from surajshetty3416/fix-mentions 2021-05-03 09:28:16 +05:30
mergify[bot]
c5606381ef
Merge pull request #13055 from shariquerik/shortcut-widget-indicator-color-fix
fix: Changed shorcut widgets color picker to dropdown
2021-05-03 03:57:50 +00:00
Suraj Shetty
23ffca83ed
Merge branch 'develop' into fix-mentions 2021-05-03 09:20:47 +05:30
codescientist703
9c5ac3a1a4 fix: Added conditional rendering for content field in split section with image template 2021-05-01 19:43:38 +05:30
Sagar Vora
835daa18ed feat: switch theme with left/right keys 2021-05-01 17:22:29 +05:30
shariquerik
9fd6491631 refactor: Used css variables also added missing colors 2021-05-01 15:08:31 +05:30
Nabin Hait
b4d57b0174 fix: Fixed merge conflict 2021-05-01 14:52:06 +05:30
Nabin Hait
f5312f72d3 Merge branch 'version-13-pre-release' into version-13 2021-05-01 14:44:35 +05:30
Nabin Hait
8c7661b682 bumped to version 13.2.0 2021-05-01 15:04:35 +05:50
Nabin Hait
b4726175ca chore: Add release note for v13.2.0 2021-05-01 14:10:27 +05:30
Suraj Shetty
dc47ca58ce
Merge pull request #13063 from frappe/mergify/bp/version-13-pre-release/pr-13062
fix: error for bench drop-site. Added missing import. (backport #13062)
2021-04-30 20:50:42 +05:30
Steffen
5b9fe286af fix: error for bench drop-site. Added missing import.
(cherry picked from commit 80e009f806)
2021-04-30 15:20:00 +00:00
mergify[bot]
21777a5718
Merge pull request #13062 from stephenBDT/fix-drop-site
fix: error for bench drop-site. Added missing import.
2021-04-30 15:14:53 +00:00
Steffen
80e009f806 fix: error for bench drop-site. Added missing import. 2021-04-30 16:09:03 +02:00
Suraj Shetty
9bb0ea0301 fix: Show icon instead of a different color for group 2021-04-30 12:43:55 +05:30
pateljannat
2f6e722934 fix: added password field in web form 2021-04-30 12:29:02 +05:30