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

Move from pipenv to poetry #240

Closed
wants to merge 30 commits into from
Closed

Commits on Nov 14, 2019

  1. Respect XDG Base Directory spec

    Fix #236
    alichtman committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    862f1c0 View commit details
    Browse the repository at this point in the history
  2. Move from Pipenv to Poetry

    alichtman committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    087a669 View commit details
    Browse the repository at this point in the history
  3. Test move to poetry

    alichtman committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    327d129 View commit details
    Browse the repository at this point in the history
  4. Forgot to install poetry

    alichtman committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9b29ccb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a157f0a View commit details
    Browse the repository at this point in the history
  6. Install poetry... still

    alichtman committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    873a0ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7459289 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Fix config creation bug

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    512a4c3 View commit details
    Browse the repository at this point in the history
  2. Fix tests (#238)

    * Begin reworking tests
    
    Progress on #237
    
    * Respect XDG Base Directory spec (#239)
    
    Fix #236
    
    * Fix config creation bug
    
    * Get all tests to pass
    
    Fix #237
    
    * Apparently travis VMs don't come with /tmp created already
    
    * Wrong diagnosis of the issue
    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    2d07e5f View commit details
    Browse the repository at this point in the history
  3. Bump to version v3.1

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    c1da38c View commit details
    Browse the repository at this point in the history
  4. Upgrade docs

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    ebad739 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    2c4f416 View commit details
    Browse the repository at this point in the history
  6. Move config to ~/.config/shallow-backup.conf (#242)

    * Move config to ~/.config/shallow-backup.conf
    
    * Bump version to v3.2
    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    67cba95 View commit details
    Browse the repository at this point in the history
  7. Add CHANGELOG for v3.2

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    e8cd0b2 View commit details
    Browse the repository at this point in the history
  8. Update release process

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    af6fa5f View commit details
    Browse the repository at this point in the history
  9. Fix IsADirectory error upon reinstallation (#246)

    * Fixes #216
    
    * Added Test Coverage for reinstallation of dotfiles regarding #216
    
    * Refactor reinstallation code
    
    Co-authored-by: Supratim <sup270792@gmail.com>
    alichtman and heysupratim committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    8ef63d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73df86c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02c55b9 View commit details
    Browse the repository at this point in the history
  12. Refactor --add option

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    102f1a2 View commit details
    Browse the repository at this point in the history
  13. Bump version to v3.3

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    069a71e View commit details
    Browse the repository at this point in the history
  14. Update dev docs

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    6f947f1 View commit details
    Browse the repository at this point in the history
  15. Add CHANGELOG for v3.3

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    7279e8b View commit details
    Browse the repository at this point in the history
  16. Clean up release process

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    5a3f476 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    41810fa View commit details
    Browse the repository at this point in the history
  18. Deprecate Pipfile in favor of requirements.txt

    This issue is still unfixed and Pipfile is unusable.
    pypa/pipenv#3827 (comment)
    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    1a950be View commit details
    Browse the repository at this point in the history
  19. Update release process

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    1105803 View commit details
    Browse the repository at this point in the history
  20. Bump version to v3.4

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    26c0a25 View commit details
    Browse the repository at this point in the history
  21. Add CHANGELOG for v3.4

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    1066b6a View commit details
    Browse the repository at this point in the history
  22. Carefully reinstall .git and .gitignore files

    - Add root-gitignore and dotfiles-gitignore keys to
    config to replace default-gitignore.
    - Move all gitignore functionality to config.
    - Add tests for new .git-related operations
    - Bump version to v4.0
    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    5c69707 View commit details
    Browse the repository at this point in the history
  23. Add CHANGELOG for v4.0

    alichtman committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    b4431b8 View commit details
    Browse the repository at this point in the history