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

2318 Commits

Author SHA1 Message Date
Ankush Menat
aef5587744 Merge branch 'staging' into v5.x 2022-08-28 18:48:20 +05:30
Ankush Menat
7b95f3161d Merge branch 'develop' into staging 2022-08-28 18:47:44 +05:30
Dany Robert
4bc3a086f2
fix: parsing error (#1364) 2022-08-28 18:47:00 +05:30
HENRY Florian
9131ba05db
fix: use ref param instead of branch for get_required_deps (GitHub contents API) (#1362)
* fix: use ref param instead of branch

* fix: use ref param instead of branch

* chore: unintentional changes from web editor

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-08-28 17:59:10 +05:30
HENRY Florian
589f7a400e
fix: bad URL in raw.githubusercontent.com (#1363) 2022-08-28 17:06:06 +05:30
semantic-release-bot
c6b334894e chore(release): Bumped to Version 5.14.2
## [5.14.2](https://github.com/frappe/bench/compare/v5.14.1...v5.14.2) (2022-08-17)

### Bug Fixes

* **DX:** make warnings go to stderr ([b6b9481](b6b9481b7b))
* update check condition ([3e749ba](3e749ba547))
2022-08-17 07:05:16 +00:00
Gavin D'souza
c89dc4189e Merge branch 'staging' into v5.x 2022-08-17 12:33:59 +05:30
Gavin D'souza
1402c6a160 Merge branch 'develop' into staging 2022-08-17 12:33:28 +05:30
gavin
871c703ee3
Merge pull request #1361 from ankush/warnings_output
fix(DX): make warnings go to stderr
2022-08-10 15:23:24 +05:30
Ankush Menat
3e749ba547 fix: update check condition
Right now updates are checked for src and --version command, it used to
be opposite of this.

ref: 7c653db703
2022-08-10 13:53:06 +05:30
Ankush Menat
b6b9481b7b fix(DX): make warnings go to stderr 2022-08-10 11:42:34 +05:30
semantic-release-bot
d70c32880a chore(release): Bumped to Version 5.14.1
## [5.14.1](https://github.com/frappe/bench/compare/v5.14.0...v5.14.1) (2022-08-07)

### Bug Fixes

* dont use glob pattern for `python` exec ([dc047a5](dc047a5e7d))
2022-08-07 08:14:20 +00:00
Gavin D'souza
f1d9014737 Merge branch 'staging' into v5.x 2022-08-07 13:43:03 +05:30
Gavin D'souza
61728a1b20 Merge branch 'develop' into staging 2022-08-07 13:42:43 +05:30
gavin
dea3278535
Merge pull request #1360 from resilient-tech/expect-python-exec
fix: dont use glob pattern for `python` exec
2022-08-07 13:41:40 +05:30
Sagar Vora
dc047a5e7d fix: dont use glob pattern for python exec 2022-08-07 01:36:16 +05:30
semantic-release-bot
f532e0b67c chore(release): Bumped to Version 5.14.0
# [5.14.0](https://github.com/frappe/bench/compare/v5.13.4...v5.14.0) (2022-08-04)

### Bug Fixes

* **nginx:** Allow specifying log_format setting ([bbf0169](bbf0169994))
* **patch:** Rename parent dir instead of moving individual dirs ([0bd0717](0bd0717f24))

### Features

* Allow skipping supervisord config check in setup supervisor ([a3af905](a3af905d92))
* **nginx:** Allow logging settings as site/combined/none ([5370129](5370129283))
2022-08-04 10:52:09 +00:00
Gavin D'souza
d4a99250da Merge branch 'staging' into v5.x 2022-08-04 16:20:55 +05:30
Gavin D'souza
7d6dccbb61 Merge branch 'develop' into staging 2022-08-04 16:20:34 +05:30
gavin
ac796f1bfd
Merge pull request #1355 from gavindsouza/nginx-access_log
feat(nginx): Allow logging settings as site/combined/none
2022-08-04 16:19:45 +05:30
Gavin D'souza
bbf0169994 fix(nginx): Allow specifying log_format setting
Changes
* Added sugared option class that allows setting options only if another
  is set
* setup nginx command allows to set logging level & log_format options
2022-08-04 16:00:27 +05:30
Gavin D'souza
5370129283 feat(nginx): Allow logging settings as site/combined/none 2022-08-04 14:10:09 +05:30
gavin
391dcf1e12
Merge pull request #1354 from gavindsouza/skip-supervisord
fix: Suggest don't update supervisord conf
2022-08-04 14:06:13 +05:30
gavin
925530f05b
Merge pull request #1356 from gavindsouza/archived_sites-patch-fix
fix(patch): Rename parent dir instead of moving individual dirs
2022-08-04 14:05:30 +05:30
gavin
809640a859
Merge pull request #1358 from gavindsouza/docs-readme-rm-html
chore(readme): Remove PyPI unsupported picture tag
2022-08-04 13:16:49 +05:30
Gavin D'souza
c1fe53d47c chore(readme): Remove PyPI unsupported picture tag
ref: https://pypi.org/project/frappe-bench/5.13.3/
2022-08-04 13:11:44 +05:30
Gavin D'souza
0bd0717f24 fix(patch): Rename parent dir instead of moving individual dirs 2022-08-04 13:03:22 +05:30
Gavin D'souza
f734eef7a7 refactor: check_supervisord_config 2022-08-04 12:15:51 +05:30
Gavin D'souza
db13ce3732 fix!: Don't update supervisord conf - instead just suggest 2022-08-04 12:14:07 +05:30
Gavin D'souza
a3af905d92 feat: Allow skipping supervisord config check in setup supervisor 2022-08-04 12:13:10 +05:30
semantic-release-bot
72b4ed268a chore(release): Bumped to Version 5.13.4
## [5.13.4](https://github.com/frappe/bench/compare/v5.13.3...v5.13.4) (2022-08-03)

### Bug Fixes

* Remove broken import path ([2c5c28b](2c5c28bbe2))
2022-08-03 11:22:20 +00:00
Gavin D'souza
155524b769 Merge branch 'staging' into v5.x 2022-08-03 16:50:38 +05:30
Gavin D'souza
9458fb0380 Merge branch 'develop' into staging 2022-08-03 16:50:08 +05:30
gavin
26e5630265
Merge pull request #1353 from gavindsouza/broken-import-path
fix: Broken import path
2022-08-03 16:48:17 +05:30
Ankush Menat
7e12108bc6 ci: automated release regex
ref: https://github.com/frappe/frappe/pull/17725
2022-08-03 16:16:30 +05:30
Gavin D'souza
4014f7349d refactor: Exceptions, variables with pylint 2022-08-03 16:04:21 +05:30
Gavin D'souza
2c5c28bbe2 fix: Remove broken import path 2022-08-03 15:54:44 +05:30
semantic-release-bot
b810144f83 chore(release): Bumped to Version 5.13.3
## [5.13.3](https://github.com/frappe/bench/compare/v5.13.2...v5.13.3) (2022-08-02)

### Bug Fixes

* Fetch env python if exists before returning fallback ([e5fa4df](e5fa4df5f9))
* Pass abs path from get_env_cmd ([10473b6](10473b6007))
* Pass cwd for cmd subprocess execution ([01b7759](01b77598ff))
* Remove frappe cmd caching in .bench.cmd ([f773529](f77352966b))
* Use hardcoded python3 env cmd for Bench.python ([c9c6bf4](c9c6bf4512))
* Use python* to match any pattern in env ([24b9af6](24b9af605b))
* Use venv module instead of virtualenv ([f60c2d0](f60c2d0def))
* **utils:** Strip * from cmd via get_env_cmd ([6ae1997](6ae1997bff))
2022-08-02 09:45:01 +00:00
Gavin D'souza
46aa3d125c Merge branch 'staging' into v5.x 2022-08-02 15:13:44 +05:30
Gavin D'souza
57a4773c25 Merge branch 'develop' into staging 2022-08-02 15:13:16 +05:30
gavin
18a954b88c
Merge pull request #1349 from gavindsouza/frappe-cmd-cache-bye
fix: Remove frappe cmd caching in .bench.cmd
2022-08-02 14:38:37 +05:30
gavin
a0af07356c
Merge pull request #1348 from gavindsouza/virtualenv-shenanigans
fix: Virtualenv shenanigans
2022-08-02 13:18:19 +05:30
Gavin D'souza
f77352966b fix: Remove frappe cmd caching in .bench.cmd 2022-08-02 13:14:55 +05:30
Gavin D'souza
10473b6007 fix: Pass abs path from get_env_cmd 2022-08-02 12:46:03 +05:30
Gavin D'souza
6ae1997bff fix(utils): Strip * from cmd via get_env_cmd 2022-08-02 12:18:40 +05:30
Gavin D'souza
78742b9546 refactor: Use specific lru_cache imports over entire module's 2022-08-02 12:00:08 +05:30
Gavin D'souza
24b9af605b fix: Use python* to match any pattern in env 2022-08-02 11:59:34 +05:30
Gavin D'souza
b37135e5b1 refactor: get_env_cmd
* Use globbing first to identify cmd in env paths
* Unbound cache which clears on chdir
* Allow passing patterns like 'python*' as cmd to match
2022-08-02 11:57:38 +05:30
Gavin D'souza
f60c2d0def fix: Use venv module instead of virtualenv
Only migrate-env requires virtualenv wrapper. However, it can be
installed and run manually too. Virtualenv wrapper is patched in debian
to change the path of bins - which venv is free from.
2022-08-02 11:54:00 +05:30
gavin
ec9d8588ca
Merge pull request #1347 from gavindsouza/ci-reduce-time
ci: Reduce test builds' runtimes
2022-08-01 18:30:49 +05:30