aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-07-27Merge pull request #3704 from oddstr13/pr-dotdir-sample-1Anthony Lavado
Don't ignore dot directories or movies/episodes with sample in their name. (cherry picked from commit 6eb3e736c61d787fd3d6b98001916f0d9afe9719) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-07-14Merge pull request #3500 from nyanmisaka/vpp-qsvdkanada
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
2020-07-13Bump AutoFixture from 4.12.0 to 4.13.0dependabot[bot]
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.12.0...v4.13.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-06Bump Moq from 4.14.4 to 4.14.5dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.14.4 to 4.14.5. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.14.4...v4.14.5) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-04add FFmpeg 4.3 detection and testsnyanmisaka
2020-06-30Bump Moq from 4.14.3 to 4.14.4dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.14.3 to 4.14.4. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.14.3...v4.14.4) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-29bump autofixturecrobibero
2020-06-29Bump AutoFixture from 4.11.0 to 4.12.0dependabot[bot]
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.11.0...v4.12.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-26Add more ignorepatterns and testscrobibero
2020-06-22Bump Moq from 4.14.1 to 4.14.3dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.14.1 to 4.14.3. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.14.1...v4.14.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-20Fix testsDavid
2020-06-15Bump coverlet.collector from 1.2.1 to 1.3.0dependabot[bot]
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-15Merge pull request #3329 from telans/code-analyzer-testsdkanada
Enable code analyzers for tests
2020-06-14fix StyleCop warning in Jellyfin.MediaEncoding.Teststelans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13enable code analyzers for teststelans
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-11Merge branch 'master' into update-dotnet-coreCody Robibero
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-11Merge pull request #3294 from ↵dkanada
jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-16.6.1 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1
2020-06-11Bump Moq from 4.13.1 to 4.14.1dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.13.1 to 4.14.1. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.13.1...v4.14.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-11Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.5.0 to 16.6.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.5.0...v16.6.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-18Merge pull request #3099 from rigtorp/ignore-patternsVasily
Use glob patterns to ignore files
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-05-15Use glob patterns to ignore filesErik Rigtorp
2020-05-14Add code analyzers to Jellyfin.Naming.Tests and fix resulting warningsaled
2020-05-13Fix compile warnings in Jellyfin.Naming.Testsaled
2020-05-12Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
2020-05-12Initial migration codePatrick Barron
2020-05-04Merge pull request #2945 from mark-monteiro/integration-testsBond-009
Add Integration Tests For BrandingService
2020-05-04Merge pull request #2950 from Bond-009/videoresolverAnthony Lavado
Fix VideoResolver and tests
2020-05-03Move ruleset up one directory so it can be shared by all test projectsMark Monteiro
2020-05-03Enable StyleCop and FxCop analyzers for integration tests projectMark Monteiro
Use a custom ruleset that derives from the base solution ruleset, overriding rules where necessary
2020-05-03Make sure logger factories are disposed during integration testsMark Monteiro
2020-05-03Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-04-29Merge pull request #2917 from Bond-009/testsVasily
Improved tests
2020-04-29Merge pull request #2920 from Bond-009/tests2Vasily
Add some simple tests
2020-04-25Use the correct method to synchronously wait for tasks to completeMark Monteiro
2020-04-25Remove BaseVideoTestBond_009
2020-04-25Please roslynBond_009
2020-04-25Address commentsBond_009
2020-04-23Merge pull request #34 from crobibero/api-testsMark Monteiro
Do not use the "Microsoft.NET.Sdk.Web" SDK in the test project
2020-04-23Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
2020-04-23Fix buildcrobibero
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-21Minor improvementBond_009