Commit Graph

  • 9dd25f96b2 Fix flake8 E266 too many leading '#' for block comment Labrys of Knossos 2019-04-07 12:58:31 -0400
  • 077f04bc53 Fix flake8 E265 block comment should start with '# ' Labrys of Knossos 2019-04-07 12:56:50 -0400
  • 8736642e78 Fix code quality checks to run on project root and custom libs Labrys of Knossos 2019-04-07 12:19:35 -0400
  • 3a95b433f3
    Merge pull request #1603 from clinton-hall/fix/flake8 Labrys of Knossos 2019-04-07 12:46:16 -0400
  • 28ff74d0c8 Revert "Temporarily disable some flake8 ignores for testing" Labrys of Knossos 2019-04-07 12:42:18 -0400
  • e7179dde1c Temporarily disable some flake8 ignores for testing Labrys of Knossos 2019-04-07 12:38:43 -0400
  • 0788a754cb Fix code quality checks to run all desired tests Labrys of Knossos 2019-04-07 12:15:07 -0400
  • aeed469c5f
    Merge pull request #1599 from clinton-hall/flake8/bugbear Labrys of Knossos 2019-04-06 23:55:00 -0400
  • b8c2b6b073
    Merge pull request #1598 from clinton-hall/flake8/docstrings Labrys of Knossos 2019-04-06 23:51:56 -0400
  • 23a450f095
    Merge pull request #1597 from clinton-hall/flake8/comprehensions Labrys of Knossos 2019-04-06 23:49:48 -0400
  • 72140e939c Fix flake8-bugbear B902 Invalid first argument used for instance method. Labrys of Knossos 2019-04-05 16:15:21 -0400
  • 4c8e896bbb Fix flake8-bugbear B007 Loop control variable not used within the loop body. Labrys of Knossos 2019-04-05 16:02:23 -0400
  • 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 -0400
  • 267d8d1632 Add flake8-bugbear to tox.ini Labrys of Knossos 2019-04-06 23:04:04 -0400
  • 10b2eab3c5 Fix flake8-docstrings D401 First line should be in imperative mood Labrys of Knossos 2019-04-05 15:20:23 -0400
  • 6f6c9bcc9d Fix flake8-docstrings D400 First line should end with a period Labrys of Knossos 2019-04-05 15:16:06 -0400
  • 1d7dba8aeb Fix flake8-docstrings D205 1 blank line required between summary line and description Labrys of Knossos 2019-04-05 15:02:50 -0400
  • 777bc7e35d Fix flake8-docstrings D202 No blank lines allowed after function docstring Labrys of Knossos 2019-04-05 14:48:25 -0400
  • 4dd58afaf6 Fix flake8-docstrings D200 One-line docstring should fit on one line with quotes Labrys of Knossos 2019-04-05 14:45:48 -0400
  • a8043d0259 Add flake8-docstrings to tox.ini Labrys of Knossos 2019-04-06 22:59:51 -0400
  • 169fcaae4a Fix flake8-comprehensions C407 Unnecessary list comprehension Labrys of Knossos 2019-04-05 14:35:23 -0400
  • b9c7eec834 Fix flake8-comprehensions C403 Unnecessary list comprehension Labrys of Knossos 2019-04-05 14:34:46 -0400
  • d45bc20ff6 add sudo password. Fixes #1588 clinton-hall 2019-04-06 20:22:57 +1300
  • 13523ea875 add new mkv-bluray default. clinton-hall 2019-04-06 15:19:05 +1300
  • 9ee74cb4bc fix pass though of bluray files. Fixes #1588 clinton-hall 2019-04-06 15:08:57 +1300
  • f2964296c5 Add flake8-comprehensions to tox.ini Labrys of Knossos 2019-04-05 19:19:11 -0400
  • 0ba4b9daab
    Merge pull request #1596 from clinton-hall/flake8/quotes Labrys of Knossos 2019-04-05 19:13:14 -0400
  • 94c42dbd8a Fix flake8-quotes Q000 Remove bad quotes Labrys of Knossos 2019-04-05 14:21:26 -0400
  • 2995c7f391 Add flake8-quotes to tox.ini Labrys of Knossos 2019-04-05 19:04:11 -0400
  • bbcef52eb5
    Merge pull request #1595 from clinton-hall/flake8/commas Labrys of Knossos 2019-04-05 18:25:38 -0400
  • c5244df510 Fix flake8-commas C819 trailing comma prohibited Labrys of Knossos 2019-04-05 14:04:46 -0400
  • 14b2aa6bf4 Fix flake8-commas C812 missing trailing comma Labrys of Knossos 2019-04-05 14:03:25 -0400
  • 0bcbabd681 Add flake8-commas to tox.ini Labrys of Knossos 2019-04-05 14:05:03 -0400
  • 627b453d3b
    Merge pull request #1594 from clinton-hall/quality/flake8 Labrys of Knossos 2019-04-05 17:52:56 -0400
  • 697df555ec Fix flake8 W293 blank line contains whitespace Labrys of Knossos 2019-04-05 12:44:44 -0400
  • 0350521b87 Fix flake8 W291 trailing whitespace Labrys of Knossos 2019-04-05 12:37:23 -0400
  • 644a11118c Fix flake8 F401 imported but unused Labrys of Knossos 2019-04-05 13:07:24 -0400
  • 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 -0400
  • d208798430 Fix flake8 E402 module level import not at top of file Labrys of Knossos 2019-04-05 12:50:11 -0400
  • 8e6e2d1647 Fix flake8 E305 expected 2 blank lines after class or function definition, found 1 Labrys of Knossos 2019-04-05 12:28:36 -0400
  • 032f7456f9 Fix flake8 E302 expected 2 blank lines, found 1 Labrys of Knossos 2019-04-05 12:52:41 -0400
  • a571fc3122 Fix flake8 E265 block comment should start with '# ' Labrys of Knossos 2019-04-05 12:42:46 -0400
  • 5f633b931a Fix flake8 E261 at least two spaces before inline comment Labrys of Knossos 2019-04-05 12:27:39 -0400
  • 8a22f20a8b Fix flake8 E241 multiple spaces after ':' Labrys of Knossos 2019-04-05 13:10:20 -0400
  • 07ad515b50 Fix flake8 E226 missing whitespace around arithmetic operator Labrys of Knossos 2019-04-05 12:18:31 -0400
  • 87e813f062 Fix flake8 E126 continuation line over-indented for hanging indent Labrys of Knossos 2019-04-05 12:04:50 -0400
  • 90090d7e02 Fix flake8 E117 over-indented Labrys of Knossos 2019-04-05 12:36:23 -0400
  • a8d1cc4fe9 Add flake8 quality checks to tox.ini Labrys of Knossos 2019-04-05 17:11:16 -0400
  • 51e520547b
    Merge pull request #1593 from clinton-hall/quality/tox Labrys of Knossos 2019-04-05 17:03:58 -0400
  • 822603d021 Add tox.ini Labrys of Knossos 2019-04-05 13:10:38 -0400
  • 066e93e807 fix BMDV format handling. Fixes #1588 clinton-hall 2019-04-05 22:37:13 +1300
  • c39ebb8e2b
    just skip mounting for Windows to prevent errors. Clinton Hall 2019-04-05 13:04:08 +1300
  • 7d617ff35e
    Add MOUNTED to core Clinton Hall 2019-04-05 12:45:59 +1300
  • 88190dca13
    Add Mounting of iso files as fall-back #1588 Clinton Hall 2019-04-05 12:41:04 +1300
  • 008768e479 Merge branch 'nightly' into bluray-1 clinton-hall 2019-04-04 14:22:29 +1300
  • 825b48a6c1
    add h265 to MKV profile allow. Fixes #1592 Clinton Hall 2019-04-04 11:34:25 +1300
  • 0a3b2cd443
    Prevent appending of empty files list Clinton Hall 2019-04-04 11:26:22 +1300
  • cb3f61f137
    Merge pull request #1591 from clinton-hall/tests/cleanup Labrys of Knossos 2019-03-31 12:56:18 -0400
  • f5fdc14577 Revert "Force cleanup errors for confirming CI test" Labrys of Knossos 2019-03-31 12:49:32 -0400
  • 16b7c11495 Force cleanup errors for confirming CI test Labrys of Knossos 2019-03-31 12:45:07 -0400
  • 02813a6eaf Add source install cleanup test Labrys of Knossos 2019-03-31 12:39:12 -0400
  • a531f4480e Add source install cleanup test Labrys of Knossos 2019-03-31 12:13:11 -0400
  • 9a833565aa
    Merge pull request #1590 from clinton-hall/libs/pywin32 Labrys of Knossos 2019-03-31 12:29:08 -0400
  • f20e1e4f0d Add pywin32 to setup.py install_requires on Windows Labrys of Knossos 2019-03-31 11:45:04 -0400
  • 82d1ba83ff added code to extract bluray images and folder structure. #1588 clinton-hall 2019-03-30 13:21:01 +1300
  • 809e642039 fix LL default branch. clinton-hall 2019-03-30 08:47:20 +1300
  • 1597763d30 minor fix for LazyLibrarian api. clinton-hall 2019-03-29 10:38:59 +1300
  • aee3b151c0
    Lazylib 1 (#1587) Clinton Hall 2019-03-29 09:50:43 +1300
  • 95455bf72c add support for LazyLibrarian. Fixes #1223 clinton-hall 2019-03-29 09:18:26 +1300
  • a3db8fb4b6
    Test 1 (#1586) Clinton Hall 2019-03-27 10:09:47 +1300
  • 0107c6cefb install as sudo clinton-hall 2019-03-27 09:59:52 +1300
  • dca316ae7d fix ffmpeg install clinton-hall 2019-03-27 09:52:32 +1300
  • f2255c10ec add transcoder tests clinton-hall 2019-03-27 09:42:31 +1300
  • bdec673bb9
    Merge pull request #1583 from clinton-hall/fix-1 Clinton Hall 2019-03-15 20:52:39 +1300
  • 19c3e1fd85 remove .encode which creates byte vs string comparison issues. Fixes #1582 clinton-hall 2019-03-15 20:42:21 +1300
  • 0db7c3e10c
    Merge pull request #1580 from clinton-hall/dev 12.0.10 Clinton Hall 2019-03-14 20:40:41 +1300
  • 858206de07
    Merge pull request #1579 from clinton-hall/nightly Clinton Hall 2019-03-14 20:32:49 +1300
  • ac7e0b702a update to 12.0.10 clinton-hall 2019-03-14 20:28:53 +1300
  • 15d4289003
    Merge pull request #1578 from clinton-hall/fix-1 Clinton Hall 2019-03-14 20:12:18 +1300
  • 6aee6baf6e fix cleanup clinton-hall 2019-03-14 20:02:40 +1300
  • 9b31482ce3
    Update PULL_REQUEST_TEMPLATE.md Labrys of Knossos 2019-03-12 16:48:50 -0400
  • 8745af2629 update to v12.0.9 12.0.9 clinton-hall 2019-03-13 07:54:21 +1300
  • 257eb3d761
    Merge pull request #1575 from clinton-hall/clean-1 Clinton Hall 2019-03-13 07:45:51 +1300
  • 742d482020 cleanup supporting files. clinton-hall 2019-03-13 07:40:35 +1300
  • 410aab4c58
    improve tests (#1574) Clinton Hall 2019-03-12 18:55:37 +1300
  • b4a614aff4 import core before remaining tests. clinton-hall 2019-03-12 18:44:38 +1300
  • f1aea2360b minor fix clinton-hall 2019-03-12 18:37:06 +1300
  • 3c988760b1 improve tests clinton-hall 2019-03-12 18:31:51 +1300
  • f5891459c2
    Set up CI with Azure Pipelines (#1573) Clinton Hall 2019-03-11 22:40:59 +1300
  • a6423c303d rename test file and set to run from subdir. clinton-hall 2019-03-11 22:31:10 +1300
  • bf3062d095 and again clinton-hall 2019-03-11 22:01:11 +1300
  • 9a508cb3df simply test of imports clinton-hall 2019-03-11 21:45:11 +1300
  • e38df38a40 try this. clinton-hall 2019-03-11 21:18:52 +1300
  • 80f161a8a9 change test scripts. clinton-hall 2019-03-11 20:50:28 +1300
  • 6a14ccb78d further test fixes clinton-hall 2019-03-11 20:27:19 +1300
  • d7aba6109b fix tests. clinton-hall 2019-03-11 20:12:57 +1300
  • 49c286ae0e
    test all python versiona Clinton Hall 2019-03-11 19:39:18 +1300
  • 836a315eab
    Update general.py Clinton Hall 2019-03-11 19:27:54 +1300
  • dc3f277aa2
    Update azure-pipelines.yml Clinton Hall 2019-03-11 19:00:47 +1300
  • 0b548f3747 Set up CI with Azure Pipelines Clinton Hall 2019-03-11 18:32:29 +1300