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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/data/*.db
/data/igs/*.tgz
/data/redis/**/*.rdb
/data/redis/**/*.aof
/data/redis/**/*.manifest
Expand Down
77 changes: 45 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
uds_plus_test_kit (1.2.1)
inferno_core (~> 0.6.2)
uds_plus_test_kit (1.3.0)
inferno_core (~> 1.0, >= 1.0.2)

GEM
remote: https://rubygems.org/
Expand All @@ -16,18 +16,19 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base62-rb (0.3.1)
base64 (0.2.0)
base64 (0.3.0)
bcp47 (0.3.3)
i18n
bigdecimal (3.1.9)
bigdecimal (3.2.2)
blueprinter (0.25.2)
byebug (11.1.3)
byebug (12.0.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
connection_pool (2.5.3)
crack (1.0.0)
bigdecimal
rexml
csv (3.3.5)
database_cleaner (1.99.0)
database_cleaner-sequel (1.99.0)
database_cleaner (~> 1.99.0)
Expand Down Expand Up @@ -73,10 +74,10 @@ GEM
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-em_synchrony (1.0.1)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.1.0)
faraday-multipart (1.1.1)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
Expand Down Expand Up @@ -132,11 +133,12 @@ GEM
domain_name (~> 0.5)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inferno_core (0.6.4)
inferno_core (1.0.3)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
concurrent-ruby (= 1.3.4)
csv (~> 3.3.5)
dotenv (~> 2.7)
dry-configurable (= 1.0.0)
dry-container (= 0.10.0)
Expand All @@ -149,12 +151,16 @@ GEM
fhir_models (>= 4.2.2)
hanami-controller (= 2.0.0)
hanami-router (= 2.0.0)
kramdown (~> 2.5.1)
kramdown-parser-gfm (~> 1.1.0)
mutex_m (~> 0.3.0)
oj (= 3.11.0)
pastel (~> 0.8.0)
pry
pry-byebug
puma (~> 5.6.7)
rake (~> 13.0)
roo (~> 2.10.1)
sequel (~> 5.42.0)
sidekiq (~> 7.2.4)
sqlite3 (~> 1.4)
Expand All @@ -164,37 +170,40 @@ GEM
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jwt (2.10.1)
jwt (2.10.2)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
logger (1.6.6)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
logger (1.7.0)
method_source (1.1.0)
mime-types (3.6.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0220)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
multi_xml (0.7.1)
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0715)
mini_portile2 (2.8.9)
minitest (5.25.5)
multi_json (1.17.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
mustermann-contrib (1.1.2)
hansi (~> 0.2.0)
mustermann (= 1.1.2)
mutex_m (0.3.0)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.18.3)
nokogiri (1.18.9)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.3-arm64-darwin)
nokogiri (1.18.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.3-x86_64-darwin)
nokogiri (1.18.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.3-x86_64-linux-gnu)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -208,22 +217,22 @@ GEM
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.10)
pry-byebug (3.11.0)
byebug (~> 12.0)
pry (>= 0.13, < 0.16)
psych (5.1.2)
stringio
public_suffix (6.0.1)
public_suffix (6.0.2)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.11)
rack (2.2.17)
rack-test (2.2.0)
rack (>= 1.3)
rake (13.2.1)
rake (13.3.0)
rdoc (6.7.0)
psych (>= 4.0.0)
redis-client (0.23.2)
redis-client (0.25.1)
connection_pool
reline (0.5.9)
io-console (~> 0.5)
Expand All @@ -233,7 +242,10 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.1)
rouge (4.5.1)
roo (2.10.1)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
rouge (4.6.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -248,6 +260,7 @@ GEM
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
rubyzip (2.4.1)
sequel (5.42.0)
sidekiq (7.2.4)
concurrent-ruby (< 2)
Expand All @@ -266,7 +279,7 @@ GEM
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.6.0)
tilt (2.6.1)
tty-color (0.6.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
Expand All @@ -284,7 +297,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
arm64-darwin-21
Expand Down
Empty file added data/igs/.keep
Empty file.
4 changes: 2 additions & 2 deletions docker-compose.background.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ services:
# Negative values mean sessions never expire, 0 means sessions immediately expire
SESSION_CACHE_DURATION: -1
volumes:
- ./lib/uds_plus_test_kit/igs:/app/igs
- ./data/igs:/app/igs
# To let the service share your local FHIR package cache,
# uncomment the below line
# - ~/.fhir:/home/ktor/.fhir
# validator_service:
# image: infernocommunity/fhir-validator-service
# # Update this path to match your directory structure
# volumes:
# - ./lib/uds_plus_test_kit/igs:/home/igs
# - ./data/igs:/home/igs
# fhir_validator_app:
# image: infernocommunity/fhir-validator-app
# depends_on:
Expand Down
4 changes: 2 additions & 2 deletions lib/uds_plus_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module UDSPlusTestKit
VERSION = '1.2.1'
VERSION = '1.3.0'
UDS_PLUS_VERSION = '2.0.0'
LAST_UPDATED = '2025-04-09'
LAST_UPDATED = '2025-07-22'
end
2 changes: 1 addition & 1 deletion uds_plus_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.description = 'UDS Plus Test Kit'
spec.homepage = 'https://github.com/inferno-framework/uds-plus-test-kit'
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'inferno_core', '~> 0.6.2'
spec.add_runtime_dependency 'inferno_core', '~> 1.0', '>= 1.0.2'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
Expand Down