| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-02 | Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing | Bond_009 | |
| target and add test cases | |||
| 2021-08-21 | Switch to TheoryData and clean up tests | Cody Robibero | |
| 2021-08-18 | Move test to TypedBaseItem folder to avoid conflicts | cvium | |
| 2021-08-18 | Merge branch 'master' into baseitemkind-fixes | Claus Vium | |
| 2021-08-16 | Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.10.0...v16.11.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> | |||
| 2021-08-16 | Merge pull request #6403 from ankenyr/master | Claus Vium | |
| 2021-08-15 | Removing if statement and always testing reverse of x and y. | ankenyr | |
| 2021-08-15 | Breaking up the test theory so episodes and the results are on their own lines. | ankenyr | |
| 2021-08-15 | Update ↵ | Rob | |
| tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-08-15 | Update ↵ | Rob | |
| tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Thanks for this suggestion. I will try to keep this in mind going forward with future PRs Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-08-11 | Separating out error cases from good cases. | ankenyr | |
| 2021-08-11 | Apply suggestions from code review | Claus Vium | |
| 2021-08-10 | Apply suggestions from code review | David Ullmer | |
| 2021-08-10 | Merge remote-tracking branch 'upstream/master' into localization-test | David Ullmer | |
| 2021-08-10 | Use correct string comparison | David Ullmer | |
| 2021-08-09 | Changing test name to be more descrptive. | ankenyr | |
| 2021-08-09 | Update ↵ | Rob | |
| tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-08-07 | Changing namespace to be within Jellyfin.Server.Implementations.Tests | ankenyr | |
| 2021-08-04 | Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes | Cody Robibero | |
| 2021-08-04 | Clean test | Cody Robibero | |
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-07-26 | Bump coverlet.collector from 3.0.3 to 3.1.0 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.1.0) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-07-12 | Improve platform checks | Bond_009 | |
| 2021-07-06 | Add tests for QuickConnectManager | Bond_009 | |
| 2021-06-21 | Suggestions from review | crobibero | |
| 2021-06-20 | Enhance BaseItemKindTests | crobibero | |
| 2021-06-20 | Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes | crobibero | |
| 2021-06-12 | Merge pull request #6096 from cvium/saving_private_ram | Bond-009 | |
| 2021-06-07 | Merge pull request #6156 from Bond-009/minor14 | Claus Vium | |
| Minor fixes | |||
| 2021-06-07 | Merge pull request #5990 from BaronGreenback/UrlDecoding | Claus Vium | |
| 2021-06-06 | Minor fixes | Bond_009 | |
| 2021-05-31 | revert test change | cvium | |
| 2021-05-31 | Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-05-31 | review | cvium | |
| 2021-05-25 | Make localizationManager local instead of field | David Ullmer | |
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-18 | Merge pull request #6051 from Bond-009/tests7 | Bond-009 | |
| Add tests for Recordinghelper | |||
| 2021-05-16 | Add tests for Recordinghelper | Bond_009 | |
| 2021-05-10 | Add tests for LocalizationManager | David Ullmer | |
| 2021-05-08 | Moved test | BaronGreenback | |
| 2021-05-08 | Changed to use span | BaronGreenback | |
| 2021-05-06 | Add support for legacy HDhomerun DUAl | Bond_009 | |
| 2021-05-05 | PathExtensions: Fix index out of bounds in TryReplaceSubPath | Bond_009 | |
| Fixes #5977 | |||
| 2021-05-04 | remove redundant code | cvium | |
| 2021-05-03 | rename to SplitEnumerator and fix test | cvium | |
| 2021-05-02 | Add tests for SqliteItemRepository.(De)SerializeProviderIds | Bond_009 | |
| 2021-05-02 | Add tests for SqliteItemRepository.(De)SerializeImages | Bond_009 | |
| 2021-04-30 | Merge pull request #5890 from Bond-009/filesystem | Bond-009 | |
| Reduce string allocations/fs lookups in resolve code | |||
| 2021-04-30 | Bump AutoFixture.AutoMoq from 4.16.0 to 4.17.0 | dependabot[bot] | |
| Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
