Ameya Shenoy
d99780b041
fix: install app instead of requirements.txt
...
pip installs the frappe apps instead of just their requirements.txt
It needs to be done so as to prevent update the app version for pip and
to prevent conflits for the dependencies in requirements.txt
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-11-07 13:32:03 +05:30
Ameya Shenoy
222d4605f6
Merge pull request #733 from codingCoffee/gitpython
...
fix: bump up GitPython to 2.1.11
2018-10-23 15:42:12 +05:30
Ameya Shenoy
8d1e1f3137
fix: bump up GitPython to 2.1.11
2018-10-23 08:07:17 +00:00
Ameya Shenoy
5f6783b186
Merge pull request #728 from mandarvaze/patch-1
...
Fixed minor typo error in the README
2018-10-21 14:28:34 +05:30
Mandar Vaze
fd2c8bec15
Fixed minor typo error in the README
2018-10-20 17:44:38 +05:30
Ameya Shenoy
cbc01e6486
Merge pull request #727 from codingCoffee/urllib3
...
fix(travis): urllib3
2018-10-18 13:20:58 +05:30
Ameya Shenoy
8aa7c2b913
fix(travis): urllib3
2018-10-18 13:05:29 +05:30
Ameya Shenoy
c5cea84597
Merge pull request #726 from codingCoffee/release
...
fix(prerelease): allow making prerelease for bench
2018-10-15 15:46:24 +05:30
Ameya Shenoy
0290932828
fix(prerelease): allow making prerelease for bench
...
- fixed the existing funtionality of prerelease
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-09-26 09:03:20 +00:00
Ameya Shenoy
1e8980eae8
Merge pull request #725 from frappe/pv-dep
...
Added pv as dependency for database restore
2018-09-24 11:08:41 +05:30
Achilles Rasquinha
64b02207ca
Added pv as dependency for database restore
2018-09-23 18:15:14 -05:00
Ameya Shenoy
33555fa63a
Merge pull request #709 from vjFaLk/wildcard-all-domains
...
Allow user to set single wildcard certificate for all domains
2018-09-22 03:22:54 +05:30
Ameya Shenoy
fae7d49060
Merge pull request #723 from Thunderbottom/fix-reload
...
[fix] reload(): use importlib for python3
2018-09-22 03:19:46 +05:30
Valmik Jangla
40bccb5482
Allow user to set single wildcard certificate for all domains
2018-09-21 16:31:08 +05:30
Chinmay Pai
15d2c8df16
[fix] reload(): use importlib for python3
...
reload() is an inbuilt function in python2 but has been moved to importlib since python3.4.
source: https://docs.python.org/3/library/importlib.html#importlib.reload
Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
2018-09-21 13:47:21 +05:30
Ameya Shenoy
bd67177e98
Merge pull request #718 from codingCoffee/u18
...
feat(ubuntu 18): Add support for Ubuntu 18.04
2018-09-21 12:34:47 +05:30
Ameya Shenoy
b5657c160c
Merge pull request #721 from codingCoffee/app_path
...
fix(remove_app): use app name instead of app path
2018-09-19 15:34:52 +05:30
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