Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract code from cli.main into shorter methods #68

Merged
merged 60 commits into from Aug 24, 2019

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    d500455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938b333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb74a18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    086c8a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    503cb2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    316ad5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8491cce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5632d8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d00d784 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3d41b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9e5fef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a15daa4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee605e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0576547 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2af7d75 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a58e559 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    12caeda View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7fff9a2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    772390b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    695c744 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2946d09 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e10e096 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    870acb6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dbac6ae View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6e90254 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1fcdedd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1322039 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e7e9fbc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    36ae4ed View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    59b7cd6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    100f737 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8af8cb1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e012ea7 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    fb1f2d3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1d76403 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e0518e4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9b60e06 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    98895ca View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    274931e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    03eab5b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    401f6b3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3e31a02 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4bc4c68 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    3f2d250 View commit details
    Browse the repository at this point in the history
  45. Satisfy pylint

    Pylint config: see c4urself#67
    florisla committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    99e2c73 View commit details
    Browse the repository at this point in the history
  46. Use open() context manager to read configuration content

    Also avoid reading the file twice.
    florisla committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    9fcafdb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    97c7f0f View commit details
    Browse the repository at this point in the history
  48. Cleanup some cases of 'pointers' being passed

    (arguments which are modified in-place instead of copied/modified/returned)
    florisla committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    6bc9323 View commit details
    Browse the repository at this point in the history
  49. Upgrade packaging dependencies (fix AppVeyor)

    These used to come along with installing tox, but this is no longer
    the case since version 3.10.
    See similar fix h5py/h5py@b183c74
    and tox issue tox-dev/tox#1304 .
    florisla committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e198fe6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Restore newline-retaining functionality from c4urself#59

    This got lost in the recent rebase.
    florisla committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    f317bb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Rename vc to version_config

    Similar to its class VersionConfig.
    florisla committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    dd34f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e809b5 View commit details
    Browse the repository at this point in the history
  3. Use a single context dict

    Versus context and vcs_context.
    florisla committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    7c78bc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0474179 View commit details
    Browse the repository at this point in the history
  5. Drop method _parse_current_version

    Handle the None case in VersionConfig.parse.
    florisla committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    7c8874b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    501eac3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5f1022 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de01bcb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22d981f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4659ac6 View commit details
    Browse the repository at this point in the history