Commit graph

  • e778c6ebc3 Merge branch 'bug/168' into 'master' Ian Cordasco 2016-07-16 15:17:16 +00:00
  • 73be9b0e90
    Add OptionManager#parse_known_args Ian Cordasco 2016-07-16 10:07:19 -05:00
  • 43df3ecf74
    Use raw strings for docstring Ian Cordasco 2016-07-14 08:18:38 -05:00
  • ec678de427
    Document Legacy API Ian Cordasco 2016-07-14 08:13:10 -05:00
  • 911c69f0fd
    Fix up docstrings and __all__ in api.legacy Ian Cordasco 2016-07-14 07:47:10 -05:00
  • dc05fce516
    Run the individual methods in Application#initialize Ian Cordasco 2016-07-14 07:45:03 -05:00
  • 4d6929c8ab Merge branch 'add-statistics' into 'master' Ian Cordasco 2016-07-13 01:07:58 +00:00
  • 2ffcf96b4b
    Use statistics in the legacy report class Ian Cordasco 2016-07-12 20:04:20 -05:00
  • 14cab7e81b
    Add statistics collection to StyleGuide Ian Cordasco 2016-07-12 20:04:04 -05:00
  • 61430951ec
    Add more tests around our Statistics class Ian Cordasco 2016-07-12 19:58:44 -05:00
  • 2d3f062191
    Add actual tests around statistics module Ian Cordasco 2016-07-12 08:21:57 -05:00
  • 1a722bbe7b
    Add empty test file for our statistics module Ian Cordasco 2016-07-11 20:24:38 -05:00
  • 6cfb292b1b
    Add the statistics module Ian Cordasco 2016-07-11 20:13:41 -05:00
  • 58e67634cd
    Add build testenv for future CI work Ian Cordasco 2016-07-10 09:31:43 -05:00
  • 2dec2ebc6e
    Set default python for flake8 testenv Ian Cordasco 2016-07-10 09:29:57 -05:00
  • 2660ddd031
    Move trie implementation out of plugins Ian Cordasco 2016-07-10 09:29:06 -05:00
  • edd84fba52 Merge branch 'bug/157' into 'master' Ian Cordasco 2016-07-10 01:29:17 +00:00
  • e977c6671a
    Update tests for errors with no physical line Ian Cordasco 2016-07-09 20:26:08 -05:00
  • 57e82688df
    Handle errors reported in empty files Ian Cordasco 2016-07-09 20:21:26 -05:00
  • 7ea6da2d55 Merge branch 'add-empty-test-fixture' into 'master' Ian Cordasco 2016-07-10 00:54:09 +00:00
  • 8e27f0fbcf
    Add empty file as a test fixture Ian Cordasco 2016-07-09 19:41:47 -05:00
  • ee44be0c82 Merge branch 'docs/update-plugin-dev' into 'master' Ian Cordasco 2016-07-09 21:24:57 +00:00
  • 469da96001
    Add new Flake8 classifier to Trove list Ian Cordasco 2016-07-09 16:16:07 -05:00
  • 2e5100d44c Merge branch 'bug/163' into 'master' Ian Cordasco 2016-07-09 21:10:44 +00:00
  • f93a3f3c7b Merge branch 'get-option' into 'master' Ian Cordasco 2016-07-09 20:09:23 +00:00
  • fabb13c5d1 Use option name provided by the parser Fabian Neundorf 2016-07-09 19:27:19 +00:00
  • ae794fb46a
    Update setuptools integration for setup.cfg Ian Cordasco 2016-07-09 07:02:27 -05:00
  • 45a57df542 Merge branch 'backwards-compat-api' into 'master' Ian Cordasco 2016-07-08 16:08:27 +00:00
  • 1372d0dd1c
    Handle kwargs passed to get_style_guide Ian Cordasco 2016-07-07 17:39:02 -05:00
  • a4ce229fb6
    Fill in most of the legacy API Ian Cordasco 2016-07-07 13:29:53 -05:00
  • 41cd67f747
    Simplify our test environments Ian Cordasco 2016-06-30 20:09:46 -05:00
  • cde783d135
    Clean up setup.py a bit Ian Cordasco 2016-06-30 16:03:02 -05:00
  • 4a05d02ca6
    Fix up MANIFEST.in Ian Cordasco 2016-06-30 15:34:29 -05:00
  • 6a2ad045fa
    Add the skeleton for the LegacyStyleGuide Ian Cordasco 2016-06-30 08:27:32 -05:00
  • f963641e93
    Update defaults Ian Cordasco 2016-06-30 06:54:10 -05:00
  • 6208a4969b
    Add README to linters Ian Cordasco 2016-06-29 19:17:20 -05:00
  • 8f5348136f
    Remove exc_info for logging.exception Ian Cordasco 2016-06-29 15:22:22 -05:00
  • 5b8a875965
    Add 3.0.0b2 release notes 3.0.0b2 Ian Cordasco 2016-06-28 20:47:44 -05:00
  • 75e1c1efbf
    Revert "Prefer .flake8 if present for options." Ian Cordasco 2016-06-28 20:47:16 -05:00
  • 15745558c1
    Iterate over the checkers fewer times Ian Cordasco 2016-06-28 20:27:29 -05:00
  • d8665435a5
    Bump version for next beta release Ian Cordasco 2016-06-28 20:26:50 -05:00
  • 497f52e4b1
    Add a dogfood testenv Ian Cordasco 2016-06-28 13:21:58 -05:00
  • 84af24f240
    Fix some logging and logging levels Ian Cordasco 2016-06-28 13:21:22 -05:00
  • c9fb680dff
    Add python and platform details to --version Ian Cordasco 2016-06-28 13:02:50 -05:00
  • 2d3e277b1e
    Handle optional parameters that were never supported Ian Cordasco 2016-06-28 09:36:24 -05:00
  • ec2e601cbf
    Enable plugins automatically during registration Ian Cordasco 2016-06-28 07:42:51 -05:00
  • 31c32e3327
    Parse hyphenated config names also Ian Cordasco 2016-06-28 05:47:14 -05:00
  • 95c373cf11
    Handle EarlyQuits and KeyboardInterrupts Ian Cordasco 2016-06-26 20:29:13 -05:00
  • 7fe5b359f7
    Add high-level overview of how things fit together Ian Cordasco 2016-06-26 20:28:24 -05:00
  • b194717d1a
    Search current directory if no paths are specified Ian Cordasco 2016-06-26 15:08:58 -05:00
  • 790549fd25
    Open our README appropriately Ian Cordasco 2016-06-26 07:13:16 -05:00
  • b82e0d5176
    Add forgotten release note Ian Cordasco 2016-06-26 06:44:05 -05:00
  • 5a9b7c27ab
    Update compatibility docs Ian Cordasco 2016-06-26 06:41:47 -05:00
  • 6b7855e102
    Update the README Ian Cordasco 2016-06-25 20:09:11 -05:00
  • 2c4eb1377b Merge branch 'add-gitlab-ci' into 'master' Ian Cordasco 2016-06-25 21:11:10 +00:00
  • 6bca1c30cc
    Fix linters to use src/flake8 Ian Cordasco 2016-06-25 16:07:28 -05:00
  • 951bbe337f
    Add python*-dev packages Ian Cordasco 2016-06-25 16:00:45 -05:00
  • 7f3783d109 Merge branch 'prefer-.flake8' into 'master' Ian Cordasco 2016-06-25 20:29:15 +00:00
  • b5d13260eb
    Enable GitLab CI Ian Cordasco 2016-06-25 15:28:31 -05:00
  • db9d4ad8b4 Prefer .flake8 if present for options. Tom Prince 2016-06-21 08:57:52 -06:00
  • 00575214db
    Add missing release notes Ian Cordasco 2016-06-25 12:29:58 -05:00
  • 04413f8338
    Add the long description back to setup.py Ian Cordasco 2016-06-25 12:27:14 -05:00
  • 1254fe8f5c
    Bump version to 2.6.2 2.6.2 Ian Cordasco 2016-06-25 12:11:19 -05:00
  • cee691059f
    Merge branch 'origin/proposed/3.0' into master 3.0.0b1 Ian Cordasco 2016-06-25 12:01:02 -05:00
  • 6eb2e3a701
    Add more release notes for 3.0.0b1 Ian Cordasco 2016-06-25 11:55:52 -05:00
  • 7340b3e057
    Add release note for 2.6.1 Ian Cordasco 2016-06-25 11:40:41 -05:00
  • 9308910893
    Bump version for 2.6.1 2.6.1 Ian Cordasco 2016-06-25 11:37:24 -05:00
  • fe8c59c113 Merge branch 'prefer-.flake8' into 'master' Ian Cordasco 2016-06-25 16:32:26 +00:00
  • 5d1150cc27
    Update the packaging so wheels work Ian Cordasco 2016-06-25 11:20:28 -05:00
  • 1ec83033e9
    Update the copyright in the LICENSE Ian Cordasco 2016-06-25 10:49:32 -05:00
  • 7b31ecf7d5
    Update the MANIFEST.in for sdists Ian Cordasco 2016-06-25 10:48:52 -05:00
  • 1a2c68f5da
    Move flake8 into src Ian Cordasco 2016-06-25 10:12:13 -05:00
  • 5c8d767626
    Rename dev subdirectory to plugin-development Ian Cordasco 2016-06-25 09:51:15 -05:00
  • 14ce512b9a
    Add extra information to plugin dev index Ian Cordasco 2016-06-25 09:49:06 -05:00
  • 87b331c552
    Add some notes for users about how to use plugins Ian Cordasco 2016-06-25 09:45:08 -05:00
  • c2111656a6
    Add descriptions of pycodestyle and mccable Ian Cordasco 2016-06-24 14:54:48 -05:00
  • cae943bd44
    Add missing - to sub-directories Ian Cordasco 2016-06-22 19:27:23 -05:00
  • 1de5da8a7f
    Add more definitions to glossary Ian Cordasco 2016-06-22 19:27:10 -05:00
  • 478d5620d8
    Correct example register_options method Ian Cordasco 2016-06-22 19:13:20 -05:00
  • 88d1dd280a
    Start a glossary of terms Ian Cordasco 2016-06-22 14:34:14 -05:00
  • 601696d564
    Trim whitespace from cross-compat plugin docs Ian Cordasco 2016-06-22 10:07:16 -05:00
  • 04bceeceb5
    Remove historical files from the repository Ian Cordasco 2016-06-22 08:42:30 -05:00
  • 6c0d900a38
    Write plugin cross-compatibility documentation Ian Cordasco 2016-06-22 08:40:53 -05:00
  • 9526e061a7
    Add more detail about types of releases Ian Cordasco 2016-06-22 08:10:07 -05:00
  • 60b67f4ef3
    Trim trailing whitespace Ian Cordasco 2016-06-22 08:05:47 -05:00
  • 5098ce89e3 Prefer .flake8 if present for options. Tom Prince 2016-06-21 08:57:52 -06:00
  • 9fe82d7be0
    Update version string to beta Ian Cordasco 2016-06-21 07:37:08 -05:00
  • f3cd7ee6fb
    Update FAQ to be a bit clearer Ian Cordasco 2016-06-21 07:36:40 -05:00
  • a4c1edb03e
    Add FAQ Ian Cordasco 2016-06-20 20:54:31 -05:00
  • b67d1d633e
    Add documentation about release versioning and process Ian Cordasco 2016-06-20 20:53:47 -05:00
  • 6ac4d16522
    Switch to pycodestyle and start constraining versions again Ian Cordasco 2016-06-20 20:20:48 -05:00
  • ba5bf0c57a
    Add missing docstring to Application#report_benchmarks Ian Cordasco 2016-06-20 13:49:17 -05:00
  • 590e15cb4c
    Trim trailing whitespace in docs Ian Cordasco 2016-06-20 13:42:48 -05:00
  • 3cbad557ea
    Remove mypy from list of tox environments Ian Cordasco 2016-06-20 13:29:53 -05:00
  • 3e8bbc50dc
    Add documentation ... for writing documentation Ian Cordasco 2016-06-20 09:26:01 -05:00
  • 41277ff965
    Use |Flake8| consistently throughout documentation Ian Cordasco 2016-06-20 08:13:50 -05:00
  • 57ac6ab699
    Add |Flake8| substitution to the epilog Ian Cordasco 2016-06-20 08:04:33 -05:00
  • 16f58005bf
    Add --benchmark option documentation Ian Cordasco 2016-06-19 20:41:19 -05:00
  • adedd6c5cf
    Add --benchmark and formatting for its values Ian Cordasco 2016-06-19 09:25:27 -05:00
  • 1f7a8081ad Merge branch '3.0-doc-wording' into 'proposed/3.0' Ian Cordasco 2016-06-20 01:34:44 +00:00