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

1209 Commits

Author SHA1 Message Date
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
Ameya Shenoy
2c48b28793
minor fixes 2018-04-01 02:51:43 +05:30
Ameya Shenoy
605585096c
Changes for auto VM builds 2018-03-31 23:37:40 +05:30
Achilles Rasquinha
8dd4dbe38c
Merge pull request #620 from achillesrasquinha/fix-encodings
fixed encodings
2018-03-28 19:58:16 +05:30
Neil
d690257378 fixed encodings 2018-03-28 10:26:56 -04:00
Achilles Rasquinha
ed63b2121c
Merge pull request #619 from frappe/fix-migration
fix for erpnext dependencies
2018-03-28 17:55:35 +05:30
Achilles Rasquinha
e41fe2c873 fix for erpnext dependencies 2018-03-28 17:54:38 +05:30
Ameya Shenoy
a2706fb4aa
minor fix 2018-03-28 12:15:02 +05:30
Ameya Shenoy
e6c1d5a3cc
Merge branch 'master' into vm_build 2018-03-27 19:12:16 +05:30
Ameya Shenoy
d5a9734f6c
Merge pull request #614 from codingCoffee/613
develop fixes for centos
2018-03-27 00:54:25 +05:30
Ameya Shenoy
d0303a6a84
update ansible version 2018-03-26 19:27:14 +05:30
Ameya Shenoy
f37768cef6
minor fix 2018-03-26 18:26:16 +05:30
Ameya Shenoy
1ce03ee6d7
mapped port 8000 to 8000 on develop VM 2018-03-26 17:25:54 +05:30
Ameya Shenoy
1eed28eade
Handle python3 version for centos 2018-03-26 17:05:47 +05:30
Ameya Shenoy
97d81b0ba4
Install python3.6 in centos 2018-03-26 15:46:05 +05:30
Achilles Rasquinha
0f8c6cfed0
Merge pull request #608 from achillesrasquinha/clear-cache-redis-fb
fallback in case redis isnt running
2018-03-25 13:43:51 +05:30
Achilles Rasquinha
d99adf0b28 fallback in case redis isnt running 2018-03-25 13:41:34 +05:30
Achilles Rasquinha
84c5719bc4
Merge pull request #606 from frappe/clear-redis-cache
clear-redis-cache
2018-03-23 20:39:17 +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
eb9b1e3f1d
Merge pull request #599 from frappe/version-fix
fix version decode, added safe_decode for bench
2018-03-19 11:44:22 +05:30
Achilles Rasquinha
77ac926361 fix version decode, added safe_decode for bench 2018-03-19 11:43:47 +05:30
Ameya Shenoy
c295be6114
added checksum to gitignore 2018-03-18 20:19:02 +05:30
Ameya Shenoy
5620d2e5b6
minor tweak to output directory 2018-03-18 20:13:30 +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
Ameya Shenoy
5456c4f25d
added gitignore 2018-03-15 11:11:17 +05:30
Achilles Rasquinha
aa3b08047c
Merge pull request #597 from frappe/py3-dev
fixes for encoding decoding
2018-03-12 18:27:52 +05:30
Achilles Rasquinha
dd813587ac fixes for encoding decoding 2018-03-12 18:25:00 +05:30
Ameya Shenoy
8b85e509c2
Vagrant box addition 2018-03-09 14:55:23 +05:30
Ameya Shenoy
ebef11a957
Merge pull request #593 from codingCoffee/quick_fix
Quick fix
2018-03-09 12:53:04 +05:30
Ameya Shenoy
ae7c28e9c1
fixes to prevent uncommited files in production 2018-03-08 21:44:12 +05:30
Ameya Shenoy
e59c704229
minor fix 2018-03-08 19:07:57 +05:30
Ameya Shenoy
2a4607274b
Fixes for VM build issue 2018-03-08 13:41:09 +05:30
Ameya Shenoy
d43bae4cbd
Merge pull request #588 from codingCoffee/minor_fix
path not found fix
2018-03-05 13:18:32 +05:30
Ameya Shenoy
d17406ce29
path not found fix 2018-03-05 13:17:46 +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
16603ec8c9
Merge pull request #586 from codingCoffee/clean_code
Restructured playbooks
2018-03-03 21:22:53 +05:30
Ameya Shenoy
a9a327cff9
compatibility with bench setup and install cmds 2018-03-03 12:46:05 +05:30
Ameya Shenoy
ebda0be772
modify 'bench install' to work with new structure 2018-03-03 12:22:01 +05:30
Ameya Shenoy
68b5e1b9ae
develop installs python3 bench 2018-03-01 07:49:41 +05:30
Ameya Shenoy
ee695ff14b
debian and centos fixes 2018-03-01 05:20:58 +05:30
Ameya Shenoy
acbfbbedf6
debian mariadb fix 2018-03-01 04:45:25 +05:30