Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p - Script runtime invocations now use separate underlying states to improve concurrency. ### Fixed - Build system no longer passes flags to Go vet command. - Haystack leaderboard record listings now return correct results around both sides of the pivot record. - Haystack leaderboard record listings now return a complete page even when the pivot record is at the end of the leaderboard. - CRON expression runtime function now correctly uses UTC as the timezone for input timestamps. Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ relupload: proto dashboard migration $(PLATFORMS) .PHONY: vet vet: go vet ${GOFLAGS} ${LDFLAGS} go vet .PHONY: suite suite: dbstart dbreset dbsetup test dbstop Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p - Script runtime invocations now use separate underlying states to improve concurrency. ### Fixed - Build system no longer passes flags to Go vet command. - Haystack leaderboard record listings now return correct results around both sides of the pivot record. - Haystack leaderboard record listings now return a complete page even when the pivot record is at the end of the leaderboard. - CRON expression runtime function now correctly uses UTC as the timezone for input timestamps. Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ relupload: proto dashboard migration $(PLATFORMS) .PHONY: vet vet: go vet ${GOFLAGS} ${LDFLAGS} go vet .PHONY: suite suite: dbstart dbreset dbsetup test dbstop Loading