Results 201 comments of Naoki Takezoe

@ziggystar I created https://github.com/gitbucket/gitbucket/pull/2686 to optimize the performance of Contents API, but I'm not sure how much effective it is. Could you try that branch if possible to compare the...

You can create an executable war file by `sbt executable`: https://github.com/gitbucket/gitbucket/blob/master/doc/build.md

Thanks for your contribution as always! Though this pull request itself looks good to me, I would like to be careful to add new attributes to issues because I want...

Thanks for your comments! I want to consider that a capability to add custom fields rather than adding some particular fields. Plugins will be able to leverage this capability to...

My plan was to add an ability to define custom fields to issues and pull requests instead of adding specific fields. However, this plan hasn't made any progress due to...

Custom field support is now in progress: https://github.com/gitbucket/gitbucket/pull/3034

Hmm... It's pretty weird. `USER_NAME, REPOSITORY_NAME` is the primary key of `REPOSITORY` table and it's referred from many tables. I think it should exist. Also, the migration test is working...

> In my case it was due to migration of gitbucket to a newer server, and the database there having a different set of COLLATE defaults that resulted in a...

Ideally, this translation would be better to be done by renderer if we implement this as GitBucket core feature from the performance perspective. Furthermore, translating url can be an extension...

Hm, I see. Adding that capability to renderer sounds not easy. By the way, I started thinking that processing these translations by JavaScript has also benefit because it allows to...