-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: resolve merge conflict * ci: changes for version 15 * chore: upgrade python and nodejs * ci: fix v15 build * fix: add redis_socketio for backward compatibility * ci: fix v15 build * ci: fix test endpoint changed to erpnext.templates.pages.search_help.get_help_results_sections
- Loading branch information
Showing
26 changed files
with
73 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,26 +30,26 @@ on: | |
workflow_dispatch: | ||
|
||
jobs: | ||
v13: | ||
v14: | ||
uses: ./.github/workflows/docker-build-push.yml | ||
with: | ||
repo: erpnext | ||
version: "13" | ||
version: "14" | ||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} | ||
python_version: 3.9.17 | ||
node_version: 14.21.3 | ||
python_version: 3.10.13 | ||
node_version: 16.20.2 | ||
secrets: | ||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | ||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
v14: | ||
v15: | ||
uses: ./.github/workflows/docker-build-push.yml | ||
with: | ||
repo: erpnext | ||
version: "14" | ||
version: "15" | ||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} | ||
python_version: 3.10.12 | ||
node_version: 16.20.1 | ||
python_version: 3.11.6 | ||
node_version: 18.18.2 | ||
secrets: | ||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | ||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
@@ -58,7 +58,7 @@ jobs: | |
name: Update example.env and pwd.yml | ||
runs-on: ubuntu-latest | ||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} | ||
needs: v14 | ||
needs: v15 | ||
|
||
steps: | ||
- name: Checkout | ||
|
@@ -70,7 +70,7 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Get latest versions | ||
run: python3 ./.github/scripts/get_latest_tags.py --repo erpnext --version 14 | ||
run: python3 ./.github/scripts/get_latest_tags.py --repo erpnext --version 15 | ||
|
||
- name: Update | ||
run: | | ||
|
@@ -96,7 +96,7 @@ jobs: | |
name: Release Helm | ||
runs-on: ubuntu-latest | ||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }} | ||
needs: v14 | ||
needs: v15 | ||
|
||
steps: | ||
- name: Setup deploy key | ||
|
@@ -113,4 +113,4 @@ jobs: | |
run: | | ||
git clone [email protected]:frappe/helm.git && cd helm | ||
pip install -r release_wizard/requirements.txt | ||
./release_wizard/wizard 14 patch --remote origin --ci | ||
./release_wizard/wizard 15 patch --remote origin --ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[ | ||
{ | ||
"url": "https://github.com/frappe/erpnext.git", | ||
"branch": "version-14" | ||
"branch": "version-15" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.