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

1687 Commits

Author SHA1 Message Date
Gavin D'souza
c9abac299a fix: Updated command help and verbosity while setting crontab 2020-09-10 10:53:51 +05:30
Abhishek Balam
87edc4e109 fix: removed patch 2020-09-09 21:31:57 +05:30
Abhishek Balam
75caa0f93c
Merge branch 'develop' into letsencyrpt-renew 2020-09-09 19:50:28 +05:30
Abhishek Balam
408676c80e fix: removed force renewal as it would extend by 3 months every month, now the job runs daily 2020-09-09 19:44:53 +05:30
gavin
1237d604ce
docs: Update operation fix 2020-09-09 15:38:55 +05:30
gavin
bc2eb7b4cb
docs: Update bench CLI update method 2020-09-09 15:03:50 +05:30
Saurabh
137a78a6b0
feat: pitch erpnext support to VM users 2020-09-08 17:13:26 +05:30
Abhishek Balam
ac2afb32da Merge branch 'letsencyrpt-renew' of https://github.com/abhishekbalam/bench into letsencyrpt-renew 2020-09-08 13:20:40 +05:30
Abhishek Balam
1e97cdf0c8 feat: patch for older setups with wrong cron format 2020-09-08 13:00:51 +05:30
Abhishek Balam
097879e1fb feat: patch for older setups with wrong cron format 2020-09-08 12:58:56 +05:30
Abhishek Balam
7dcd5f9ce3 fix: force renew on monthly bases 2020-09-08 12:15:35 +05:30
Abhishek Balam
7a7b0fea37 fix: update letsencrypt renew cron frequency 2020-09-07 18:58:24 +05:30
gavin
afa9362b27
Merge pull request #1064 from gavindsouza/cli-fixes
fix: Allow bench src as root
2020-09-04 16:46:26 +05:30
gavin
0463e61157
Merge pull request #1065 from gavindsouza/install-wheel-and-setuptools
fix: Install wheel during ansible setup
2020-09-04 12:02:50 +05:30
Raffael Meyer
116d4e6a40
Merge branch 'develop' into install-wheel-and-setuptools 2020-09-03 10:32:05 +02:00
gavin
03576d10b4
fix: Unpin setuptools, six and virtualenv 2020-09-03 13:58:54 +05:30
Gavin D'souza
61567be3f6 fix: Install wheel during ansible setup
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
2020-09-03 13:46:33 +05:30
gavin
81d5b218f0
Merge pull request #1061 from gavindsouza/setup-prereqs-first
fix: Install Script fixes
2020-09-03 13:39:52 +05:30
Gavin D'souza
9d1f7a7ed7 fix: Allow bench src as root 2020-09-03 13:11:31 +05:30
gavin
ec035db679
Merge branch 'develop' into setup-prereqs-first 2020-09-03 13:09:44 +05:30
Gavin D'souza
0ad44214cf fix: Use 'develop' bench if not specified! 2020-09-03 13:07:13 +05:30
Gavin D'souza
550f55d146 fix: Update package lists and setup prereqs before setting up script
deps
2020-09-03 12:46:28 +05:30
gavin
a1b4dc4a49
Merge pull request #1058 from gavindsouza/development-readme
docs: Add development on bench README
2020-08-31 14:15:02 +05:30
Gavin D'souza
d5aebc0569 docs: Add development on bench README 2020-08-31 14:11:29 +05:30
Gavin D'souza
1841b5fa9c chore: bump bench to v5.2.1 2020-08-24 17:04:08 +05:30
gavin
5c51fc46b6
Merge pull request #1055 from gavindsouza/correct-src
fix: Show correct src of bench source
2020-08-24 16:38:19 +05:30
Gavin D'souza
fe2d927133 fix: Show correct src of bench source 2020-08-24 15:28:33 +05:30
gavin
8f2364be3c
Merge pull request #1054 from revant/fix-sudo-supervisor
fix: supervisor command does not require sudo
2020-08-24 14:02:36 +05:30
Revant Nandgaonkar
c5cf9164a6 fix: supervisor command does not require sudo 2020-08-24 13:33:51 +05:30
gavin
0e24180a89
Merge branch 'v5.x' into develop 2020-08-18 15:39:18 +05:30
Gavin D'souza
4f73fb4b1f chore: bump bench to v5.2.0 2020-08-18 15:37:50 +05:30
gavin
11657974e9
Merge pull request #1049 from gavindsouza/fix-py35+
fix(install.py): Check if Py3.5+ before installing distro
2020-08-14 21:44:11 +05:30
Gavin D'souza
5c8e9f2e55 chore: Use 3.5, 3.7 and 3.8 to test install.py
3.4 isn't available so let's not!
2020-08-14 21:16:04 +05:30
Gavin D'souza
892b449cd6 chore: Use 3.4, 3.6 and 3.8 to test install.py
Previously, tests were run for 3.6, 3.7 and 3.8; Changed the targets to
have more range of the versions
2020-08-14 20:45:50 +05:30
Gavin D'souza
f032fc0b86 fix: Check if Py3.5+ before installing distro 2020-08-14 20:29:46 +05:30
gavin
78eb208abc
Merge pull request #1048 from adamtang79/develop-adamtang
fix: ubuntu 20.04 easy install hang half way
2020-08-14 20:12:52 +05:30
Adam Tang
ff48ceda91 fix: use sys version info instead of user entry 2020-08-14 16:11:40 +08:00
Adam Tang
9bdff524cd fix: dns caching handle name not match 2020-08-14 13:39:10 +08:00
Adam Tang
967d1498f6 fix: using distro instead of platform
do such a way that platform is still perserved and sure to be removed
said v13 for python3 era.
2020-08-14 13:20:36 +08:00
gavin
584d707421
Merge pull request #1046 from gavindsouza/change-defaults
fix(install): Show Debian 10 is supported, update MariaDB defaults
2020-08-07 13:57:28 +05:30
Gavin D'souza
fadf44d747 fix(install): SHow Debian 10 is supported, update MariaDB defaults 2020-08-05 16:31:27 +05:30
gavin
3332051dae
Merge pull request #1036 from gavindsouza/test-traceback
travis: Separate builds for setup, install script and tests
2020-08-05 15:01:26 +05:30
gavin
d5e1406e38
Merge pull request #1043 from gavindsouza/bump-node-v12
fix: Bump Nodejs v8 => v12
2020-08-05 15:00:14 +05:30
Gavin D'souza
3ea6634328 fix: run test builds for py2.7 and py3.7 2020-08-05 14:18:52 +05:30
gavin
b02b034a78
Merge branch 'develop' into bump-node-v12 2020-08-05 14:01:03 +05:30
gavin
6884328c7c
Merge pull request #1022 from gavindsouza/update-supervisord-conf
fix: Update supervisord conf "better"
2020-08-05 14:00:47 +05:30
gavin
c93628c13f
Merge branch 'develop' into update-supervisord-conf 2020-08-05 13:08:58 +05:30
gavin
0005982e21
Merge branch 'develop' into bump-node-v12 2020-08-05 13:08:34 +05:30
Gavin D'souza
de5e278912 fix: Bump Nodejs v8 => v12 2020-08-05 13:07:12 +05:30
gavin
2b2783368a
chore: fix outdated update help 2020-08-04 16:34:19 +05:30