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

graphql-devise / graphql_devise
98%
master: 97%

Build:
Build:
LAST BUILD BRANCH: release-v-2.0.0
DEFAULT BRANCH: master
Repo Added 05 Dec 2019 07:47PM CUT
Files 60
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 112-fix-session-overflow
branch: 112-fix-session-overflow
CHANGE BRANCH
x
Reset
  • 112-fix-session-overflow
  • 102-fix-reconfirmable-mailer
  • add-alternate-account-confirmation-flow
  • add-buy-us-a-coffee-section
  • add-conditional-authentication
  • add-coveralls
  • add-credentials-field-login-mutation
  • add-frozen-string-literal
  • add-gql-2-support
  • add-mount-method-option-sanitizer
  • additional-mutations-queries
  • allow-controller-level-authentication
  • allow-raise_user_error_list-customization
  • allow_setting_resources_directly_into_schema_during_tests
  • alternate-reset-password-flow
  • bkp-mount-routes-instrument
  • bump-to-v1.1.1
  • bump-version-1.4.0
  • case-insensitive-fields
  • check-reset-password-token
  • correct-confirm-account-resolver-return
  • credentials-in-sign-up-mutation
  • deprecate-redirect-queries-mutations
  • disable-ci-cache
  • document-confirmation-new-flow
  • drop-support-for-ruby-2.2
  • error-code-authentication-error
  • explicit-require-schema-file
  • fix-alias-concerns
  • fix-bug-with-gql-1-10
  • fix-ci-dependencies
  • fix-coveralls
  • fix-generator-specs
  • fix-kwargs-in-gql-execute
  • fix-link-in-mailers
  • fix-namespaced-models-bug
  • fix-resource-confirmation-signed-in
  • fix-route-reload-devise
  • fix-routes-gql-ruby-version-check
  • fix-set-resource-eager-load
  • fix-unconfirmed-email-confirmation
  • generators-use-our-concerns
  • gqld-98-insecure-password-reset-mutation
  • ignore-reconfirmable-global-devise-config
  • improve-doc-performed
  • improve-readme-file
  • increase-controller-coverage
  • load_reqs_with_zeitwerk
  • make-authenticatable-type-not-null
  • master
  • mount-auth-on-main-schema
  • refactor-mount-method-operations
  • refactor-mount-method-option-validator
  • refactor_routes
  • release
  • release-gql-1.13-support
  • release-v-2.0.0
  • release-v1.1.0
  • release-v1.3.0
  • remove-deprecated-authentication-methods
  • remove-deprecated-concerns
  • remove-deprecated-queries
  • remove-ruby3-spec-check
  • resend-confirmation-with-token-mutation
  • restrict-dependency-versions
  • set-dependency-versions
  • silence-deprecation-graphql-definition
  • skip-forgery-protection
  • splat-gql-devise-context
  • support-gql-1.11
  • support-gql-1.13-release
  • support-graphql-1.13
  • temp-do-not-test-ruby-2.2-dta-1.2
  • test-again-ci
  • test-bug-loader
  • test-current-resource-set-public-fields
  • test-edge-dependencies-skip-rails
  • test-graphql-edge
  • test-matrix-enable-rails7
  • test-ruby-2.4-again
  • test-ruby-2.7
  • test-tokens-per-request
  • update-readme
  • update-readme-2
  • use-https-appraisals-github
  • use-rspec-4.0
  • v0.10.0
  • v0.10.1
  • v0.11.0
  • v0.11.1
  • v0.11.2
  • v0.11.3
  • v0.11.4
  • v0.12.0
  • v0.12.1
  • v0.12.2
  • v0.12.3
  • v0.13.0
  • v0.13.1
  • v0.13.2
  • v0.13.3
  • v0.13.4
  • v0.13.5
  • v0.13.6
  • v0.14.0
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • v1-release-doc-update
  • whitelist-redirect-urls
  • zeitwerk-concern-deprecation

pending completion
640

Pull #113

travis-ci

web-flow
Merge e197971da into bff833ad4
Pull Request #113: Fix cookie overflow. Warden resource serialization

4 of 4 new or added lines in 1 file covered. (100.0%)

760 of 775 relevant lines covered (98.06%)

487.81 hits per line

Relevant lines Covered
Build:
Build:
775 RELEVANT LINES 760 COVERED LINES
487.81 HITS PER LINE
Source Files on 112-fix-session-overflow
  • Tree
  • List 56
  • Changed 21
  • Source Changed 1
  • Coverage Changed 21
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
0.0
lib/graphql_devise/version.rb3 3 0 3 0.0
85.71
lib/graphql_devise/resolvers/dummy.rb12 7 6 1 65.0
91.67
lib/generators/graphql_devise/install_generator.rb99 36 33 3 118.0
92.59
lib/graphql_devise/mutations/sign_up.rb54 27 25 2 150.0
93.33
...ib/graphql_devise/mutations/send_password_reset.rb34 15 14 1 130.0
94.74
lib/graphql_devise/concerns/controller_methods.rb114 57 54 3 876.0
95.65
lib/graphql_devise/mutations/update_password.rb44 23 22 1 200.0
96.43
lib/graphql_devise/mutations/login.rb55 28 27 1 332.0
100.0
app/models/graphql_devise/concerns/model.rb13 7 7 0 65.0
100.0
...p/controllers/graphql_devise/graphql_controller.rb50 21 21 0 817.0
Showing 1 to 10 of 56 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
  • ►
    100.0
    app/
  • ►
    97.92
    lib/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
640 112-fix-session-overflow Merge e197971da into bff833ad4 Pull #113 23 Jun 2020 01:43AM CUT web-flow travis-ci pending completion  
639 112-fix-session-overflow Fix cookie overflow. Warden resource serialization push 23 Jun 2020 01:19AM CUT mcelicalderon travis-ci pending completion  
638 112-fix-session-overflow WIP POC push 23 Jun 2020 12:27AM CUT mcelicalderon travis-ci pending completion  
See All Builds (925)
  • 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