Skip to content

Releases: ArtARTs36/GitHandler

1.1.9 :: Move FileSystem's implementation

23 Dec 12:22
cae392c
Compare
Choose a tag to compare

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

22 Dec 16:51
Compare
Choose a tag to compare

Fixed

  • Fix FileSystem::removeDir on links

1.1.7 :: Remove "QueueCommandExecutor"

18 Dec 12:07
9f56909
Compare
Choose a tag to compare

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

13 Dec 18:41
Compare
Choose a tag to compare

Added

  • CommitCommand::commit with author

Fixed

  • Fix FileSystem::removeFile on linked files

1.1.5 :: MakingPush::onSetUpStream

16 Nov 11:28
Compare
Choose a tag to compare

Added

  • MakingPush::onSetUpStream

1.1.4 :: MakingPush::onCurrentBranchHead

16 Nov 10:22
Compare
Choose a tag to compare

Added

  • Add MakingPush::onCurrentBranchHead

1.1.3 :: MakingPush

16 Nov 07:20
Compare
Choose a tag to compare

Added

  • GitPushCommand::send, make push parameters in closure

1.1.2 :: Update guzzlehttp/psr7 version

15 Nov 10:27
Compare
Choose a tag to compare

Dependencies

  • Update guzzlehttp/psr7 version

1.1.1 :: Added "Build url to file page on remote hosting"

14 Nov 06:40
Compare
Choose a tag to compare

Added

  • OriginUrlBuilder::toFileFromFetchUrl - Build url to file page on remote hosting

1.1.0 :: Submodule && Backup && ChangeLogBuilder

23 Sep 22:07
c91940b
Compare
Choose a tag to compare

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