Skip to content

Releases: lewagon/python-utilities

v0.2.14

17 May 09:08
4ff6840

Choose a tag to compare

Added

  • Adds GitRepo config_user_name and config_user_email methods

v0.2.13

12 May 14:02

Choose a tag to compare

Added

  • Adds GitRepo default_remote and default_branch cached properties

v0.2.12

06 Mar 13:58
698e80c

Choose a tag to compare

Added

  • Adds git_rm_and_clean function to wipe git repository content (everything but .git dir)

v0.2.11

02 Dec 08:15
5c4ac98

Choose a tag to compare

Added

  • Adds GhRepo delete_ref method

V0.2.10

28 Nov 14:50
25f7635

Choose a tag to compare

Added

  • Adds GitRepo, GhOrg, GhOrgSecret and GhRepo helper classes
  • Adds tests for the GhRepo class
  • Adds subblack, subred, subgreen, subyellow, subblue, submagenta, subcyan, and subwhite helpers for colorama

Updated

  • Updates GitHubRepo constructor params (username removed)

v0.2.9

25 Nov 14:40
5da9bc8

Choose a tag to compare

  • Adds manage_command command subprocess helper handling output for run_command
  • Adds black, red, green, yellow, blue, magenta, cyan and white helpers for print with colorama
  • Update run_command to print command output progressively (used in order to display remote command output when calling gcloud compute ssh ...)

v0.2.8

25 Nov 14:28
ff1e4d5

Choose a tag to compare

  • Updates are_directories_identical to add a parameter to ignore a list of patterns
  • Updates resolve_scope to add a parameter to return the list of inexisting sources passed as parameter

v0.2.7

21 Oct 09:16
e421268

Choose a tag to compare

  • added a helper function for branch renaming

v0.2.6

17 May 09:07
a91bd8a

Choose a tag to compare

  • Adds PublicationCommand, GitRepo and Scope classes with tests
  • Adds are_directories_identical test helper and TestBaseDirectoryEquality test base class + tests for both

v0.2.5

01 Apr 12:03
708845c

Choose a tag to compare

Merge pull request #8 from lewagon/remote-probable-url

use ssh clone address