History for gitbucket_jkp / src / main / scala / gitbucket
2021-08-09
@xuwei-k
use `sizeIs`
xuwei-k committed on 9 Aug 2021
@xuwei-k
`map(f).flatten` => `flatMap`
xuwei-k committed on 9 Aug 2021
@xuwei-k
use `foreach` instead of `map`
xuwei-k committed on 9 Aug 2021
@xuwei-k
fix typo
xuwei-k committed on 9 Aug 2021
@xuwei-k
remove semicolons
xuwei-k committed on 9 Aug 2021
@xuwei-k
remove redundant `toString`
xuwei-k committed on 9 Aug 2021
@kenji yoshida
use SAM conversion
kenji yoshida authored on 9 Aug 2021 GitHub committed on 9 Aug 2021
@kenji yoshida
`getOrElse(null)` => `orNull`
kenji yoshida authored on 9 Aug 2021 GitHub committed on 9 Aug 2021
@kenji yoshida
`find(f).isDefined` => `exists(f)`
kenji yoshida authored on 9 Aug 2021 GitHub committed on 9 Aug 2021
@kenji yoshida
remove unused import
kenji yoshida authored on 9 Aug 2021 GitHub committed on 9 Aug 2021
2021-07-26
@kenji yoshida
prepare Scala 3
kenji yoshida authored on 26 Jul 2021 GitHub committed on 26 Jul 2021
2021-07-22
@Naoki Takezoe
Release GitBucket 4.36.1
Naoki Takezoe committed on 22 Jul 2021
2021-07-18
@Lilian BENOIT
unprotect plugin-assets (#2825)
Lilian BENOIT authored on 18 Jul 2021 GitHub committed on 18 Jul 2021
2021-07-11
@Naoki Takezoe
Ignore submodules in repository archive downloading (#2817)
Naoki Takezoe authored on 11 Jul 2021 GitHub committed on 11 Jul 2021
2021-07-10
@Naoki Takezoe
Add new option to disable XSS protection in image rendering (#2806)
Naoki Takezoe authored on 10 Jul 2021 GitHub committed on 10 Jul 2021
2021-06-26
@Naoki Takezoe
Handle slash contained tag name correctly in releases (#2805)
Naoki Takezoe authored on 26 Jun 2021 GitHub committed on 26 Jun 2021
2021-06-20
@Naoki Takezoe
Fix Repository Contents API issues (#2802)
Naoki Takezoe authored on 20 Jun 2021 GitHub committed on 20 Jun 2021
@Naoki Takezoe
Drop the use of SyntaxSugars.defining from codebase (#2800)
Naoki Takezoe authored on 20 Jun 2021 GitHub committed on 20 Jun 2021
2021-06-07
@xuwei-k
avoid `enum` ...
xuwei-k committed on 7 Jun 2021
@xuwei-k
prepare Scala 3
xuwei-k committed on 7 Jun 2021
2021-04-17
@Naoki Takezoe
Use account name as pusher for commits by WebUI (#2745)
Naoki Takezoe authored on 17 Apr 2021 GitHub committed on 17 Apr 2021
@Naoki Takezoe
Minor fix for WebHook testing UI (#2744)
Naoki Takezoe authored on 17 Apr 2021 GitHub committed on 17 Apr 2021
2021-04-07
@Naoki Takezoe
Abolish the pull request title length limitation (#2731)
Naoki Takezoe authored on 7 Apr 2021 GitHub committed on 7 Apr 2021
@Naoki Takezoe
Eliminate context.loginAccount.get() by adding context.withLoginAccount() (#2729)
Naoki Takezoe authored on 7 Apr 2021 GitHub committed on 7 Apr 2021
2021-04-05
@Naoki Takezoe
Drop unused syntax sugars (#2728)
Naoki Takezoe authored on 5 Apr 2021 GitHub committed on 5 Apr 2021
2021-04-04
@Naoki Takezoe
Remove unused import statements (#2726)
Naoki Takezoe authored on 4 Apr 2021 GitHub committed on 4 Apr 2021
@Naoki Takezoe
Fix repository creation permission check (#2725)
Naoki Takezoe authored on 4 Apr 2021 GitHub committed on 4 Apr 2021
2021-04-03
@onukura
Add function to refer issue/PR of other repositories within issue/PR conversations (#2608)
onukura authored on 3 Apr 2021 GitHub committed on 3 Apr 2021
2021-03-23
@Shreejan Shrestha
Solve repository deletion error on Windows (#2711) ...
Shreejan Shrestha authored on 23 Mar 2021 GitHub committed on 23 Mar 2021
2021-03-14
@xuwei-k
add explicit types for implicit val ...
xuwei-k committed on 14 Mar 2021