Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Releases: zynga/zynga-hacklang-framework

Added FileTypeBox

11 Apr 23:44
0262ae7
Compare
Choose a tag to compare
Merge pull request #21 from zynga/addingFileTypeBox

Added FileType box

Added minimum time since modification to DiskManager::recursivelyDeleteDirectory

10 Apr 22:54
Compare
Choose a tag to compare
Added minimum time since modification to DiskManager::recursivelyDele…

…teDirectory

Added functionality to DiskIOManager to recursively delete a directory

10 Apr 21:22
Compare
Choose a tag to compare

Added functionality to DiskIOManager to recursively delete a directory

10 Apr 21:10
Compare
Choose a tag to compare
v1.5.0

bumping to the rollback version that cleanups the bad 1.6 release

Added try catch in IODiskManager::chown

10 Apr 00:46
Compare
Choose a tag to compare
v1.4.9

Added try catch in IODiskManager::chown

Added chown functionality to diskIOManager

10 Apr 00:25
a61d5f3
Compare
Choose a tag to compare
Merge pull request #19 from zynga/diskIOManagerChown

Added chown functionality to diskIOManager

Bug fix for Disk IO Manager

04 Apr 21:11
Compare
Choose a tag to compare
v1.4.7

Unsetting umask when creating directories

Added additional Disk IO Mock class

27 Mar 20:30
b308db4
Compare
Choose a tag to compare
Merge pull request #18 from zynga/addingDiskIOManager

Added Disk IO ManagerWithFailedToDeleteFile

Added Disk IO Manager

27 Mar 18:06
d3d133c
Compare
Choose a tag to compare
Merge pull request #15 from zynga/addingDiskIOManager

Added Disk IO Manager

Now with more overloading

22 Mar 22:27
Compare
Choose a tag to compare
  • setup.sh allows you to override the skeleton with local configs if needed, place files within src/skeleton and volia overloaded
  • fixed a few tests that were hardcoded to assuming the getRoot() was always going to return a path that isn't prefixed with vendor/...