2021-08-09 |
`.getOrElse(None)` => `.flatten`
xuwei-k
committed
on 9 Aug 2021
|
---|---|
avoid Array.toString
kenji yoshida
authored
on 9 Aug 2021
GitHub
committed
on 9 Aug 2021
|
|
use `forall` or `exists` instead of `map(f).getOrElse`
xuwei-k
committed
on 9 Aug 2021
|
|
use `sizeIs`
xuwei-k
committed
on 9 Aug 2021
|
|
`map(f).flatten` => `flatMap`
xuwei-k
committed
on 9 Aug 2021
|
|
use `foreach` instead of `map`
xuwei-k
committed
on 9 Aug 2021
|
|
fix typo
xuwei-k
committed
on 9 Aug 2021
|
|
remove semicolons
xuwei-k
committed
on 9 Aug 2021
|
|
remove redundant `toString`
xuwei-k
committed
on 9 Aug 2021
|
|
use SAM conversion
kenji yoshida
authored
on 9 Aug 2021
GitHub
committed
on 9 Aug 2021
|
|
`getOrElse(null)` => `orNull`
kenji yoshida
authored
on 9 Aug 2021
GitHub
committed
on 9 Aug 2021
|
|
`find(f).isDefined` => `exists(f)`
kenji yoshida
authored
on 9 Aug 2021
GitHub
committed
on 9 Aug 2021
|
|
remove unnecessary local variable initial values
kenji yoshida
authored
on 9 Aug 2021
GitHub
committed
on 9 Aug 2021
|
|
remove unused import
kenji yoshida
authored
on 9 Aug 2021
GitHub
committed
on 9 Aug 2021
|
|
use diamond operator
kenji yoshida
authored
on 9 Aug 2021
GitHub
committed
on 9 Aug 2021
|
|
2021-07-26 |
prepare Scala 3
kenji yoshida
authored
on 26 Jul 2021
GitHub
committed
on 26 Jul 2021
|
2021-07-22 |
Release GitBucket 4.36.1
Naoki Takezoe
committed
on 22 Jul 2021
|
Bump gist-plugin to 4.21.0 (#2832)
Naoki Takezoe
authored
on 22 Jul 2021
GitHub
committed
on 22 Jul 2021
|
|
2021-07-18 |
unprotect plugin-assets (#2825)
Lilian BENOIT
authored
on 18 Jul 2021
GitHub
committed
on 18 Jul 2021
|
2021-07-11 |
Ignore submodules in repository archive downloading (#2817)
Naoki Takezoe
authored
on 11 Jul 2021
GitHub
committed
on 11 Jul 2021
|
Support tags in the branch selector (#2811)
Naoki Takezoe
authored
on 11 Jul 2021
GitHub
committed
on 11 Jul 2021
|
|
2021-07-10 |
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 |
Handle slash contained tag name correctly in releases (#2805)
Naoki Takezoe
authored
on 26 Jun 2021
GitHub
committed
on 26 Jun 2021
|
Keep default merge strategy selection (#2804)
Naoki Takezoe
authored
on 26 Jun 2021
GitHub
committed
on 26 Jun 2021
|
|
2021-06-20 |
Fix Repository Contents API issues (#2802)
Naoki Takezoe
authored
on 20 Jun 2021
GitHub
committed
on 20 Jun 2021
|
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 |
|
prepare Scala 3
xuwei-k
committed
on 7 Jun 2021
|
|
2021-04-17 |
Use account name as pusher for commits by WebUI (#2745)
Naoki Takezoe
authored
on 17 Apr 2021
GitHub
committed
on 17 Apr 2021
|
Minor fix for WebHook testing UI (#2744)
Naoki Takezoe
authored
on 17 Apr 2021
GitHub
committed
on 17 Apr 2021
|