2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-26 08:08:23 +00:00

602 Commits

Author SHA1 Message Date
Sagar Vora
0afb89a2c1 fix: default caching of pip packages, use reload_supervisor function 2018-12-13 09:49:55 +05:30
Sagar Vora
68538fd78c feat(CircleCI): tests shall not fail! ✔️ 2018-12-12 15:28:01 +05:30
Ameya Shenoy
479ab08deb
feat(release): option to prevent frontport
Option to prevent frontporting code to new branches, for example
v11(staging-fixes) should go into v12(develop)

Reason: To offload tasks to bot for normal releases, which can be done
without conflicts on a regular basis. However the frontporting releases
need manual intervention since merge conflicts arise.
2018-11-19 17:42:28 +05:30
Ameya Shenoy
64a3a5c40a
fix: proper semantic version bumping
- also included tests for the same

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-11-07 16:17:30 +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
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
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
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
2e7619c128
Merge pull request #714 from Thunderbottom/case-fix
[minor] setup: fix overwrite existing site
2018-09-06 16:40:44 +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
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
Sagar Vora
03781586b7
[python 3.7] async is a keyword => use is_async 2018-08-24 10:58:06 +05:30
Ameya Shenoy
2354396d49 fixed path 2018-08-16 13:04:02 +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
03186a75ba [fix]symentic versioning 2018-07-19 13:18:23 +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
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
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
38601eabf8
Merge branch 'master' into multi_fixes 2018-07-03 14:28:48 +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
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
Saurabh
5c980dce10 Test 2018-07-02 11:44:11 +05:30
Saurabh
8f39df5c34 Include base domain while generating ssl certificate if not excluded explicitly 2018-06-30 10:38:59 +05:30
Saurabh
51f38c0289 fix wildcard char 2018-06-29 14:35:28 +05:30
Saurabh
8ddfbd3e61 debug 2018-06-29 14:31:48 +05:30
Saurabh
179dfc1685 typo fix 2018-06-29 14:27:28 +05:30
Saurabh
9f150c4c35 check for wildcard character in domain if not exists prepend it 2018-06-29 14:24:15 +05:30
Saurabh
b81904b8c8 prepend wildcard character to domain 2018-06-29 13:57:11 +05:30
Saurabh
cb2c51684b typo fix 2018-06-29 13:51:42 +05:30
Saurabh
2da047cd90 add command to generate wildcard ssl 2018-06-29 13:46:40 +05:30
Saurabh
ab6cc5164f check if dns mutitenancy is active 2018-06-29 13:37:03 +05:30
Saurabh
4aaae8b791 Setup Wildcard SSL 2018-06-29 11:36:38 +05:30
Prateeksha Singh
c33cff5fd8
Revert "get frappe_theme for foundation" 2018-06-26 17:08:01 +05:30
Ameya Shenoy
2395e242cb get frappe_theme for foundation 2018-06-26 14:06:49 +05:30
Ameya Shenoy
f1e9ab0f9f
typo fix 2018-06-21 15:28:12 +05:30
Rushabh Mehta
8d2b702888
[minor] python3 fix and fix for #663 (#664) 2018-06-21 11:45:43 +05:30
Ameya Shenoy
e6defad003 removed psutil as a requirement 2018-06-19 00:32:45 +05:30
Rushabh Mehta
c1a8be4791 better way to install docs 2018-06-14 13:29:37 +05:30
Rushabh Mehta
9f917f8464 better way to install docs 2018-06-14 11:24:04 +05:30
Rushabh Mehta
8fc3a87a37 better way to install docs 2018-06-14 10:52:17 +05:30
Rushabh Mehta
c342a82aa1 better way to install docs 2018-06-14 10:37:11 +05:30