2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00
Commit Graph

1546 Commits

Author SHA1 Message Date
gavin
b0f3bd4cdd
Merge branch 'develop' into get-app-allow-ssh 2020-05-14 17:51:20 +05:30
Gavin D'souza
30473d3535 feat: added specific checks for git URLs
API Added: bench.utils.is_git_url
Reference: https://github.com/jonschlinkert/is-git-url
2020-05-14 17:45:28 +05:30
gavin
c022d7be1d
Merge pull request #992 from gavindsouza/tests-update
chore(tests): drop PY2 testing for frappe > v12
2020-05-12 13:04:52 +05:30
Gavin D'souza
356dd8efe5 test: fixed get-app case 2020-05-12 12:39:58 +05:30
Gavin D'souza
74028074df fix(get-app): allow ssh urls 2020-05-12 11:00:15 +05:30
Gavin D'souza
1928eaa2c5 fix: return returncode in bench.utils.exec_cmd
tests: update broken install-app case, select branch for erpnext
2020-05-12 10:45:00 +05:30
gavin
f9d95e1af7
Merge pull request #990 from revant/fix-readme
docs: fix readme docker section
2020-05-11 16:02:44 +05:30
Gavin D'souza
c30afb0284 chore(tests): drop PY2 testing for frappe > v12 2020-05-11 16:01:16 +05:30
Chinmay Pai
2a58598f34
Merge pull request #991 from gavindsouza/supervisor-restart-on-patch 2020-05-11 12:22:55 +05:30
gavin
4c9c12f1a6
Merge branch 'develop' into supervisor-restart-on-patch 2020-05-11 11:51:16 +05:30
Gavin D'souza
ec1acec788 fix: restart supervisord process after change in conf 2020-05-11 11:46:53 +05:30
Revant Nandgaonkar
4d7f2682f2 docs: fix readme docker section
update to env file location
sites is now docker volume
2020-05-10 23:54:18 +05:30
gavin
c93bfeb057
Merge pull request #988 from gavindsouza/playbooks-bench-tmp-fix
fix(playbooks): pre v5.1 compatibility for playbooks folder
2020-05-07 16:34:24 +05:30
Gavin D'souza
08bc61a53a fix(playbooks): pre v5.1 compatibility for playbooks folder 2020-05-07 15:00:34 +05:30
Chinmay Pai
a8688db8dc
Merge pull request #980 from gavindsouza/playbooks-fix 2020-05-06 21:03:08 +05:30
Gavin D'souza
5c7302caba chore: remove unused imports 2020-05-06 16:01:51 +05:30
gavin
f7c6c5a882
Merge branch 'develop' into playbooks-fix 2020-05-06 15:35:11 +05:30
gavin
00e6e8be31
Merge pull request #985 from gavindsouza/yarn-install-fix
fix: install node modules only if package.json exists
2020-05-06 12:26:08 +05:30
Gavin D'souza
67fb0a4042 fix: install node modules if package.json exists 2020-05-06 11:54:34 +05:30
Chinmay Pai
9f7a8293cf
Merge pull request #961 from gavindsouza/change-project-name 2020-05-05 20:11:47 +05:30
Gavin D'souza
76e401cfaf Merge branch 'develop' of github.com:frappe/bench into change-project-name 2020-05-05 17:31:17 +05:30
gavin
c9aac45382
Merge pull request #983 from gavindsouza/get-app-fixes
fix(get-app): update node requirements
2020-05-05 17:20:19 +05:30
Gavin D'souza
b3842d9b30 fix: handle app not found under GH frappe erpnext orgs 2020-05-04 17:44:46 +05:30
Gavin D'souza
03e512fdab fix: get-app sets up node requirements 2020-05-04 17:43:32 +05:30
Gavin D'souza
172a7c266b fix: use easy_install of develop + path update 2020-05-04 16:03:17 +05:30
Gavin D'souza
803fa2d6ac fix: update easy install location 2020-05-02 20:07:16 +05:30
Gavin D'souza
1ba8c463de fix: updated manifest.in 2020-05-01 19:12:36 +05:30
Gavin D'souza
f817aa477f Merge branch 'develop' of github.com:frappe/bench into playbooks-fix 2020-05-01 18:05:04 +05:30
Gavin D'souza
78e1f03cc4 fix: add playbooks in the python package 2020-05-01 17:49:11 +05:30
sahil28297
fc88d78c58
Merge pull request #958 from Thunderbottom/bench-docs
refactor: bench readme and rename license file
2020-04-23 13:28:47 +05:30
Chinmay Pai
b3262ee503
Merge pull request #973 from Thunderbottom/undefined-apps 2020-04-19 13:54:31 +05:30
Chinmay D. Pai
cc45cbf8c2
chore: set apps to None by default
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-19 13:53:38 +05:30
sahil28297
771272f3c6
Merge pull request #921 from Thunderbottom/pull_specific_apps
feat(bench update): allow pull-only update on specified apps
2020-04-19 13:30:59 +05:30
Chinmay Pai
06380d83d2
Merge branch 'develop' into pull_specific_apps 2020-04-19 13:25:39 +05:30
Chinmay D. Pai
7f4b19cb7f
Merge branch 'master' of github.com:frappe/bench into pull_specific_apps
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-19 13:23:36 +05:30
lasalesi
a7c52b4059
fix(playbooks): wkhtmltopdf checksum string for debian 9 (#969)
* Update main.yml

Correcting checksum string for Debian 9

* fix(playbook): yaml syntax for checksum in wkhtmltopdf

Co-authored-by: gavin <gavin18d@gmail.com>
2020-04-17 18:31:07 +05:30
gavin
264df52157
Merge pull request #972 from gavindsouza/fix-crontab
fix(backups): setup backups for bench sites
2020-04-17 18:05:13 +05:30
Gavin D'souza
6881c93388 fix: bench path used for config 2020-04-17 11:26:44 +05:30
Gavin D'souza
f28c3765d8 fix(backup): make auto backup logs verbose 2020-04-16 14:17:29 +05:30
gavin
d6c2a40466
Merge pull request #967 from gavindsouza/cli-cache
feat: faster bench
2020-04-16 11:22:07 +05:30
Gavin D'souza
90f951c6ec fix(backups): setup backups for bench sites
Using python-crontab library instead of manual processing
2020-04-15 11:35:44 +05:30
gavin
e791410a31
Merge pull request #968 from AKedar21/patch-1
docs: fixed typo on running update
2020-04-14 18:14:09 +05:30
gavin
e1f1b0972d
docs: mellow-er contribution message post update 2020-04-14 15:21:30 +05:30
Abhishek Kedar
6dd0118446
fix: typo cash to crash
Fixed typo in "Open source..." sentence
2020-04-14 14:02:56 +05:30
Gavin D'souza
279073f1c0 style: fixed docstring and unused imports 2020-04-13 13:02:51 +05:30
Gavin D'souza
2d436126fd fix: help for bench install without sudo 2020-04-11 21:36:34 +05:30
Gavin D'souza
7e7c3969a7 fix: set translations download limit based on cpu cores 2020-04-11 21:21:07 +05:30
Gavin D'souza
e39ae1e0b5 fix: better warning and cache handling 2020-04-11 21:20:24 +05:30
Gavin D'souza
c0afa041c8 feat: bench apps commands caching
Port of https://github.com/frappe/bench/pull/888
2020-04-11 21:17:13 +05:30
gavin
8a5e7e9ec9
Merge pull request #960 from gavindsouza/check-for-updates
feat: check for newer versions on PyPI
2020-04-08 19:13:13 +05:30