• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla-japan / gitfab2
95%
develop: 96%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Repo Added 18 Sep 2015 03:08AM UTC
Files 0
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix/groups_controller
branch: fix/groups_controller
CHANGE BRANCH
x
Reset
  • fix/groups_controller
  • #122-package.json-installer
  • 0.0.2
  • 2.2.x
  • 5.x-dev
  • 711
  • CFY-4852-add-command-to-handle-manager-logs
  • SC-151-use-aldryn-common-release
  • a-part-of-migrating-gulp-task
  • add-povray-to-devimage
  • add-project-comment
  • add-sentry
  • add/stats-data-function
  • add_design
  • all-projects
  • auth
  • batch-ranking
  • break-word-comment
  • bug/60
  • change-log-level
  • ci-against-rails-master
  • cs-fixer-removal
  • debian
  • delete-change-owner
  • dependabot/bundler/carrierwave-1.3.2
  • dependabot/bundler/json-2.3.1
  • dependabot/bundler/kaminari-1.2.1
  • dependabot/bundler/nokogiri-1.11.4
  • dependabot/bundler/puma-4.3.8
  • dependabot/bundler/rubyzip-1.3.0
  • dependabot/bundler/sanitize-5.2.1
  • dependabot/npm_and_yarn/axios-0.21.1
  • dependabot/npm_and_yarn/elliptic-6.5.4
  • dependabot/npm_and_yarn/ini-1.3.7
  • dev
  • develop
  • dodov3
  • ecf_113295489_turn_off_pr_log_dumps
  • enable-caching
  • feature/issue-211-issue-and-pull-request-templates
  • final
  • fix-detail-nplus1
  • fix-import
  • fix-like
  • fix-nplus1
  • fix-slideshow
  • fix-stl
  • fix/clearing-selections
  • fix/groups-index
  • fix/memberships_controller
  • fix/order-annotations
  • fix/path-to-edit-user
  • fix/project_access_log
  • fix/remove-show-action
  • fix/search-by-query-starts-with-hashtag
  • fix/upload-size-ui
  • fix_login_img
  • fixing_tests
  • friendly-id-defaults
  • gh_1094_fix_test
  • goodbye-coffeescript
  • hotfix-validation-update
  • ianoc/typedMapSideReduce
  • identity
  • local_mode_cannot_be_supported
  • master
  • more-projects-link
  • new-tests
  • npm-audit-fix
  • rails5.0
  • rails6
  • rails6.0.3
  • remove-yield-utils
  • revert-1522-whenever-deploy
  • rmagick
  • round-collaborator-image
  • ruby-2.6.6-retake
  • scout-apm
  • security-fix/annotation-management
  • security-fix/fork-project
  • security-fix/group-member
  • securityfix/add-usages-permission
  • securityfix/collaborator-permission
  • securityfix/member-creation-permission
  • securityfix/note-permission
  • securityfix/states-permissions
  • seed
  • sentry
  • set-time_zone
  • setting-lint
  • ssr-mdkalish
  • task1211
  • test_1234
  • travis
  • typescript
  • unsubscribe-users
  • update-bundler
  • v0.10.3
  • v0.3
  • v0.5.0
  • whenever-deploy
  • wip/multi-aspace

pending completion
448

push

travis-ci

noriyotcp
Do not display deleted groups

2865 of 3013 relevant lines covered (95.09%)

11.25 hits per line

Relevant lines Covered
Build:
Build:
3013 RELEVANT LINES 2865 COVERED LINES
11.25 HITS PER LINE
Source Files on fix/groups_controller
  • List 0
  • Changed 12
  • Source Changed 6
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
448 fix/groups_controller Do not display deleted groups push 21 Sep 2018 01:06PM UTC noriyotcp travis-ci pending completion  
440 fix/groups_controller Remove Group#deletable? groupを削除した場合: group, projectsの論理削除 push 18 Sep 2018 07:58AM UTC noriyotcp travis-ci pending completion  
438 fix/groups_controller Remove Group#deletable? groupを削除した場合: group, projectsの論理削除 push 18 Sep 2018 06:39AM UTC noriyotcp travis-ci pending completion  
430 fix/groups_controller Remove Group#deletable? groupを削除した場合: group, projectsの論理削除 collaborations, membershipsの削除 push 14 Sep 2018 05:45AM UTC noriyotcp travis-ci pending completion  
428 fix/groups_controller Remove Group#deletable? groupを削除した場合: group, projectsの論理削除 collaborations, membershipsの削除 push 14 Sep 2018 05:35AM UTC noriyotcp travis-ci pending completion  
425 fix/groups_controller Add is_deleted to Group and soft_destroy! groupに紐づいたcollaborationsは全削除する groups/editにdeleteボタンを設置 Remove authorize_resource 代わりにforbiddenを追加 - 権限がないユーザーはアクセス拒否 Add Group#deletable? - Not delete a group when it is owner of project push 13 Sep 2018 01:03PM UTC noriyotcp travis-ci pending completion  
423 fix/groups_controller Add is_deleted to Group and soft_destroy! groupに紐づいたcollaborationsは全削除する groups/editにdeleteボタンを設置 Remove authorize_resource 代わりにforbiddenを追加 - 権限がないユーザーはアクセス拒否 Add Group#deletable? - Not delete a group when it is owner of project push 13 Sep 2018 12:38PM UTC noriyotcp travis-ci pending completion  
415 fix/groups_controller WIP: Modify Group#deletable? for soft deleted projects projectsが全て論理削除されていた場合もdeletable?が真を返すようにした push 12 Sep 2018 10:53AM UTC noriyotcp travis-ci pending completion  
413 fix/groups_controller Refactoring Change "#{key}" to key Change access_denied to forbidden 権限がないユーザーへのアクセス拒否のページを表示している push 12 Sep 2018 06:18AM UTC noriyotcp travis-ci pending completion  
386 fix/groups_controller Enable to delete Group groups/editにdeleteボタンを設置 Remove authorize_resource 代わりにaccess_deniedを追加 - 内容はApplicationControllerのrescue_from CanCan::AccessDeniedに合わせた Add Group#deletable? - Not delete a group when it is owner of project push 05 Sep 2018 03:43PM UTC noriyotcp travis-ci pending completion  
See All Builds (779)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc