Skip to content

Commit

Permalink
Move server assets to dotnet project
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Dec 6, 2023
1 parent 944ab0b commit 0aedcbd
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integration-test/assets/artifact.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "fixture-id",
"sha1": "fixture-sha1",
"name": "fixture-name",
"size": 1,
"dist": null,
"headers": {
"fixture-header-key": "fixture-header-value"
}
}
22 changes: 22 additions & 0 deletions integration-test/assets/artifacts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"id": "6796495645",
"name": "~/dist/bundle.min.js",
"dist": "foo",
"headers": {
"Sourcemap": "dist/bundle.min.js.map"
},
"size": 497,
"sha1": "2fb719956748ab7ec5ae9bcb47606733f5589b72",
"dateCreated": "2022-05-12T11:08:01.520199Z"
},
{
"id": "6796495646",
"name": "~/dist/bundle.min.js.map",
"dist": "foo",
"headers": {},
"size": 1522,
"sha1": "f818059cbf617a8fae9b4e46d08f6c0246bb1624",
"dateCreated": "2022-05-12T11:08:01.496220Z"
}
]
17 changes: 17 additions & 0 deletions integration-test/assets/associate-dsyms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"associatedDsymFiles": [
{
"uuid": null,
"debugId": null,
"objectName": "fixture-objectName",
"cpuName": "fixture-cpuName",
"sha1": "fixture-sha1",
"data": {
"type": null,
"features": [
"fixture-feature"
]
}
}
]
}
15 changes: 15 additions & 0 deletions integration-test/assets/debug-info-files.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"uuid": null,
"debugId": null,
"objectName": "fixture-objectName",
"cpuName": "fixture-cpuName",
"sha1": "fixture-sha1",
"data": {
"type": null,
"features": [
"fixture-feature"
]
}
}
]
8 changes: 8 additions & 0 deletions integration-test/assets/deploy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "1",
"environment": "production",
"dateStarted": null,
"dateFinished": "2022-01-01T12:00:00.000000Z",
"name": "fixture-deploy",
"url": null
}
38 changes: 38 additions & 0 deletions integration-test/assets/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"dateReleased": "2022-01-01T12:00:00.000000Z",
"newGroups": 0,
"commitCount": 0,
"url": null,
"data": {},
"lastDeploy": null,
"deployCount": 0,
"dateCreated": "2022-01-01T12:00:00.000000Z",
"lastEvent": null,
"version": "1.1.0",
"firstEvent": null,
"lastCommit": null,
"shortVersion": "1.1.0",
"authors": [],
"owner": null,
"versionInfo": {
"buildHash": null,
"version": {
"raw": "1.1.0"
},
"description": "1.1.0",
"package": null
},
"ref": null,
"projects": [
{
"name": "Sentry Test App",
"platform": "ruby",
"slug": "sentry-test-app",
"platforms": [
"ruby"
],
"newGroups": 0,
"id": 1234567
}
]
}
13 changes: 13 additions & 0 deletions integration-test/assets/repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"id": "1",
"name": "sentry/repo",
"url": null,
"provider": {
"id": "1",
"name": "fixture-name"
},
"status": "fixture-status",
"dateCreated": "2022-01-01T12:00:00.000000Z"
}
]

0 comments on commit 0aedcbd

Please sign in to comment.