-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI: Improved handling of progress bar updates when handling the files
- Loading branch information
Showing
23 changed files
with
506 additions
and
272 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[ | ||
{ | ||
"userId": 1, | ||
"id": 1, | ||
"title": "quidem molestiae enim" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 2, | ||
"title": "sunt qui excepturi placeat culpa" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 3, | ||
"title": "omnis laborum odio" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 4, | ||
"title": "non esse culpa molestiae omnis sed optio" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 5, | ||
"title": "eaque aut omnis a" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 6, | ||
"title": "natus impedit quibusdam illo est" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 7, | ||
"title": "quibusdam autem aliquid et et quia" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 8, | ||
"title": "qui fuga est a eum" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 9, | ||
"title": "saepe unde necessitatibus rem" | ||
}, | ||
{ | ||
"userId": 1, | ||
"id": 10, | ||
"title": "distinctio laborum qui" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
curl -X POST http://192.168.178.240:8080/api/json2pumlRequest -d @error_parameter_curl.json -v -o result\curl_json2pumlrequest_error.json |
1 change: 1 addition & 0 deletions
1
samples/service/curl_json2pumlrequestsvg_jsonplaceholder_vm.cmd
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 @@ | ||
curl -X POST http://192.168.178.241:8080/api/json2pumlRequestSvg -d @jsonplaceholder_parameter_curl.json -v -o result\jsonplaceholder_reducedparameter_result.svg |
1 change: 1 addition & 0 deletions
1
samples/service/curl_json2pumlrequestzip_jsonplaceholder_vm.cmd
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 @@ | ||
curl -X POST http://192.168.178.240:8080/api/json2pumlRequestZip -d @jsonplaceholder_parameter_curl.json -v -o result\jsonplaceholder_reducedparameter_result.zip |
4 changes: 4 additions & 0 deletions
4
samples/service/curl_loop_json2pumlrequestzip_jsonplaceholder_vm.cmd
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 @@ | ||
for /l %%x in (1, 1, 10) do ( | ||
echo loop %%x | ||
curl_json2pumlrequestzip_jsonplaceholder_vm.cmd | ||
) |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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.