History for gitbucket_jkp / src
2021-11-28
@Naoki Takezoe
Reformat GitCommandSpec
Naoki Takezoe committed on 28 Nov 2021
@Naoki Takezoe
Merge branch 'master' into custom-ssh-url
Naoki Takezoe authored on 28 Nov 2021 GitHub committed on 28 Nov 2021
@Naoki Takezoe
Bump apache-sshd to 2.7.0 (#2929)
Naoki Takezoe authored on 28 Nov 2021 GitHub committed on 28 Nov 2021
2021-11-21
@kaz-on
Fix line highlighting in dark themes (#2921)
kaz-on authored on 21 Nov 2021 GitHub committed on 21 Nov 2021
@kaz-on
Remove unnecessary loading of google-code-prettify (#2922)
kaz-on authored on 21 Nov 2021 GitHub committed on 21 Nov 2021
2021-11-10
@Naoki Takezoe
Relax max length limitation for WebHook URLs (#2915)
Naoki Takezoe authored on 10 Nov 2021 GitHub committed on 10 Nov 2021
2021-11-05
@Naoki Takezoe
Fix duplicated diff issue in exporting patch feature(#2913)
Naoki Takezoe authored on 5 Nov 2021 GitHub committed on 5 Nov 2021
2021-11-02
@Mira
resolve #2907 API - not milestone data in issue list (#2908)
Mira authored on 2 Nov 2021 GitHub committed on 2 Nov 2021
2021-10-31
@Naoki Takezoe
Relax max password length limitation to 40 (#2906)
Naoki Takezoe authored on 31 Oct 2021 GitHub committed on 31 Oct 2021
2021-10-14
@Mészáros István
Add HTTPS support for JettyLauncher (#2896)
Mészáros István authored on 14 Oct 2021 GitHub committed on 14 Oct 2021
2021-09-12
@Naoki Takezoe
Fix Wiki page editing bug when over 100 pages (#2869)
Naoki Takezoe authored on 12 Sep 2021 GitHub committed on 12 Sep 2021
2021-09-10
@Naoki Takezoe
Bump gitbucket-pages-plugin to 1.10.0 (#2856)
Naoki Takezoe authored on 10 Sep 2021 GitHub committed on 10 Sep 2021
2021-08-30
@KN4CK3R
Add support for "all" in issue list API (#2859)
KN4CK3R authored on 30 Aug 2021 GitHub committed on 30 Aug 2021
2021-08-29
@Logan McGrath
Closes #2818 - Supporting custom SSH URL's when hosting behind a proxy
Logan McGrath committed on 29 Aug 2021
2021-08-15
@Naoki Takezoe
Release GitBucket 4.36.2
Naoki Takezoe committed on 15 Aug 2021
@Naoki Takezoe
Escape user name in avatar image tag (#2845)
Naoki Takezoe authored on 15 Aug 2021 GitHub committed on 15 Aug 2021
2021-08-09
@xuwei-k
remove `== true`
xuwei-k committed on 9 Aug 2021
@xuwei-k
use `keys`
xuwei-k committed on 9 Aug 2021
@xuwei-k
use `until` instead of `to`
xuwei-k committed on 9 Aug 2021
@xuwei-k
`.getOrElse(None)` => `.flatten`
xuwei-k committed on 9 Aug 2021
@kenji yoshida
avoid Array.toString
kenji yoshida authored on 9 Aug 2021 GitHub committed on 9 Aug 2021
@xuwei-k
use `forall` or `exists` instead of `map(f).getOrElse`
xuwei-k committed on 9 Aug 2021
@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