History for gitbucket_jkp / src / main / scala / gitbucket / core / service
2023-11-17
@xuwei-k
update scalafmt
xuwei-k authored on 16 Nov 2023 kenji yoshida committed on 17 Nov 2023
2023-10-21
@Naoki Takezoe
Support custom fields in search condition (#3286)
Naoki Takezoe authored on 21 Oct 2023 GitHub committed on 21 Oct 2023
2023-08-10
@Naoki Takezoe
Show activities of all visible repositories (#3336)
Naoki Takezoe authored on 10 Aug 2023 GitHub committed on 10 Aug 2023
2023-04-30
@Naoki Takezoe
Make the default branch configurable (#3283)
Naoki Takezoe authored on 30 Apr 2023 GitHub committed on 30 Apr 2023
2023-04-23
@Naoki Takezoe
Delete records in ISSUE_ASSIGNEE when repository is deleted (#3276)
Naoki Takezoe authored on 23 Apr 2023 GitHub committed on 23 Apr 2023
2023-02-26
@Naoki Takezoe
Add --disable_news_feed option to disable News Feed (#3246)
Naoki Takezoe authored on 26 Feb 2023 GitHub committed on 26 Feb 2023
2022-12-26
@Naoki Takezoe
Call OpenID connect logout endpoint when signed-out on GitBucket (#3219)
Naoki Takezoe authored on 26 Dec 2022 GitHub committed on 26 Dec 2022
2022-12-18
@Naoki Takezoe
Enum support in custom fields (#3195)
Naoki Takezoe authored on 18 Dec 2022 GitHub committed on 18 Dec 2022
2022-10-16
@Naoki Takezoe
Fix duplications in issue labels and assignees (#3168)
Naoki Takezoe authored on 16 Oct 2022 GitHub committed on 16 Oct 2022
2022-10-10
@Naoki Takezoe
Hide large diffs by default and show on demand (#3157)
Naoki Takezoe authored on 10 Oct 2022 GitHub committed on 10 Oct 2022
2022-09-13
@Naoki Takezoe
Resurrect assignee icons on the issue list (#3136)
Naoki Takezoe authored on 13 Sep 2022 GitHub committed on 13 Sep 2022
@Naoki Takezoe
Fix warnings in AccountService (#3135)
Naoki Takezoe authored on 13 Sep 2022 GitHub committed on 13 Sep 2022
2022-09-09
@Naoki Takezoe
Remove unused import statement (#3134)
Naoki Takezoe authored on 9 Sep 2022 GitHub committed on 9 Sep 2022
2022-08-09
@yurafuca
Fix milestone count (#3103)
yurafuca authored on 9 Aug 2022 GitHub committed on 9 Aug 2022
2022-05-03
@Naoki Takezoe
Support multiple assignees for Issues and Pull requests (#3055)
Naoki Takezoe authored on 3 May 2022 GitHub committed on 3 May 2022
2022-05-02
@Naoki Takezoe
Fix wrong overwriting of updatedDate of Issues and Pull requests (#3053)
Naoki Takezoe authored on 2 May 2022 GitHub committed on 2 May 2022
2022-04-17
@Naoki Takezoe
Custom fields for issues and pull requests (#3034)
Naoki Takezoe authored on 17 Apr 2022 GitHub committed on 17 Apr 2022
2022-03-28
@Naoki Takezoe
Reset password email by users themselves (#3023)
Naoki Takezoe authored on 28 Mar 2022 GitHub committed on 28 Mar 2022
2022-01-30
@Naoki Takezoe
Report commit failure caused by hook (#2984)
Naoki Takezoe authored on 30 Jan 2022 GitHub committed on 30 Jan 2022
2021-12-06
@Naoki Takezoe
Enhance Git Reference APIs (#2937)
Naoki Takezoe authored on 6 Dec 2021 GitHub committed on 6 Dec 2021
2021-11-28
@Naoki Takezoe
Merge branch 'master' into custom-ssh-url
Naoki Takezoe authored on 28 Nov 2021 GitHub committed on 28 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-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-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-09
@xuwei-k
remove `== true`
xuwei-k committed on 9 Aug 2021
@xuwei-k
`.getOrElse(None)` => `.flatten`
xuwei-k 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