This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MARP-59 migrate the marketplace from ivyteam jenkins to GitHub (#30)
- Loading branch information
1 parent
d98a07c
commit 9c335e0
Showing
62 changed files
with
1,038 additions
and
1,042 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
name: CI Build | ||
run-name: Build on branch ${{github.ref_name}} triggered by ${{github.actor}} | ||
|
||
on: | ||
push: | ||
pull_request: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 22 * * *' | ||
|
||
env: | ||
DIST_FILE: ivy-website-market.tar | ||
|
||
jobs: | ||
build: | ||
runs-on: ["ubuntu-latest"] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up PHP | ||
|
||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: "8.2" | ||
extensions: | | ||
gd | ||
zip | ||
- name: Composer install | ||
shell: sh | ||
run: | | ||
composer install --no-dev --no-progress | ||
tar -cf ${{ env.DIST_FILE }} --exclude=src/web/_market --exclude=src/web/market-cache src vendor | ||
- name: Archive build artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: ${{ env.DIST_FILE }} | ||
path: | | ||
${{ env.DIST_FILE }} | ||
- name: Run test | ||
shell: sh | ||
run: | | ||
composer install --no-progress | ||
./vendor/bin/phpunit --log-junit phpunit-junit.xml | ||
- name: Public test report | ||
uses: EnricoMi/publish-unit-test-result-action/linux@v2 | ||
if: success() || failure() | ||
with: | ||
files: "**/phpunit-junit.xml" | ||
|
||
- name: Editor checker | ||
uses: editorconfig-checker/action-editorconfig-checker@main | ||
- run: editorconfig-checker | ||
|
||
- name: Clean up | ||
run: | | ||
rm -rf * |
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
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,4 +1,5 @@ | ||
<?php | ||
|
||
namespace app\permalink; | ||
|
||
use app\domain\market\Market; | ||
|
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,4 +1,5 @@ | ||
<?php | ||
|
||
namespace app\pages\permalink; | ||
|
||
use Slim\Psr7\Request; | ||
|
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 |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"artifactId": "amazon-comprehend-connector-product", | ||
"type": "zip" | ||
} | ||
] | ||
] | ||
} |
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 |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"artifactId": "amazon-lex-connector-product", | ||
"type": "zip" | ||
} | ||
] | ||
] | ||
} |
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,19 +1,19 @@ | ||
{ | ||
"id": "basic-workflow-ui", | ||
"name": "Basic Workflow UI", | ||
"description": "Small and smart workflow ui", | ||
"type": "util", | ||
"sourceUrl": "https://github.com/axonivy-market/basic-workflow-ui", | ||
"language": "EN/DE/FR", | ||
"industry": "Cross-Industry", | ||
"listed": false, | ||
"tags": ["workflow-ui"], | ||
"mavenArtifacts": [ | ||
{ | ||
"name": "Basic Workflow UI Product", | ||
"groupId": "ch.ivyteam.ivy.project.wf", | ||
"artifactId": "basic-workflow-ui-product", | ||
"type": "zip" | ||
} | ||
] | ||
"id": "basic-workflow-ui", | ||
"name": "Basic Workflow UI", | ||
"description": "Small and smart workflow ui", | ||
"type": "util", | ||
"sourceUrl": "https://github.com/axonivy-market/basic-workflow-ui", | ||
"language": "EN/DE/FR", | ||
"industry": "Cross-Industry", | ||
"listed": false, | ||
"tags": ["workflow-ui"], | ||
"mavenArtifacts": [ | ||
{ | ||
"name": "Basic Workflow UI Product", | ||
"groupId": "ch.ivyteam.ivy.project.wf", | ||
"artifactId": "basic-workflow-ui-product", | ||
"type": "zip" | ||
} | ||
] | ||
} |
Oops, something went wrong.