aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-02-22Split match/rejected tests, add wider sampling of extensionsJoe Rogers
2022-02-21Require delimiter immediately after filename matchJoe Rogers
2022-02-21Rewrite tests for coverage and less duplicationJoe Rogers
Address minor warnings Revert making GetInternalMetadataPath mockable
2022-02-21Merge pull request #7255 from Shadowghost/external-sub-audioJoshua M. Boniface
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-21Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.1.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.0.0...v17.1.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-20Fix #7100 by catching the exception on opening invalid UDF imagesStanislav Ionascu
When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception.
2022-02-18fix(external-media): implement review suggestionsShadowghost
2022-02-18feat(external-media): refactor to generic provider, extend tests and file ↵Shadowghost
recognition, consolidate and extend NamingOptions
2022-02-18feat(external-media): add tests for external audio and subtitle providerJoe Rogers
2022-02-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Merge pull request #7038 from Bond-009/serverdiscoveryCody Robibero
2022-02-14Merge pull request #7290 from crobibero/dotnet-6.0.2Joshua M. Boniface
2022-02-14Fix MediaStreamSelectorBond_009
2022-02-14Fix option to disable server discoveryBond_009
2022-02-09Merge pull request #7286 from daullmer/sonarr-thumbBond-009
2022-02-09Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.csDavid Ullmer
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-02-08Update to dotnet 6.0.2Cody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
2022-02-08Add regression test for #7285David Ullmer
2022-02-07Bump coverlet.collector from 3.1.1 to 3.1.2dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01Bump coverlet.collector from 3.1.0 to 3.1.1 (#7266)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-19Merge pull request #7203 from 1337joe/fix-resolving-local-alternatesClaus Vium
Fix resolving local alternates
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-16Add alternate resolver test, generate extra folder namesJoe Rogers
2022-01-16Address review commentsJoe Rogers
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-01-15Add -extra suffix for consistencyJoe Rogers
2022-01-15Order rules so directory takes precedence over namingJoe Rogers
2022-01-14Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-12Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-11Refactor and add scheduled taskcvium
2022-01-10Bump FsCheck.Xunit from 2.16.3 to 2.16.4dependabot[bot]
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.3 to 2.16.4. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.3...2.16.4) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-08Merge pull request #7101 from Bond-009/imagejpgCody Robibero
Remove incorrect mime type image/jpg
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2022-01-04Speed up Jellyfin.Naming.TestsBond_009
In my limited testing this saves ~4 seconds, from 19 to 15 seconds (in Xunit itself)
2022-01-04Remove incorrect mime type image/jpgBond_009
2022-01-03Merge pull request #7080 from crobibero/ws-tokenCody Robibero
2022-01-03Merge pull request #7052 from crobibero/image.jpegCody Robibero
2022-01-04Embed ProviderUtils into MetadataServiceJoe Rogers
2022-01-03Remove existing images when applying identifyJoe Rogers
2022-01-02Merge a couple tests, extract duplicate codeJoe Rogers
2022-01-02Add test for #6830Joe Rogers
2022-01-02Merge pull request #7058 from cvium/the_most_important_featureBond-009
2022-01-01Use IAuthorizationContext for websocketCody Robibero
2022-01-01Remove file extension filter and fix buildcvium
2021-12-31Add ability to search by -Cody Robibero
2021-12-31Add tests and documentation for ProviderUtilsJoe Rogers
2021-12-28Use dedicated resolvers for extrascvium