Error 500 on pull_request commit & file page after merge by merge button #1105

Closed
opened 2025-11-02 03:48:51 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @ncwgf on GitHub (Sep 28, 2017).

  • Gitea version (or commit ref): 339d7de
  • Git version:
  • Operating system:
  • 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:
#gitea.log
# when merge, I guess repo_id should not be 0
2017/09/28 07:23:24 [.../runtime/asm_amd64.s:2337 goexit()] [E] GetIssueByID: issue does not exist [id: 91, repo_id: 0, index: 0]
#id 616475e8dac... is the commit id of merged commit
2017/09/28 07:23:24 [...routers/repo/pull.go:431 MergePullRequest()] [E] CommitsBetweenIDs: object does not exist [id: 616475e8dacc4aecce8cd2d03e772bbda1112cbb, rel_path: ]

$ cat xorm.log | grep "UPDATE \`pull"
2017/09/28 07:23:24 [I] [SQL] UPDATE `pull_request` SET `has_merged` = ? WHERE `id`=? []interface {}{true, 69}

#gitea.log
# go back pull request and view file
# /pulls/{id}/commits
2017/09/28 09:00:20 [...routers/repo/pull.go:282 ViewPullCommits()] [E] Repo.GitRepo.GetCommit: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
# /pulls/{id}/files
2017/09/28 09:00:22 [...routers/repo/pull.go:382 ViewPullFiles()] [E] GetDiffRange: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

DB record after merge

id |type |status |issue_id |index |head_repo_id |base_repo_id |head_user_name |head_branch      |base_branch        |merge_base       |has_merged |merged_commit_id |merger_id |merged_unix  |
---|-----|-------|---------|------|-------------|-------------|---------------|-----------------|-------------------|-----------------|-----------|-----------------|----------|-------------|
69 |0    |2      |91       |1     |34           |32           |xxxxxxx        |change_startpage |AndroidTV          |9801873676134c.. |1          |                 |0         |0            |

Description

Screenshots

image
image

Originally created by @ncwgf on GitHub (Sep 28, 2017). - Gitea version (or commit ref): 339d7de - Git version: - Operating system: - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ``` #gitea.log # when merge, I guess repo_id should not be 0 2017/09/28 07:23:24 [.../runtime/asm_amd64.s:2337 goexit()] [E] GetIssueByID: issue does not exist [id: 91, repo_id: 0, index: 0] #id 616475e8dac... is the commit id of merged commit 2017/09/28 07:23:24 [...routers/repo/pull.go:431 MergePullRequest()] [E] CommitsBetweenIDs: object does not exist [id: 616475e8dacc4aecce8cd2d03e772bbda1112cbb, rel_path: ] $ cat xorm.log | grep "UPDATE \`pull" 2017/09/28 07:23:24 [I] [SQL] UPDATE `pull_request` SET `has_merged` = ? WHERE `id`=? []interface {}{true, 69} #gitea.log # go back pull request and view file # /pulls/{id}/commits 2017/09/28 09:00:20 [...routers/repo/pull.go:282 ViewPullCommits()] [E] Repo.GitRepo.GetCommit: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' # /pulls/{id}/files 2017/09/28 09:00:22 [...routers/repo/pull.go:382 ViewPullFiles()] [E] GetDiffRange: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' ``` DB record after merge ``` id |type |status |issue_id |index |head_repo_id |base_repo_id |head_user_name |head_branch |base_branch |merge_base |has_merged |merged_commit_id |merger_id |merged_unix | ---|-----|-------|---------|------|-------------|-------------|---------------|-----------------|-------------------|-----------------|-----------|-----------------|----------|-------------| 69 |0 |2 |91 |1 |34 |32 |xxxxxxx |change_startpage |AndroidTV |9801873676134c.. |1 | |0 |0 | ``` ## Description ## Screenshots ![image](https://user-images.githubusercontent.com/17694385/30958476-dcb9b016-a46f-11e7-9635-0af394ed3d41.png) ![image](https://user-images.githubusercontent.com/17694385/30962453-5cab4b16-a47c-11e7-878c-c5b03e811ab9.png)
GiteaMirror added the type/bug label 2025-11-02 03:48:51 -06:00
Author
Owner

@ethantkoenig commented on GitHub (Sep 30, 2017):

The GetIssueByID: issue does not exist [id: 91, repo_id: 0, index: 0] error message should never happen. Is it possible your database contents were corrupted?

Full access to your logs would be helpful

@ethantkoenig commented on GitHub (Sep 30, 2017): The `GetIssueByID: issue does not exist [id: 91, repo_id: 0, index: 0]` error message should never happen. Is it possible your database contents were corrupted? Full access to your logs would be helpful
Author
Owner

@ncwgf commented on GitHub (Sep 30, 2017):

An update, It's also happen on offline merge (another repo)
when push back commit to Gitea
pull request closed/megered by organization(repo owner) successfully but still show
Ghost merged 5 commits from (acc_name)/(branch) into (acc_name)/(branch) 48 years ago

Full log of the first report
Masked organization information

2017/09/28 06:55:48 [...routers/repo/http.go:146 HTTP()] [E] invalid credentials
2017/09/28 07:23:24 [.../runtime/asm_amd64.s:2337 goexit()] [E] GetIssueByID: issue does not exist [id: 91, repo_id: 0, index: 0]
2017/09/28 07:23:24 [...routers/repo/pull.go:431 MergePullRequest()] [E] CommitsBetweenIDs: object does not exist [id: 616475e8dacc4aecce8cd2d03e772bbda1112cbb, rel_path: ]
2017/09/28 07:23:27 [...les/mailer/mailer.go:246 processMailQueue()] [E] Failed to send emails [xxxx@xxxx.com yyyy@xxxx.com]: Subject: [XXXXXX] Change start page to two layer (#1), issue comment - gomail: could not send email 1: Close: 554 Message rejected: Email address is not verified. The following identities failed the check in region US-WEST-2: yyyy@xxxx.com
2017/09/28 07:29:18 [...routers/repo/pull.go:282 ViewPullCommits()] [E] Repo.GitRepo.GetCommit: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

2017/09/28 07:29:23 [...routers/repo/pull.go:382 ViewPullFiles()] [E] GetDiffRange: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

2017/09/28 07:29:23 [I] New random avatar created: 4
2017/09/28 07:29:30 [...routers/repo/pull.go:282 ViewPullCommits()] [E] Repo.GitRepo.GetCommit: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

xorm.log

2017/09/28 07:23:19 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `mode` FROM `access` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 34}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4}
2017/09/28 07:23:23 [I] [SQL] SELECT count(*) FROM `notification` WHERE user_id = ? AND status = ? []interface {}{4, 0x1}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `lower_name`=? LIMIT 1 []interface {}{"XXX{org_name}"}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `owner_id`=? AND `lower_name`=? LIMIT 1 []interface {}{3, "YYY(repo_name)"}
2017/09/28 07:23:23 [I] [SQL] SELECT count(*) FROM `release` WHERE repo_id=? AND is_draft=? []interface {}{32, false}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `user_id`, `repo_id` FROM `watch` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `uid`, `repo_id` FROM `star` WHERE `uid`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE owner_id=? AND fork_id=? LIMIT 1 []interface {}{4, 32}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `repo_id`=? AND `index`=? LIMIT 1 []interface {}{32, 1}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1}
2017/09/28 07:23:23 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE issue_id = ? AND comment_id = 0 []interface {}{91}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `type`, `poster_id`, `issue_id`, `label_id`, `old_milestone_id`, `milestone_id`, `old_assignee_id`, `assignee_id`, `old_title`, `new_title`, `commit_id`, `line`, `content`, `created_unix`, `updated_unix`, `commit_sha` FROM `comment` WHERE comment.issue_id=? ORDER BY `comment`.`created_unix` ASC []interface {}{91}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{34}
2017/09/28 07:23:23 [I] [SQL] UPDATE `issue_user` SET is_read=? WHERE uid=? AND issue_id=? []interface {}{true, 4, 91}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{34}
2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] BEGIN TRANSACTION
2017/09/28 07:23:24 [I] [SQL] UPDATE `issue` SET `is_closed` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{true, 1506583404, 91}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `id`=? LIMIT 1 []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `comment` (`type`,`poster_id`,`issue_id`,`label_id`,`old_milestone_id`,`milestone_id`,`old_assignee_id`,`assignee_id`,`old_title`,`new_title`,`commit_id`,`line`,`content`,`created_unix`,`updated_unix`,`commit_sha`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{2, 4, 91, 0, 0, 0, 0, 0, "", "", 0, 0, "", 1506583404, 1506583404, ""}
2017/09/28 07:23:24 [I] [SQL] UPDATE `repository` SET num_closed_pulls=num_closed_pulls+1 WHERE id=? []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] UPDATE `issue` SET `repo_id` = ?, `index` = ?, `poster_id` = ?, `name` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{32, 1, 1, "Change start page to two layer", 1506583404, 91}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{4, 14, 4, 32, 130, false, "", true, "1|", 1506583404}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{1, 14, 4, 32, 130, false, "", true, "1|", 1506583404}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{2, 14, 4, 32, 130, false, "", true, "1|", 1506583404}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{3, 14, 4, 32, 130, false, "", true, "1|", 1506583404}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false}
2017/09/28 07:23:24 [I] [SQL] SELECT DISTINCT `poster_id` FROM `comment` INNER JOIN `user` ON `user`.id = `comment`.poster_id WHERE `comment`.issue_id = ? AND `comment`.type = ? AND `user`.is_active = ? AND `user`.prohibit_login = ? []interface {}{91, 0, true, false}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{2}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{3}
2017/09/28 07:23:24 [I] [SQL] UPDATE `pull_request` SET `has_merged` = ? WHERE `id`=? []interface {}{true, 69}
2017/09/28 07:23:24 [I] [SQL] COMMIT
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `id`=? LIMIT 1 []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{4, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{1, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{2, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{3, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{3}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{0}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE issue_id = ? AND comment_id = 0 []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `poster_id`, `issue_id`, `label_id`, `old_milestone_id`, `milestone_id`, `old_assignee_id`, `assignee_id`, `old_title`, `new_title`, `commit_id`, `line`, `content`, `created_unix`, `updated_unix`, `commit_sha` FROM `comment` WHERE comment.issue_id=? ORDER BY `comment`.`created_unix` ASC []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE comment_id=? []interface {}{130}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{3}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `org_id`, `url`, `content_type`, `secret`, `events`, `is_ssl`, `is_active`, `hook_task_type`, `meta`, `last_status`, `created_unix`, `updated_unix` FROM `webhook` WHERE is_active=? AND `repo_id`=? []interface {}{true, 32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `org_id`, `url`, `content_type`, `secret`, `events`, `is_ssl`, `is_active`, `hook_task_type`, `meta`, `last_status`, `created_unix`, `updated_unix` FROM `webhook` WHERE org_id=? AND is_active=? []interface {}{3, true}
2017/09/28 07:23:24 [I] [SQL] BEGIN TRANSACTION
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `hook_id`, `uuid`, `type`, `url`, `payload_content`, `content_type`, `event_type`, `is_ssl`, `is_delivered`, `delivered`, `is_succeed`, `request_content`, `response_content` FROM `hook_task` WHERE repo_id=? AND is_delivered=? []interface {}{"32", false}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `issue_watch` INNER JOIN `user` ON `user`.id = `issue_watch`.user_id WHERE `issue_watch`.issue_id = ? AND `user`.is_active = ? AND `user`.prohibit_login = ? []interface {}{91, true, false}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `pull_request` INNER JOIN `issue` ON issue.id = pull_request.issue_id WHERE head_repo_id = ? AND head_branch = ? AND has_merged = ? AND issue.is_closed = ? []interface {}{32, "AndroidTV", false, false}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `pull_request` INNER JOIN `issue` ON issue.id=pull_request.issue_id WHERE base_repo_id=? AND base_branch=? AND has_merged=? AND issue.is_closed=? []interface {}{32, "AndroidTV", false, false}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE issue_id = ? []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] INSERT INTO `notification` (`user_id`,`repo_id`,`status`,`source`,`issue_id`,`commit_id`,`updated_by`,`created_unix`,`updated_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{1, 32, 1, 2, 91, "", 4, 1506583404, 1506583404}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{2, 91}
2017/09/28 07:23:24 [I] [SQL] UPDATE `notification` SET `user_id` = ?, `repo_id` = ?, `status` = ?, `source` = ?, `issue_id` = ?, `updated_by` = ?, `created_unix` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{2, 32, (*int64)(0xc4219c0798), (*int64)(0xc4219c07d8), 91, 4, 1506524456, 1506583404, 304}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{3, 91}
2017/09/28 07:23:24 [I] [SQL] UPDATE `notification` SET `user_id` = ?, `repo_id` = ?, `status` = ?, `source` = ?, `issue_id` = ?, `updated_by` = ?, `created_unix` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{3, 32, (*int64)(0xc4219c0f18), (*int64)(0xc4219c0f48), 91, 4, 1506524456, 1506583404, 305}
2017/09/28 07:23:24 [I] [SQL] COMMIT
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4}
2017/09/28 07:23:24 [I] [SQL] SELECT count(*) FROM `notification` WHERE user_id = ? AND status = ? []interface {}{4, 0x1}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `lower_name`=? LIMIT 1 []interface {}{"XXX{org_name}"}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `owner_id`=? AND `lower_name`=? LIMIT 1 []interface {}{3, "YYY(repo_name)"}
2017/09/28 07:23:24 [I] [SQL] SELECT count(*) FROM `release` WHERE repo_id=? AND is_draft=? []interface {}{32, false}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id` FROM `watch` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uid`, `repo_id` FROM `star` WHERE `uid`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `repo_id`=? AND `index`=? LIMIT 1 []interface {}{32, 1}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1}
2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{0}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE issue_id = ? AND comment_id = 0 []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `poster_id`, `issue_id`, `label_id`, `old_milestone_id`, `milestone_id`, `old_assignee_id`, `assignee_id`, `old_title`, `new_title`, `commit_id`, `line`, `content`, `created_unix`, `updated_unix`, `commit_sha` FROM `comment` WHERE comment.issue_id=? ORDER BY `comment`.`created_unix` ASC []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE comment_id=? []interface {}{130}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `issue_id`, `is_watching`, `created_unix`, `updated_unix` FROM `issue_watch` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id` FROM `watch` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE owner_id=? AND fork_id=? LIMIT 1 []interface {}{4, 32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `name`, `color`, `num_issues`, `num_closed_issues` FROM `label` WHERE repo_id = ? ORDER BY `name` ASC []interface {}{32}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `name`, `content`, `is_closed`, `num_issues`, `num_closed_issues`, `completeness`, `deadline_unix`, `closed_date_unix` FROM `milestone` WHERE repo_id = ? AND is_closed = ? ORDER BY `deadline_unix` ASC []interface {}{32, false}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `name`, `content`, `is_closed`, `num_issues`, `num_closed_issues`, `completeness`, `deadline_unix`, `closed_date_unix` FROM `milestone` WHERE repo_id = ? AND is_closed = ? ORDER BY `deadline_unix` ASC []interface {}{32, true}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `mode` FROM `access` WHERE repo_id = ? AND mode >= ? []interface {}{32, 2}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id` IN (?,?,?,?) []interface {}{18, 4, 1, 2}
2017/09/28 07:23:24 [I] [SQL] UPDATE `issue_user` SET is_read=? WHERE uid=? AND issue_id=? []interface {}{true, 4, 91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `issue_id`, `user_id`, `created_unix` FROM `stopwatch` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `issue_id`, `user_id`, `created_unix` FROM `stopwatch` WHERE user_id = ? LIMIT 1 []interface {}{4}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `issue_id`, `user_id`, `created_unix`, `time` FROM `tracked_time` WHERE issue_id=? []interface {}{91}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{34}
2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `mode` FROM `access` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 34}
@ncwgf commented on GitHub (Sep 30, 2017): An update, It's also happen on offline merge (another repo) when push back commit to Gitea pull request closed/megered by organization(repo owner) successfully but still show `Ghost merged 5 commits from (acc_name)/(branch) into (acc_name)/(branch) 48 years ago` Full log of the first report Masked organization information ``` 2017/09/28 06:55:48 [...routers/repo/http.go:146 HTTP()] [E] invalid credentials 2017/09/28 07:23:24 [.../runtime/asm_amd64.s:2337 goexit()] [E] GetIssueByID: issue does not exist [id: 91, repo_id: 0, index: 0] 2017/09/28 07:23:24 [...routers/repo/pull.go:431 MergePullRequest()] [E] CommitsBetweenIDs: object does not exist [id: 616475e8dacc4aecce8cd2d03e772bbda1112cbb, rel_path: ] 2017/09/28 07:23:27 [...les/mailer/mailer.go:246 processMailQueue()] [E] Failed to send emails [xxxx@xxxx.com yyyy@xxxx.com]: Subject: [XXXXXX] Change start page to two layer (#1), issue comment - gomail: could not send email 1: Close: 554 Message rejected: Email address is not verified. The following identities failed the check in region US-WEST-2: yyyy@xxxx.com 2017/09/28 07:29:18 [...routers/repo/pull.go:282 ViewPullCommits()] [E] Repo.GitRepo.GetCommit: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' 2017/09/28 07:29:23 [...routers/repo/pull.go:382 ViewPullFiles()] [E] GetDiffRange: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' 2017/09/28 07:29:23 [I] New random avatar created: 4 2017/09/28 07:29:30 [...routers/repo/pull.go:282 ViewPullCommits()] [E] Repo.GitRepo.GetCommit: exit status 128 - fatal: ambiguous argument '': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' ``` xorm.log ``` 2017/09/28 07:23:19 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `mode` FROM `access` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 34} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4} 2017/09/28 07:23:23 [I] [SQL] SELECT count(*) FROM `notification` WHERE user_id = ? AND status = ? []interface {}{4, 0x1} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `lower_name`=? LIMIT 1 []interface {}{"XXX{org_name}"} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `owner_id`=? AND `lower_name`=? LIMIT 1 []interface {}{3, "YYY(repo_name)"} 2017/09/28 07:23:23 [I] [SQL] SELECT count(*) FROM `release` WHERE repo_id=? AND is_draft=? []interface {}{32, false} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `user_id`, `repo_id` FROM `watch` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `uid`, `repo_id` FROM `star` WHERE `uid`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE owner_id=? AND fork_id=? LIMIT 1 []interface {}{4, 32} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `repo_id`=? AND `index`=? LIMIT 1 []interface {}{32, 1} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1} 2017/09/28 07:23:23 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE issue_id = ? AND comment_id = 0 []interface {}{91} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `type`, `poster_id`, `issue_id`, `label_id`, `old_milestone_id`, `milestone_id`, `old_assignee_id`, `assignee_id`, `old_title`, `new_title`, `commit_id`, `line`, `content`, `created_unix`, `updated_unix`, `commit_sha` FROM `comment` WHERE comment.issue_id=? ORDER BY `comment`.`created_unix` ASC []interface {}{91} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{34} 2017/09/28 07:23:23 [I] [SQL] UPDATE `issue_user` SET is_read=? WHERE uid=? AND issue_id=? []interface {}{true, 4, 91} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{34} 2017/09/28 07:23:23 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] BEGIN TRANSACTION 2017/09/28 07:23:24 [I] [SQL] UPDATE `issue` SET `is_closed` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{true, 1506583404, 91} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `id`=? LIMIT 1 []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `comment` (`type`,`poster_id`,`issue_id`,`label_id`,`old_milestone_id`,`milestone_id`,`old_assignee_id`,`assignee_id`,`old_title`,`new_title`,`commit_id`,`line`,`content`,`created_unix`,`updated_unix`,`commit_sha`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{2, 4, 91, 0, 0, 0, 0, 0, "", "", 0, 0, "", 1506583404, 1506583404, ""} 2017/09/28 07:23:24 [I] [SQL] UPDATE `repository` SET num_closed_pulls=num_closed_pulls+1 WHERE id=? []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] UPDATE `issue` SET `repo_id` = ?, `index` = ?, `poster_id` = ?, `name` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{32, 1, 1, "Change start page to two layer", 1506583404, 91} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{4, 14, 4, 32, 130, false, "", true, "1|", 1506583404} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{1, 14, 4, 32, 130, false, "", true, "1|", 1506583404} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{2, 14, 4, 32, 130, false, "", true, "1|", 1506583404} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{3, 14, 4, 32, 130, false, "", true, "1|", 1506583404} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false} 2017/09/28 07:23:24 [I] [SQL] SELECT DISTINCT `poster_id` FROM `comment` INNER JOIN `user` ON `user`.id = `comment`.poster_id WHERE `comment`.issue_id = ? AND `comment`.type = ? AND `user`.is_active = ? AND `user`.prohibit_login = ? []interface {}{91, 0, true, false} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{2} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{3} 2017/09/28 07:23:24 [I] [SQL] UPDATE `pull_request` SET `has_merged` = ? WHERE `id`=? []interface {}{true, 69} 2017/09/28 07:23:24 [I] [SQL] COMMIT 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `id`=? LIMIT 1 []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{4, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{1, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{2, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `action` (`user_id`,`op_type`,`act_user_id`,`repo_id`,`comment_id`,`is_deleted`,`ref_name`,`is_private`,`content`,`created_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{3, 11, 4, 32, 0, false, "", true, "1|Change start page to two layer", 1506583404} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{3} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{0} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE issue_id = ? AND comment_id = 0 []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `poster_id`, `issue_id`, `label_id`, `old_milestone_id`, `milestone_id`, `old_assignee_id`, `assignee_id`, `old_title`, `new_title`, `commit_id`, `line`, `content`, `created_unix`, `updated_unix`, `commit_sha` FROM `comment` WHERE comment.issue_id=? ORDER BY `comment`.`created_unix` ASC []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE comment_id=? []interface {}{130} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{3} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `org_id`, `url`, `content_type`, `secret`, `events`, `is_ssl`, `is_active`, `hook_task_type`, `meta`, `last_status`, `created_unix`, `updated_unix` FROM `webhook` WHERE is_active=? AND `repo_id`=? []interface {}{true, 32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `org_id`, `url`, `content_type`, `secret`, `events`, `is_ssl`, `is_active`, `hook_task_type`, `meta`, `last_status`, `created_unix`, `updated_unix` FROM `webhook` WHERE org_id=? AND is_active=? []interface {}{3, true} 2017/09/28 07:23:24 [I] [SQL] BEGIN TRANSACTION 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `hook_id`, `uuid`, `type`, `url`, `payload_content`, `content_type`, `event_type`, `is_ssl`, `is_delivered`, `delivered`, `is_succeed`, `request_content`, `response_content` FROM `hook_task` WHERE repo_id=? AND is_delivered=? []interface {}{"32", false} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `issue_watch` INNER JOIN `user` ON `user`.id = `issue_watch`.user_id WHERE `issue_watch`.issue_id = ? AND `user`.is_active = ? AND `user`.prohibit_login = ? []interface {}{91, true, false} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `pull_request` INNER JOIN `issue` ON issue.id = pull_request.issue_id WHERE head_repo_id = ? AND head_branch = ? AND has_merged = ? AND issue.is_closed = ? []interface {}{32, "AndroidTV", false, false} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `pull_request` INNER JOIN `issue` ON issue.id=pull_request.issue_id WHERE base_repo_id=? AND base_branch=? AND has_merged=? AND issue.is_closed=? []interface {}{32, "AndroidTV", false, false} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `watch` INNER JOIN `user` ON `user`.id = `watch`.user_id WHERE `watch`.repo_id=? AND `user`.is_active=? AND `user`.prohibit_login=? []interface {}{32, true, false} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE issue_id = ? []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] INSERT INTO `notification` (`user_id`,`repo_id`,`status`,`source`,`issue_id`,`commit_id`,`updated_by`,`created_unix`,`updated_unix`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) []interface {}{1, 32, 1, 2, 91, "", 4, 1506583404, 1506583404} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{2, 91} 2017/09/28 07:23:24 [I] [SQL] UPDATE `notification` SET `user_id` = ?, `repo_id` = ?, `status` = ?, `source` = ?, `issue_id` = ?, `updated_by` = ?, `created_unix` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{2, 32, (*int64)(0xc4219c0798), (*int64)(0xc4219c07d8), 91, 4, 1506524456, 1506583404, 304} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{3, 91} 2017/09/28 07:23:24 [I] [SQL] UPDATE `notification` SET `user_id` = ?, `repo_id` = ?, `status` = ?, `source` = ?, `issue_id` = ?, `updated_by` = ?, `created_unix` = ?, `updated_unix` = ? WHERE `id`=? []interface {}{3, 32, (*int64)(0xc4219c0f18), (*int64)(0xc4219c0f48), 91, 4, 1506524456, 1506583404, 305} 2017/09/28 07:23:24 [I] [SQL] COMMIT 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4} 2017/09/28 07:23:24 [I] [SQL] SELECT count(*) FROM `notification` WHERE user_id = ? AND status = ? []interface {}{4, 0x1} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `lower_name`=? LIMIT 1 []interface {}{"XXX{org_name}"} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `owner_id`=? AND `lower_name`=? LIMIT 1 []interface {}{3, "YYY(repo_name)"} 2017/09/28 07:23:24 [I] [SQL] SELECT count(*) FROM `release` WHERE repo_id=? AND is_draft=? []interface {}{32, false} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id` FROM `watch` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uid`, `repo_id` FROM `star` WHERE `uid`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `type`, `index`, `config`, `created_unix` FROM `repo_unit` WHERE repo_id = ? []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `index`, `poster_id`, `name`, `content`, `milestone_id`, `priority`, `assignee_id`, `is_closed`, `is_pull`, `num_comments`, `ref`, `deadline_unix`, `created_unix`, `updated_unix` FROM `issue` WHERE `repo_id`=? AND `index`=? LIMIT 1 []interface {}{32, 1} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1} 2017/09/28 07:23:24 [I] [SQL] SELECT * FROM `label` LEFT JOIN `issue_label` ON issue_label.label_id = label.id WHERE issue_label.issue_id = ? ORDER BY `label`.`name` ASC []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `status`, `issue_id`, `index`, `head_repo_id`, `base_repo_id`, `head_user_name`, `head_branch`, `base_branch`, `merge_base`, `has_merged`, `merged_commit_id`, `merger_id`, `merged_unix` FROM `pull_request` WHERE `issue_id`=? LIMIT 1 []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{0} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE issue_id = ? AND comment_id = 0 []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `type`, `poster_id`, `issue_id`, `label_id`, `old_milestone_id`, `milestone_id`, `old_assignee_id`, `assignee_id`, `old_title`, `new_title`, `commit_id`, `line`, `content`, `created_unix`, `updated_unix`, `commit_sha` FROM `comment` WHERE comment.issue_id=? ORDER BY `comment`.`created_unix` ASC []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `uuid`, `issue_id`, `release_id`, `comment_id`, `name`, `download_count`, `created_unix` FROM `attachment` WHERE comment_id=? []interface {}{130} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{4} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `issue_id`, `is_watching`, `created_unix`, `updated_unix` FROM `issue_watch` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id` FROM `watch` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE owner_id=? AND fork_id=? LIMIT 1 []interface {}{4, 32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `name`, `color`, `num_issues`, `num_closed_issues` FROM `label` WHERE repo_id = ? ORDER BY `name` ASC []interface {}{32} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `name`, `content`, `is_closed`, `num_issues`, `num_closed_issues`, `completeness`, `deadline_unix`, `closed_date_unix` FROM `milestone` WHERE repo_id = ? AND is_closed = ? ORDER BY `deadline_unix` ASC []interface {}{32, false} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `repo_id`, `name`, `content`, `is_closed`, `num_issues`, `num_closed_issues`, `completeness`, `deadline_unix`, `closed_date_unix` FROM `milestone` WHERE repo_id = ? AND is_closed = ? ORDER BY `deadline_unix` ASC []interface {}{32, true} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `mode` FROM `access` WHERE repo_id = ? AND mode >= ? []interface {}{32, 2} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id` IN (?,?,?,?) []interface {}{18, 4, 1, 2} 2017/09/28 07:23:24 [I] [SQL] UPDATE `issue_user` SET is_read=? WHERE uid=? AND issue_id=? []interface {}{true, 4, 91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `status`, `source`, `issue_id`, `commit_id`, `updated_by`, `created_unix`, `updated_unix` FROM `notification` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `issue_id`, `user_id`, `created_unix` FROM `stopwatch` WHERE user_id = ? AND issue_id = ? LIMIT 1 []interface {}{4, 91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `issue_id`, `user_id`, `created_unix` FROM `stopwatch` WHERE user_id = ? LIMIT 1 []interface {}{4} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `issue_id`, `user_id`, `created_unix`, `time` FROM `tracked_time` WHERE issue_id=? []interface {}{91} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `owner_id`, `lower_name`, `name`, `description`, `website`, `default_branch`, `num_watches`, `num_stars`, `num_forks`, `num_issues`, `num_closed_issues`, `num_pulls`, `num_closed_pulls`, `num_milestones`, `num_closed_milestones`, `is_private`, `is_bare`, `is_mirror`, `is_fork`, `fork_id`, `size`, `created_unix`, `updated_unix` FROM `repository` WHERE `id`=? LIMIT 1 []interface {}{34} 2017/09/28 07:23:24 [I] [SQL] SELECT `id`, `user_id`, `repo_id`, `mode` FROM `access` WHERE `user_id`=? AND `repo_id`=? LIMIT 1 []interface {}{4, 34} ```
Author
Owner

@lafriks commented on GitHub (Oct 5, 2017):

Should be fixed with #2649
Existing merged and now broken PR can not be fixed

@lafriks commented on GitHub (Oct 5, 2017): Should be fixed with #2649 Existing merged and now broken PR can not be fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1105