semantic-release-bot
8f6374de61
chore(release): Bumped to Version 5.23.0
...
# [5.23.0](https://github.com/frappe/bench/compare/v5.22.9...v5.23.0 ) (2024-11-28)
### Bug Fixes
* apps init; apps might be an empty folder still ([0bb5ffe](0bb5ffeb69
))
* use `with` to read pyproject.toml ([f3110e5](f3110e5456
))
### Features
* add more flexibility to procfile render ([ac08ec6](ac08ec6dee
))
v5.23.0
2024-11-28 07:12:43 +00:00
Akhil Narang
96cc3fef7f
Merge remote-tracking branch 'upstream/staging' into v5.x
...
* upstream/staging:
feat: add more flexibility to procfile render
fix: apps init; apps might be an empty folder still
chore(ci): drop py3.8, add 11, 12, 13
refactor: change some exceptions to simple echo + exits
fix: use `with` to read pyproject.toml
Avoid continue loop
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-28 12:41:55 +05:30
Akhil Narang
796b813bbd
Merge remote-tracking branch 'upstream/develop' into staging
...
* upstream/develop:
feat: add more flexibility to procfile render
fix: apps init; apps might be an empty folder still
chore(ci): drop py3.8, add 11, 12, 13
refactor: change some exceptions to simple echo + exits
fix: use `with` to read pyproject.toml
Avoid continue loop
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-28 12:41:34 +05:30
Akhil Narang
a9a6ae9438
Merge pull request #1600 from blaggacao/feat/add-direct-config-module-calling
...
feat: add more options to profcile render
2024-11-28 12:40:54 +05:30
David
ac08ec6dee
feat: add more flexibility to procfile render
2024-11-27 16:14:53 +01:00
David
0bb5ffeb69
fix: apps init; apps might be an empty folder still
2024-11-27 15:58:03 +01:00
Akhil Narang
14a3303c44
Merge pull request #1599 from akhilnarang/ci-drop-3.8
...
chore(ci): drop py3.8, add 11, 12, 13
2024-11-25 14:10:53 +05:30
Akhil Narang
fcf7210f13
Merge pull request #1598 from akhilnarang/exception-to-echo
...
refactor: change some exceptions to simple echo + exits
2024-11-25 14:10:44 +05:30
Akhil Narang
9e42db5060
chore(ci): drop py3.8, add 11, 12, 13
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-25 13:57:15 +05:30
Akhil Narang
aae99fa10e
Merge pull request #1597 from akhilnarang/fix-pyproject-open
...
fix: use `with` to read pyproject.toml
2024-11-25 13:54:12 +05:30
Akhil Narang
326bcab224
refactor: change some exceptions to simple echo + exits
...
The traceback doesn't help in any meaningful way, just makes it harder to decipher the error
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-25 13:53:00 +05:30
Akhil Narang
f3110e5456
fix: use with
to read pyproject.toml
...
Also fix variable name
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-25 13:40:27 +05:30
gavin
af8ed34201
Merge pull request #1584 from jmishra01/avoid_multiple_check
...
fix: Avoid continue loop in is_bench_directory
2024-10-24 11:50:28 +02:00
Jitendra Mishra
877bf09afa
Avoid continue loop
2024-09-23 09:04:47 +05:30
semantic-release-bot
67ee01be1e
chore(release): Bumped to Version 5.22.9
...
## [5.22.9](https://github.com/frappe/bench/compare/v5.22.8...v5.22.9 ) (2024-08-30)
### Bug Fixes
* don't allow uninstall frappe... ([1ab3763](1ab3763fd6
))
v5.22.9
2024-08-30 12:58:05 +00:00
Akhil Narang
c713ce0e4e
Merge remote-tracking branch 'upstream/staging' into v5.x
...
* upstream/staging:
fix: don't allow uninstall frappe...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 18:27:20 +05:30
Akhil Narang
225e43babb
Merge remote-tracking branch 'upstream/develop' into staging
...
* upstream/develop:
fix: don't allow uninstall frappe...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 18:27:01 +05:30
Akhil Narang
bb2e324257
Merge pull request #1579 from akhilnarang/disallow-uninstalling-frappe
...
fix: don't allow uninstall frappe...
2024-08-30 18:22:40 +05:30
Akhil Narang
1ab3763fd6
fix: don't allow uninstall frappe...
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 18:08:51 +05:30
semantic-release-bot
afdf984c6e
chore(release): Bumped to Version 5.22.8
...
## [5.22.8](https://github.com/frappe/bench/compare/v5.22.7...v5.22.8 ) (2024-08-21)
### Bug Fixes
* use a tuple instead of a list ([c599ee8](c599ee86dd
))
v5.22.8
2024-08-21 07:52:42 +00:00
Akhil Narang
a9e42a83d2
Merge remote-tracking branch 'upstream/staging' into v5.x
...
* upstream/staging:
fix: use a tuple instead of a list
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-21 13:21:50 +05:30
Akhil Narang
a1b19cd785
Merge remote-tracking branch 'upstream/develop' into staging
...
* upstream/develop:
fix: use a tuple instead of a list
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-21 13:21:43 +05:30
Akhil Narang
e88fbc47c9
Merge pull request #1577 from akhilnarang/change-list-to-tuple
...
fix: use a tuple instead of a list
2024-08-21 13:21:29 +05:30
Akhil Narang
c599ee86dd
fix: use a tuple instead of a list
...
From perflint:
bench/utils/bench.py:89:9: W8301: Use tuple instead of list for a non-mutated sequence (use-tuple-over-list)
(just needed a fix to trigger a new release)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-21 13:07:24 +05:30
Akhil Narang
0e91671754
Merge remote-tracking branch 'upstream/staging' into v5.x
...
* upstream/staging:
chore(deps): bump `semantic-version` to match frappe framework
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-21 12:58:57 +05:30
Akhil Narang
14d40299a4
Merge remote-tracking branch 'upstream/develop' into staging
...
* upstream/develop:
chore(deps): bump `semantic-version` to match frappe framework
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-21 12:58:45 +05:30
Akhil Narang
3cc170b6d3
Merge pull request #1576 from akhilnarang/bump-dependencies
...
chore(deps): bump `semantic-version` to match frappe framework
2024-08-20 12:54:42 +05:30
Akhil Narang
7cfa7e599e
chore(deps): bump semantic-version
to match frappe framework
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-20 12:07:05 +05:30
semantic-release-bot
5388531bef
chore(release): Bumped to Version 5.22.7
...
## [5.22.7](https://github.com/frappe/bench/compare/v5.22.6...v5.22.7 ) (2024-08-19)
### Bug Fixes
* **ansible:** Use include_tasks instead of include ([cbd703d](cbd703d436
))
* ERROR! [DEPRECATED] ([caa5fa0](caa5fa0ead
))
v5.22.7
2024-08-19 05:42:04 +00:00
Akhil Narang
f50988bc82
Merge remote-tracking branch 'upstream/staging' into v5.x
...
* upstream/staging:
fix(ansible): Use include_tasks instead of include
fix: ERROR! [DEPRECATED]
Update Development Docs URL (#1557 )
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-19 11:11:01 +05:30
Akhil Narang
92fbfb1f81
Merge remote-tracking branch 'upstream/develop' into staging
...
* upstream/develop:
fix(ansible): Use include_tasks instead of include
fix: ERROR! [DEPRECATED]
Update Development Docs URL (#1557 )
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-19 11:10:05 +05:30
Akhil Narang
21b990e9ad
Merge pull request #1564 from cogk/fix-use-import_tasks-instead-of-include
...
fix(ansible): Use include_tasks instead of include
2024-08-12 15:42:53 +05:30
Corentin Forler
cbd703d436
fix(ansible): Use include_tasks instead of include
2024-08-12 11:51:04 +02:00
Akhil Narang
181d265cda
Merge pull request #1563 from FHenry/dev_replace_include_with_include_tasks
...
fix: ERROR! [DEPRECATED] ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.
2024-08-12 15:15:08 +05:30
Florian HENRY
caa5fa0ead
fix: ERROR! [DEPRECATED]
2024-05-28 17:38:55 +02:00
Nick Spinner
07b1462e60
Update Development Docs URL ( #1557 )
2024-05-10 11:00:13 +05:30
semantic-release-bot
e90933898e
chore(release): Bumped to Version 5.22.6
...
## [5.22.6](https://github.com/frappe/bench/compare/v5.22.5...v5.22.6 ) (2024-05-08)
### Bug Fixes
* add useforsecurity with fallback for <3.9 ([319809d](319809d2df
))
v5.22.6
2024-05-08 04:50:03 +00:00
18alantom
f62abf8602
Merge branch 'develop' into v5.x
2024-05-08 10:19:11 +05:30
18alantom
303058d002
Merge branch 'develop' into staging
2024-05-08 10:18:47 +05:30
Alan
de9b0bd91a
Merge pull request #1556 from frappe/userforsecurity
...
fix: add useforsecurity with fallback for <3.9
2024-05-08 10:17:59 +05:30
18alantom
319809d2df
fix: add useforsecurity with fallback for <3.9
2024-05-08 10:15:39 +05:30
semantic-release-bot
fe7d10d58f
chore(release): Bumped to Version 5.22.5
...
## [5.22.5](https://github.com/frappe/bench/compare/v5.22.4...v5.22.5 ) (2024-05-08)
### Bug Fixes
* calc md5 for app cache ([16f8906](16f89067c6
))
* check md5 when fetching from cache ([efb5171](efb51712d9
))
* update pre url coercion check ([6f074a7](6f074a7b3e
))
v5.22.5
2024-05-08 04:31:47 +00:00
18alantom
2de7d4cec0
Merge branch 'develop' into v5.x
2024-05-08 10:00:47 +05:30
Alan
4c3827207d
Merge pull request #1555 from frappe/calculate-cache-checksum
...
fix: check cache hash before using
2024-05-07 21:02:22 +05:30
18alantom
fbdae3912a
chore: fix app-cache format
2024-05-06 15:48:08 +05:30
18alantom
d3ca36d596
chore: deprecate 3.7 support
2024-05-06 15:35:24 +05:30
18alantom
1f0d8ab5f5
chore: consistency in app-cache messages
2024-05-06 13:21:07 +05:30
18alantom
6f074a7b3e
fix: update pre url coercion check
2024-05-06 13:11:51 +05:30
18alantom
efb51712d9
fix: check md5 when fetching from cache
2024-05-06 12:58:16 +05:30
18alantom
8854551eee
chore: update secho messages
2024-05-06 12:28:38 +05:30