-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: optimizations in git flows (#87)
* adding git commit message truncation logic for large messages * first commit draft * cleaning dead code * added commit count * fix git format in cmd * added interfaces * comments * removing output * minor restructuring * removing deuplicacy for OpenNewRepo * changes * fixes * wire * old story refactor * fixes for IT tests * cleaning * refactorings * minor * test fixes * test fixes * test fixes * PR comments * removing old changes * cleaning up * wire * minor changes * added comments on interface methods * next error handling * added timeout and context in one flow * added timeouts * remaning flows * minor changes * renaming to gitCtx * added command timeout * added command timeout * moving cancel defer in poller * renaming * added command level timeouts * fix * minor * removing process timeout * refactoring * cli for analytics * changes * changes * minor * adding gogit timeout * debugging * testing fix * fixes * fixes * minor refactor * pr comments * fixed it tests * common-lib upgrade * common lib from main * fixes-be * adding support for last seen hash * fix for history being overwritten * fixing for empty history * changes
- Loading branch information
1 parent
586efbd
commit f2886d7
Showing
5 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters