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

2573 Commits

Author SHA1 Message Date
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))
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))
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))
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
18alantom
16f89067c6 fix: calc md5 for app cache 2024-05-06 12:23:18 +05:30
semantic-release-bot
d2e1ba1f3b chore(release): Bumped to Version 5.22.4
## [5.22.4](https://github.com/frappe/bench/compare/v5.22.3...v5.22.4) (2024-04-29)

### Bug Fixes

* add jammy package for Ubuntu 22 ([#1549](https://github.com/frappe/bench/issues/1549)) ([5a0922d](5a0922d991))
* Switched to native GIT way to lookup branch names ([#1553](https://github.com/frappe/bench/issues/1553)) ([1751b2d](1751b2db5b))
2024-04-29 10:54:44 +00:00
Ankush Menat
0de51257eb Merge branch 'staging' into v5.x 2024-04-29 16:23:57 +05:30
Ankush Menat
beea8544f9 Merge branch 'develop' into staging 2024-04-29 16:23:40 +05:30
Fritz
1751b2db5b
fix: Switched to native GIT way to lookup branch names (#1553) 2024-04-29 16:22:19 +05:30
Raffael Meyer
5a0922d991
fix: add jammy package for Ubuntu 22 (#1549) 2024-04-15 20:35:15 +05:30
Sabu Siyad
d728b80883
chore: remove proxy method: setup_details_from_git_url (#1546) 2024-03-10 13:46:00 +05:30
semantic-release-bot
c1bf94d12a chore(release): Bumped to Version 5.22.3
## [5.22.3](https://github.com/frappe/bench/compare/v5.22.2...v5.22.3) (2024-02-24)

### Performance Improvements

* Avoid use of glob for fetching python executable ([8db23dd](8db23dd230))
2024-02-24 06:40:48 +00:00
Ankush Menat
8025aa8d27 Merge branch 'staging' into v5.x 2024-02-24 12:09:53 +05:30
Ankush Menat
3980a82eb5 Merge branch 'develop' into staging 2024-02-24 12:09:34 +05:30
Ankush Menat
b12ac648fb
Merge pull request #1542 from ankush/fast_cli
perf: faster cli
2024-02-24 11:47:18 +05:30
Ankush Menat
014358d02a fix!: Unconditionally assume frappe_cmd 2024-02-23 21:09:55 +05:30
Ankush Menat
8db23dd230 perf: Avoid use of glob for fetching python executable
glob on env/**/bin is slowest operation in terms of overhead on CLI.
2024-02-23 21:09:23 +05:30
semantic-release-bot
039141ea53 chore(release): Bumped to Version 5.22.2
## [5.22.2](https://github.com/frappe/bench/compare/v5.22.1...v5.22.2) (2024-02-23)

### Bug Fixes

* **build:** support pyproject version ([#1502](https://github.com/frappe/bench/issues/1502)) ([7c64aa3](7c64aa3d94))
2024-02-23 15:25:58 +00:00
Ankush Menat
c2cebc1dcc Merge branch 'staging' into v5.x 2024-02-23 20:55:02 +05:30
Ankush Menat
4d26419be5 Merge branch 'develop' into staging 2024-02-23 20:54:39 +05:30
David Arnold
7c64aa3d94
fix(build): support pyproject version (#1502)
* fix(build): support pyproject version

* refactor: use util for parsing pyproject

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2024-02-23 20:50:21 +05:30
semantic-release-bot
fd731dd8c2 chore(release): Bumped to Version 5.22.1
## [5.22.1](https://github.com/frappe/bench/compare/v5.22.0...v5.22.1) (2024-02-23)

### Bug Fixes

* **build:** pin hatchling version 2nd try ([b74ff54](b74ff54dfa))
* **build:** pin hatchling version to prevent import error ([3a73059](3a73059531))
* ignore org check fail if using cache ([aa12aab](aa12aabb26))
* specify hatch version in release ([87b4b1f](87b4b1fd2a))
2024-02-23 05:52:21 +00:00
18alantom
29b491a8a6 Merge branch 'develop' into v5.x 2024-02-23 11:21:36 +05:30
Alan
26e1f10380
Merge pull request #1541 from 18alantom/fix-bench-deploy-3nd-try
fix: specify hatch version in release
2024-02-23 11:21:12 +05:30
18alantom
87b4b1fd2a fix: specify hatch version in release
pin hatchling version to correct range
2024-02-23 11:17:39 +05:30
18alantom
bc942e6a8e Merge branch 'develop' into v5.x 2024-02-21 17:45:22 +05:30
Alan
987a02e41d
Merge pull request #1538 from frappe/fix-bench-deploy-2nd-try
fix(build): pin hatchling version 2nd try
2024-02-21 17:44:58 +05:30
18alantom
b74ff54dfa fix(build): pin hatchling version 2nd try 2024-02-21 17:29:50 +05:30