Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
- name: Run overcommit
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
git clone -b cypress_v7 https://github.com/projecttacoma/cqm-execution-service.git /tmp/cqm-execution-service-56
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
git clone -b cypress_v7 https://github.com/projecttacoma/cqm-execution-service.git /tmp/cqm-execution-service-56
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
git clone -b cypress_v7 https://github.com/projecttacoma/cqm-execution-service.git /tmp/cqm-execution-service-56
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
git clone -b cypress_v7 https://github.com/projecttacoma/cqm-execution-service.git /tmp/cqm-execution-service-56
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
git clone -b cypress_v7 https://github.com/projecttacoma/cqm-execution-service.git /tmp/cqm-execution-service-56
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
git clone -b cypress_v7 https://github.com/projecttacoma/cqm-execution-service.git /tmp/cqm-execution-service-56
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
- name: Install dependencies
run: |
. $HOME/.nvm/nvm.sh
nvm install 22.16
nvm install 24.18
nvm use stable
bundle install
git clone -b cypress_v7 https://github.com/projecttacoma/cqm-execution-service.git /tmp/cqm-execution-service-56
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'mustache'

gem 'cqm-models', '~> 4.2.0'
gem 'cqm-parsers', '~> 4.1.1.2'
gem 'cqm-reports', git: 'https://github.com/projecttacoma/cqm-reports', branch: '2027_CMS_III'
gem 'cqm-reports', '~> 4.1.9'
gem 'cqm-validators', '~> 4.0.6'

# # Use faker to generate addresses
Expand Down
138 changes: 66 additions & 72 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,85 +1,68 @@
GIT
remote: https://github.com/projecttacoma/cqm-reports
revision: 99d87fcaee37c84b0fd3d530633cd4125d47b686
branch: 2027_CMS_III
specs:
cqm-reports (4.1.8)
cqm-models (~> 4.0)
cqm-validators (~> 4.0)
erubis (~> 2.7)
log4r (~> 1.1)
memoist (~> 0.9)
mongoid-tree (> 2.0)
mustache
nokogiri (>= 1.16.2)
uuid (~> 2.3)
zip-zip (~> 0.3)

GEM
remote: https://rubygems.org/
specs:
action_text-trix (2.1.19)
railties
actioncable (8.1.3)
actionpack (= 8.1.3)
activesupport (= 8.1.3)
actioncable (8.1.3.1)
actionpack (= 8.1.3.1)
activesupport (= 8.1.3.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (8.1.3)
actionpack (= 8.1.3)
activejob (= 8.1.3)
activerecord (= 8.1.3)
activestorage (= 8.1.3)
activesupport (= 8.1.3)
actionmailbox (8.1.3.1)
actionpack (= 8.1.3.1)
activejob (= 8.1.3.1)
activerecord (= 8.1.3.1)
activestorage (= 8.1.3.1)
activesupport (= 8.1.3.1)
mail (>= 2.8.0)
actionmailer (8.1.3)
actionpack (= 8.1.3)
actionview (= 8.1.3)
activejob (= 8.1.3)
activesupport (= 8.1.3)
actionmailer (8.1.3.1)
actionpack (= 8.1.3.1)
actionview (= 8.1.3.1)
activejob (= 8.1.3.1)
activesupport (= 8.1.3.1)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (8.1.3)
actionview (= 8.1.3)
activesupport (= 8.1.3)
actionpack (8.1.3.1)
actionview (= 8.1.3.1)
activesupport (= 8.1.3.1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actiontext (8.1.3)
actiontext (8.1.3.1)
action_text-trix (~> 2.1.15)
actionpack (= 8.1.3)
activerecord (= 8.1.3)
activestorage (= 8.1.3)
activesupport (= 8.1.3)
actionpack (= 8.1.3.1)
activerecord (= 8.1.3.1)
activestorage (= 8.1.3.1)
activesupport (= 8.1.3.1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (8.1.3)
activesupport (= 8.1.3)
actionview (8.1.3.1)
activesupport (= 8.1.3.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (8.1.3)
activesupport (= 8.1.3)
activejob (8.1.3.1)
activesupport (= 8.1.3.1)
globalid (>= 0.3.6)
activemodel (8.1.3)
activesupport (= 8.1.3)
activerecord (8.1.3)
activemodel (= 8.1.3)
activesupport (= 8.1.3)
activemodel (8.1.3.1)
activesupport (= 8.1.3.1)
activerecord (8.1.3.1)
activemodel (= 8.1.3.1)
activesupport (= 8.1.3.1)
timeout (>= 0.4.0)
activestorage (8.1.3)
actionpack (= 8.1.3)
activejob (= 8.1.3)
activerecord (= 8.1.3)
activesupport (= 8.1.3)
activestorage (8.1.3.1)
actionpack (= 8.1.3.1)
activejob (= 8.1.3.1)
activerecord (= 8.1.3.1)
activesupport (= 8.1.3.1)
marcel (~> 1.0)
activesupport (8.1.3)
activesupport (8.1.3.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -168,7 +151,7 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.7)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
cqm-models (4.2.0)
cqm-parsers (4.1.1.2)
Expand All @@ -187,6 +170,17 @@ GEM
typhoeus
uuid (~> 2.3.7)
zip-zip (~> 0.3)
cqm-reports (4.1.9)
cqm-models (~> 4.0)
cqm-validators (~> 4.0)
erubis (~> 2.7)
log4r (~> 1.1)
memoist (~> 0.9)
mongoid-tree (> 2.0)
mustache
nokogiri (>= 1.16.2)
uuid (~> 2.3)
zip-zip (~> 0.3)
cqm-validators (4.0.6)
nokogiri (>= 1.16.2)
crack (1.0.1)
Expand Down Expand Up @@ -478,20 +472,20 @@ GEM
rack (>= 1.3)
rackup (2.3.1)
rack (>= 3)
rails (8.1.3)
actioncable (= 8.1.3)
actionmailbox (= 8.1.3)
actionmailer (= 8.1.3)
actionpack (= 8.1.3)
actiontext (= 8.1.3)
actionview (= 8.1.3)
activejob (= 8.1.3)
activemodel (= 8.1.3)
activerecord (= 8.1.3)
activestorage (= 8.1.3)
activesupport (= 8.1.3)
rails (8.1.3.1)
actioncable (= 8.1.3.1)
actionmailbox (= 8.1.3.1)
actionmailer (= 8.1.3.1)
actionpack (= 8.1.3.1)
actiontext (= 8.1.3.1)
actionview (= 8.1.3.1)
activejob (= 8.1.3.1)
activemodel (= 8.1.3.1)
activerecord (= 8.1.3.1)
activestorage (= 8.1.3.1)
activesupport (= 8.1.3.1)
bundler (>= 1.15.0)
railties (= 8.1.3)
railties (= 8.1.3.1)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
Expand All @@ -513,9 +507,9 @@ GEM
ostruct
require_all (~> 3.0)
ruby-progressbar
railties (8.1.3)
actionpack (= 8.1.3)
activesupport (= 8.1.3)
railties (8.1.3.1)
actionpack (= 8.1.3.1)
activesupport (= 8.1.3.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -708,7 +702,7 @@ DEPENDENCIES
codecov
cqm-models (~> 4.2.0)
cqm-parsers (~> 4.1.1.2)
cqm-reports!
cqm-reports (~> 4.1.9)
cqm-validators (~> 4.0.6)
csv (~> 3.3, >= 3.3.5)
cucumber-rails
Expand Down
2 changes: 1 addition & 1 deletion app/views/records/_records_list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<% observation_values = get_observation_values(patients, [measure], pop_set_key, 'patient_id') %>
<% end %>
<h1><%= measure ? measure_display_name(measure, population_set_hash, pop_set_key) : 'All' %> Patients</h1>
<% if (measure && measure_records.length.positive?) || (!measure && patients.length.positive?) %>
<% if (measure && measure_records&.length&.positive?) || (!measure && patients.length.positive?) %>

<% if @vendor %>
<%= link_to "View Patient Analytics", patient_analysis_vendor_records_path(:vendor_id => @vendor.id, :bundle_id => @bundle.id) %>
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cypress
class Application
VERSION = '7.5.0'.freeze
VERSION = '7.5.1'.freeze
end
end
Loading