Bond-009
ae30eaf320
Merge pull request #5255 from cvium/fix_renameuser
4 years ago
cvium
2112d2a9a0
Restructure tests
4 years ago
cvium
442e770688
Validate the new username when renaming
4 years ago
Bond_009
54eee41207
Fix broken test
4 years ago
David
9379f535c2
Merge remote-tracking branch 'jellyfin/master' into nfo-tests
4 years ago
David
e924545ae2
Fix tests for UNIX
4 years ago
Bond-009
30372fcd68
Merge pull request #5194 from Ullmie02/nfo-watched
4 years ago
David
fc7377fb9b
Merge remote-tracking branch 'jellyfin/master' into nfo-tests
...
# Conflicts:
# tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs
# tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeriesNfoParserTests.cs
4 years ago
David
7f12b27319
Add nfo location tests
4 years ago
David
36d91a1601
Add test for music video nfo
4 years ago
David
eecdc3c110
Add more tags to nfo tests
4 years ago
Bond_009
97935d2cd2
Add tests for RequestHelpers.GetItemTypeStrings
4 years ago
David Ullmer
ab5fb1b1f2
Merge branch 'master' of github.com:jellyfin/jellyfin into nfo-watched
4 years ago
David Ullmer
ae57ed4ac7
Add nfo user data tests
4 years ago
crobibero
407c35f087
Update to dotnet 5.0.3
4 years ago
David
3a4c33ca5f
Add nfo parsing for watched, playcount and lastplayed
4 years ago
David Ullmer
086254821f
Add test for generic nfo provider id parsing
4 years ago
dkanada
7f1243978c
Merge pull request #5012 from jellyfin/ws
...
Improve WebSocket Message Deserialization
4 years ago
Bond_009
13c1c2815f
Add regression test for PluginManager.SaveManifest
4 years ago
dkanada
2e9661c415
Merge pull request #5043 from senritsu/improve-episode-number-parsing-with-digits-in-names
...
adjust episode path expression to allow digits in series names
4 years ago
dkanada
bfbbee0bc9
Merge pull request #5085 from Ullmie02/nfo-actor-type
...
Process actor type in nfo files
4 years ago
Bond_009
80e22d9670
Add test for ShuffleExtensions
4 years ago
dependabot[bot]
09471a206a
Bump coverlet.collector from 3.0.1 to 3.0.2
...
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet ) from 3.0.1 to 3.0.2.
- [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>
4 years ago
Claus Vium
98a4e1b840
Merge pull request #5095 from Bond-009/sortorder
4 years ago
Bond_009
f6b293203a
Restore weird behaviour
4 years ago
Bond-009
3806cc5b3f
Merge pull request #5074 from jellyfin/cov
...
100% branch coverage for Jellyfin.Naming
4 years ago
Bond_009
d24e7f60c7
Fix GetOrderBy and add tests
4 years ago
Joshua M. Boniface
3bf7e18886
Merge pull request #5031 from crobibero/5.0.2
...
Update to dotnet 5.0.2
4 years ago
David
454d82c52c
Process actor type in nfo files
4 years ago
dependabot[bot]
1bc1d1c07b
Bump Moq from 4.15.2 to 4.16.0
...
Bumps [Moq](https://github.com/moq/moq4 ) from 4.15.2 to 4.16.0.
- [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.15.2...v4.16.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Bond-009
7c3db79535
Merge pull request #5053 from jellyfin/dependabot/nuget/coverlet.collector-3.0.1
...
Bump coverlet.collector from 3.0.0 to 3.0.1
4 years ago
Bond_009
956ca0e5aa
100% branch coverage for Jellyfin.Naming
4 years ago
David
d71dce50ca
Add music album nfo parser test
4 years ago
David
ccea02fbb2
Add season nfo parser test
4 years ago
David
dbd70bd394
Add episode nfo parser test
4 years ago
David
0279af5f6b
Move existing tests to correct namespace
4 years ago
Claus Vium
14bd4a110f
Merge pull request #4978 from BaronGreenback/MultipeProxies
4 years ago
BaronGreenback
25eaf21a8f
renamed func in test
4 years ago
BaronGreenback
82d365045a
Removed systemIp6 functionality.
4 years ago
BaronGreenback
dd089fd27a
Changed test
4 years ago
BaronGreenback
6a7623da02
Simplified Code
4 years ago
dependabot[bot]
0cb80d3815
Bump coverlet.collector from 3.0.0 to 3.0.1
...
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet ) from 3.0.0 to 3.0.1.
- [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>
4 years ago
senritsu
4e21b49994
adjust episode path expression to allow digits in series names
...
The previous expression was too greedy to consume digits, because the hyphen was optional. This lead to incorrect episode numbers for certain series with digits in their names, in those cases each episode was recognized as the same episode number (the digit from the series name).
The rule, which matches most standard anime filenames, also had a lower priority than one of the Kodi rules, leading to incorrect recognition for absolute numbered episodes with triple digits and higher (first digit was used as season number, rest of digits as episode number). This also resolves one of the TODO test cases.
Additional test cases were added to ensure that both hyphens in different parts of the filename, as well as names without hyphens, still work correctly. All previous test cases still pass.
Unfortunately another TODO (EpisodeNumberTests.cs@L76, Uchuu Senkan Yamato 2199) with the same issue (digits in the series name) could not be trivially fixed in the same change, due to the significantly different formatting. Attempts to resolve this case did not work out for now.
4 years ago
BaronGreenback
b9f0f4f53b
reverted
4 years ago
Joshua M. Boniface
fe9096be94
Merge pull request #4970 from BaronGreenback/networkTestCorrection
4 years ago
crobibero
a087ab389a
dotnet 5.0.2
4 years ago
BaronGreenback
bced1eab54
Assert.True
4 years ago
Bond_009
9a5ceb34d1
Improve WebSocket Deserialization
4 years ago
BaronGreenback
2979c8dd37
Fixed test on Mac
4 years ago
BaronGreenback
35a30c9d09
Impliments KnownNetworks and KnownProxies
4 years ago