JPVenson
93adddd7a9
reverted dbg code
3 months ago
JPVenson
aea255f910
Deterministic tests my ***
3 months ago
JPVenson
c5488f8ead
Fixed tests message
3 months ago
JPVenson
7d137a8e8a
Updated test dbg message
3 months ago
JPVenson
056dcf7e81
Added Pipeline debug code
3 months ago
JPVenson
fb88d48374
Fixed out of order unittests
3 months ago
JPVenson
f58a24f005
Fixed tests
4 months ago
JPVenson
7f03f39bcc
Fixed tests
4 months ago
JPVenson
01d834f21a
Fixed (most) tests
4 months ago
Shadowghost
5bfb7b5d11
Remove invalid test
5 months ago
Niels van Velzen
9afaa6ae4d
Merge pull request #12548 from Bond-009/utf8bom
...
Remove BOM from UTF-8 files
5 months ago
Bond-009
eaca25d456
Merge pull request #12549 from Bond-009/livetvcontrollertests
...
Add LiveTvController tests
5 months ago
Bond_009
1082f20c20
Add PluginsController tests
5 months ago
Bond_009
af4b810c5e
Add LiveTvController tests
5 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
5 months ago
gnattu
6c8ca30f7f
Prevent server from starting if the ffmpeg path is invalid ( #12463 )
5 months ago
Bond_009
e2c4e52f39
Add regressions tests for update library endpoint
8 months ago
Cody Robibero
27fae3dd04
Limit sessions per user ( #11370 )
10 months ago
Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
1 year ago
Patrick Barron
0a03539dc4
Remove DLNA tests
1 year ago
Patrick Barron
b0120d5d4c
Fix integration tests
1 year ago
Bond_009
d7748cfa04
Multiple Stream changes
...
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible
1 year ago
Bond-009
406c5df8a3
Merge pull request #10345 from Bond-009/getperson
1 year ago
Bond_009
852f1dc0c1
Don't create non existent persons in LibraryManager.GetPerson
...
return null instead.
GetStudio, GetGenre, GetMusicGenre, GetYear, GetArtist still create a new one
when the requested one doesn't exist
Fixes #3901
1 year ago
Bond_009
6f2c165cc3
Use Authorization header in integration tests
...
instead of X-Emby-Authorization
And ensure the response has a successful status code
1 year ago
Patrick Barron
493de3297a
Use IHostLifetime to handle restarting and shutting down
1 year ago
Bond_009
03b6adf068
Fix xUnit1030: Do not call ConfigureAwait in test method
1 year ago
Bond_009
8316bd590e
Fix #7610
2 years ago
Cody Robibero
a527034ebe
Validate requested user id ( #8812 )
2 years ago
Bond-009
6fb2fac6e4
Always run code analyzers for tests projects ( #9304 )
2 years ago
Bond_009
eb7fee9590
Add more tests
2 years ago
Bond_009
52230d1c30
Return NotFound when itemId isn't found
2 years ago
Zoltan Csizmadia
e0519189b2
Use Directory.Packages.props ( #9135 )
...
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2 years ago
Chris Blake
ad5b83781a
Add 404 response to MarkPlayedItem/MarkUnplayedItem ( #9211 )
...
Fixes https://github.com/jellyfin/jellyfin/issues/9120
2 years ago
renovate[bot]
e408da4651
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 ( #9117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Patrick Barron
f8ca71ee15
Move WebHostBuilder extension method to separate file
2 years ago
Patrick Barron
029d53502f
Move some startup methods to StartupHelpers
2 years ago
Patrick Barron
663854bc1e
Update test dependencies ( #9094 )
2 years ago
Patrick Barron
033ffa9a88
Fix tests
2 years ago
Patrick Barron
7b17799b01
Migrate from IWebHost to IHost
2 years ago
Bond-009
3462676a8f
Fix debug builds ( #8909 )
2 years ago
Bond_009
227aa0540b
Update Microsoft.AspNetCore.Mvc.Testing to 7.0.0
2 years ago
Bond_009
fd9dc1e308
Update deps
2 years ago
Bond_009
236dd650d0
Update projects to .net7
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond-009
9c1da522c6
Fix last CA1305 error ( #8806 )
2 years ago
Claus Vium
14027f962c
Merge pull request #6751 from Bond-009/tests12
...
Fix DLNA UpdateProfile test
2 years ago
Hannes Braun
4edeccc5e0
Remove redundant using directives
2 years ago
dependabot[bot]
266fb2f81c
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Cody Robibero
3716077495
Backport pull request #8433 from jellyfin/release-10.8.z
...
Update to dotnet 6.0.9
Original-merge: 4ec82ec662
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago