Merge branch 'team-lab-feature/protected-branch'
commit 5c12cca7f5877b64f271ce67a639ed7157308b33
2 parents c9f3ec1 + 206d597
@Naoki Takezoe Naoki Takezoe authored on 19 Jan 2016
Showing 36 changed files
View
src/main/resources/update/3_11.sql 0 → 100644
View
src/main/scala/gitbucket/core/api/ApiBranch.scala 0 → 100644
View
src/main/scala/gitbucket/core/api/ApiBranchProtection.scala 0 → 100644
View
src/main/scala/gitbucket/core/api/JsonFormat.scala
View
src/main/scala/gitbucket/core/controller/ControllerBase.scala
View
src/main/scala/gitbucket/core/controller/PullRequestsController.scala
View
src/main/scala/gitbucket/core/controller/RepositorySettingsController.scala
View
src/main/scala/gitbucket/core/controller/RepositoryViewerController.scala
View
src/main/scala/gitbucket/core/model/BasicTemplate.scala
View
src/main/scala/gitbucket/core/model/CommitStatus.scala
View
src/main/scala/gitbucket/core/model/Profile.scala
View
src/main/scala/gitbucket/core/model/ProtectedBranch.scala 0 → 100644
View
src/main/scala/gitbucket/core/plugin/Plugin.scala
View
src/main/scala/gitbucket/core/plugin/PluginRegistory.scala
View
src/main/scala/gitbucket/core/plugin/ReceiveHook.scala 0 → 100644
View
src/main/scala/gitbucket/core/service/CommitStatusService.scala
View
src/main/scala/gitbucket/core/service/MergeService.scala
View
src/main/scala/gitbucket/core/service/ProtectedBranchService.scala 0 → 100644
View
src/main/scala/gitbucket/core/service/PullRequestService.scala
View
src/main/scala/gitbucket/core/service/RepositoryService.scala
View
src/main/scala/gitbucket/core/servlet/AutoUpdate.scala
View
src/main/scala/gitbucket/core/servlet/GitRepositoryServlet.scala
View
src/main/scala/gitbucket/core/view/helpers.scala
View
src/main/twirl/gitbucket/core/pulls/conversation.scala.html
View
src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html
View
src/main/twirl/gitbucket/core/pulls/pullreq.scala.html
View
src/main/twirl/gitbucket/core/repo/branches.scala.html
View
src/main/twirl/gitbucket/core/repo/editor.scala.html
View
src/main/twirl/gitbucket/core/settings/branches.scala.html 0 → 100644
View
src/main/twirl/gitbucket/core/settings/branchprotection.scala.html 0 → 100644
View
src/main/twirl/gitbucket/core/settings/menu.scala.html
View
src/main/twirl/gitbucket/core/settings/options.scala.html
View
src/main/webapp/assets/common/css/gitbucket.css
View
src/test/scala/gitbucket/core/api/JsonFormatSpec.scala
View
src/test/scala/gitbucket/core/service/ProtectedBranchServiceSpec.scala 0 → 100644
View
src/test/scala/gitbucket/core/service/RepositoryServiceSpec.scala