Heatmap Rendering broken #2525

Closed
opened 2025-11-02 04:39:27 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @Cellebyte on GitHub (Nov 13, 2018).

  • Gitea version (or commit ref): 1.6.0+rc1-105-g4c1f1f964 (ref: 4c1f1f9646)
  • Git version: Alpine git
  • Operating system: Alpine Linux
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

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"
}

Screenshots

screenshot from 2018-11-13 16-03-51

Originally created by @Cellebyte on GitHub (Nov 13, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.6.0+rc1-105-g4c1f1f964 (ref: 4c1f1f96465e809161f7d634a07eb60b4511db35) - Git version: Alpine git - Operating system: Alpine Linux - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [x] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ## Description 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? ```json { "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" } ``` ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ![screenshot from 2018-11-13 16-03-51](https://user-images.githubusercontent.com/16540824/48421929-ccdfe480-e75d-11e8-9c87-b51d3719a641.png)
GiteaMirror added the type/bug label 2025-11-02 04:39:27 -06:00
Author
Owner

@lunny commented on GitHub (Nov 29, 2018):

It should also be fixed by #5401

@lunny commented on GitHub (Nov 29, 2018): It should also be fixed by #5401
Author
Owner

@Cellebyte commented on GitHub (Nov 29, 2018):

It should also be fixed by #5401

Will their be a backport to 1.6 or will it be released in 1.7?

@Cellebyte commented on GitHub (Nov 29, 2018): > It should also be fixed by #5401 Will their be a backport to 1.6 or will it be released in 1.7?
Author
Owner

@lafriks commented on GitHub (Nov 29, 2018):

Heatmap is not part of 1.6.0 release

@lafriks commented on GitHub (Nov 29, 2018): Heatmap is not part of 1.6.0 release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2525