Saurabh
d32d905567
fix: validate branch before update
2019-07-22 16:10:34 +05:30
Saurabh
ac51286f3c
Merge pull request #816 from adityahase/py3
...
fix: Initialise bench with Python 3
2019-07-22 15:32:50 +05:30
Sahil Khan
5699204a58
fix(release): accomodate future branches
2019-07-19 17:29:07 +05:30
Sahil Khan
dd78011717
fix(release): handle release for multiple branches
2019-07-19 17:08:09 +05:30
Aditya Hase
e24ca16c90
fix: Initialize bench with Python 3
2019-06-21 10:52:13 +05:30
Saurabh
22f3bc6c36
fix: typo fix
2019-06-19 18:03:04 +05:30
Saurabh
9242b927ca
fix: take backup before pulling the code and make site available after restarting the processes
2019-06-19 17:25:52 +05:30
Faris Ansari
75b0901af4
fix: Build assets only for downloaded app ( #802 )
2019-05-15 14:26:07 +05:30
Saurabh
d39effc2f1
Merge pull request #798 from saurabh6790/mariadb_version
...
enhancement: provision to pass mariadb version
2019-05-07 08:55:32 +05:30
Saurabh
8126143815
enhancement: provision to pass mariadb version
2019-05-07 08:51:54 +05:30
Saurabh
ee8a8fbbfb
fix: provision to pass container flag while setting up swap
2019-04-25 18:58:51 +05:30
Aditya Hase
b7f568aec2
fix: Change ownership of all log and config files
2019-04-13 10:55:41 +05:30
Faris Ansari
93264c6b71
Revert "perf: Remove unwanted check ( #788 )" ( #790 )
...
This reverts commit 431e96909c
.
2019-04-13 10:11:25 +05:30
Suraj Shetty
c16c8e69f0
Revert "fix: Change ownership of all log and config files ( #787 )"
...
This reverts commit 2435cb6b2e
.
2019-04-13 00:01:00 +05:30
Suraj Shetty
431e96909c
perf: Remove unwanted check ( #788 )
...
`get_frappe_commands` returns a list of valid frappe commands which is used to check if the user command is valid. But this is unnecessary because even without it bench can report the command not found error. This saves ~1 second.
2019-04-12 21:03:15 +05:30
Aditya Hase
2435cb6b2e
fix: Change ownership of all log and config files ( #787 )
...
Without this, after ` sudo bench setup production ` file ownership of all log files isn't changed and requires human intervention.
2019-04-12 15:32:17 +05:30
Chinmay Pai
ecdcbb9219
fix: add x-frame-origin to prevent clickjacking
2019-03-07 17:22:09 +05:30
Sagar Vora
d55d29b8fd
fix: syntax error
2019-01-29 23:59:42 +05:30
Sagar Vora
21925fa06f
fix: syntax error
2019-01-29 23:58:23 +05:30
Sagar Vora
47a9aca0e7
fix: importing reload caused issues in python2
2019-01-29 23:52:31 +05:30
Sagar Vora
4d02801f53
fix: use reload only if imported
2019-01-29 19:51:12 +05:30
Shivam Mishra
fd4be52e32
Removed foundation dependency ( #763 )
2019-01-22 15:38:01 +05:30
Sagar Vora
11de4f1cb7
Merge pull request #758 from sagarvora/no-ff
...
fix(release): don't fast-forward while merging
2019-01-22 15:07:41 +05:30
Aditya Hase
d1810e1dc1
fix(error): Python 2 does not provide stderr on CalledProcessError ( #762 )
2019-01-21 16:11:10 +05:30
Sagar Vora
656358cd59
fix: use existing function
2019-01-21 13:24:21 +05:30
Saurabh
c2165b471a
fix: pull app list from sites/apps.txt
2019-01-21 13:09:25 +05:30
Sagar Vora
856974939b
Merge pull request #747 from Thunderbottom/p3.7-fix
...
remove-app: fix for python3.7
2019-01-20 10:46:35 +05:30
Aditya Hase
1497f9b14b
feat(error): Show SyntaxError found in frappe ( #759 )
2019-01-19 13:12:21 +05:30
Sagar Vora
c1bba94648
fix(release): don't fast-forward while merging
2019-01-15 17:48:29 +05:30
Sagar Vora
518b8f32da
Merge pull request #744 from codingCoffee/reqfix
...
fix: install app instead of requirements.txt
2019-01-14 22:10:10 +05:30
Saurabh
277a7107a1
Merge pull request #751 from codingCoffee/broken_site_config
...
fix: setup nginx fails for broken site_config
2019-01-03 12:57:17 +05:30
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
8b02bed71c
fix: setup nginx fails for broken site_config
...
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-11-30 13:47:06 +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
ce7a5e757d
remove-app: fix for python3.7
...
"bench remove-app <app>" exits with TypeError on python3.7
converting the subprocess output to string fixes this issue.
Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
2018-11-12 13:51:11 +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
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
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
Rushabh Mehta
49d3887d76
[ask] for changelog
2018-06-14 09:27:20 +05:30
Prateeksha Singh
8c5d783716
[install] update frappe,erpnext docs apps to be installed ( #677 )
2018-06-14 09:10:55 +05:30
Ameya Shenoy
2591da0622
[fix] update fails if no remote found
...
- The bench update used to fail if there was no remote found for the app.
Fixed by adding check if remote exists. If it doesn't the app is added
to excluded_apps.txt and not considered for an update
- [minor] optimized get_excluded_apps list by calling it only once, as
opposed to getting it for every app
2018-05-15 16:18:02 +05:30
Ameya Shenoy
09d4414dc7
systemctl doesnt start services 2 layers deep
2018-04-30 19:48:56 +05:30
Ameya Shenoy
f62341dee9
modifications to setup production for systemd
2018-04-30 16:40:15 +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
b13773d806
initialize number of processes from template
2018-04-16 19:49:44 +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
Ameya Shenoy
155aaf7fd0
Merge pull request #426 from hanselke/patch-1
...
use certbot with -n option
2018-04-13 16:36:08 +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
b5f180ae9f
Fix short worker template
2018-04-12 16:05:29 +05:30
Revant Nandgaonkar
9f7725f6ed
TODO: restart_systemd_processes
2018-04-11 22:27:54 +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
1b3c98d0ff
bench setup systemd generates all configs
2018-04-11 21:31:04 +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
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
Revant Nandgaonkar
49e3904858
Merge 'revant-systemd' of codingCoffee/bench into systemd
2018-04-11 13:46:17 +05:30
Revant Nandgaonkar
78da707df1
Merge 'master' of frappe/bench into systemd
2018-04-11 13:42:07 +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
8a82f98eac
minor fixes
2018-04-10 12:47:45 +05:30
Achilles Rasquinha
e82e57b35a
added quiet to bench workers
2018-04-09 15:47:38 +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
bfc77c297d
ammend and redo
2018-04-07 13:46:55 +05:30
Saurabh
9a0224758b
remove staging preparation and upadation at release
2018-04-06 17:53:33 +05:30
Revant Nandgaonkar
2fdbdbfcf9
systemd templated added
2018-04-05 17:29:14 +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
Neil
d690257378
fixed encodings
2018-03-28 10:26:56 -04:00
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
Achilles Rasquinha
d99adf0b28
fallback in case redis isnt running
2018-03-25 13:41:34 +05:30
Achilles Rasquinha
be9327ba3e
clear-redis-cache
2018-03-23 20:38:27 +05:30
Ameya Shenoy
357d497e55
restart supervisor on boot
...
This is being added to restart supervisor inside the virtual machine on
boot, since the command 'bench update' breaks on boot, since the
supervisor is not active. This is a bug in debian, which has been
propogated to ubuntu, and this piece of code can be removed when the bug
is fixed.
2018-03-23 15:04:34 +05:30
Ameya Shenoy
c6f8800a2f
restart supervisor before restarting workers
2018-03-19 16:23:45 +05:30
Achilles Rasquinha
77ac926361
fix version decode, added safe_decode for bench
2018-03-19 11:43:47 +05:30
Ameya Shenoy
35f3e88ddf
Merge branch 'master' into vm_build
2018-03-17 18:49:53 +05:30
Rushabh Mehta
67269c26a4
confirm for checking manually before release
2018-03-16 09:47:40 +05:30
Achilles Rasquinha
dd813587ac
fixes for encoding decoding
2018-03-12 18:25:00 +05:30
Ameya Shenoy
9e28e4cf5b
minor fixes
2018-03-04 06:15:50 +05:30
Ameya Shenoy
30b12a6dd4
VM build fixes
...
- added bench command to install packer 1.2.1
2018-03-04 02:48:05 +05:30
Ameya Shenoy
fe858bfa36
Fixes for VM builds
...
- removed the packer binary
- added a bench command to install virtualbox
2018-03-04 01:04:17 +05:30
Ameya Shenoy
a9a327cff9
compatibility with bench setup and install cmds
2018-03-03 12:46:05 +05:30
Ameya Shenoy
ebda0be772
modify 'bench install' to work with new structure
2018-03-03 12:22:01 +05:30
Ameya Shenoy
7d9ac4e654
syntax fix
2018-02-28 19:12:13 +05:30
Ameya Shenoy
59d6c99614
yarn_fix
2018-02-28 18:48:11 +05:30
Achilles Rasquinha
f66cbca13b
provide bench path
2018-02-26 12:12:18 +05:30
Faris Ansari
2fe636fc5b
Call update_node_packages during bench init
2018-02-24 17:29:54 +05:30
Faris Ansari
fe901d25c6
[fix] bench setup requirements command
2018-02-24 12:57:33 +05:30
Faris Ansari
5ac9e9d835
Fix update_node_packages arg
2018-02-22 13:15:27 +05:30
Faris Ansari
4ce74759e2
Make bench backward compatible with npm style
2018-02-22 12:38:26 +05:30
Faris Ansari
4497267269
Prompt to install yarn in global
2018-02-20 17:12:19 +05:30
Faris Ansari
6e73871e55
Restore process order
2018-02-20 13:21:10 +05:30
Faris Ansari
a0ad05ca91
Merge with master
2018-02-20 13:20:25 +05:30
Faris Ansari
adfc11008a
Disable watch in CI
2018-02-20 13:19:42 +05:30
Achilles Rasquinha
6a233a9b5c
[FIX] start node processes right after python and redis
2018-02-20 11:28:59 +05:30
Faris Ansari
b77434bb61
Install yarn if not found
2018-02-19 20:25:35 +05:30
Faris Ansari
37b2bbd379
trigger yarn patch again
2018-02-19 18:10:58 +05:30
Faris Ansari
72968e6bb5
Install yarn locally
2018-02-19 18:03:37 +05:30
Faris Ansari
884c0766d2
install yarn using sudo ( #574 )
2018-02-19 14:26:25 +05:30
Faris Ansari
5d0a453ccb
[fix] update_npm_packages, patch to install yarn ( #572 )
2018-02-19 13:11:21 +05:30
Achilles Rasquinha
12224b7086
bytes to str
2018-02-15 12:45:05 +05:30
Saurabh
8876a40175
[fix] update setuptools and pip before creating virtual env and use system default python
2018-02-09 10:56:17 +05:30
Achilles Rasquinha
780c1b7488
get apps from both, frappe and erpnext
2018-02-07 17:12:32 +05:30
Faris Ansari
b5839dafeb
fix path executable to python3
2018-02-07 15:55:28 +05:30
Achilles Rasquinha
e446848ae0
removed tempdir
2018-02-05 18:54:44 +05:30
Achilles Rasquinha
a3f6c4b346
Removed copytree
2018-02-05 18:46:41 +05:30
Achilles Rasquinha
c00b581648
Fixed merge conflicts
2018-02-05 18:45:50 +05:30
Achilles Rasquinha
0de8bf0ea7
updated migrate-env
2018-02-05 18:42:29 +05:30
Rushabh Mehta
12c73a8cf3
[py3] install frappe first
2018-02-05 15:32:28 +05:30
Achilles Rasquinha
300c3eea08
Moved imports
2018-02-05 11:03:11 +05:30
Achilles Rasquinha
e2545c97af
Migrate from one Python Version to Another
2018-02-02 18:48:58 +05:30
Achilles Rasquinha
1b2e7838ab
pip-install-fix
2018-01-31 11:12:59 +05:30
Achilles Rasquinha
0e6291f108
Fixed version string
2018-01-30 13:17:17 +05:30
Achilles Rasquinha
762b02c818
decode get_cmd_output
2018-01-29 17:54:03 +05:30
Achilles Rasquinha
2b554e55d7
byte concat
2018-01-29 17:43:16 +05:30
Achilles Rasquinha
a120e9e4d6
Fixed crontab bytes to str
2018-01-29 17:30:14 +05:30
Achilles Rasquinha
1cf00667e9
generate redis config
2018-01-29 17:10:01 +05:30
Achilles Rasquinha
53cee53844
Create Bench Virtual Environments
2018-01-29 16:22:24 +05:30
JodeQ
892e029426
Remove deprecated standalone-supported-challenges
2018-01-16 22:00:32 +01:00
Saurabh
b3bc4a6ffb
Merge pull request #487 from saurabh6790/prepare_ver_x_x
...
Prepare v{old_major}_x_x while releasing mjor version
2017-12-20 15:13:57 +05:30
Saurabh
18ded16b52
[fix] provision to setup maxretry, bantime and findtime explicitly for fail2ban
2017-11-22 16:16:02 +05:30
Saurabh
fc3d1c78c7
[fix] add sudoer permissions after instating nginx and supervisor
2017-10-10 13:28:15 +05:30
Saurabh
0233a4170e
[fix] install supervisor via role
2017-10-10 13:16:46 +05:30
Saurabh
8c52455eb2
[fix] old version branhc naming
2017-10-05 12:09:56 +05:30
Saurabh
43ab34e28a
[fix] provision to push old version branch before major release
2017-10-05 12:09:55 +05:30
Saurabh
2567a8c721
[fix] temporarily exclude check for mysqlclient version
2017-10-04 17:48:15 +05:30
Saurabh
c87dcd0c3a
[fix] fixed mysqlclient version in bench test case
2017-10-04 16:39:14 +05:30
Saurabh
e2260d7065
Merge pull request #480 from saurabh6790/ansible-merge
...
Setup bench via roles
2017-10-02 15:29:01 +05:30
Saurabh
56b01b7b65
[fix] sudoer permissions
2017-10-02 14:12:03 +05:30
Saurabh
51b569a01e
[fix] display major version upgrade notification while updating
2017-09-27 17:47:09 +05:30
Makarand Bauskar
d1c73b20d0
[minor] removed upgrade command from switch-to-master and switch-to-develop ( #484 )
...
* [minor] remove --upgrade option from bench update
* [minor] removed upgrade command from switch-to-master and switch-to-develop
2017-09-27 13:42:43 +05:30
Saurabh
e79d722f8c
[fix] provision to regenerate supervisor and nginx config forcefully via bench serup production ( #486 )
2017-09-23 11:45:30 +05:30