-
Notifications
You must be signed in to change notification settings - Fork 66
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
Rc vebt 777 revised - draft PR #19580
Conversation
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/policies/vye_policy.rb |
Generated by 🚫 Danger |
@@ -18,7 +18,7 @@ | |||
config.cache_classes = false | |||
|
|||
# Do not eager load code on boot. | |||
config.eager_load = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo this change
@@ -6,6 +6,7 @@ | |||
require 'central_mail/configuration' | |||
require 'debt_management_center/debts_configuration' | |||
require 'decision_review/configuration' | |||
require 'dgib/configuration' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'vye/dgib/configuration'
|
||
module Vye | ||
module Vye::V1 | ||
class Vye::V1::DgibVerificationsController < Vye::V1::ApplicationController |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module Vye
module V1
class DgibVerificationsController < Vye::V1::ApplicationController
@@ -0,0 +1,4 @@ | |||
# frozen_string_literal: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this file do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file was intended to resolve namespace problems. Now it is no longer needed as the namespace issues were fixed.
end | ||
|
||
def service_name | ||
'DGI' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'VYE/DGIB' There is already a DGI service
# frozen_string_literal: true | ||
|
||
require 'rails_helper' | ||
require 'dgib/service' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'vye/dgib/service'
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR has been closed because it has had no activity for 37 days |
Summary
Related issue(s)
Testing done
What areas of the site does it impact?
VYE enrollment verifications
Acceptance criteria