Skip to content
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

V4 baseline #160

Merged
merged 38 commits into from
Oct 19, 2021
Merged

V4 baseline #160

merged 38 commits into from
Oct 19, 2021

Commits on Apr 25, 2019

  1. Fixed SDC loading to work with newer DRC measures. And cherry-pick wo…

    …rk from master. (#39)
    
    * Fixed SDC loading to work with newer DRC measures.
     - Fixed issues with most data criteria getting thrown out.
    
    * Bring over dependabot nokogiri update and the simplexml_parser removal from #30.
    [Security] Update nokogiri requirement from ~> 1.8.5 to >= 1.8.5, < 1.11.0
    Updates the requirements on [nokogiri](https://github.com/sparklemotion/nokogiri) to permit the latest version.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.8.5...v1.10.3)
    
    * Add the hqmf identifier to a statement reference (#25)
    hossenlopp authored and jbradl11 committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    0049a1f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    96c8b30 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. codeListId and hqmfOid are both needed for sdc uniqueness

    dczulada authored and Luke Osborne committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7da58c6 View commit details
    Browse the repository at this point in the history
  2. Add descriptive error message if model cannot be found

    Luke Osborne authored and Luke Osborne committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    717f2e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. 2019 standards update (#63)

    * 2019 standards update entry point fix (#54)
    * fixed gem entry point file to be named properly
    * fix issue with loading api uploaded files (#55)
    * [Security] Bump nokogiri from 1.10.3 to 1.10.4
    * Bump cqm-models version to 3.0.0
    Luke Osborne authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    173cea2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. [Security] Update rubyzip requirement from ~> 1.2.2 to >= 1.2.2, < 2.…

    …1.0 (#67)
    
    * [Security] Update rubyzip requirement from ~> 1.2.2 to >= 1.2.2, < 2.1.0
    
    Updates the requirements on [rubyzip](https://github.com/rubyzip/rubyzip) to permit the latest version.
    - [Release notes](https://github.com/rubyzip/rubyzip/releases)
    - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
    - [Commits](rubyzip/rubyzip@v1.2.3...v2.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    * Updated rubyzip dependency to be less than version 2.x, which requires ruby 2.4
    dependabot-preview[bot] authored and AndrewBird81 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    61a1064 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    c19d602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9261ffd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18f77b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50d7f75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c89f0f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    99924ef View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Updated version of bonnie_version cqm-parser branch (#71)

    * Updated version of bonnie_version cqm-parser branch
    
    * Updated cqm-parser (binnie_viersion branch)
    adongare authored and AndrewBird81 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    fec648a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    15868bf View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. [Security] Bump nokogiri from 1.10.5 to 1.10.8 (#76)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.8. **This update includes a security fix.**
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.10.5...v1.10.8)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    d1deb51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39de7ff View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. [Security] Bump rake from 12.3.1 to 12.3.3 (#77)

    Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 12.3.3. **This update includes a security fix.**
    - [Release notes](https://github.com/ruby/rake/releases)
    - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
    - [Commits](ruby/rake@v12.3.1...v12.3.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    ba32fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. MAT1385_rails_upgrade_bv (#87)

    * made necessary upgrades to line up with bonnie's rails upgrade -> 5.2
    
    * removed deprecated require
    
    * updated codecov (0.1.14 -> 0.2.5) and json (2.1.0 -> 2.3.1) to fix 'Title: json Gem for Ruby Unsafe Object Creation Vulnerability (additional fix)'
    danmee10 authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f5515db View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. MAT-1308_update_cqm_models (#107)

    * cqm-models 3.0.0 -> 3.0.3
    
    * ran bundle install
    danmee10 authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    916f63f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Mat 1708 (#112)

    * BONNIEMAT-623 & BONNIEMAT-629 cql-integration change
    
    * cqm-models version upgrade
    adongare authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    5b6d682 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. [MAT-1757] Replacing VSAC Username/Password with API Key in VSAC Calls (

    #114)
    
    * Replacing vsac username/password with api key.
    jkotanchik-SB authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    b890b31 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Checking for nil via safe navigation on single_code_concepts hash bef…

    …ore checking sub-hash.
    
    When QDM datatype template has includeSubTemplate, the single_code_concepts hash will not have a related key to access the sub-hash.
    jkotanchik-SB committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    7134769 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    dc64899 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    c85ed28 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. MAT-2803 (#143)

    * MAT-2803 Update Bonnie to support UTF8 - QDM
    
    * Ruby 2.7.2 warnings fix
    adongare authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    24f8648 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. MAT-2647 Update cqm-parsers to QDM 5.6 (#148)

    * MAT-2647 Update cqm-parsers to QDM 5.6
    
    * MAT-2647 Update cqm-parsers to QDM 5.6
    
    * added git actions
    
    * removed travis.yaml
    adongare authored May 11, 2021
    Configuration menu
    Copy the full SHA
    271e231 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Integrate from cqm-models MAT-2993 Failed to initialize Data element …

    …with class attribute in Bonnie (#149)
    adongare authored May 14, 2021
    Configuration menu
    Copy the full SHA
    fef235d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    43f48d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. MAT-2837: Using published version of cqm-models (v4.0.0) instead of b…

    …ranch
    Andrew Bird committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    047b897 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    d702ce1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Baseline for v4.0.0 release

    dczulada committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    67d94ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8fd64 View commit details
    Browse the repository at this point in the history
  3. update Gemfile

    dczulada committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    207838a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. git ignore Gemfile.lock

    dczulada committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9ad5daa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c8ff6 View commit details
    Browse the repository at this point in the history
  3. address rubocop concerns

    dczulada committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cea37f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    b3b0893 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Bring mongoid back to 6

    dczulada committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4ce41c8 View commit details
    Browse the repository at this point in the history