Patrick Barron
|
7eba162879
|
Move LiveTv tests to separate project
|
10 months ago |
Bond_009
|
7bf831da62
|
Fix tests
|
11 months ago |
Cody Robibero
|
033cfa59c4
|
Convert CollectionType to use lowercase enum names
|
11 months ago |
Bond_009
|
0fd36a5bf1
|
Fix warnings in test projects
|
12 months ago |
Cody Robibero
|
906f701fa8
|
Convert CollectionType, SpecialFolderType to enum (#9764)
* Convert CollectionType, SpecialFolderType to enum
* Hide internal enum CollectionType values
* Apply suggestions from code review
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Fix recent change
* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
---------
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Co-authored-by: Patrick Barron <barronpm@gmail.com>
|
1 year ago |
Cody Robibero
|
8c5fc80282
|
Don't remove all tokens if invalid header (#10490)
|
1 year ago |
Stepan Goremykin
|
8ea812b65d
|
Reduce string literal length by using verbatim string
|
1 year ago |
Stepan Goremykin
|
a37dc3da96
|
Use async overload
|
1 year ago |
Bond_009
|
cc15ea7f65
|
Ignore .zfs folder
Maybe helps with #10215 ?
|
1 year ago |
Bond_009
|
03b6adf068
|
Fix xUnit1030: Do not call ConfigureAwait in test method
|
1 year ago |
Cody Robibero
|
fb8b11276d
|
fix build
|
1 year ago |
Bond-009
|
07727e1d63
|
Merge pull request #9875 from Shadowghost/fixes
|
1 year ago |
Christoph Landsdorf
|
48eb6f655b
|
Change: Update parental code count for DE in test
|
1 year ago |
Shadowghost
|
05d98fe24c
|
Enforce permissions on websocket connections
|
1 year ago |
Cody Robibero
|
fe9e764af2
|
Merge pull request #9564 from AmbulantRex/whitelist-dlls
|
1 year ago |
Cody Robibero
|
cb788dbd73
|
Mock configuration to get SqliteCacheSizeKey during test
|
1 year ago |
AmbulantRex
|
92f50054b2
|
Add explicit mapping instead of reflection to manifest reconciliation.
|
2 years ago |
AmbulantRex
|
7dd4201971
|
Reconcile pre-packaged meta.json against manifest on install
|
2 years ago |
AmbulantRex
|
a944352aa8
|
Correct style inconsistencies
|
2 years ago |
AmbulantRex
|
891b9f7a99
|
Add DLL whitelist support for plugins
|
2 years ago |
Cody Robibero
|
dd491ce8ff
|
Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2 years ago |
SenorSmartyPants
|
b9f7e3971e
|
Add test for cleaning extra names
|
2 years ago |
Shadowghost
|
daefdaf8b0
|
Extend language code handling
|
2 years ago |
Joe Rogers
|
361fff3a0c
|
Fix cases where multiple files are resolved as a single book
|
2 years ago |
Joe Rogers
|
18b8efa7e0
|
Add tests for audio book resolving
|
2 years ago |
Joe Rogers
|
1c3a97bf6a
|
Inject IDirectoryService where needed instead of passing it through ItemResolveArgs
|
2 years ago |
Joe Rogers
|
160baa02fd
|
Remove some BaseItem references to make ItemResolveArgs more usable for testing.
|
2 years ago |
Shadowghost
|
9d21f078c7
|
Add default rating selections
|
2 years ago |
Shadowghost
|
ed2280a060
|
Overhaul content ratings
|
2 years ago |
Bond-009
|
318f11e793
|
Fix error in XmlTvListingsProviderTests (#9302)
|
2 years ago |
Bond-009
|
6fb2fac6e4
|
Always run code analyzers for tests projects (#9304)
|
2 years ago |
Cody Robibero
|
32eccc139c
|
LiveTV fixes
|
2 years ago |
Zoltan Csizmadia
|
e0519189b2
|
Use Directory.Packages.props (#9135)
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
|
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
|
663854bc1e
|
Update test dependencies (#9094)
|
2 years ago |
MBR-0001
|
8af854315e
|
Add Chinese Bilingual language (#7623)
Closes https://github.com/jellyfin/jellyfin-plugin-opensubtitles/issues/103
|
2 years ago |
Bond-009
|
769c48c629
|
Deduplicate media stream ordering code (#9014)
|
2 years ago |
Bond-009
|
3462676a8f
|
Fix debug builds (#8909)
|
2 years ago |
Bond_009
|
236dd650d0
|
Update projects to .net7
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
Bond_009
|
ba3e7027fe
|
Add regression test for #8696
|
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
|
6004060b4e
|
Fix build errors from new warnings
|
2 years ago |
dependabot[bot]
|
62ef93e2ce
|
Bump xunit from 2.4.1 to 2.4.2
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.4.2)
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
1be9eb13ef
|
Bump Moq from 4.18.1 to 4.18.2
Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](https://github.com/moq/moq4/compare/v4.18.1...v4.18.2)
---
updated-dependencies:
- dependency-name: Moq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
a0f873692e
|
Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.1)
---
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>
|
2 years ago |
luz paz
|
9ec2870b10
|
Fix various typos
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
|
2 years ago |
Bond-009
|
a881733377
|
Merge pull request #7682 from 1337joe/test-preferred-audio-language
|
2 years ago |
Cody Robibero
|
a7b1132c92
|
Merge pull request #7842 from crobibero/dependency-backport
(cherry picked from commit df6c5b6d42 )
Signed-off-by: crobibero <cody@robibe.ro>
|
2 years ago |