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
18alantom
f88a036efc
Merge branch 'staging' into v5.x
2024-02-21 17:12:07 +05:30
18alantom
75a20e0f0f
Merge branch 'develop' into staging
2024-02-21 17:11:57 +05:30
Alan
5b5e5094d2
Merge pull request #1537 from frappe/fix-bench-deploy
...
fix(build): pin hatchling version to prevent import error
2024-02-21 17:11:32 +05:30
18alantom
3a73059531
fix(build): pin hatchling version to prevent import error
...
reference: https://github.com/pypa/hatch/pull/1255
2024-02-21 16:58:44 +05:30
18alantom
091d01773b
Merge branch 'staging' into v5.x
2024-02-21 16:38:52 +05:30
18alantom
3cabba76f7
Merge branch 'develop' into staging
2024-02-21 16:38:34 +05:30
Alan
d41198f78b
Merge pull request #1536 from frappe/fix-org-check
...
fix: ignore org check fail if using cache
2024-02-21 16:38:00 +05:30
18alantom
aa12aabb26
fix: ignore org check fail if using cache
2024-02-21 16:24:16 +05:30
semantic-release-bot
7a7ec6302f
chore(release): Bumped to Version 5.22.0
...
# [5.22.0](https://github.com/frappe/bench/compare/v5.21.5...v5.22.0 ) (2024-02-07)
### Features
* `bench validate-dependencies` command ([#1534 ](https://github.com/frappe/bench/issues/1534 )) ([ab9b617
](ab9b6172a4
))
2024-02-07 13:54:43 +00:00
Ankush Menat
d5906a61da
Merge branch 'staging' into v5.x
2024-02-07 19:23:54 +05:30
Ankush Menat
f7f1df9d6c
Merge branch 'develop' into staging
2024-02-07 19:23:21 +05:30
Ankush Menat
ab9b6172a4
feat: bench validate-dependencies
command ( #1534 )
...
This validates all `frappe-dependencies` and exits with 1 if any of
specifications fail.
This will be internal feature for FC for now. If this works well we can
make the validation fail during install-app itself without requiring any
additional command/steps.
2024-02-07 18:27:54 +05:30
semantic-release-bot
6f4ddf6c50
chore(release): Bumped to Version 5.21.5
...
## [5.21.5](https://github.com/frappe/bench/compare/v5.21.4...v5.21.5 ) (2024-02-07)
### Bug Fixes
* Check yarn files during install ([#1533 ](https://github.com/frappe/bench/issues/1533 )) ([1a42175
](1a421758a8
))
2024-02-07 07:37:53 +00:00
Ankush Menat
84b230dcb7
Merge branch 'staging' into v5.x
2024-02-07 13:07:11 +05:30
Ankush Menat
ba90700fb4
Merge branch 'develop' into staging
2024-02-07 13:06:35 +05:30
Ankush Menat
1a421758a8
fix: Check yarn files during install ( #1533 )
...
We observed that in some cases files are missing when yarn reuses them
from cache. Not sure what's causing it but checking files seems to at
least fix it. This is probably some yarn bug.
2024-02-07 13:06:00 +05:30
semantic-release-bot
6829f1432e
chore(release): Bumped to Version 5.21.4
...
## [5.21.4](https://github.com/frappe/bench/compare/v5.21.3...v5.21.4 ) (2024-02-03)
### Bug Fixes
* RQ crashes on Mac ([#1529 ](https://github.com/frappe/bench/issues/1529 )) ([f5ab045
](f5ab0459ec
))
2024-02-03 12:11:59 +00:00
Ankush Menat
b8c429d287
Merge branch 'staging' into v5.x
2024-02-03 17:41:12 +05:30
Ankush Menat
7e4728525a
Merge branch 'develop' into staging
2024-02-03 17:40:11 +05:30
Ankush Menat
f5ab0459ec
fix: RQ crashes on Mac ( #1529 )
...
It will still crash if spawned outside of procfile. This is just a
workaround for developers who are starting out and won't be able to
figure out the crash. You can also add env variables in your RC file.
Permanent fix: Use Linux.
2024-02-03 17:39:24 +05:30
semantic-release-bot
6dfb207d24
chore(release): Bumped to Version 5.21.3
...
## [5.21.3](https://github.com/frappe/bench/compare/v5.21.2...v5.21.3 ) (2024-02-02)
### Bug Fixes
* coerce git_url to app_name ([54b514b
](54b514b749
))
2024-02-02 11:26:10 +00:00
18alantom
e7764d58c0
Merge branch 'staging' into v5.x
2024-02-02 16:55:25 +05:30
18alantom
4f5718e12b
Merge branch 'develop' into staging
2024-02-02 16:51:39 +05:30
Alan
cf77e9a548
Merge pull request #1527 from frappe/coerce-url
...
fix: coerce git_url to app_name
2024-02-02 16:51:20 +05:30
18alantom
54b514b749
fix: coerce git_url to app_name
...
- allows get-app command to be the same
- prevents checking and fetching of local remote
- prevents docker layer cache miss
2024-02-02 16:36:29 +05:30
semantic-release-bot
7028a72136
chore(release): Bumped to Version 5.21.2
...
## [5.21.2](https://github.com/frappe/bench/compare/v5.21.1...v5.21.2 ) (2024-02-01)
### Bug Fixes
* increase tar file limit ([d8ce1b3
](d8ce1b3cb4
))
2024-02-01 09:48:35 +00:00
18alantom
ea593edb74
Merge branch 'staging' into v5.x
2024-02-01 15:17:14 +05:30
18alantom
ac96cc0fb9
Merge branch 'develop' into staging
2024-02-01 15:16:49 +05:30
Alan
0098bfc9fa
Merge pull request #1526 from frappe/bump-tar-limit
...
fix: increase tar file limit
2024-02-01 15:16:31 +05:30
18alantom
863dde6acd
chore: indicate on cache extraction failure
2024-02-01 15:00:20 +05:30
18alantom
d8ce1b3cb4
fix: increase tar file limit
...
including node_modules in tar blob causes
file counts to be consistently above 10k
eg:
- gameplan: 25,269
- hrms: 32,369
2024-02-01 14:57:17 +05:30
semantic-release-bot
64871d6519
chore(release): Bumped to Version 5.21.1
...
## [5.21.1](https://github.com/frappe/bench/compare/v5.21.0...v5.21.1 ) (2024-02-01)
### Bug Fixes
* check frappe-deps during get-app ([d93656e
](d93656e8d9
))
* del node_modules if frappe supports app_cache ([9988b83
](9988b8356b
))
2024-02-01 07:08:08 +00:00
18alantom
17f2da41bb
Merge branch 'staging' into v5.x
2024-02-01 12:37:09 +05:30
18alantom
38f7ec115a
Merge branch 'develop' into staging
2024-02-01 12:36:28 +05:30
Alan
436b3c5642
Merge pull request #1525 from frappe/check-frappe-version
...
fix: delete node_modules if frappe supports app_cache
2024-02-01 12:31:22 +05:30
18alantom
d93656e8d9
fix: check frappe-deps during get-app
2024-02-01 12:12:27 +05:30
18alantom
9988b8356b
fix: del node_modules if frappe supports app_cache
2024-01-31 17:54:54 +05:30
semantic-release-bot
0060fa0b09
chore(release): Bumped to Version 5.21.0
...
# [5.21.0](https://github.com/frappe/bench/compare/v5.20.0...v5.21.0 ) (2024-01-24)
### Bug Fixes
* add safety filter for untarring ([e8ea985
](e8ea98552c
))
* check if installed FF supports use-cached ([d177d8f
](d177d8ff63
))
* prevent circular dependency ([7bcea60
](7bcea6099d
))
* remove rem check from app-cache --clear ([4e170a2
](4e170a2042
))
* remove unused nodemodules before caching ([0e2e8b4
](0e2e8b4da3
))
* update install_app with using_cached flag ([10bb5a4
](10bb5a4794
))
* version check before AbsoluteLinkError ([3502c77
](3502c776c0
))
* version check before data_filter import ([80f2e70
](80f2e70af6
))
* wrap tarfile with error handling ([30f301e
](30f301e3ff
))
* wrong help string ([7a89ccd
](7a89ccd53a
))
### Features
* add bench app-cache helper command ([42ac015
](42ac015bff
))
* cache get-app artifacts by commit_hash ([87d4aa3
](87d4aa3b10
))
* comment out unsupported typing ([23bd717
](23bd717d7b
))
* set `startretries` in supervisor configuration ([deadc7c
](deadc7c7c2
))
### Performance Improvements
* add Cache-Control header for assets ([8d3270e
](8d3270e4ad
))
2024-01-24 07:54:45 +00:00
Ankush Menat
bc5f8463c5
Merge branch 'staging' into v5.x
2024-01-24 13:22:00 +05:30
Ankush Menat
c88c15f193
Merge branch 'develop' into staging
2024-01-24 13:21:43 +05:30
Ankush Menat
d84a05ed2a
ci: use node20 for release
2024-01-24 13:21:14 +05:30
18alantom
0ecc940e03
Merge branch 'staging' into v5.x
2024-01-24 12:48:30 +05:30
18alantom
e4bf665ff6
Merge branch 'develop' into staging
2024-01-24 12:46:20 +05:30
Alan
38822f7871
Merge pull request #1523 from frappe/add-tar-safety
...
fix: add safety filter for untarring
2024-01-24 12:22:12 +05:30