2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 07:58:24 +00:00

786 Commits

Author SHA1 Message Date
Ameya Shenoy
155aaf7fd0
Merge pull request #426 from hanselke/patch-1
use certbot with -n option
2018-04-13 16:36:08 +05:30
Revant Nandgaonkar
47b88fb722 symlinks creation/deletion 2018-04-13 00:26:52 +05:30
Revant Nandgaonkar
b285a688d7 systemd for bench
bench setup systemd
bench restart --systemd
bench setup systemd --stop
2018-04-12 17:04:34 +05:30
Revant Nandgaonkar
b5f180ae9f Fix short worker template 2018-04-12 16:05:29 +05:30
Revant Nandgaonkar
9f7725f6ed TODO: restart_systemd_processes 2018-04-11 22:27:54 +05:30
Revant Nandgaonkar
b94a5e63b9 bench update restarts systemd if specified 2018-04-11 22:26:49 +05:30
Revant Nandgaonkar
624e8bdf63 restart systemd on update 2018-04-11 22:25:47 +05:30
Revant Nandgaonkar
1b3c98d0ff bench setup systemd generates all configs 2018-04-11 21:31:04 +05:30
Revant Nandgaonkar
e243e6a2b8 resolved merge conflict 2018-04-11 19:34:34 +05:30
Revant Nandgaonkar
6a5226e071 generate frappe-bench.target 2018-04-11 19:32:15 +05:30
Ameya Shenoy
de5f2fd7c4
Merge pull request #443 from rmehta/minor
[minor] remove bench new-site (this command is now in frappe)
2018-04-11 16:30:14 +05:30
Ameya Shenoy
43815279df
Update app.py 2018-04-11 16:29:42 +05:30
Ameya Shenoy
67f687432e
Merge pull request #632 from codingCoffee/vishi
resolved conflicts
2018-04-11 16:28:20 +05:30
vishalseshagiri
f45862a3ca
resolved conflicts 2018-04-11 16:24:54 +05:30
Ameya Shenoy
d020bb528a
Update setup.py 2018-04-11 15:09:59 +05:30
Revant Nandgaonkar
49e3904858 Merge 'revant-systemd' of codingCoffee/bench into systemd 2018-04-11 13:46:17 +05:30
Revant Nandgaonkar
78da707df1 Merge 'master' of frappe/bench into systemd 2018-04-11 13:42:07 +05:30
Ameya Shenoy
2ff1dabf2b
Merge branch 'master' into minor 2018-04-11 13:23:58 +05:30
Ameya Shenoy
5cf4beb2a8
Merge pull request #626 from achillesrasquinha/procfile-quiet-worker
added quiet to bench workers
2018-04-11 13:20:09 +05:30
Ameya Shenoy
8a82f98eac
minor fixes 2018-04-10 12:47:45 +05:30
Achilles Rasquinha
e82e57b35a added quiet to bench workers 2018-04-09 15:47:38 +05:30
Ameya Shenoy
bebcd5300e
install prereqs before setup production
- removed locked down version of ansible, downloads latest now
- install ansible and other prereqs before bench setup production
2018-04-09 12:34:39 +05:30
Ameya Shenoy
bfc77c297d
ammend and redo 2018-04-07 13:46:55 +05:30
Saurabh
9a0224758b remove staging preparation and upadation at release 2018-04-06 17:53:33 +05:30
Revant Nandgaonkar
2fdbdbfcf9 systemd templated added 2018-04-05 17:29:14 +05:30
Shridhar
3b5da2960d Rename method names
Removed print statements
2018-04-05 14:47:48 +05:30
Shridhar
d80ded2c88 Rename method names
Rename include_update to include_app_for_update
Rename exclude_app to exclude_app_for_update
2018-04-05 14:47:48 +05:30
shridhar
7013167d8d Include excluded app in bench update
command bench bench include-app <app-name>
2018-04-05 14:46:19 +05:30
shridhar
4e3d7e989e New command to exclude apps when bench update
command bench exclude-app <app-name>
command bench update --exclude-apps
2018-04-05 14:44:29 +05:30
shridhar
e856c4a77a bench update exclude app 2018-04-05 14:42:24 +05:30
shridhar
bb10b0f94f Include excluded app in bench update
command bench bench include-app <app-name>
2018-04-05 14:41:00 +05:30
shridhar
708d104bfb spaces to tabs 2018-04-05 14:41:00 +05:30
shridhar
872460bb2f New command to exclude apps when bench update
command bench exclude-app <app-name>
command bench update --exclude-apps
2018-04-05 14:41:00 +05:30
shridhar
2799a12b2c bench update exclude app 2018-04-05 14:39:51 +05:30
Ameya Shenoy
63047730c5
Merge pull request #595 from codingCoffee/vm_build
VM build fixes
2018-04-01 02:57:32 +05:30
Neil
d690257378 fixed encodings 2018-03-28 10:26:56 -04:00
Achilles Rasquinha
e41fe2c873 fix for erpnext dependencies 2018-03-28 17:54:38 +05:30
Ameya Shenoy
e6c1d5a3cc
Merge branch 'master' into vm_build 2018-03-27 19:12:16 +05:30
Achilles Rasquinha
d99adf0b28 fallback in case redis isnt running 2018-03-25 13:41:34 +05:30
Achilles Rasquinha
be9327ba3e clear-redis-cache 2018-03-23 20:38:27 +05:30
Ameya Shenoy
357d497e55
restart supervisor on boot
This is being added to restart supervisor inside the virtual machine on
boot, since the command 'bench update' breaks on boot, since the
supervisor is not active. This is a bug in debian, which has been
propogated to ubuntu, and this piece of code can be removed when the bug
is fixed.
2018-03-23 15:04:34 +05:30
Ameya Shenoy
c6f8800a2f
restart supervisor before restarting workers 2018-03-19 16:23:45 +05:30
Achilles Rasquinha
77ac926361 fix version decode, added safe_decode for bench 2018-03-19 11:43:47 +05:30
Ameya Shenoy
35f3e88ddf
Merge branch 'master' into vm_build 2018-03-17 18:49:53 +05:30
Rushabh Mehta
67269c26a4 confirm for checking manually before release 2018-03-16 09:47:40 +05:30
Achilles Rasquinha
dd813587ac fixes for encoding decoding 2018-03-12 18:25:00 +05:30
Ameya Shenoy
9e28e4cf5b
minor fixes 2018-03-04 06:15:50 +05:30
Ameya Shenoy
30b12a6dd4
VM build fixes
- added bench command to install packer 1.2.1
2018-03-04 02:48:05 +05:30
Ameya Shenoy
fe858bfa36
Fixes for VM builds
- removed the packer binary
- added a bench command to install virtualbox
2018-03-04 01:04:17 +05:30
Ameya Shenoy
a9a327cff9
compatibility with bench setup and install cmds 2018-03-03 12:46:05 +05:30