-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed heatmap not working in mssql #5248
Fixed heatmap not working in mssql #5248
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5248 +/- ##
==========================================
+ Coverage 37.61% 37.61% +<.01%
==========================================
Files 310 310
Lines 46040 46042 +2
==========================================
+ Hits 17319 17320 +1
- Misses 26242 26243 +1
Partials 2479 2479
Continue to review full report at Codecov.
|
@kolaente please send backport to release/v1.6 branch |
@techknowlogick It looks like the heatmap isn't even included in 1.6, so there's no need to make a backport. |
@kolaente thanks for the reminder |
@kolaente, build a docker image from the master today which is integrated with our MsSQL Database. The database schema is Latin1_General_CI_AI. The return code is 500 "Internal Server Error". Do we use the wrong schema? {
"message":"arg timestamp as int: strconv.ParseInt: parsing \"2018-11-13T00:00:00Z\": invalid syntax",
"url":"https://godoc.org/github.com/go-gitea/go-sdk/gitea"
} |
@Cellebyte please report new issue |
|
Fixes #5212