Releases: ArtARTs36/GitHandler
Releases · ArtARTs36/GitHandler
1.1.9 :: Move FileSystem's implementation
Added
- Add PHPDoc comments for generics
- Add some tests
Changed
- Moved FileSystem's implementation from LocalFileSystem to package "artarts36/local-file-system" with saved compatibility
1.1.8 :: Fix FileSystem::removeDir
Fixed
- Fix FileSystem::removeDir on links
1.1.7 :: Remove "QueueCommandExecutor"
Dependency
- Update artarts36/shell-command to ^2.1.13
Internal
- Remove QueueCommandExecutor
Fixed
- Fixed potential bug in StatusCommand::getGroupsByStatusResult on invalid result string
1.1.6 :: Fix FileSystem::removeFile on linked files
Added
- CommitCommand::commit with author
Fixed
- Fix FileSystem::removeFile on linked files
1.1.5 :: MakingPush::onSetUpStream
Added
- MakingPush::onSetUpStream
1.1.4 :: MakingPush::onCurrentBranchHead
Added
- Add MakingPush::onCurrentBranchHead
1.1.3 :: MakingPush
Added
- GitPushCommand::send, make push parameters in closure
1.1.2 :: Update guzzlehttp/psr7 version
Dependencies
- Update guzzlehttp/psr7 version
1.1.1 :: Added "Build url to file page on remote hosting"
Added
- OriginUrlBuilder::toFileFromFetchUrl - Build url to file page on remote hosting
1.1.0 :: Submodule && Backup && ChangeLogBuilder
Added
- PHP Attributes
-
- ConfigKey
-
- ConfigSectionName
- [Git Backup] Implements git backup with dump/restore methods on elements:
-
- Config
-
- Hooks
-
- Untracked Files
- [Wrap: git config unset]
- [Git File Command] Add method "getContent"
- [Git File Command] Add method "createPathTo"
- [Wrap: git rm --cached]
- [Wrap: git submodule] with:
-
- Add
-
- Get all
-
- Remove
-
- Check exists
-
- Sync
-
- Sync defines in .gitmodules from git config
- [Config] read parameters:
-
- Submodule
-
- Commit