dependabot[bot]
|
06f259001c
|
Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0
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>
|
3 years ago |
Cody Robibero
|
4acab00963
|
Merge pull request #7038 from Bond-009/serverdiscovery
|
3 years ago |
Bond_009
|
3cb49d6df0
|
Fix option to disable server discovery
|
3 years ago |
Cody Robibero
|
b98cc71c3b
|
Update to dotnet 6.0.2
Signed-off-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
dependabot[bot]
|
7649391b9d
|
Bump coverlet.collector from 3.1.1 to 3.1.2
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>
|
3 years ago |
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 |