generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I think we can implement a couple of improvements in the Queue
class.
Refactors:
- Extract class
GitRepoDir
- Extract class
GitRepo
- Extract class
CommittedMessageLog
(collection ofCommittedMessage
) - Move
CommitOptions
to a class attribute - Handle empty or not initialized git repo gracefully
- Set attributes as private
- Refactor
createInitializedTempGitDir
- Add missing tests for
Queue
class: guard clauses, ...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request