-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/39-record-pacts-for-cyintercept
* main: Improved c8yclient adding of default content types. Add date() to C8yPactRecord Always add type to pact record auth. Added runner/ test:open script Fixed runner:yalc script to run in dist/ folder. Removed adding content-type header for c8y/client request header. Also removing content-type header for tenant/currentTenant. Store strictMatching setting in pact info. Use in runner when running the tests. c8ypact default logging is now false. Fixed use of wrong C8Y_LOGGED_IN_USERALIAS env variable. Now using C8Y_LOGGED_IN_USER_ALIAS. Fixed setLanguage static response interception (#42)
- Loading branch information
Showing
15 changed files
with
328 additions
and
45 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
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,3 +1,3 @@ | ||
# This file is an example of the Apache .types file format for describing mime-types. | ||
# Other example: http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types | ||
application/json json | ||
application/json json |
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,43 @@ | ||
{ | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects?pageSize=5&fragmentType=languageXYZ¤tPage=1", | ||
"next": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects?pageSize=5&fragmentType=languageXYZ¤tPage=2", | ||
"managedObjects": [ | ||
{ | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects/4228241", | ||
"id": "4228241", | ||
"type": "c8y_UserPreference", | ||
"lastUpdated": "2023-09-04T07:17:51.365Z", | ||
"creationTime": "2021-07-20T13:19:27.372Z", | ||
"owner": "test@test.de", | ||
"childDevices": { | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects/4228241/childDevices", | ||
"references": [] | ||
}, | ||
"childAssets": { | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects/4228241/childAssets", | ||
"references": [] | ||
}, | ||
"childAdditions": { | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects/4228241/childAdditions", | ||
"references": [] | ||
}, | ||
"deviceParents": { | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects/4228241/deviceParents", | ||
"references": [] | ||
}, | ||
"assetParents": { | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects/4228241/assetParents", | ||
"references": [] | ||
}, | ||
"additionParents": { | ||
"self": "https://t617206445.eu-latest.cumulocity.com/inventory/managedObjects/4228241/additionParents", | ||
"references": [] | ||
}, | ||
"languageXYZ": "en" | ||
} | ||
], | ||
"statistics": { | ||
"pageSize": 5, | ||
"currentPage": 1 | ||
} | ||
} |
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.