Commit Graph

  • 8736642e78 Fix code quality checks to run on project root and custom libs Labrys of Knossos 2019-04-07 12:19:35 -04:00
  • 3a95b433f3
    Merge pull request #1603 from clinton-hall/fix/flake8 Labrys of Knossos 2019-04-07 12:46:16 -04:00
  • 28ff74d0c8 Revert "Temporarily disable some flake8 ignores for testing" Labrys of Knossos 2019-04-07 12:42:18 -04:00
  • e7179dde1c Temporarily disable some flake8 ignores for testing Labrys of Knossos 2019-04-07 12:38:43 -04:00
  • 0788a754cb Fix code quality checks to run all desired tests Labrys of Knossos 2019-04-07 12:15:07 -04:00
  • aeed469c5f
    Merge pull request #1599 from clinton-hall/flake8/bugbear Labrys of Knossos 2019-04-06 23:55:00 -04:00
  • b8c2b6b073
    Merge pull request #1598 from clinton-hall/flake8/docstrings Labrys of Knossos 2019-04-06 23:51:56 -04:00
  • 23a450f095
    Merge pull request #1597 from clinton-hall/flake8/comprehensions Labrys of Knossos 2019-04-06 23:49:48 -04:00
  • 72140e939c Fix flake8-bugbear B902 Invalid first argument used for instance method. Labrys of Knossos 2019-04-05 16:15:21 -04:00
  • 4c8e896bbb Fix flake8-bugbear B007 Loop control variable not used within the loop body. Labrys of Knossos 2019-04-05 16:02:23 -04:00
  • e00b5cc195 Fix flake8-bugbear B010 Do not call setattr with a constant attribute value, it is not any safer than normal property access. Labrys of Knossos 2019-04-05 15:43:56 -04:00
  • 267d8d1632 Add flake8-bugbear to tox.ini Labrys of Knossos 2019-04-06 23:04:04 -04:00
  • 10b2eab3c5 Fix flake8-docstrings D401 First line should be in imperative mood Labrys of Knossos 2019-04-05 15:20:23 -04:00
  • 6f6c9bcc9d Fix flake8-docstrings D400 First line should end with a period Labrys of Knossos 2019-04-05 15:16:06 -04:00
  • 1d7dba8aeb Fix flake8-docstrings D205 1 blank line required between summary line and description Labrys of Knossos 2019-04-05 15:02:50 -04:00
  • 777bc7e35d Fix flake8-docstrings D202 No blank lines allowed after function docstring Labrys of Knossos 2019-04-05 14:48:25 -04:00
  • 4dd58afaf6 Fix flake8-docstrings D200 One-line docstring should fit on one line with quotes Labrys of Knossos 2019-04-05 14:45:48 -04:00
  • a8043d0259 Add flake8-docstrings to tox.ini Labrys of Knossos 2019-04-06 22:59:51 -04:00
  • 169fcaae4a Fix flake8-comprehensions C407 Unnecessary list comprehension Labrys of Knossos 2019-04-05 14:35:23 -04:00
  • b9c7eec834 Fix flake8-comprehensions C403 Unnecessary list comprehension Labrys of Knossos 2019-04-05 14:34:46 -04:00
  • f2964296c5 Add flake8-comprehensions to tox.ini Labrys of Knossos 2019-04-05 19:19:11 -04:00
  • 0ba4b9daab
    Merge pull request #1596 from clinton-hall/flake8/quotes Labrys of Knossos 2019-04-05 19:13:14 -04:00
  • 94c42dbd8a Fix flake8-quotes Q000 Remove bad quotes Labrys of Knossos 2019-04-05 14:21:26 -04:00
  • 2995c7f391 Add flake8-quotes to tox.ini Labrys of Knossos 2019-04-05 19:04:11 -04:00
  • bbcef52eb5
    Merge pull request #1595 from clinton-hall/flake8/commas Labrys of Knossos 2019-04-05 18:25:38 -04:00
  • c5244df510 Fix flake8-commas C819 trailing comma prohibited Labrys of Knossos 2019-04-05 14:04:46 -04:00
  • 14b2aa6bf4 Fix flake8-commas C812 missing trailing comma Labrys of Knossos 2019-04-05 14:03:25 -04:00
  • 0bcbabd681 Add flake8-commas to tox.ini Labrys of Knossos 2019-04-05 14:05:03 -04:00
  • 627b453d3b
    Merge pull request #1594 from clinton-hall/quality/flake8 Labrys of Knossos 2019-04-05 17:52:56 -04:00
  • 697df555ec Fix flake8 W293 blank line contains whitespace Labrys of Knossos 2019-04-05 12:44:44 -04:00
  • 0350521b87 Fix flake8 W291 trailing whitespace Labrys of Knossos 2019-04-05 12:37:23 -04:00
  • 644a11118c Fix flake8 F401 imported but unused Labrys of Knossos 2019-04-05 13:07:24 -04:00
  • faa378f787 Fix flake8 E712 comparison to True should be 'if cond is True:' or 'if cond:' Labrys of Knossos 2019-04-05 12:30:35 -04:00
  • d208798430 Fix flake8 E402 module level import not at top of file Labrys of Knossos 2019-04-05 12:50:11 -04:00
  • 8e6e2d1647 Fix flake8 E305 expected 2 blank lines after class or function definition, found 1 Labrys of Knossos 2019-04-05 12:28:36 -04:00
  • 032f7456f9 Fix flake8 E302 expected 2 blank lines, found 1 Labrys of Knossos 2019-04-05 12:52:41 -04:00
  • a571fc3122 Fix flake8 E265 block comment should start with '# ' Labrys of Knossos 2019-04-05 12:42:46 -04:00
  • 5f633b931a Fix flake8 E261 at least two spaces before inline comment Labrys of Knossos 2019-04-05 12:27:39 -04:00
  • 8a22f20a8b Fix flake8 E241 multiple spaces after ':' Labrys of Knossos 2019-04-05 13:10:20 -04:00
  • 07ad515b50 Fix flake8 E226 missing whitespace around arithmetic operator Labrys of Knossos 2019-04-05 12:18:31 -04:00
  • 87e813f062 Fix flake8 E126 continuation line over-indented for hanging indent Labrys of Knossos 2019-04-05 12:04:50 -04:00
  • 90090d7e02 Fix flake8 E117 over-indented Labrys of Knossos 2019-04-05 12:36:23 -04:00
  • a8d1cc4fe9 Add flake8 quality checks to tox.ini Labrys of Knossos 2019-04-05 17:11:16 -04:00
  • 51e520547b
    Merge pull request #1593 from clinton-hall/quality/tox Labrys of Knossos 2019-04-05 17:03:58 -04:00
  • 822603d021 Add tox.ini Labrys of Knossos 2019-04-05 13:10:38 -04:00
  • 825b48a6c1
    add h265 to MKV profile allow. Fixes #1592 Clinton Hall 2019-04-04 11:34:25 +13:00
  • cb3f61f137
    Merge pull request #1591 from clinton-hall/tests/cleanup Labrys of Knossos 2019-03-31 12:56:18 -04:00
  • f5fdc14577 Revert "Force cleanup errors for confirming CI test" Labrys of Knossos 2019-03-31 12:49:32 -04:00
  • 16b7c11495 Force cleanup errors for confirming CI test Labrys of Knossos 2019-03-31 12:45:07 -04:00
  • 02813a6eaf Add source install cleanup test Labrys of Knossos 2019-03-31 12:39:12 -04:00
  • a531f4480e Add source install cleanup test Labrys of Knossos 2019-03-31 12:13:11 -04:00
  • 9a833565aa
    Merge pull request #1590 from clinton-hall/libs/pywin32 Labrys of Knossos 2019-03-31 12:29:08 -04:00
  • f20e1e4f0d Add pywin32 to setup.py install_requires on Windows Labrys of Knossos 2019-03-31 11:45:04 -04:00
  • 809e642039 fix LL default branch. clinton-hall 2019-03-30 08:47:20 +13:00
  • 1597763d30 minor fix for LazyLibrarian api. clinton-hall 2019-03-29 10:38:59 +13:00
  • aee3b151c0
    Lazylib 1 (#1587) Clinton Hall 2019-03-29 09:50:43 +13:00
  • a3db8fb4b6
    Test 1 (#1586) Clinton Hall 2019-03-27 10:09:47 +13:00
  • bdec673bb9
    Merge pull request #1583 from clinton-hall/fix-1 Clinton Hall 2019-03-15 20:52:39 +13:00
  • 19c3e1fd85 remove .encode which creates byte vs string comparison issues. Fixes #1582 clinton-hall 2019-03-15 20:42:21 +13:00
  • 0db7c3e10c
    Merge pull request #1580 from clinton-hall/dev 12.0.10 Clinton Hall 2019-03-14 20:40:41 +13:00
  • 858206de07
    Merge pull request #1579 from clinton-hall/nightly Clinton Hall 2019-03-14 20:32:49 +13:00
  • ac7e0b702a update to 12.0.10 clinton-hall 2019-03-14 20:28:53 +13:00
  • 15d4289003
    Merge pull request #1578 from clinton-hall/fix-1 Clinton Hall 2019-03-14 20:12:18 +13:00
  • 6aee6baf6e fix cleanup clinton-hall 2019-03-14 20:02:40 +13:00
  • 9b31482ce3
    Update PULL_REQUEST_TEMPLATE.md Labrys of Knossos 2019-03-12 16:48:50 -04:00
  • 8745af2629 update to v12.0.9 12.0.9 clinton-hall 2019-03-13 07:54:21 +13:00
  • 257eb3d761
    Merge pull request #1575 from clinton-hall/clean-1 Clinton Hall 2019-03-13 07:45:51 +13:00
  • 742d482020 cleanup supporting files. clinton-hall 2019-03-13 07:40:35 +13:00
  • 410aab4c58
    improve tests (#1574) Clinton Hall 2019-03-12 18:55:37 +13:00
  • f5891459c2
    Set up CI with Azure Pipelines (#1573) Clinton Hall 2019-03-11 22:40:59 +13:00
  • 3f6b447b3e
    Merge pull request #1572 from clinton-hall/refactor/configuration Labrys of Knossos 2019-03-10 20:52:14 -04:00
  • a669c983b7 Fix absolute imports for qbittorrent and utorrent in Python 2.7 Labrys of Knossos 2019-03-10 20:45:01 -04:00
  • 2f5fad7737
    Merge pull request #1571 from clinton-hall/refactor/configuration Labrys of Knossos 2019-03-10 20:40:35 -04:00
  • 9f7f28d54e Fix missed commits during refactor Labrys of Knossos 2019-03-10 20:35:05 -04:00
  • 832ef32340
    Merge pull request #1569 from clinton-hall/refactor/configuration Clinton Hall 2019-03-11 08:20:12 +13:00
  • 3b3c7ca2d4
    Merge pull request #1566 from clinton-hall/refactor/iso_matching Clinton Hall 2019-03-11 08:17:42 +13:00
  • b6db785c92 Refactor utils.subtitles to plugins.subtitles Labrys of Knossos 2019-03-10 11:28:54 -04:00
  • 76b5c06a33 Refactor utils.notifications.plex_update to plugins.plex.plex_update Labrys of Knossos 2019-03-10 11:15:31 -04:00
  • e12f2724e6 Refactor plex configuration to plugins.plex Labrys of Knossos 2019-03-10 10:58:17 -04:00
  • 1d75439441 Refactor utils.nzb to plugins.downloaders.nzb.utils Labrys of Knossos 2019-03-10 11:09:26 -04:00
  • e1aa32aee7 Refactor downloader configuration to plugins.downloaders Labrys of Knossos 2019-02-03 12:24:34 -05:00
  • 28eed3bc92 Refactor ISO file matching to use regex only once per file. Labrys of Knossos 2019-03-10 10:07:22 -04:00
  • cd64014a9d Refactor ISO file matching to decode process output a single time. Labrys of Knossos 2019-03-10 10:02:58 -04:00
  • ef950d8024 add Contributing guide clinton-hall 2019-03-10 22:32:55 +13:00
  • bb46bbad27
    Merge pull request #1565 from clinton-hall/clinton-hall-patch-1 Clinton Hall 2019-03-10 22:24:49 +13:00
  • 2fc5101ef0
    Update issue templates Clinton Hall 2019-03-10 22:22:28 +13:00
  • aeda68fbe4
    Merge pull request #1564 from clinton-hall/add-code-of-conduct-1 Clinton Hall 2019-03-10 22:03:26 +13:00
  • 1c63c9fe39
    Create CODE_OF_CONDUCT.md Clinton Hall 2019-03-10 22:01:22 +13:00
  • cedd0c1a20 Merge branch 'dev' 12.0.8 clinton-hall 2019-03-10 20:41:23 +13:00
  • a8e2b30666 Merge branch 'nightly' into dev clinton-hall 2019-03-10 20:39:22 +13:00
  • d4786e10d7 rev up to 12.0.8 clinton-hall 2019-03-10 20:37:57 +13:00
  • 392967780c don't load torrent clients for nzbs. Fixes #1563 clinton-hall 2019-03-10 08:34:56 +13:00
  • 64862ece10 fix python3 parsing of .iso files. Fixes #1561 clinton-hall 2019-03-09 20:30:25 +13:00
  • f82fe0ee81 decode 7zip outut. Fixes #1561 clinton-hall 2019-03-08 23:03:24 +13:00
  • 3f3e1415c9 change method of writing to system PATH. Fixes #830 clinton-hall 2019-03-02 09:03:21 +13:00
  • 27cfc34577 add sys path config to find executables not in path. Fixes #830 clinton-hall 2019-02-25 19:53:54 +13:00
  • 506ede833e
    Merge pull request #1554 from clinton-hall/fix/cleanup Labrys of Knossos 2019-02-18 06:33:34 -05:00
  • fd8452b5c6 Add exception handling for failure to return to original directory Labrys of Knossos 2019-02-16 10:17:01 -05:00
  • 45baf79753 log sucessful when returning failed download to Radarr. Fixes #1546 clinton-hall 2019-02-09 11:08:33 +13:00
  • 8a637918d6 use list for python3 compatibility. Fixes #1545 clinton-hall 2019-02-05 22:15:05 +13:00