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

1165 Commits

Author SHA1 Message Date
Ameya Shenoy
e4e054e840
fix(remove_app): use app name instead of app path
pip 18 does not allow path to repo, instead we use the app name

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-19 15:32:16 +05:30
Ameya Shenoy
de94469581
feat(ubuntu 18): Add support for Ubuntu 18.04
- added ubuntu 18 in the list of supported OS for the easy install
script
- ensured the install script for mariadb which works on ubuntu xenial
also works on ubuntu bionic
- sidenote: prevented pip from installing requests, since a system
package is already installed in centos 7

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-16 22:59:09 +05:30
Ameya Shenoy
2e7619c128
Merge pull request #714 from Thunderbottom/case-fix
[minor] setup: fix overwrite existing site
2018-09-06 16:40:44 +05:30
Ameya Shenoy
567cd668af
Merge pull request #712 from Mangesh-Khairnar/redis-fix
[Minor] Redis ram fix
2018-09-06 13:51:57 +05:30
Mangesh-Khairnar
a331c012d2 [minor] redis: fix max memory size
some macOS systems do not have SC_PHYS_PAGES set and may raise a ValueError. As a workaround, we fallback to sysctl.
2018-09-05 18:24:48 +05:30
Ameya Shenoy
44dd195c49
Merge pull request #715 from shyjuk/patch-1
Update README.md
2018-08-30 04:01:00 +00:00
Shyju Kanaprath
04cb9d9e02
Update README.md 2018-08-29 20:11:25 +04:00
Chinmay Pai
0c7b92b0f1
[minor] setup: fix overwrite existing site
fixed a casing issue where entering "N" would overwrite the site.

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
2018-08-29 12:58:04 +05:30
Ameya Shenoy
f969555835
Merge pull request #710 from sagarvora/patch-1
[python 3.7] async is a keyword => use is_async
2018-08-27 10:51:13 +00:00
Sagar Vora
03781586b7
[python 3.7] async is a keyword => use is_async 2018-08-24 10:58:06 +05:30
Ameya Shenoy
e66c9b6c37
Merge pull request #708 from codingCoffee/stuff
fixed path
2018-08-16 13:06:33 +05:30
Ameya Shenoy
2354396d49 fixed path 2018-08-16 13:04:02 +05:30
Ameya Shenoy
c950b162b0
Merge pull request #642 from codingCoffee/pip10_compat
Pip18 compatible
2018-08-15 23:40:28 +05:30
Ameya Shenoy
c6e559b8b9
better coding practices 2018-08-15 18:02:05 +00:00
Ameya Shenoy
642935a8a8
removed pip lockdown on 9.0.3 2018-08-15 18:02:03 +00:00
Saurabh
18bf1b5450
Merge pull request #706 from saurabh6790/multi-branch-release
[fix]semantic versioning
2018-07-19 14:38:08 +05:30
Saurabh
03186a75ba [fix]symentic versioning 2018-07-19 13:18:23 +05:30
Ameya Shenoy
1ea46fa33d
Merge pull request #705 from adityahase/master
Autocompletion for bench (zsh and bash)
2018-07-12 19:50:28 +05:30
Aditya Hase
9b80abffc0 Autocompletion for bench (zsh and bash) 2018-07-12 19:45:14 +05:30
Saurabh
9062a75c15
Merge pull request #701 from saurabh6790/multi-branch-release
Multi branch release
2018-07-11 18:17:52 +05:30
Ameya Shenoy
0cfa7e1b47
Merge pull request #703 from adityahase/master
Autocomplete for zsh and bash
2018-07-11 18:05:51 +05:30
Aditya Hase
c03441b37e Autocomplete for zsh and bash 2018-07-11 17:57:46 +05:30
Saurabh
361f0d2130 [fix] staging version 2018-07-11 14:55:50 +05:30
Saurabh
48df15562f update staging version 2018-07-11 14:40:33 +05:30
Saurabh
9039b12d9f remove debuggin statements and removed redundent code 2018-07-10 18:08:24 +05:30
Saurabh
ab2f8e998d prepare beta release 2018-07-10 17:31:59 +05:30
Saurabh
e97dcd9bcb pull branches from config 2018-07-10 17:31:59 +05:30
Ameya Shenoy
2b090d6014
Merge pull request #699 from mhbu50/patch-1
Update debian_family.yml
2018-07-10 16:54:33 +05:30
Ameya Shenoy
ad198d6582
Merge pull request #700 from mhbu50/patch-2
Update redhat_family.yml
2018-07-10 16:54:12 +05:30
Mohammed R Abukhamseen
7adc84e526
Update redhat_family.yml
Add cups-libs library to install pycups module in Redhat family OS
2018-07-10 14:19:09 +03:00
Mohammed R Abukhamseen
bf67e1c517
Update debian_family.yml
add libcups2-dev library to install pycups module
2018-07-10 14:02:11 +03:00
Ameya Shenoy
c7f46d5372
Merge pull request #698 from codingCoffee/erp_flag
multiple fixes
2018-07-10 12:47:48 +05:30
Ameya Shenoy
1262f25704 multiple fixes:
- in travis tests added check for the node_modules folder not found, since it was moved to frappe from v11 onwards
- added --without-erpnext flag to install only frappe
- identified but not yet fixed localctl failure on scaleway cloud (instant fix: apt install keyboard-configuration kbd console-data)
- fixed owner and permissions for bench.log in logs
- fixed mariadb set root password issue
- added libselinux-python to centos for localctl issues
2018-07-10 12:12:14 +05:30
Ameya Shenoy
6f7f46fd2f
Merge pull request #692 from codingCoffee/bm_port
bench manager runs on a separate port
2018-07-04 18:05:56 +05:30
Ameya Shenoy
1a0e5a84f5
Merge pull request #694 from codingCoffee/centfix
url fix for node on cent
2018-07-04 10:56:05 +05:30
Ameya Shenoy
f180f026ef url fix for node on cent 2018-07-04 10:54:13 +05:30
Ameya Shenoy
20e31407cc bemch manager runs on a sepaate port
- modified bench-manager.local to run on a separate port on a given
domain
2018-07-03 19:17:56 +05:30
Ameya Shenoy
d0b0bf92de
Merge pull request #651 from codingCoffee/trav_fix
travis permissions fix
2018-07-03 14:34:46 +05:30
Ameya Shenoy
a5de7d4af6
Merge branch 'master' into trav_fix 2018-07-03 14:34:02 +05:30
Ameya Shenoy
af315f174e
Merge pull request #661 from codingCoffee/multi_fixes
Multi fixes
2018-07-03 14:31:32 +05:30
Ameya Shenoy
38601eabf8
Merge branch 'master' into multi_fixes 2018-07-03 14:28:48 +05:30
Ameya Shenoy
b7b03e6ec1
Merge pull request #689 from codingCoffee/node
modify node install
2018-07-03 14:15:50 +05:30
Ameya Shenoy
297f0d4bc5 modified mode install method 2018-07-03 13:31:13 +05:30
Ameya Shenoy
2fb6e46337
Merge pull request #685 from pratu16x7/revert-684-theme
Revert "get frappe_theme for foundation"
2018-07-03 13:30:30 +05:30
Ameya Shenoy
3667df332b
Merge pull request #688 from adityahase/password-fix
Add single quotes around password variables in ansible script
2018-07-02 17:16:50 +05:30
Aditya Hase
f90f7e141e Add single quotes around password variables in ansible script
As mentioned in #657 admin and mysql root password with whitespaces
aren't recognized properly by shell adding single quotes around them
fixes this issue.
2018-07-02 16:24:53 +05:30
Saurabh
4807f02c6a
Merge pull request #687 from saurabh6790/setup_wildcard_ssl
Include base domain too while setting up wildcard ssl
2018-07-02 12:09:32 +05:30
Saurabh
14f56d1177 check exclusion expicitly 2018-07-02 12:00:58 +05:30
Saurabh
41e227cff1 [fix] syntax fixes 2018-07-02 11:56:13 +05:30
Saurabh
364cd8fe1b [fix][args] add param exclude base domain 2018-07-02 11:49:51 +05:30