Skip to content

Commit

Permalink
FI-3724 migrate changes (#225)
Browse files Browse the repository at this point in the history
* FI-3663: Update the Reference Resolution test to use the updated resource_is_valid? method for resource validation without persisting messages

* FI-3648 Add Metadata and Conform to Platform Deployment Spec

* update ruby version in github actions file

---------

Co-authored-by: Vanessa Fotso <[email protected]>
  • Loading branch information
Shaumik-Ashraf and vanessuniq authored Feb 10, 2025
1 parent b20f06f commit 8a4f921
Show file tree
Hide file tree
Showing 19 changed files with 232 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1.2']
ruby-version: ['3.3.6']

steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1.2']
ruby-version: ['3.3.6']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.6
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.2
ruby 3.3.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.2
FROM ruby:3.3.6

ENV INSTALL_PATH=/opt/inferno/
ENV APP_ENV=production
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ gemspec

group :development, :test do
gem 'debug'
gem 'rack-test'
end
64 changes: 34 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ PATH
remote: .
specs:
us_core_test_kit (0.9.3)
inferno_core (>= 0.5.0)
smart_app_launch_test_kit (>= 0.4.6)
tls_test_kit (~> 0.2.0)
inferno_core (>= 0.6.1)
smart_app_launch_test_kit (>= 0.5.0)
tls_test_kit (~> 0.3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -22,13 +22,13 @@ GEM
base64 (0.2.0)
bcp47 (0.3.3)
i18n
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindata (2.5.0)
blueprinter (0.25.2)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
connection_pool (2.5.0)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -80,8 +80,8 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand Down Expand Up @@ -132,15 +132,16 @@ GEM
hansi (0.2.1)
hashdiff (1.1.0)
http-accept (1.7.0)
http-cookie (1.0.7)
http-cookie (1.0.8)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
inferno_core (0.5.1)
inferno_core (0.6.2)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
concurrent-ruby (= 1.3.4)
dotenv (~> 2.7)
dry-configurable (= 1.0.0)
dry-container (= 0.10.0)
Expand Down Expand Up @@ -173,16 +174,16 @@ GEM
aes_key_wrap
bindata
httpclient
jwt (2.9.3)
jwt (2.10.1)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
logger (1.6.2)
logger (1.6.5)
method_source (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mime-types-data (3.2025.0107)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
Expand All @@ -196,14 +197,14 @@ GEM
mustermann (= 1.1.2)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.16.8)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.8-arm64-darwin)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-darwin)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -214,23 +215,25 @@ GEM
oj (3.11.0)
pastel (0.8.0)
tty-color (~> 0.5)
pry (0.15.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.10)
pry (>= 0.13, < 0.15)
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
rack-test (2.2.0)
rack (>= 1.3)
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redis-client (0.22.2)
redis-client (0.23.2)
connection_pool
reline (0.5.9)
io-console (~> 0.5)
Expand All @@ -239,7 +242,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rexml (3.4.0)
rouge (4.5.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -261,11 +264,11 @@ GEM
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.19.0)
smart_app_launch_test_kit (0.4.6)
inferno_core (>= 0.4.2)
smart_app_launch_test_kit (0.5.0)
inferno_core (>= 0.6.2)
json-jwt (~> 1.15.3)
jwt (~> 2.6)
tls_test_kit (~> 0.2.0)
tls_test_kit (~> 0.3.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
Expand All @@ -278,9 +281,9 @@ GEM
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.4.0)
tls_test_kit (0.2.3)
inferno_core (>= 0.4.2)
tilt (2.6.0)
tls_test_kit (0.3.0)
inferno_core (>= 0.6.2)
tty-color (0.6.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
Expand All @@ -298,7 +301,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
arm64-darwin-21
Expand All @@ -310,9 +313,10 @@ DEPENDENCIES
database_cleaner-sequel (~> 1.8)
debug
factory_bot (~> 6.1)
rack-test
rspec (~> 3.10)
us_core_test_kit!
webmock (~> 3.11)

BUNDLED WITH
2.3.23
2.5.22
1 change: 1 addition & 0 deletions lib/us_core_test_kit.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require_relative 'us_core_test_kit/metadata'
require_relative 'us_core_test_kit/generated/v3.1.1/us_core_test_suite'
require_relative 'us_core_test_kit/generated/v4.0.0/us_core_test_suite'
require_relative 'us_core_test_kit/generated/v5.0.1/us_core_test_suite'
Expand Down
19 changes: 18 additions & 1 deletion lib/us_core_test_kit/generated/v3.1.1/us_core_test_suite.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion lib/us_core_test_kit/generated/v4.0.0/us_core_test_suite.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion lib/us_core_test_kit/generated/v5.0.1/us_core_test_suite.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion lib/us_core_test_kit/generated/v6.1.0/us_core_test_suite.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion lib/us_core_test_kit/generated/v7.0.0/us_core_test_suite.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8a4f921

Please sign in to comment.