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

uclibs / treatment_database / bd85621f-f5ea-4349-b2df-8f1cf2344fa0

11 Mar 2025 01:30PM UTC coverage: 92.272%. First build
bd85621f-f5ea-4349-b2df-8f1cf2344fa0

push

circleci

web-flow
FEATURE BRANCH - 407 Add SSO (#498)

* Add SSO with Shibboleth

* LIBTREATDB-56 Replace Devise with Custom Session Management - FEATURE BRANCH (#532)

* Copy ucrate tests - first pass

* Add necessary gems

* reviewed test list

* files reviewed 51724

* reviewed tests and deleted or modified

* Test update 5/20

* LIBTREATDB-38 add sso configuration to environment variables (#528)

* LIBTREATDB-61 - Remove env variables (#529)

* Remove Shibboleth environment variables, comment out Shibboleth tests

* LIBTREATDB-61 link issue to Jira

* Copy ucrate tests - first pass

reviewed test list

LIBTREATDB-55 set up to use shibboleth with middleware (#530)

* Remove Shibboleth environment variables, comment out Shibboleth tests

* LIBTREATDB-61 link issue to Jira

* LIBTREATDB-55 Set up middleware to use Shibboleth

* LIBTREATDB-55 Rubocop fix

* WIP

* Revert "WIP"

This reverts commit <a class=hub.com/uclibs/treatment_database/commit/9a3987c91ea32d7e0410fd9bb3a34905fcfc8431">9a3987c91.

* Re-run bundle install

* Upgrade to pagy 9

* Add test for callbacks controller

* Rubocop fix for new callbacks controller spec

LIBTREATDB-55 set up to use shibboleth with middleware (#530)

* Remove Shibboleth environment variables, comment out Shibboleth tests

* LIBTREATDB-61 link issue to Jira

* LIBTREATDB-55 Set up middleware to use Shibboleth

* LIBTREATDB-55 Rubocop fix

* WIP

* Revert "WIP"

This reverts commit 9a3987c91ea32d7e0410fd9bb3a34905fcfc8431.

* Re-run bundle install

* Upgrade to pagy 9

* Add test for callbacks controller

* Rubocop fix for new callbacks controller spec

Migrate to remove Devise user fields, Add bcrypt to gemfile

WIP

WIP - need to check tests

Fix accidental changes, clean-up

WIP

WIP - 106 failing tests

View and Controller tests working, WIP

WIP, in-progress for request tests

WIP - request tests fail when run in entire suite

Rubocop changes

WIP

WIP

Fix tests

Fix brakeman error for possible mass assignment

WIP

Correct add-username migration to allow for previous user data

WIP

... (continued)

204 of 219 new or added lines in 16 files covered. (93.15%)

597 of 647 relevant lines covered (92.27%)

36.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.33
/app/controllers/front_controller.rb
1
# frozen_string_literal: true
2

3
class FrontController < ApplicationController
3✔
4
  skip_before_action :authenticate_user!, only: [:index]
3✔
5
  skip_before_action :check_user_active, only: [:index]
3✔
6
  def index
3✔
7
    return unless params[:logged_out] == 'true' # Only show the signed out flash message if we just logged out.
18✔
8

NEW
9
    flash.now[:notice] = 'You have successfully signed out.'
×
10
  end
11
end
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

© 2026 Coveralls, Inc