Skip to content

Commit

Permalink
Merge pull request #62 from cap-js/test-pipeline-setup
Browse files Browse the repository at this point in the history
Test pipeline setup
  • Loading branch information
DanSchlachter committed Jul 4, 2024
1 parent e863e5b commit 3739d11
Show file tree
Hide file tree
Showing 35 changed files with 27 additions and 9,196 deletions.
28 changes: 27 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"dummy": 0
},
"dependencies": {
"@cap-js/audit-logging": "^0.8.0",
"@cap-js/change-tracking": "^1.0.6",
"@sap-cloud-sdk/connectivity": "^3.16.0",
"@sap-cloud-sdk/http-client": "^3.16.0",
"@sap-cloud-sdk/resilience": "^3.16.0",
"@sap-cloud-sdk/util": "^3.16.0",
"@sap/cds": ">=7",
"@sap/xb-msg-amqp-v100": "^0.9.58",
"express": "^4"
},
"devDependencies": {
Expand All @@ -38,7 +45,9 @@
"reset": "read -p 'This will irreversibly reset your working directory including ALL files in this git repo. Continue?' -n 1 -r && echo && if [[ $REPLY =~ ^[Yy]$ ]]; then git clean -fd && git reset --hard && npm i; fi"
},
"jest": {
"modulePathIgnorePatterns": ["<rootDir>/xmpls/"]
"modulePathIgnorePatterns": [
"<rootDir>/xmpls/"
]
},
"sapux": [
"app/incidents"
Expand All @@ -61,6 +70,23 @@
}
}
}
},
"API_BUSINESS_PARTNER": {
"kind": "odata-v2",
"model": "srv/external/API_BUSINESS_PARTNER",
"[production]": {
"credentials": {
"destination": "incidents-api-access",
"path": "/sap/opu/odata/sap/API_BUSINESS_PARTNER"
}
}
},
"messaging": {
"kind": "local-messaging",
"[production]": {
"kind": "enterprise-messaging-shared",
"format": "cloudevents"
}
}
}
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
61 changes: 0 additions & 61 deletions xmpls/alert-notifications.js

This file was deleted.

7 changes: 0 additions & 7 deletions xmpls/attachments.cds

This file was deleted.

1 change: 0 additions & 1 deletion xmpls/messaging/app/fields.cds

This file was deleted.

18 changes: 0 additions & 18 deletions xmpls/messaging/app/incidents/field.cds

This file was deleted.

107 changes: 0 additions & 107 deletions xmpls/messaging/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions xmpls/messaging/req.http

This file was deleted.

Loading

0 comments on commit 3739d11

Please sign in to comment.