|
Merge remote-tracking branch 'upstream/master' into pr-implemt-apis
|
|---|
| CHANGELOG.md |
|---|
| build.sbt |
|---|
| project/build.properties |
|---|
| project/build.sbt |
|---|
| project/plugins.sbt |
|---|
| src/main/scala/gitbucket/core/controller/AccountController.scala |
|---|
| src/main/scala/gitbucket/core/controller/ApiController.scala |
|---|
| src/main/scala/gitbucket/core/controller/DashboardController.scala |
|---|
| src/main/scala/gitbucket/core/controller/IssuesController.scala |
|---|
| src/main/scala/gitbucket/core/controller/PullRequestsController.scala |
|---|
| src/main/scala/gitbucket/core/controller/RepositorySettingsController.scala |
|---|
| src/main/scala/gitbucket/core/controller/RepositoryViewerController.scala |
|---|
| src/main/scala/gitbucket/core/plugin/Plugin.scala |
|---|
| src/main/scala/gitbucket/core/plugin/PluginRegistry.scala |
|---|
| src/main/scala/gitbucket/core/service/AccountService.scala |
|---|
| src/main/scala/gitbucket/core/service/ActivityService.scala |
|---|
| src/main/scala/gitbucket/core/service/CommitsService.scala |
|---|
| src/main/scala/gitbucket/core/service/HandleCommentService.scala |
|---|
| src/main/scala/gitbucket/core/service/IssueCreationService.scala |
|---|
| src/main/scala/gitbucket/core/service/MergeService.scala |
|---|
| src/main/scala/gitbucket/core/service/PullRequestService.scala |
|---|
| src/main/scala/gitbucket/core/service/RepositoryCommitFileService.scala 0 → 100644 |
|---|
| src/main/scala/gitbucket/core/service/RepositoryService.scala |
|---|
| src/main/scala/gitbucket/core/service/WebHookService.scala |
|---|
| src/main/scala/gitbucket/core/servlet/GitRepositoryServlet.scala |
|---|
| src/main/scala/gitbucket/core/ssh/GitCommand.scala |
|---|
| src/main/scala/gitbucket/core/ssh/NoShell.scala |
|---|
| src/main/scala/gitbucket/core/view/helpers.scala |
|---|
| src/main/twirl/gitbucket/core/admin/plugins.scala.html |
|---|
| src/test/scala/gitbucket/core/service/MergeServiceSpec.scala |
|---|
| src/test/scala/gitbucket/core/service/PullRequestServiceSpec.scala |
|---|
| src/test/scala/gitbucket/core/service/ServiceSpecBase.scala |
|---|
| src/test/scala/gitbucket/core/service/WebHookServiceSpec.scala |
|---|
| src/test/scala/gitbucket/core/ssh/GitCommandSpec.scala |
|---|