GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
gitbucket_jkp
Download ZIP
5382 commits
Transfer to URL with SHA
tree:
975cffff48
Branches
Tags
×
master
gitbucket_jkp
/
src
/
main
/
scala
/
gitbucket
/
core
/
service
/
latest commit
12d72cbb19
KN4CK3R
authored
on 30 Aug 2021
GitHub
committed
on 30 Aug 2021
..
AccessTokenService.scala
avoid do-while
4 years ago
AccountFederationService.scala
Apply scalafmt
7 years ago
AccountService.scala
`.getOrElse(None)` => `.flatten`
3 years ago
ActivityService.scala
use `forall` or `exists` instead of `map(f).getOrElse`
3 years ago
CommitStatusService.scala
Show the commit status in various places (#2601)
4 years ago
CommitsService.scala
refactored ActivityService logging strategy (#2526)
4 years ago
DeployKeyService.scala
Apply scalafmt
7 years ago
GpgKeyService.scala
(refs #2337) Scala 2.13.0 (#2348)
5 years ago
HandleCommentService.scala
Drop the use of SyntaxSugars.defining from codebase (#2800)
3 years ago
IssueCreationService.scala
Improve issue comment management (#2588)
4 years ago
IssuesService.scala
Add support for "all" in issue list API (#2859)
3 years ago
LabelsService.scala
Add Issue label related APIs
6 years ago
MergeService.scala
Use account name as pusher for commits by WebUI (#2745)
4 years ago
MilestonesService.scala
add create a milestone and update a milestone api (#2561)
4 years ago
OpenIDConnectService.scala
Bump oauth2-oidc-sdk to 8.29.1 (#2617)
4 years ago
PaginationHelper.scala
Implement release pagination (#2444)
4 years ago
PrioritiesService.scala
Remove unused import statements (#2726)
4 years ago
ProtectedBranchService.scala
remove `== true`
3 years ago
PullRequestService.scala
`map(f).flatten` => `flatMap`
3 years ago
ReleaseService.scala
Implement release pagination (#2444)
4 years ago
RepositoryCommitFileService.scala
Fix Repository Contents API issues (#2802)
3 years ago
RepositoryCreationService.scala
`.getOrElse(None)` => `.flatten`
3 years ago
RepositorySearchService.scala
Deprecate using
5 years ago
RepositoryService.scala
`.getOrElse(None)` => `.flatten`
3 years ago
RequestCache.scala
Migrate activity log to JSON-based file from database (#2468)
4 years ago
SshKeyService.scala
(refs #474)Add controller to maintain deploy keys
8 years ago
SystemSettingsService.scala
remove redundant `toString`
3 years ago
WebHookService.scala
Fix Repository Contents API issues (#2802)
3 years ago
WikiService.scala
use `forall` or `exists` instead of `map(f).getOrElse`
3 years ago