-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use notarytool for check as well; update tests
- Loading branch information
1 parent
98e346c
commit 1273af6
Showing
13 changed files
with
72 additions
and
284 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 was deleted.
Oops, something went wrong.
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,7 @@ | ||
{ | ||
"message":"Successfully received submission info", | ||
"createdDate":"2023-07-20T04:09:09.733Z", | ||
"id":"11111111-2222-3333-4444-f4b2a99e443a", | ||
"status":"Accepted", | ||
"name":"apple-test.zip" | ||
} |
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
{ | ||
"message":"Submission does not exist or does not belong to your team.", | ||
"id":"11111111-2222-3333-4444-f4b2a99e0000" | ||
} |
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
pkg/packagekit/applenotarization/testdata/infoinprogress.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,7 @@ | ||
{ | ||
"name":"launcher-1.0.12.pkg", | ||
"id":"77777777-1111-4444-aaaa-111111111111", | ||
"status":"In Progress", | ||
"createdDate":"2023-07-20T17:00:43.730Z", | ||
"message":"Successfully received submission info" | ||
} |
24 changes: 0 additions & 24 deletions
24
pkg/packagekit/applenotarization/testdata/infoinprogress.xml
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
{ | ||
"id":"11111111-aaaa-4444-aaaa-bbbbbbbbbbbb", | ||
"path":"\/some\/path\/to\/a\/zip\/apple-notarize.zip", | ||
"message":"Successfully uploaded file" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.