Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: SOFIA-local accounts with login (with optional 2fa) #925

Open
wants to merge 12 commits into
base: staging
Choose a base branch
from

fixed bunch of rubocop linting

8f0a7b7
Select commit
Loading
Failed to load commit list.
Open

Feature: SOFIA-local accounts with login (with optional 2fa) #925

fixed bunch of rubocop linting
8f0a7b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 10, 2025 in 1s

83.89% of diff hit (target 75.17%)

View this Pull Request on Codecov

83.89% of diff hit (target 75.17%)

Annotations

Check warning on line 9 in app/controllers/callbacks_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/callbacks_controller.rb#L9

Added line #L9 was not covered by tests

Check warning on line 18 in app/controllers/callbacks_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/callbacks_controller.rb#L18

Added line #L18 was not covered by tests

Check warning on line 23 in app/controllers/callbacks_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/callbacks_controller.rb#L23

Added line #L23 was not covered by tests

Check warning on line 36 in app/controllers/callbacks_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/callbacks_controller.rb#L36

Added line #L36 was not covered by tests

Check warning on line 49 in app/controllers/callbacks_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/callbacks_controller.rb#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 52 in app/controllers/callbacks_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/callbacks_controller.rb#L52

Added line #L52 was not covered by tests

Check warning on line 62 in app/controllers/callbacks_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/callbacks_controller.rb#L62

Added line #L62 was not covered by tests

Check warning on line 3 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L3

Added line #L3 was not covered by tests

Check warning on line 7 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L7

Added line #L7 was not covered by tests

Check warning on line 80 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L80

Added line #L80 was not covered by tests

Check warning on line 102 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L102

Added line #L102 was not covered by tests

Check warning on line 165 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L163-L165

Added lines #L163 - L165 were not covered by tests

Check warning on line 168 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L167-L168

Added lines #L167 - L168 were not covered by tests

Check warning on line 170 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L170

Added line #L170 was not covered by tests

Check warning on line 205 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L205

Added line #L205 was not covered by tests

Check warning on line 207 in app/controllers/sofia_accounts_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/sofia_accounts_controller.rb#L207

Added line #L207 was not covered by tests

Check warning on line 20 in app/controllers/users_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/users_controller.rb#L20

Added line #L20 was not covered by tests

Check warning on line 26 in app/controllers/users_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/users_controller.rb#L26

Added line #L26 was not covered by tests

Check warning on line 45 in app/controllers/users_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/users_controller.rb#L45

Added line #L45 was not covered by tests

Check warning on line 47 in app/controllers/users_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/users_controller.rb#L47

Added line #L47 was not covered by tests

Check warning on line 159 in app/controllers/users_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/users_controller.rb#L159

Added line #L159 was not covered by tests

Check warning on line 8 in app/mailers/user_mailer.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/mailers/user_mailer.rb#L3-L8

Added lines #L3 - L8 were not covered by tests

Check warning on line 17 in app/mailers/user_mailer.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/mailers/user_mailer.rb#L12-L17

Added lines #L12 - L17 were not covered by tests

Check warning on line 26 in app/mailers/user_mailer.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/mailers/user_mailer.rb#L21-L26

Added lines #L21 - L26 were not covered by tests