-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #305: Refactor: the function `services::torrent::Index::add_tor…
…rent` 275231a doc: [#276] add comment for upload torrent secondary tasks (Jose Celano) f19e801 refactor: [#276] extract fn Torrent::import_torrent_statistics_from_tracker (Jose Celano) fbb42ad feat!: [#276] do not persist uploaded torrent if it cannot persit tags (Jose Celano) 6a75c54 refactor: [#276] extract fn Torrent::canonical_info_hash_group_checks (Jose Celano) bbadd59 refactor: [#276] extract fn Torrent::customize_announcement_info_for (Jose Celano) 4cc97c7 feat!: [#276] upload torrent returns 400 instead of empty response (Jose Celano) 329485f refactor: [#276] extract fn parse_torrent::decode_and_validate_torrent_file (Jose Celano) a46d300 refactor: [#276] extract function Torrent::validate_and_build_metadata (Jose Celano) ca6e97c refactor: [#276] move metadata format validation to Metadata struct (Jose Celano) a302c22 test: [#276] add more tests for torrent upload (Jose Celano) 7d50a17 refactor: reorganize test mods for torrent contract (Jose Celano) Pull request description: - [x] Reorganize tests in torrent context contract. - [x] Add more tests before the refactoring. - [x] Refactorings. ACKs for top commit: josecelano: ACK 275231a Tree-SHA512: 46397926dbd9def23e2ad233fe0eec40f5c16a008a8ef14ad3803776b351faf291c89560536a9d67d20490a9030a3f6c9a5a01b6ef1e9a750388c6dbc79a4847
- Loading branch information
Showing
12 changed files
with
583 additions
and
236 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 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 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
Oops, something went wrong.