-
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.
- releaseNotes.txt is now releaseNotes.json - fill the releaseNotes.json with valid input
- Loading branch information
Showing
19 changed files
with
101 additions
and
17 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...eleaseServer/ReleaseServer.WebApi.Test/TestData/productx/debian/amd64/1.1/deployment.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ReleaseNotesFileName": "releaseNotes.txt", | ||
"ReleaseNotesFileName": "releaseNotes.json", | ||
"ArtifactFileName": "artifact.zip", | ||
"ReleaseDate": "2020-02-01" | ||
} |
24 changes: 24 additions & 0 deletions
24
...easeServer/ReleaseServer.WebApi.Test/TestData/productx/debian/amd64/1.1/releaseNotes.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,24 @@ | ||
{ | ||
"de": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added de 1" | ||
] | ||
} | ||
], | ||
"en": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added en 1" | ||
] | ||
} | ||
] | ||
} |
3 changes: 0 additions & 3 deletions
3
...leaseServer/ReleaseServer.WebApi.Test/TestData/productx/debian/amd64/1.1/releaseNotes.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...eServer/ReleaseServer.WebApi.Test/TestData/productx/debian/amd64/1.2-beta/deployment.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ReleaseNotesFileName": "releaseNotes.txt", | ||
"ReleaseNotesFileName": "releaseNotes.json", | ||
"ArtifactFileName": "artifact.zip", | ||
"ReleaseDate": "2020-02-10" | ||
} |
24 changes: 24 additions & 0 deletions
24
...erver/ReleaseServer.WebApi.Test/TestData/productx/debian/amd64/1.2-beta/releaseNotes.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,24 @@ | ||
{ | ||
"de": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added de 1" | ||
] | ||
} | ||
], | ||
"en": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added en 1" | ||
] | ||
} | ||
] | ||
} |
3 changes: 0 additions & 3 deletions
3
...Server/ReleaseServer.WebApi.Test/TestData/productx/debian/amd64/1.2-beta/releaseNotes.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...eleaseServer/ReleaseServer.WebApi.Test/TestData/productx/ubuntu/amd64/1.0/deployment.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ReleaseNotesFileName": "releaseNotes.txt", | ||
"ReleaseNotesFileName": "releaseNotes.json", | ||
"ArtifactFileName": "artifact.zip", | ||
"ReleaseDate": "2020-02-01" | ||
} |
24 changes: 24 additions & 0 deletions
24
...easeServer/ReleaseServer.WebApi.Test/TestData/productx/ubuntu/amd64/1.0/releaseNotes.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,24 @@ | ||
{ | ||
"de": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added de 1" | ||
] | ||
} | ||
], | ||
"en": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added en 1" | ||
] | ||
} | ||
] | ||
} |
3 changes: 0 additions & 3 deletions
3
...leaseServer/ReleaseServer.WebApi.Test/TestData/productx/ubuntu/amd64/1.0/releaseNotes.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...eleaseServer/ReleaseServer.WebApi.Test/TestData/productx/ubuntu/arm64/1.0/deployment.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ReleaseNotesFileName": "releaseNotes.txt", | ||
"ReleaseNotesFileName": "releaseNotes.json", | ||
"ArtifactFileName": "artifact.zip", | ||
"ReleaseDate": "2020-02-01" | ||
} |
24 changes: 24 additions & 0 deletions
24
...easeServer/ReleaseServer.WebApi.Test/TestData/productx/ubuntu/arm64/1.0/releaseNotes.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,24 @@ | ||
{ | ||
"de": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added de 1" | ||
] | ||
} | ||
], | ||
"en": [ | ||
{ | ||
"platforms": [ | ||
"windows/any", | ||
"linux/rpi" | ||
], | ||
"added": [ | ||
"added en 1" | ||
] | ||
} | ||
] | ||
} |
3 changes: 0 additions & 3 deletions
3
...leaseServer/ReleaseServer.WebApi.Test/TestData/productx/ubuntu/arm64/1.0/releaseNotes.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Sources/ReleaseServer/ReleaseServer.WebApi.Test/TestData/testDeployment.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ReleaseNotesFileName": "releaseNotes.txt", | ||
"ReleaseNotesFileName": "releaseNotes.json", | ||
"ArtifactFileName": "artifact.zip", | ||
"ReleaseDate": "2020-02-01" | ||
} |
Binary file modified
BIN
+158 Bytes
(120%)
Sources/ReleaseServer/ReleaseServer.WebApi.Test/TestData/update_test_zip.zip
Binary file not shown.
Binary file modified
BIN
+53 Bytes
(110%)
...s/ReleaseServer/ReleaseServer.WebApi.Test/TestData/validateUploadPayload/test_payload.zip
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(110%)
...er/ReleaseServer.WebApi.Test/TestData/validateUploadPayload/test_payload_invalid_meta.zip
Binary file not shown.
Binary file modified
BIN
+53 Bytes
(110%)
...eleaseServer.WebApi.Test/TestData/validateUploadPayload/test_payload_without_artifact.zip
Binary file not shown.
Binary file modified
BIN
+52 Bytes
(110%)
...er/ReleaseServer.WebApi.Test/TestData/validateUploadPayload/test_payload_without_meta.zip
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
...eServer.WebApi.Test/TestData/validateUploadPayload/test_payload_without_release_notes.zip
Binary file not shown.