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 timeDifferenceInDays to UnixTimestampBox

13 Mar 15:05
509a0b1
Compare
Choose a tag to compare
Merge pull request #52 from zadirksen/addTimeSpanInDaysToUnixTimestam…

…pBox

NO-TICKET: Added ability to compute span of days between two UnixTimestampBox

Allow setting of success as false in service's handle success

19 Feb 19:53
7f1bcd9
Compare
Choose a tag to compare

We want to allow users to set success as false even though they are returning true in handle request.

Next step would be to define a list of error_codes which can be serviceErrorCode_ that can set by each service.

Added assertNotSame to phpunit tests

06 Feb 20:10
Compare
Choose a tag to compare
v1.10.4

Added assertNotSame to phpunit

Adding support for SotrableMap collection in Swagger

10 Jan 00:12
f520806
Compare
Choose a tag to compare

Fixed an issue with UtcOffsetBox not including some regions.

19 Nov 21:47
0956a02
Compare
Choose a tag to compare

Updated UtcOffsetBox, it now includes UTC Offset -12, 13, and 14

Fix MockedCurlRequest not behaving as expected

19 Nov 20:06
dc28632
Compare
Choose a tag to compare

MockedCurlRequest::getInfo(int) was ignoring its only param. Now the mock stores info in a Map<int, mixed> and correctly returns the map's value.

Fixing importing array into a storable Map

19 Nov 18:48
b7dad87
Compare
Choose a tag to compare

Importing an array of string numeric keys in a hacklang Map converts the keys into an integer. This throws a failed to import exception as we expect StorableMap to be string keys only. This enforces that all StorableMap keys are strings only.

Added mock DB driver: QueryableDriverThrowingQueryFailedException

08 Nov 22:37
Compare
Choose a tag to compare
v1.9.11

Added mock DB driver: QueryableDriverThrowingQueryFailedException

v: Merge pull request #41 from chintan-j-patel/master

02 Nov 17:18
2f89943
Compare
Choose a tag to compare

Versioning Storable Collection Map to V2

Swagger, Test-Coverage, and Docker fixes

10 Sep 21:13
855d9e4
Compare
Choose a tag to compare
Merge pull request #35 from chintan-j-patel/master

Fixing Swagger to ignore abstract classes