Naoki Takezoe
Naoki Takezoe
Hmm...? Merging pull request on the web interface doesn't kick a master build.
Lifeway version seems to have a same issue and it's maintained no longer. So we released a forked version of this plugin with fix for this issue by using Jedis...
No problem at all about adding GitBucket to the list of ec4j users. Thanks for the useful library. :-)
The current notification plugin sends email to only involved users. https://github.com/gitbucket/gitbucket-notifications-plugin/blob/b51f194d2b7df2639471a3cc7a91441cb627607c/src/main/scala/gitbucket/notifications/service/NotificationsService.scala#L63-L94
Involved users include a repository owner. So, if you are the owner of many repositories, you could get many notification emails. Do you want to avoid this case?
Hm, I see. Group members and collaborators are included in the notification target. Will an option to exclude them work? https://github.com/gitbucket/gitbucket-notifications-plugin/blob/b51f194d2b7df2639471a3cc7a91441cb627607c/src/main/scala/gitbucket/notifications/service/NotificationsService.scala#L54-L61
@McFoggy markedj is not simply JVM port of marked.js. It is an extendable markdown processor for Java and other JVM based languages. In fact, GitBucket is overriding some methods of...
Do you think OpenJ9 is better than HotSpot?
I see. Generally speaking, HotSpot seems to be a better choise since it's used widely. However, providing multiple docker images might be a good idea if it doesn't require extra...
I meant the popularity of VM itself, not docker images. However, I understood the advantage of OpenJ9 in terms of image size. If we want to provide a smaller image,...