Ameya Shenoy
946365196a
set repo-url and branch for frappe and erpnext
2018-04-15 05:00:16 +05:30
Ameya Shenoy
a412ab402a
Merge pull request #637 from codingCoffee/path_fix
...
Fixed improper pip installation
2018-04-15 04:12:53 +05:30
Ameya Shenoy
5d7bb5a896
Compatibility fixes for pip 10
2018-04-15 03:23:49 +05:30
Ameya Shenoy
e630093746
Merge pull request #625 from saurabh6790/deprecate_staging
...
remove staging preparation and updation at release
2018-04-14 13:32:22 +05:30
Ameya Shenoy
2c9c9287fc
Merge pull request #481 from gshmu/gshmu
...
fix bug and refine init --clone-from
2018-04-14 13:31:18 +05:30
Ameya Shenoy
e432755bf9
Merge branch 'master' into gshmu
2018-04-14 13:12:12 +05:30
Ameya Shenoy
0bb0c5b1bf
Merge pull request #517 from zerodhatech/bench-update-exclude-app
...
Bench update exclude apps from updating
2018-04-14 02:36:50 +05:30
Ameya Shenoy
85802a64a4
Merge branch 'master' into bench-update-exclude-app
2018-04-14 02:35:03 +05:30
Ameya Shenoy
3ccb1bf0fd
FIXES for exclude app from update PR
2018-04-14 02:24:04 +05:30
Ameya Shenoy
155aaf7fd0
Merge pull request #426 from hanselke/patch-1
...
use certbot with -n option
2018-04-13 16:36:08 +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
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
db13a947d2
Merge pull request #631 from codingCoffee/readme
...
updated readme
2018-04-11 12:48:57 +05:30
Ameya Shenoy
d3cd3abf90
updated readme
2018-04-11 12:47:23 +05:30
Ameya Shenoy
7e0b48bbdb
Merge pull request #630 from codingCoffee/ubuntu
...
minor
2018-04-10 18:42:40 +05:30
Ameya Shenoy
c8c9104ff9
minor
2018-04-10 18:41:30 +05:30
Ameya Shenoy
cb557235c7
Merge pull request #627 from codingCoffee/mulitple_fixes
...
Mulitple fixes
2018-04-10 13:24:13 +05:30
Ameya Shenoy
8a82f98eac
minor fixes
2018-04-10 12:47:45 +05:30
Ameya Shenoy
348e38f37a
changed node version install from 6 to 8
...
- broken down the node install into multiple parts based on OS
- change the default node version to be installed from 6 to 8
2018-04-09 15:51:11 +05:30
Ameya Shenoy
12f93976d0
Blank password not accepted
...
Stopped accepting blank passwords for MySQL password and Administrator password
in the install script
2018-04-09 15:50:43 +05:30
Achilles Rasquinha
e82e57b35a
added quiet to bench workers
2018-04-09 15:47:38 +05:30
Ameya Shenoy
99cf7610c0
increased default max_packet_size to 256M
...
Increased the max_packet_size for both mysqld and mysqldump to 256M. Change was made to prevent backup/restore failure due to large packet size, which used to showup as tabSingles not found
2018-04-09 15:11:55 +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
dd20a9a8e0
removed unnecessary install shell script
2018-04-09 11:59:12 +05:30
Ameya Shenoy
4061c811d8
Added option to set default site name
2018-04-09 11:53:51 +05:30
Ameya Shenoy
9b24458a96
Set default shell as bash for frappe user
...
- Commented the reason for using particular version of wkhtmltopdf
- Changes the default shell to bash for frappe user
2018-04-09 11:43:07 +05:30
Saurabh
9a0224758b
remove staging preparation and upadation at release
2018-04-06 17:53:33 +05:30
Shridhar
0b1c52c0ab
Deleted unwanted file
2018-04-05 14:47:48 +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
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