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

285 Commits

Author SHA1 Message Date
Saurabh
ee8a8fbbfb fix: provision to pass container flag while setting up swap 2019-04-25 18:58:51 +05:30
Sagar Vora
d55d29b8fd fix: syntax error 2019-01-29 23:59:42 +05:30
Sagar Vora
47a9aca0e7 fix: importing reload caused issues in python2 2019-01-29 23:52:31 +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
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
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
642935a8a8
removed pip lockdown on 9.0.3 2018-08-15 18:02:03 +00:00
Saurabh
ab2f8e998d prepare beta release 2018-07-10 17:31:59 +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
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
8f39df5c34 Include base domain while generating ssl certificate if not excluded explicitly 2018-06-30 10:38:59 +05:30
Saurabh
2da047cd90 add command to generate wildcard ssl 2018-06-29 13:46:40 +05:30
Saurabh
4aaae8b791 Setup Wildcard SSL 2018-06-29 11:36:38 +05:30
Ameya Shenoy
ba5165ebbb
Merge branch 'master' into systemd 2018-04-27 11:15:18 +05:30
Ameya Shenoy
8e2b55887e fixed lets-encrypt non interactive mode 2018-04-26 15:50:38 +00:00
Ameya Shenoy
d2c5e3d544
Check if production dependencies are installed 2018-04-19 13:37:56 +05:30
Revant Nandgaonkar
1209ffb770 Merge 'master' of frappe/bench into systemd 2018-04-16 18:08:45 +05:30
Ameya Shenoy
4c13cb4289
frooze pip at 9.0.3 2018-04-16 11:22:32 +05:30
Ameya Shenoy
3b8f9441cc
Merge branch 'master' into systemd 2018-04-14 15:56:26 +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
e432755bf9
Merge branch 'master' into gshmu 2018-04-14 13:12:12 +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
Revant Nandgaonkar
47b88fb722 symlinks creation/deletion 2018-04-13 00:26:52 +05:30
Revant Nandgaonkar
b285a688d7 systemd for bench
bench setup systemd
bench restart --systemd
bench setup systemd --stop
2018-04-12 17:04:34 +05:30
Revant Nandgaonkar
b94a5e63b9 bench update restarts systemd if specified 2018-04-11 22:26:49 +05:30
Revant Nandgaonkar
624e8bdf63 restart systemd on update 2018-04-11 22:25:47 +05:30
Revant Nandgaonkar
e243e6a2b8 resolved merge conflict 2018-04-11 19:34:34 +05:30
Revant Nandgaonkar
6a5226e071 generate frappe-bench.target 2018-04-11 19:32:15 +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
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
8a82f98eac
minor fixes 2018-04-10 12:47:45 +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
Saurabh
9a0224758b remove staging preparation and upadation at release 2018-04-06 17:53:33 +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
Achilles Rasquinha
e41fe2c873 fix for erpnext dependencies 2018-03-28 17:54:38 +05:30
Ameya Shenoy
e6c1d5a3cc
Merge branch 'master' into vm_build 2018-03-27 19:12:16 +05:30