Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into MARP-60-Git-Hub-Act…
Browse files Browse the repository at this point in the history
…ions-Build-for-Market-repo-to-build-and-test-artifact
  • Loading branch information
tutn-axonivy committed Mar 11, 2024
2 parents d3ef6c7 + 6969fd6 commit 4916714
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/onboard-to-market.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ Can you fork it and review my cool product?
- [ ] product parts are marked as `Connector` or `Demo`
- [ ] the product projects contains documentation to explain the functionality or use-case:
e.g. `Process-Notes`, `Input-Parameter` descriptions, Meta-Comments on `variables.yaml` definitions ...
- [ ] the product readme fits into the market landscape @andreasbalsiger
- [ ] all mandatory setup steps to run the Demo are documented in the setup section of the `[myProduct]/product/Readme.md` .

## Technical Solution
## First Pull request: Technical Solution

### Coherent

Expand All @@ -48,3 +46,7 @@ Can you fork it and review my cool product?
- [ ] Uses latest ivy-environment: e.g. process-files and used project-build-plugin match the ivyProject version.
- [ ] Product is re-usable without the need to unpack and customize it for standard use-cases: crucial settings can be overriden with well documented `config/variables.yaml`

## Second Pull request: Description

- [ ] the product readme fits into the market landscape (Andreas Balsinger)
- [ ] all mandatory setup steps to run the Demo are documented in the setup section of the `[myProduct]/product/Readme.md` .
Binary file modified market/connector/docker-connector/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added market/connector/salesforce-connector/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions market/connector/salesforce-connector/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://json-schema.axonivy.com/market/10.0.0/meta.json",
"id": "salesforce-connector",
"name": "Salesforce Connector",
"description": "This connector builds the REST API and provides a way to access Salesforce resources. A client can use the REST API to manipulate Salesforce objects.",
"type": "connector",
"platformReview": "4.5",
"sourceUrl": "https://github.com/axonivy-market/salesforce-connector",
"statusBadgeUrl": "https://github.com/axonivy-market/salesforce-connector/actions/workflows/ci.yml/badge.svg",
"language": "English",
"industry": "Cross-Industry",
"tags": [ "cloud-platform", "helper" ],
"mavenArtifacts": [
{
"repoUrl": "https://maven.axonivy.com",
"name": "Salesforce Connector",
"groupId": "com.axonivy.connector.salesforce",
"artifactId": "salesforce-connector-product",
"type": "zip"
}
]
}
Binary file added market/connector/ups-connector/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions market/connector/ups-connector/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://json-schema.axonivy.com/market/10.0.0/meta.json",
"id": "ups-connector",
"name": "UPS Connector",
"description": "Integrates UPS services (tracking, rates, address validation) into workflows via a REST API.",
"type": "connector",
"platformReview": "4.5",
"sourceUrl": "https://github.com/axonivy-market/ups-connector",
"statusBadgeUrl": "https://github.com/axonivy-market/ups-connector/actions/workflows/ci.yml/badge.svg",
"language": "English",
"industry": "Cross-Industry",
"tags": [ "helper" ],
"mavenArtifacts": [
{
"repoUrl": "https://maven.axonivy.com",
"name": "UPS Connector",
"groupId": "com.axonivy.connector.ups",
"artifactId": "ups-connector-product",
"type": "zip"
}
]
}

0 comments on commit 4916714

Please sign in to comment.