mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
- Updated application branches in `apps.json` and `Dockerfile` to use `version-15` for compatibility with Frappe v15. - Removed incompatible applications (Twilio Integration, ERPNext Shipping) and documented changes in `APPS_INFO.md`. - Introduced a new `.pre-commit-config.yaml` for linting and formatting with specific exclusions. - Fixed linting issues in `install.sh` and added shellcheck directives for better script validation. - Created `LINT_FIX_COMPLETE.md` to summarize linting fixes and application updates.
32 lines
612 B
JSON
32 lines
612 B
JSON
[
|
|
{
|
|
"url": "https://github.com/frappe/erpnext.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/crm.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/lms.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/builder.git",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/print_designer.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/payments.git",
|
|
"branch": "version-15"
|
|
},
|
|
{
|
|
"url": "https://github.com/frappe/wiki.git",
|
|
"branch": "version-15"
|
|
}
|
|
]
|
|
|
|
|