0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the logging module consistenly instead of using print sometimes. More... over 15 years ago
Implemented tests for the 'gitctl pending' command. More... over 15 years ago
Cosmetics. More... over 15 years ago
Implemented more tests for 'gitctl update'. More... over 15 years ago
Started working on the 'gitctl update' tests. More... over 15 years ago
Minor test code refactoring and an additional test for 'gitctl status'. More... over 15 years ago
Started working on the 'gitctl [command]' tests. More... over 15 years ago
Refactored the logging setup. More... over 15 years ago
Added 'mock' to the dependencies and updated the metadata. More... over 15 years ago
Implemented tests for the externals parser/generator. More... over 15 years ago
Implemented unit tests for the parse_config() function. More... over 15 years ago
Started working on the new test suite. More... over 15 years ago
Bumped up version in anticipation of the next release. More... over 15 years ago
Refactored the 'gitctl pending' command to support reporting the pending status between any two consecutive states in our workflow. More... over 15 years ago
Cosmetics. More... over 15 years ago
Unified the console logging output. More... over 15 years ago
Refactored the helper functions into gitctl.utils. More... over 15 years ago
Renamed git.handler to git.command. More... over 15 years ago
Renamed gitctl.command to gitctl.parser. More... over 15 years ago
Fixed the cloning process. More... over 15 years ago
Removed the old implementation. More... over 15 years ago
Added a check for the existence of a repository before attempting to create one. More... over 15 years ago
Converted exceptions to log/exit combos. More... over 15 years ago
Cleanups. More... over 15 years ago
Use the logging module for user feedback. More... over 15 years ago
Fixed clean_working_dir() to accept both git.Git and git.Repo objects. More... over 15 years ago
Removed the --show-commands option. More... over 15 years ago
Refactored all git commands to use GitPython (excluding the commands executed over ssh). More... over 15 years ago
Implemented support for gitctl.cfg. More... over 15 years ago
Refactored commands to use GitPython where applicable. More... over 15 years ago