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
cf0e15e264
feat: Enable cypress parallel testing
2021-05-02 21:03:09 +05:30
Suraj Shetty
7ac3b53c1c
feat: Add support for build combined coverage file
...
- from parallel tests
- Update workflow files
2021-05-02 21:01:47 +05:30
Faris Ansari
9f4edaedbb
fix: bench build command
...
- Add --apps option
- Add --production option
- Add --apps option for bench watch command
- Add --skip_frappe in esbuild
2021-05-02 15:13:41 +05:30
Suraj Shetty
249fa6d21b
feat: Add run-parallel-tests command
...
- Tests will be distributed across different build machines
(dependent on test orchestrator)
- PrettyPrint for test results
2021-05-02 14:28:16 +05:30
Steffen
80e009f806
fix: error for bench drop-site. Added missing import.
2021-04-30 16:09:03 +02:00
eneegy
be027787c5
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 16:29:05 +05:30
Mohammad Hasnain Mohsin Rajan
1de1d87b79
test: omit commands directory since it is tested seperately ( #13035 )
...
* test: omit commands directory
* tests: use frappe namespace
* test: better wildcard matching
* style: Add whitespace
Co-authored-by: gavin <gavin18d@gmail.com>
2021-04-29 10:05:05 +00:00
Gavin D'souza
a4a32fc4ed
feat(cli): Format Option for list-apps
2021-04-22 17:58:21 +05:30
gavin
f25be5484a
Merge pull request #12564 from CaseSolvedUK/build-priority-v13
...
fix: Build priority on computers with low resources
2021-04-22 16:16:11 +05:30
gavin
edf92d4450
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-22 12:41:31 +05:30
Rohan Bansal
a7794d9f6c
Merge remote-tracking branch 'upstream/develop' into feat-py3-dependencies
2021-04-19 12:51:50 +05:30
Sagar Vora
c8763859ae
test: multiple cypress fixes
2021-04-18 13:22:43 +05:30
Rohan Bansal
86851028ea
feat: manage Python 3 compatiblity with dependencies
2021-04-14 14:40:58 +05:30
Richard Case
6df8479525
fix: build priority on computers with low memory fixes:frappe/bench#1135
2021-03-23 15:08:54 +00:00
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