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

family life gift card app #5

Open
wants to merge 143 commits into
base: initial
Choose a base branch
from
Open

family life gift card app #5

wants to merge 143 commits into from

Conversation

andrewroth
Copy link
Collaborator

No description provided.

@andrewroth andrewroth requested a review from knutsenm December 9, 2024 16:24
Copy link
Contributor

@knutsenm knutsenm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Continued review, still mostly config related

.github/workflows/ruby.yml Outdated Show resolved Hide resolved
.github/workflows/ruby.yml Outdated Show resolved Hide resolved
.github/workflows/ruby.yml Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
.rubocop.yml Outdated Show resolved Hide resolved
app/admin/issuances.rb Outdated Show resolved Hide resolved
config/initializers/active_admin.rb Show resolved Hide resolved
config/initializers/active_admin.rb Show resolved Hide resolved
Copy link
Contributor

@knutsenm knutsenm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor nits; otherwise, approved!

@@ -0,0 +1,8 @@
class MonitorsController < ApplicationController
# skip_before_action :require_login, raise: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting; that skip isn't needed? In which case this comment can go away.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I copied that from one-app but campaign forms doesn't have it either. We don't need it here because there is no login_required filter, because the site is only active admin stuff, and active admin has its own login filter.

@@ -0,0 +1,10 @@
<!-- because of https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284, we need to do a post to /auth/oktaoauth, so this page will do it seamlessly without being visible to the user -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment relevant here? Looks to be copied from the new.html.erb

import.rb Outdated Show resolved Hide resolved
andrewroth and others added 3 commits February 4, 2025 16:47
tweak data info comment to not have has_access boolean

Co-authored-by: Mark Knutsen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants