Commit graph

1523 commits

Author SHA1 Message Date
jjlawren
589941fb17
Remove playlist created during tests (#611) 2020-12-03 22:56:08 -06:00
Jason Lawrence
d98275f6ac Temporarily reduce testing load 2020-12-03 21:05:06 -06:00
jjlawren
623229bd38
Fix country metadata test (#614) 2020-12-03 17:18:35 -06:00
JonnyWong16
c89355b535
Update requirements_dev.txt 2020-12-03 11:55:07 -08:00
jjlawren
a1a42b8add
Explicitly trigger on master branch (#613) 2020-12-03 13:31:33 -06:00
jjlawren
59ec9ff982
Github Actions followup (#612)
* Try to fix branch triggers, update badge

* Revert trigger branch

* Trigger CI on any PR

* Disable Travis
2020-12-03 13:12:47 -06:00
JonnyWong16
0e625b9fe2
Merge branch 'master' into bugfix/doc_build 2020-12-03 11:06:53 -08:00
Steffen Fredriksen
3b015dabf7
Merge pull request #602 from jjlawren/add_github_actions
Use Github Actions as CI
2020-12-03 19:00:09 +01:00
Jason Lawrence
580c5822c6 Final cleanup 2020-12-03 11:45:07 -06:00
Jason Lawrence
a5e900f45a Replace coverage badge 2020-12-03 11:42:23 -06:00
Jason Lawrence
1c8f2e2145 Test cache invalidation 2020-12-03 11:29:30 -06:00
Jason Lawrence
6a6b31aacc Cosmetic cleanup 2020-12-03 11:08:48 -06:00
Jason Lawrence
e1eaa3565a Remove job dependency 2020-12-03 11:03:48 -06:00
Jason Lawrence
e6881433cb Create cached venvs on demand 2020-12-03 11:03:01 -06:00
Jason Lawrence
4916c595b2 Activate venv in required steps 2020-12-03 10:43:24 -06:00
Jason Lawrence
053989a837 Activate venv in jobs 2020-12-03 10:34:53 -06:00
Jason Lawrence
b0ddda5ba7 Fix missing env and step ID 2020-12-03 10:29:13 -06:00
Jason Lawrence
9dd13c8872 Pin dependencies, create and cache venvs 2020-12-03 10:23:44 -06:00
Jason Lawrence
81f7f9a6fc Add docker caching from @JonnyWong16 2020-12-03 09:16:12 -06:00
Jason Lawrence
4872138635 Apply review feedback 2020-12-02 15:52:40 -06:00
Jason Lawrence
561a664362 Test more versions, improve readability 2020-12-02 15:07:36 -06:00
Jason Lawrence
edde547919 Use matrix for [un]claimed, update tests/tools, always unlink account 2020-12-02 14:42:51 -06:00
Jason Lawrence
022a639730 Skip sync tests on unclaimed server 2020-12-02 11:31:37 -06:00
Jason Lawrence
6491ecb415 Fix indentation 2020-12-02 11:24:02 -06:00
Jason Lawrence
c0fbb2ccbc Add caching, flake cleanup, cov indentation 2020-12-02 11:21:59 -06:00
Jason Lawrence
47a4613d1b Teardown after linked tests, only run against master 2020-12-01 21:40:07 -06:00
Jason Lawrence
3fd25be433 Fix test dependency 2020-12-01 21:22:23 -06:00
Jason Lawrence
38837a8c88 Refactor, add coverage reporting 2020-12-01 21:21:00 -06:00
Jason Lawrence
3bdb09a1c7 Add test 2020-11-30 16:04:51 -06:00
JonnyWong16
b451b22bb8
Fix doc building 2020-11-23 12:20:56 -08:00
Steffen Fredriksen
ae59620e9a
Merge pull request #601 from JonnyWong16/server_browse
Add ability to browse and walk the Plex server system file directories
2020-11-23 07:48:53 +01:00
Steffen Fredriksen
b623b43a58
Merge pull request #606 from JonnyWong16/bugfix/full_object
Fix Collections stuck as partial object after reloading
2020-11-23 07:47:10 +01:00
Steffen Fredriksen
35c5d0d532
Merge pull request #607 from JonnyWong16/feature/custom_includes
Add ability to customize XML includes when reloading object
2020-11-23 07:46:37 +01:00
JonnyWong16
274b05e913
Fix raise exception docs 2020-11-22 20:43:59 -08:00
JonnyWong16
7f7d03236b
Fix docstrings 2020-11-22 19:06:30 -08:00
JonnyWong16
33f7aa43a5
Fix docstring 2020-11-22 19:04:14 -08:00
JonnyWong16
f3e9425a2c
Update docstring from artBlurHash and thumbBlurHash 2020-11-21 21:25:24 -08:00
JonnyWong16
9fb3eaf41c
Add thumbBlurHash and artBlurHash attributes with includeFields 2020-11-21 20:02:31 -08:00
JonnyWong16
178217a981
Improve docstring for reload 2020-11-21 19:52:33 -08:00
JonnyWong16
a5690579d5
Refactor includes to PlexPartialObject
* Allows includes to be used by Audio, Video, Photoalbum, Photo, Collections, and Playlist
2020-11-21 19:52:01 -08:00
JonnyWong16
14f39a4b46
Improve server browse tests 2020-11-21 18:16:37 -08:00
JonnyWong16
fa4d8a45af
Collection mode default is -1 2020-11-21 17:35:33 -08:00
JonnyWong16
3684b52d48
Fix collection mode update test 2020-11-21 17:09:24 -08:00
JonnyWong16
387ab17072
Settings __getattr__ needs to raise AttributeError 2020-11-21 14:49:21 -08:00
JonnyWong16
82a9fce665
Add test for partial reload with disabled include 2020-11-21 13:21:13 -08:00
JonnyWong16
a12f8b09e5
Ensure sorted parameters in details key 2020-11-21 13:20:53 -08:00
JonnyWong16
d59d199ee7
Always build default details key 2020-11-21 12:08:27 -08:00
Steffen Fredriksen
8f96055918
Merge pull request #604 from JonnyWong16/feature/library_refresh_path
Add library update path parameter
2020-11-21 19:20:04 +01:00
JonnyWong16
880043cb37
Add .vscode to .gitignore 2020-11-20 20:54:43 -08:00
JonnyWong16
b60e541b00
Fix Collections stuck as partial object after reloading 2020-11-20 20:54:43 -08:00