Skip to content

Commit

Permalink
Release 21.9.27 (#27)
Browse files Browse the repository at this point in the history
* removing medicaid gateway namespace

* mitc aca entities

* bypass schematron validation on outbound

* application check update for other

* update aca_entities

* changes required to build production images with assets precompile

* aces transfers

* aces_encoding

* aca entities for application id

* Callback service (#24)

* starting callback service check feature

* mitc report for sarah

* callback service check

* more work on status check

* rubocop errors

* more rubocop errors

* rubocop

* transfer contract spec

* build transfer check spec

* encode account transfer check request spec

* aces transfers

* submit account transfer check spec

* check payload spec

* refactoring and spec updates

* adding RR stubs for specs, cleaning db before reports spec

* cleanup

* rubocop fix

* fixing check payload spec to be more robust

* change spec to reference actual callback status

Co-authored-by: Kristin Merbach <[email protected]>
Co-authored-by: kristinmerbach <[email protected]>

* move callback_payload to optional

* aca entities version

* updated aca entities reference and fixed flakey test

* update aca_entities

* updated aca_entities reference

* fixing specs post aca entities contract updates

* added database cleaner to spec for more consistent results

Co-authored-by: Kristin Merbach <[email protected]>
Co-authored-by: kristinmerbach <[email protected]>
Co-authored-by: Matt Williams <[email protected]>
Co-authored-by: Michael Karamanov <[email protected]>
  • Loading branch information
5 people authored Sep 27, 2021
1 parent 8aee2ce commit 3913b19
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 176 deletions.
163 changes: 82 additions & 81 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/ideacrew/aca_entities.git
revision: e047cacbb7077d2cdf262784d87b5e55af40396b
revision: 3b7470597b4892b6bbbff30a03deffe3dc243d4a
branch: trunk
specs:
aca_entities (0.6.0)
Expand All @@ -16,7 +16,7 @@ GIT

GIT
remote: https://github.com/ideacrew/event_source.git
revision: 7f261d5a8f985b8434572390b50065b02b6bcfcd
revision: f2e41bee53939bb069668b314c904c43e52bdc57
branch: trunk
specs:
event_source (0.5.3)
Expand Down Expand Up @@ -82,60 +82,60 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.4)
actionpack (= 6.1.4)
activesupport (= 6.1.4)
actioncable (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.4)
actionpack (= 6.1.4)
activejob (= 6.1.4)
activerecord (= 6.1.4)
activestorage (= 6.1.4)
activesupport (= 6.1.4)
actionmailbox (6.1.4.1)
actionpack (= 6.1.4.1)
activejob (= 6.1.4.1)
activerecord (= 6.1.4.1)
activestorage (= 6.1.4.1)
activesupport (= 6.1.4.1)
mail (>= 2.7.1)
actionmailer (6.1.4)
actionpack (= 6.1.4)
actionview (= 6.1.4)
activejob (= 6.1.4)
activesupport (= 6.1.4)
actionmailer (6.1.4.1)
actionpack (= 6.1.4.1)
actionview (= 6.1.4.1)
activejob (= 6.1.4.1)
activesupport (= 6.1.4.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.4)
actionview (= 6.1.4)
activesupport (= 6.1.4)
actionpack (6.1.4.1)
actionview (= 6.1.4.1)
activesupport (= 6.1.4.1)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.4)
actionpack (= 6.1.4)
activerecord (= 6.1.4)
activestorage (= 6.1.4)
activesupport (= 6.1.4)
actiontext (6.1.4.1)
actionpack (= 6.1.4.1)
activerecord (= 6.1.4.1)
activestorage (= 6.1.4.1)
activesupport (= 6.1.4.1)
nokogiri (>= 1.8.5)
actionview (6.1.4)
activesupport (= 6.1.4)
actionview (6.1.4.1)
activesupport (= 6.1.4.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.4)
activesupport (= 6.1.4)
activejob (6.1.4.1)
activesupport (= 6.1.4.1)
globalid (>= 0.3.6)
activemodel (6.1.4)
activesupport (= 6.1.4)
activerecord (6.1.4)
activemodel (= 6.1.4)
activesupport (= 6.1.4)
activestorage (6.1.4)
actionpack (= 6.1.4)
activejob (= 6.1.4)
activerecord (= 6.1.4)
activesupport (= 6.1.4)
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activerecord (6.1.4.1)
activemodel (= 6.1.4.1)
activesupport (= 6.1.4.1)
activestorage (6.1.4.1)
actionpack (= 6.1.4.1)
activejob (= 6.1.4.1)
activerecord (= 6.1.4.1)
activesupport (= 6.1.4.1)
marcel (~> 1.0.0)
mini_mime (>= 1.1.0)
activesupport (6.1.4)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -146,7 +146,7 @@ GEM
amq-protocol (2.3.2)
ast (2.4.2)
bindex (0.8.1)
bootsnap (1.7.5)
bootsnap (1.9.1)
msgpack (~> 1.0)
bson (4.12.1)
builder (3.2.4)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
dry-initializer (~> 3.0)
dry-schema (~> 1.5, >= 1.5.2)
erubi (1.10.0)
et-orbi (1.2.4)
et-orbi (1.2.5)
tzinfo
ethon (0.14.0)
ffi (>= 1.15.0)
Expand Down Expand Up @@ -272,13 +272,13 @@ GEM
faraday-net_http_persistent (1.2.0)
faraday_middleware (1.1.0)
faraday (~> 1.0)
ffi (1.15.3)
fugit (1.5.0)
ffi (1.15.4)
fugit (1.5.2)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.4)
globalid (0.4.2)
activesupport (>= 4.2.0)
httparty (0.18.1)
globalid (0.5.2)
activesupport (>= 5.0)
httparty (0.19.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.10)
Expand All @@ -289,39 +289,40 @@ GEM
activesupport (>= 5.0.0)
kgio (2.11.4)
kostya-sigar (2.0.9)
listen (3.5.1)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
little-plugger (1.1.4)
logging (2.3.0)
little-plugger (~> 1.1)
multi_json (~> 1.14)
loofah (2.10.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
marcel (1.0.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
mini_mime (1.1.0)
mime-types-data (3.2021.0901)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
mongo (2.15.0)
mongo (2.15.1)
bson (>= 4.8.2, < 5.0.0)
mongoid (7.2.4)
mongoid (7.2.6)
activemodel (>= 5.1, < 6.2)
mongo (>= 2.10.5, < 3.0.0)
ruby2_keywords (~> 0.0.5)
mono_logger (1.1.1)
msgpack (1.4.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.7)
nio4r (2.5.8)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
Expand All @@ -331,9 +332,9 @@ GEM
racc (~> 1.4)
nokogiri-happymapper (0.8.1)
nokogiri (~> 1.5)
oj (3.13.6)
oj (3.13.7)
ox (2.14.5)
parallel (1.20.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
pry (0.13.1)
Expand All @@ -343,45 +344,45 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (5.3.2)
puma (5.5.0)
nio4r (~> 2.0)
queue-bus (0.11.0)
queue-bus (0.12.0)
multi_json
redis
raabro (1.4.0)
racc (1.5.2)
rack (2.2.3)
rack-mini-profiler (2.3.2)
rack-mini-profiler (2.3.3)
rack (>= 1.2.0)
rack-protection (2.1.0)
rack
rack-proxy (0.7.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.1.4)
actioncable (= 6.1.4)
actionmailbox (= 6.1.4)
actionmailer (= 6.1.4)
actionpack (= 6.1.4)
actiontext (= 6.1.4)
actionview (= 6.1.4)
activejob (= 6.1.4)
activemodel (= 6.1.4)
activerecord (= 6.1.4)
activestorage (= 6.1.4)
activesupport (= 6.1.4)
rails (6.1.4.1)
actioncable (= 6.1.4.1)
actionmailbox (= 6.1.4.1)
actionmailer (= 6.1.4.1)
actionpack (= 6.1.4.1)
actiontext (= 6.1.4.1)
actionview (= 6.1.4.1)
activejob (= 6.1.4.1)
activemodel (= 6.1.4.1)
activerecord (= 6.1.4.1)
activestorage (= 6.1.4.1)
activesupport (= 6.1.4.1)
bundler (>= 1.15.0)
railties (= 6.1.4)
railties (= 6.1.4.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.1.4)
actionpack (= 6.1.4)
activesupport (= 6.1.4)
railties (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
method_source
rake (>= 0.13)
thor (~> 1.0)
Expand All @@ -407,7 +408,7 @@ GEM
resque (>= 1.10.0, < 2.0)
resque-retry
resque-scheduler (>= 2.0.1)
resque-retry (1.7.4)
resque-retry (1.7.6)
resque (>= 1.25, < 3.0)
resque-scheduler (~> 4.0)
resque-scheduler (4.4.0)
Expand All @@ -424,7 +425,7 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.0.1)
rspec-rails (5.0.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
Expand All @@ -442,7 +443,7 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.8.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -489,7 +490,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
unicode-display_width (2.1.0)
unicorn (4.9.0)
kgio (~> 2.6)
rack
Expand All @@ -501,7 +502,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webpacker (5.4.0)
webpacker (5.4.3)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion app/operations/transfers/to_aces.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def initiate_transfer(payload, service, params)
def record_transfer(service, params, response)
payload = JSON.parse(params)
Transfers::Create.new.call({ service: service,
application_identifier: payload["family"]["magi_medicaid_applications"][0]["hbx_id"],
application_identifier: payload["family"]["magi_medicaid_applications"]["hbx_id"],
family_identifier: payload["family"]["hbx_id"],
response_payload: response.to_json })
end
Expand Down
Loading

0 comments on commit 3913b19

Please sign in to comment.