1. 28 Feb, 2022 1 commit
  2. 27 Feb, 2022 1 commit
  3. 26 Feb, 2022 2 commits
  4. 25 Feb, 2022 1 commit
  5. 11 Feb, 2022 1 commit
  6. 09 Feb, 2022 1 commit
    • Add output for poetry lock --check (#5081) · 1196923d
      * Add output for poetry lock --check
      
      * Rephrase messages
      
      * Add punctuation mark at the end of the message
      
      * Update wording for installer and export
      
      * Put warning back for installer and export
      
      * Finalize warning messages
      
      * Improve fix messages
      Artem Rys committed
  7. 03 Feb, 2022 4 commits
  8. 30 Jan, 2022 2 commits
  9. 29 Jan, 2022 1 commit
    • Added canonicalize_name() to console/commands/init.py (#5076) · a17f1ba3
      * Added canonicalize_name() to console/commands/init.py
      
      * Removed unnecessary helper function calls
      
      * Fixed capitalized package bug on poetry init
      
      Used canonicalize_name to standardize the names of all packages in
      poetry init with interactive dependencies. Given its importance, added a
      test_canoncalize_name() test to tests/utils/test_helpers.py
      
      * Split out _get_choice_list to a separate function
      
      For testing purposes
      
      * Tests working with canonicalized_name assigned outside of _generate_choice_list()
      
      * Changed test_generate_choice_list
      
      Parameterized a _generate_choice_list_packages fixture in order to call
      the test with both > 10 and < 10 cases, verifying that output is <= 10
      and the package_name has the desired package first in choices
      
      * Added output message if choice_list is truncated
      
      Also added cases for truncation and non-truncation in
      test_generate_choice_list to ensure the message is printed in only the
      correct cases
      
      * Removed info_string calls
      
      Moved info_string generation logic out of init._generate_choice_list
      
      * Removed type hint for info_string
      Evan Rittenhouse committed
  10. 27 Jan, 2022 1 commit
  11. 25 Jan, 2022 1 commit
  12. 24 Jan, 2022 3 commits
  13. 23 Jan, 2022 4 commits
  14. 22 Jan, 2022 3 commits
  15. 20 Jan, 2022 1 commit
  16. 17 Jan, 2022 13 commits