-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rustin170506 <[email protected]>
- Loading branch information
1 parent
a1c4691
commit 1a9722c
Showing
10 changed files
with
542 additions
and
2 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
62 changes: 62 additions & 0 deletions
62
src/tests/krate/snapshots/all__krate__yanking__patch_version_yank_unyank-2.snap
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,62 @@ | ||
--- | ||
source: src/tests/krate/yanking.rs | ||
expression: json | ||
--- | ||
{ | ||
"version": { | ||
"id": 1, | ||
"crate": "patchable", | ||
"num": "1.0.0", | ||
"dl_path": "/api/v1/crates/patchable/1.0.0/download", | ||
"readme_path": "/api/v1/crates/patchable/1.0.0/readme", | ||
"updated_at": "2024-09-18T14:27:21.928149+00:00", | ||
"created_at": "2024-09-18T14:27:21.355906+00:00", | ||
"downloads": 0, | ||
"features": {}, | ||
"yanked": true, | ||
"yank_message": "Yanking reason", | ||
"lib_links": null, | ||
"license": "MIT", | ||
"links": { | ||
"dependencies": "/api/v1/crates/patchable/1.0.0/dependencies", | ||
"version_downloads": "/api/v1/crates/patchable/1.0.0/downloads", | ||
"authors": "/api/v1/crates/patchable/1.0.0/authors" | ||
}, | ||
"crate_size": 151, | ||
"published_by": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"audit_actions": [ | ||
{ | ||
"action": "publish", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.355906+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.932571+00:00" | ||
} | ||
], | ||
"checksum": "ddfc395ab340f413ee1d1ed0afce51a7c9df1c99c551fed5aef76edd4abe4048", | ||
"rust_version": null, | ||
"has_lib": false, | ||
"bin_names": [] | ||
} | ||
} |
73 changes: 73 additions & 0 deletions
73
src/tests/krate/snapshots/all__krate__yanking__patch_version_yank_unyank-3.snap
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,73 @@ | ||
--- | ||
source: src/tests/krate/yanking.rs | ||
expression: response | ||
--- | ||
{ | ||
"version": { | ||
"id": 1, | ||
"crate": "patchable", | ||
"num": "1.0.0", | ||
"dl_path": "/api/v1/crates/patchable/1.0.0/download", | ||
"readme_path": "/api/v1/crates/patchable/1.0.0/readme", | ||
"updated_at": "2024-09-18T14:27:21.928149+00:00", | ||
"created_at": "2024-09-18T14:27:21.355906+00:00", | ||
"downloads": 0, | ||
"features": {}, | ||
"yanked": true, | ||
"yank_message": "Updated reason", | ||
"lib_links": null, | ||
"license": "MIT", | ||
"links": { | ||
"dependencies": "/api/v1/crates/patchable/1.0.0/dependencies", | ||
"version_downloads": "/api/v1/crates/patchable/1.0.0/downloads", | ||
"authors": "/api/v1/crates/patchable/1.0.0/authors" | ||
}, | ||
"crate_size": 151, | ||
"published_by": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"audit_actions": [ | ||
{ | ||
"action": "publish", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.355906+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.932571+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:22.292030+00:00" | ||
} | ||
], | ||
"checksum": "ddfc395ab340f413ee1d1ed0afce51a7c9df1c99c551fed5aef76edd4abe4048", | ||
"rust_version": null, | ||
"has_lib": false, | ||
"bin_names": [] | ||
} | ||
} |
73 changes: 73 additions & 0 deletions
73
src/tests/krate/snapshots/all__krate__yanking__patch_version_yank_unyank-4.snap
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,73 @@ | ||
--- | ||
source: src/tests/krate/yanking.rs | ||
expression: json | ||
--- | ||
{ | ||
"version": { | ||
"id": 1, | ||
"crate": "patchable", | ||
"num": "1.0.0", | ||
"dl_path": "/api/v1/crates/patchable/1.0.0/download", | ||
"readme_path": "/api/v1/crates/patchable/1.0.0/readme", | ||
"updated_at": "2024-09-18T14:27:22.286252+00:00", | ||
"created_at": "2024-09-18T14:27:21.355906+00:00", | ||
"downloads": 0, | ||
"features": {}, | ||
"yanked": true, | ||
"yank_message": "Updated reason", | ||
"lib_links": null, | ||
"license": "MIT", | ||
"links": { | ||
"dependencies": "/api/v1/crates/patchable/1.0.0/dependencies", | ||
"version_downloads": "/api/v1/crates/patchable/1.0.0/downloads", | ||
"authors": "/api/v1/crates/patchable/1.0.0/authors" | ||
}, | ||
"crate_size": 151, | ||
"published_by": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"audit_actions": [ | ||
{ | ||
"action": "publish", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.355906+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.932571+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:22.292030+00:00" | ||
} | ||
], | ||
"checksum": "ddfc395ab340f413ee1d1ed0afce51a7c9df1c99c551fed5aef76edd4abe4048", | ||
"rust_version": null, | ||
"has_lib": false, | ||
"bin_names": [] | ||
} | ||
} |
84 changes: 84 additions & 0 deletions
84
src/tests/krate/snapshots/all__krate__yanking__patch_version_yank_unyank-5.snap
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,84 @@ | ||
--- | ||
source: src/tests/krate/yanking.rs | ||
expression: response | ||
--- | ||
{ | ||
"version": { | ||
"id": 1, | ||
"crate": "patchable", | ||
"num": "1.0.0", | ||
"dl_path": "/api/v1/crates/patchable/1.0.0/download", | ||
"readme_path": "/api/v1/crates/patchable/1.0.0/readme", | ||
"updated_at": "2024-09-18T14:27:22.286252+00:00", | ||
"created_at": "2024-09-18T14:27:21.355906+00:00", | ||
"downloads": 0, | ||
"features": {}, | ||
"yanked": false, | ||
"yank_message": null, | ||
"lib_links": null, | ||
"license": "MIT", | ||
"links": { | ||
"dependencies": "/api/v1/crates/patchable/1.0.0/dependencies", | ||
"version_downloads": "/api/v1/crates/patchable/1.0.0/downloads", | ||
"authors": "/api/v1/crates/patchable/1.0.0/authors" | ||
}, | ||
"crate_size": 151, | ||
"published_by": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"audit_actions": [ | ||
{ | ||
"action": "publish", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.355906+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.932571+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:22.292030+00:00" | ||
}, | ||
{ | ||
"action": "unyank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:22.497519+00:00" | ||
} | ||
], | ||
"checksum": "ddfc395ab340f413ee1d1ed0afce51a7c9df1c99c551fed5aef76edd4abe4048", | ||
"rust_version": null, | ||
"has_lib": false, | ||
"bin_names": [] | ||
} | ||
} |
84 changes: 84 additions & 0 deletions
84
src/tests/krate/snapshots/all__krate__yanking__patch_version_yank_unyank-6.snap
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,84 @@ | ||
--- | ||
source: src/tests/krate/yanking.rs | ||
expression: json | ||
--- | ||
{ | ||
"version": { | ||
"id": 1, | ||
"crate": "patchable", | ||
"num": "1.0.0", | ||
"dl_path": "/api/v1/crates/patchable/1.0.0/download", | ||
"readme_path": "/api/v1/crates/patchable/1.0.0/readme", | ||
"updated_at": "2024-09-18T14:27:22.494398+00:00", | ||
"created_at": "2024-09-18T14:27:21.355906+00:00", | ||
"downloads": 0, | ||
"features": {}, | ||
"yanked": false, | ||
"yank_message": null, | ||
"lib_links": null, | ||
"license": "MIT", | ||
"links": { | ||
"dependencies": "/api/v1/crates/patchable/1.0.0/dependencies", | ||
"version_downloads": "/api/v1/crates/patchable/1.0.0/downloads", | ||
"authors": "/api/v1/crates/patchable/1.0.0/authors" | ||
}, | ||
"crate_size": 151, | ||
"published_by": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"audit_actions": [ | ||
{ | ||
"action": "publish", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.355906+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:21.932571+00:00" | ||
}, | ||
{ | ||
"action": "yank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:22.292030+00:00" | ||
}, | ||
{ | ||
"action": "unyank", | ||
"user": { | ||
"id": 1, | ||
"login": "foo", | ||
"name": null, | ||
"avatar": null, | ||
"url": "https://github.com/foo" | ||
}, | ||
"time": "2024-09-18T14:27:22.497519+00:00" | ||
} | ||
], | ||
"checksum": "ddfc395ab340f413ee1d1ed0afce51a7c9df1c99c551fed5aef76edd4abe4048", | ||
"rust_version": null, | ||
"has_lib": false, | ||
"bin_names": [] | ||
} | ||
} |
Oops, something went wrong.