dependabot[bot]
|
6af7d5445f
|
Bump coverlet.collector from 3.1.0 to 3.1.1 (#7266)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
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
|
3 years ago |
Bond_009
|
cbfa355e31
|
Update StyleCop
|
3 years ago |
cvium
|
b880dc8a4a
|
Use our own Contains extension
|
3 years ago |
Cody Robibero
|
5e8aaa68cf
|
Update to dotnet 6.0.1
|
3 years ago |
Bond_009
|
40be86eec0
|
Use PostAsJsonAsync where possible
|
3 years ago |
Bond_009
|
beafd6eaab
|
Use JsonContent where possible
Should reduce the # of allocated bytes
|
3 years ago |
Bond_009
|
5726535a26
|
Fix some warnings
609 left
|
3 years ago |
Cody Robibero
|
40045d2147
|
Update to full dotnet 6
|
3 years ago |
Bond_009
|
104e36f2f9
|
Streamline startup code
|
3 years ago |
dependabot[bot]
|
baafa10e87
|
Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.11.0...v17.0.0)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Claus Vium
|
8b2309df82
|
Merge pull request #6535 from Bond-009/dlnacontrollertests
|
3 years ago |
Cody Robibero
|
2b10251b32
|
Update to dotnet6.rc2
|
3 years ago |
Cody Robibero
|
017380f1dd
|
Reference dotnet6-rc1 packages
|
3 years ago |
Bond_009
|
4643fd5dcb
|
Address comments
|
3 years ago |
Bond_009
|
13fbfe6091
|
Target net6.0
|
3 years ago |
Cody Robibero
|
e7d6c45509
|
Upgrade to dotnet 5.0.10
|
3 years ago |
Bond_009
|
69cf8c1947
|
Add tests for DlnaController
|
3 years ago |
Bond_009
|
07f64102dd
|
Fix build
|
3 years ago |
Bond_009
|
0f7c875076
|
Fix test
|
3 years ago |
Bond_009
|
69ba539c70
|
Add more tests for LibraryStructureController
|
3 years ago |
Bond_009
|
909573f2f1
|
Add tests for LibraryStructureController
|
3 years ago |
dependabot[bot]
|
ee37784a35
|
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
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>
|
3 years ago |
Cody Robibero
|
709f8e9faa
|
Update to dotnet 5.0.9
|
3 years ago |
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
3 years ago |
dependabot[bot]
|
33359d45be
|
Bump coverlet.collector from 3.0.3 to 3.1.0
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>
|
3 years ago |
Bond-009
|
0e2a6f8216
|
Merge pull request #6279 from Bond-009/tests8
|
3 years ago |
Cody Robibero
|
de12ee5dba
|
Update to dotnet 5.0.8
|
3 years ago |
Bond_009
|
8b1a211081
|
MediaInfoControllerTests: Check Content-Length
|
3 years ago |
Bond_009
|
abbcf5e4f7
|
Add tests for Playback/BitrateTest endpoint
|
3 years ago |
Bond_009
|
e19dce3c53
|
Add test for RobotsRedirectionMiddleware
|
3 years ago |
Bond_009
|
6f8ccab788
|
Move non-jellyfin extensions to separate project
|
3 years ago |
Joshua M. Boniface
|
c791c3a215
|
Merge pull request #6191 from crobibero/5.0.7
Update to dotnet 5.0.7
|
3 years ago |
crobibero
|
e021a0e9ce
|
Update to dotnet 5.0.7
|
3 years ago |
crobibero
|
d32bbf181a
|
Ignore all test controllers
|
3 years ago |
Bond_009
|
06401ffa0d
|
Fix duplicate keys causing an exception
|
3 years ago |
Claus Vium
|
93387ba235
|
Merge pull request #5990 from BaronGreenback/UrlDecoding
|
3 years ago |
BaronGreenback
|
133ce65e28
|
Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
3 years ago |
BaronGreenback
|
e71c10df46
|
Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
38ebd6147a
|
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
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>
|
3 years ago |
BaronGreenback
|
53bfe0e77d
|
Changes as requested
|
4 years ago |
crobibero
|
66b185898f
|
Update to dotnet5.0.6
|
4 years ago |
BaronGreenback
|
85ecea7722
|
corrected tests
|
4 years ago |
BaronGreenback
|
cb74a86975
|
Moved test
|
4 years ago |
Bond_009
|
bdd7a37794
|
Don't run integration tests in parallel
* Easier to debug failing tests when the logs aren't scrambled
* Static properties could cause issues
|
4 years ago |
dependabot[bot]
|
182117d0a7
|
Bump AutoFixture.AutoMoq from 4.16.0 to 4.17.0
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>
|
4 years ago |
dependabot[bot]
|
c1563d9303
|
Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0
Bumps [AutoFixture.Xunit2](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>
|
4 years ago |
dependabot[bot]
|
eee3b385da
|
Bump AutoFixture from 4.16.0 to 4.17.0
Bumps [AutoFixture](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>
|
4 years ago |
dependabot[bot]
|
dc628d1e1c
|
Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0
Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
442bc8671b
|
Bump AutoFixture.AutoMoq from 4.15.0 to 4.16.0
Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond-009
|
8536418553
|
Merge pull request #5809 from jellyfin/dependabot/nuget/AutoFixture-4.16.0
Bump AutoFixture from 4.15.0 to 4.16.0
|
4 years ago |
BaronGreenback
|
bc1cc2d04a
|
Remove unused using directives
|
4 years ago |
dependabot[bot]
|
27202ae8aa
|
Bump AutoFixture from 4.15.0 to 4.16.0
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond-009
|
7c9772ac81
|
Merge pull request #5713 from Bond-009/websocketauth
Add tests for unauthenticated websocket access
|
4 years ago |
Bond_009
|
391554d391
|
Add tests for UserController
|
4 years ago |
Bond-009
|
a19a97ca42
|
Merge pull request #5721 from Bond-009/authenticatedtests
Add code to test authenticated endpoints
|
4 years ago |
Bond_009
|
45a16c19a7
|
Add code to test authenticated endpoints
|
4 years ago |
Bond_009
|
fbd9141ecd
|
Add tests for unauthenticated websocket access
|
4 years ago |
dependabot[bot]
|
3651ee5ed3
|
Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.3 to 5.0.5
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.5)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
7c70205326
|
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond_009
|
5253483ce4
|
Improve naming
|
4 years ago |
Bond_009
|
c5079ebed5
|
Add tests for GetFirstUser, UpdateStartupUser and CompleteWizard
|
4 years ago |
Bond_009
|
849ced470a
|
Add StartupControllerTests
|
4 years ago |
Bond-009
|
0e5d4a3bcf
|
Merge pull request #5422 from Bond-009/warn51
|
4 years ago |
Bond_009
|
72d3eed15c
|
Fix integration test project
|
4 years ago |
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
4 years ago |
Bond_009
|
a618d6053f
|
Move TestPluginWithoutPages to the correct project
|
4 years ago |
Bond_009
|
37eb7d6d49
|
Perform static initialization only once
|
4 years ago |
Bond_009
|
b9577d0fd9
|
Check for specific status code instead of success
|
4 years ago |
Bond_009
|
fa8bfece4e
|
Split integration tests from unit tests
|
4 years ago |