Gavin D'souza
fa5dabca1a
feat(cli): Format option in bench show-config
...
(cherry picked from commit 95db79a1d0 )
2021-05-05 12:31:59 +00:00
Gavin D'souza
229e472820
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
(cherry picked from commit bb25caa97f )
2021-05-05 12:31:58 +00:00
Steffen
e9e4529e79
fix: error for bench drop-site. Added missing import.
...
(cherry picked from commit 80e009f806 )
2021-04-30 15:24:35 +00:00
eneegy
5e98630079
fix: Moving Site folder across different FileSystems failed ( #13033 )
...
Co-authored-by: Thanh Dao <thanhdn1989@gmail.com>
(cherry picked from commit 29be5829e16b7e9454713d69539066a87d5a4091)
2021-04-29 09:50:25 +00:00
Richard Case
e268e527e0
fix: build priority on computers with low memory fixes:frappe/bench#1135
2021-04-27 14:56:12 +05:30
gavin
d37d0007ea
fix(cli): Trigger Scheduler Event ( #12955 )
...
* Triggers events via Scheduled Job Type's execute method
* Exits with code 1 if no event with that name found or process
termination
* Added feedback if event not found
2021-04-27 14:56:12 +05:30
Rohan Bansal
3142723d41
feat: manage Python 3 compatiblity with dependencies
2021-04-27 14:54:34 +05:30
Sagar Vora
e81d2567ff
test: multiple cypress fixes
2021-04-27 14:54:33 +05:30
Sagar Vora
6ed9567b8c
fix: remove unused paramter ( #12575 )
2021-03-13 00:14:12 +05:30
Rohan Bansal
e675043e9d
Merge remote-tracking branch 'upstream/develop' into dev-import-file-error
2021-03-09 15:21:45 +05:30
Suraj Shetty
8962ba0647
fix: Temporarily use firefox for testing
...
- https://travis-ci.com/github/frappe/frappe/jobs/488819006 testing is failing due to some incompatibility
2021-03-07 19:14:31 +05:30
Suraj Shetty
358a9fabea
fix: max_old_space_size limit for node processes ( #12494 )
...
Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
2021-03-01 16:43:18 +05:30
Rohan Bansal
7b4e75e15d
fix: error while using data import and importing docs
2021-02-22 17:15:49 +05:30
Aditya Hase
bbac844de7
perf: Remove frappe.installer from import tree
2021-02-19 21:19:13 +05:30
Suraj Shetty
39d0e72f94
chore: Update Cypress 3 to 6 & fix test cases
2021-01-31 21:54:59 +05:30
Suraj Shetty
f8b1bbaadc
revert: "chore: Update cypres project & record ID"
...
This reverts commit 4148fbfad5 .
2021-01-31 18:30:53 +05:30
Suraj Shetty
4148fbfad5
chore: Update cypres project & record ID
2021-01-31 17:30:29 +05:30
Gavin D'souza
1b609af8e5
fix: Handle paths relative to bench root and sites folder
2020-12-04 18:15:17 +05:30
Faris Ansari
ee3fa3e4e0
fix: Remove unreferenced variable base_path
2020-12-03 22:39:38 +05:30
Gavin D'souza
05c8e3c5a7
Merge branch 'develop' of github.com:frappe/frappe into skip-backup-tables
2020-11-13 19:44:17 +05:30
Gavin D'souza
14fe6ccfa3
fix: Add is_partial check in bench restore
2020-11-13 19:42:38 +05:30
Gavin D'souza
e036c65ee2
fix: Bypass validation if force is passed
2020-11-11 12:34:56 +05:30
Faris Ansari
fbefdbecec
Merge pull request #11690 from gavindsouza/multisite-list-apps
2020-11-10 11:23:55 +05:30
Gavin D'souza
44f8c6e264
Merge branch 'develop' of github.com:frappe/frappe into skip-backup-tables
2020-11-09 19:08:36 +05:30
Gavin D'souza
ce45343355
feat: Add aliases for bench backup
...
* --include is the same as --only, -i
* --exclude is the same as -e
2020-11-09 18:53:14 +05:30
Gavin D'souza
7b1fa59a29
feat: Restore partial backups via bench partial-restore
2020-11-09 18:51:33 +05:30
Gavin D'souza
af1ed2f0bc
refactor: Move _new_site and extract_sql_from_archive from
...
frappe.commands.site module to frappe.installer
2020-11-09 18:50:03 +05:30
mergify[bot]
c0aae3e28e
Merge pull request #11878 from gavindsouza/validate-backup-before-restore
...
feat: Validate sql file before restoring site
2020-11-09 12:01:33 +00:00
Gavin D'souza
fb0d1fbac1
Merge branch 'develop' of github.com:frappe/frappe into skip-backup-tables
2020-11-09 14:53:59 +05:30
Gavin D'souza
61b0ffc14d
fix: Add new-lines between sites' summaries
2020-11-09 13:48:06 +05:30
Gavin D'souza
6c28f0cffe
style: Sider + Black
2020-11-09 13:20:38 +05:30
Gavin D'souza
9cedd7616d
refactor: Show versions from Installed Applications to show "real"
...
versions synced with the site database
2020-11-09 12:48:54 +05:30
Gavin D'souza
2ac5fe2444
Merge branch 'develop' of github.com:frappe/frappe into multisite-list-apps
2020-11-09 11:06:24 +05:30
Gavin D'souza
94d1759041
feat: Validate sql file before restoring site
2020-11-05 13:46:12 +05:30
Gavin D'souza
7b35e4d880
Merge branch 'develop' of github.com:frappe/frappe into no-compileall
2020-11-04 12:31:57 +05:30
gavin
81df6fc92a
fix: Open console even if Frappe imports failed ( #11832 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2020-11-02 16:42:12 +05:30
Gavin D'souza
4c1cb83e16
fix: Move unnecessary compileall outside migrate
2020-10-30 17:26:07 +05:30
Aditya Hase
1a5a2ab857
fix(recorder): start-recording and stop-recording commands
2020-10-28 09:37:54 +05:30
Gavin D'souza
5cf1568248
fix: Don't make lockfile changes
...
* Adding --no-save still updates the package.json. Unsure what to do
next.
2020-10-13 16:48:37 +05:30
Gavin D'souza
05feb9d42c
fix: Don't remove cypress after installation
2020-10-13 15:58:27 +05:30
Gavin D'souza
40ee03c21d
Merge branch 'develop' of github.com:frappe/frappe into move-cypress
2020-10-12 17:32:16 +05:30
Gavin D'souza
5c5703b8f6
feat: Show apps excluding frappe using --only-apps
2020-10-12 12:26:39 +05:30
Gavin D'souza
d19973a357
fix: Support for multi-site list-apps summary
2020-10-12 12:25:02 +05:30
Gavin D'souza
bd6f52305e
fix: Show traceback if verbose
2020-10-07 14:32:18 +05:30
Gavin D'souza
5a0948092c
Merge branch 'develop' of github.com:frappe/frappe into skip-backup-tables
2020-10-07 14:02:05 +05:30
Gavin D'souza
25e8d8f8cc
fix(restore): Add option help
2020-10-07 13:31:30 +05:30
Gavin D'souza
efaed4b953
Merge branch 'develop' of github.com:frappe/frappe into compress-files
2020-10-05 13:37:46 +05:30
Gavin D'souza
ab34d1d9e7
fix: Remove dead option "rebuild-website" in migrate
2020-09-29 21:13:41 +05:30
Gavin D'souza
26be4a2604
fix: Verbosity. Show Backup summary, always
2020-09-28 19:12:19 +05:30
Gavin D'souza
a098cd0055
fix: Folder creation failures, click.(s)echo
2020-09-25 14:07:14 +05:30