2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 17:24:41 +00:00
Commit Graph

2492 Commits

Author SHA1 Message Date
Ankush Menat
b3a0757e38
fix: use correct path for compiling py files 2021-04-02 19:48:04 +05:30
dependabot-preview[bot]
9b297284a6
build(deps): [security] bump jinja2 from 2.10.3 to 2.11.3 (#1142)
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. **This update includes a security fix.**
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-22 16:23:26 +05:30
Mohammad Hasnain Mohsin Rajan
4c627e4531
chore: update version (#1138)
* chore: update version

* chore: use dev version on develop branch

* chore: move develop branch check before imports
2021-03-18 13:57:21 +05:30
casesolved-co-uk
a1db48b57e fix: serious bug capable of deleting apps path 2021-03-17 16:20:47 +00:00
Richard Case
0ff8dddef9 fix: only get the specific branch for version check 2021-03-17 16:20:47 +00:00
Richard Case
895c403278 fix: only fetch current branch 2021-03-17 16:20:47 +00:00
Richard Case
82173c1d42 fix: only fetch what is necessary, simplify & improve grepability 2021-03-17 16:20:47 +00:00
Richard Case
66240e1f8d feat: Keep repos shallow if --reset is specified and shallow_clone is set 2021-03-17 16:20:47 +00:00
gavin
8a7a532a45
Merge pull request #1126 from revant/setup-supervisor-skip-redis
feat: skip redis config during supervisor setup
2021-03-17 17:42:04 +05:30
Revant Nandgaonkar
f109c3eaad
Merge branch 'develop' into setup-supervisor-skip-redis 2021-03-02 13:08:34 +05:30
gavin
f3809b00ac
Merge pull request #1121 from NicolasStr/develop
fix: create bench folder in user directory
2021-02-26 19:22:09 +05:30
gavin
034e0085e9
Merge pull request #1124 from adityahase/perf-cli
perf: Faster CLI
2021-02-26 16:39:01 +05:30
gavin
6b08292d91
Merge pull request #1122 from rtdany10/patch-2
fix: fail2ban help message
2021-02-26 13:08:11 +05:30
Revant Nandgaonkar
5cf1363481 feat: skip redis config during supervisor setup 2021-02-26 07:55:04 +05:30
Aditya Hase
b70aa21a73
chore: Remove unused import comment blocks 2021-02-21 11:24:32 +05:30
Aditya Hase
5d90346660
perf: Remove six.moves.reload_module from the import tree 2021-02-21 11:12:57 +05:30
Aditya Hase
2df0bf726d
perf: Remove semantic_version from the import tree 2021-02-21 11:12:40 +05:30
Aditya Hase
07ecaa1f77
perf: Remove shutil from the import tree 2021-02-21 11:12:00 +05:30
Aditya Hase
6706b230da
perf: Remove six.moves.urllib from the import tree 2021-02-21 11:10:43 +05:30
Aditya Hase
c5d2fb9255
perf: Remove bench.config.common_site_config from the import tree 2021-02-21 10:06:44 +05:30
Aditya Hase
cab2d44df5
perf: Remove bench.config.letsencrypt from the import tree 2021-02-21 10:06:11 +05:30
Aditya Hase
36e48c7dd7
perf: Remove bench.config.nginx from the import tree 2021-02-21 10:05:40 +05:30
Aditya Hase
5525548ced
perf: Remove six.moves.urllib from the import tree 2021-02-21 10:04:03 +05:30
Aditya Hase
e12717d63a
perf: Remove crontab from the import tree 2021-02-21 10:03:36 +05:30
Aditya Hase
6c0e1a359e
perf: Remove siz.moves.configparser from the import tree 2021-02-21 10:03:03 +05:30
Aditya Hase
8527b106c3
perf: Remove multiprocessing from the import tree 2021-02-21 10:02:41 +05:30
Aditya Hase
104efd349b
perf: Remove ast from the import tree 2021-02-21 10:02:20 +05:30
Aditya Hase
2a4377ac6f
perf: Remove crontab from the import tree 2021-02-21 10:02:02 +05:30
Aditya Hase
ad37665e8b
perf: Remove multiprocessing from the import tree 2021-02-21 10:01:44 +05:30
Aditya Hase
ad90d9485f
perf: Remove Jinja and PackageLoader from the import tree 2021-02-20 13:52:39 +05:30
Aditya Hase
df773d4f9f
perf: Remove git from the import tree 2021-02-20 13:22:56 +05:30
Aditya Hase
cc92584927
perf: Remove requests from the import tree 2021-02-20 13:14:56 +05:30
DANY ROBERT
fec8921214
fix: fail2ban help message 2021-02-18 11:31:38 +05:30
Nicolas Streng
294b399942
fix: Update documentation for user directory 2021-02-17 08:18:37 +01:00
Nicolas Streng
4eb4f01d19
Merge branch 'develop' into develop 2021-02-17 08:11:25 +01:00
Nicolas Streng
5c5d2b57df fix: create bench folder in user directory 2021-02-16 16:45:07 +01:00
DANY ROBERT
17ef5da5ce
fix: Upgrade pip first (#1120)
* fix: Upgrade pip first

`pip` needs to be upgraded before `cryptography` to avoid version compatibility error.

* fix: Add setuptools-rust in upgrade.

* fix: Install setuptools-rust

* fix: Add setuptools-rust in requirments.txt

* fix: Revert unwanted addition to README

* fix: Install setuptools-rust beforehand.

* fix: Upgrade pip beforehand.

* fix: Upgrade pip separately beforehand.

* fix: Upgrade setuptools-rust with pip.

* chore: Remove unused dependency

Co-authored-by: gavin <gavin18d@gmail.com>
2021-02-16 20:17:49 +05:30
gavin
e5d4027f46
Merge pull request #1116 from ankush/branch_help_command
docs: Update help message for --frappe-branch
2021-02-16 12:53:35 +05:30
Ankush Menat
bc21abb095
Merge branch 'develop' into branch_help_command 2021-02-09 11:09:10 +05:30
Ankush Menat
7e171967b3
docs: Update help message for --frappe-branch 2021-02-09 11:06:04 +05:30
gavin
2236913ac4
Merge pull request #1108 from frappe/nginx_proxy_buffer
fix: nginx proxy buffer
2021-02-04 18:36:13 +05:30
gavin
50b173c73e
Merge pull request #1112 from hasnain2808/semantic-release-bench
fix: change TEST_PYPI to PYPI
2021-02-04 16:13:48 +05:30
Mohammad Hasnain Mohsin Rajan
4211f5d750
fix: change TEST_PYPI to PYPI 2021-02-04 16:09:42 +05:30
semantic-release-bot
9a069246f2 chore(release): Bumped to Version 5.3.0
# [5.3.0](https://github.com/frappe/bench/compare/v5.2.1...v5.3.0) (2021-02-04)

### Bug Fixes

* Run compileall in bench after update ([54e6bcf](54e6bcfe9c))
* wrong flag description ([e9c046d](e9c046d56b))
* **install:** Allow override of frappe_branch and erpnext_branch ([6a207ca](6a207ca57a))
* **install:** Helpful logging ([2c4659a](2c4659a7aa))
* **playbooks:** Support wkhtmltox arm64 architecture ([d6d1b91](d6d1b91a79))
* Allow bench src as root ([9d1f7a7](9d1f7a7ed7))
* force renew on monthly bases ([7dcd5f9](7dcd5f9ce3))
* Handle no args passed in CLI ([31e4aee](31e4aeeab8))
* Install wheel during ansible setup ([61567be](61567be3f6))
* Log in ~/bench.log if not running inside bench directory ([28302f6](28302f67a3))
* removed force renewal as it would extend by 3 months every month, now the job runs daily ([408676c](408676c80e))
* removed patch ([87edc4e](87edc4e109))
* Use NullHandler for commands executed outside a bench dir ([31f2999](31f2999b4b))
* utf8mb4_general_ci ([f2e7702](f2e7702fde))
* **install:** Install dev packages for Arm 64-bit ([df0562d](df0562d59b))
* **install:** Obey --without-site ([608b28c](608b28c246))
* Add bench.cli namespace ([2f0b508](2f0b508d2e))
* Remove src test ([b8ed4f6](b8ed4f6a4b))
* Unpin setuptools, six and virtualenv ([03576d1](03576d10b4))
* update letsencrypt renew cron frequency ([7a7b0fe](7a7b0fea37))
* Update package lists and setup prereqs before setting up script ([550f55d](550f55d146))
* Updated command help and verbosity while setting crontab ([c9abac2](c9abac299a))
* Use 'develop' bench if not specified! ([0ad4421](0ad44214cf))
* warning on pip reinstall ([d979751](d979751e0c))

### Features

* better flag description ([9de383a](9de383a760))
* patch for older setups with wrong cron format ([1e97cdf](1e97cdf0c8))
* patch for older setups with wrong cron format ([097879e](097879e1fb))
* pitch erpnext support to VM users ([137a78a](137a78a6b0))
2021-02-04 10:26:17 +00:00
gavin
e72d783a37
Merge pull request #1111 from frappe/develop
chore: Merge develop into v5.x
2021-02-04 15:55:21 +05:30
gavin
64d755691e
Merge pull request #1110 from hasnain2808/semantic-release-bench
chore: Add Semantic Release
2021-02-04 13:27:27 +05:30
Gavin D'souza
34a56287b5 style: Re-worded tasks and fixed inconsistent spacing 2021-02-04 12:57:17 +05:30
hasnain2808@gmail.com
392bfb48f0 chore: testpypi to pypi 2021-02-04 09:48:56 +05:30
hasnain2808@gmail.com
9b80e3a960 Merge branch 'develop' into semantic-release-bench 2021-02-03 10:35:35 +05:30
hasnain2808@gmail.com
0b925a3838 chore: Add Semantic Release 2021-02-03 10:21:40 +05:30