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

Rc 0.4.1 #749

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft

Rc 0.4.1 #749

wants to merge 30 commits into from

Commits on Mar 22, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    4afe978 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #736 from lantanagroup/LNK-2173

    Remove `originalResource` from `dataTrace`
    smailliwcs authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3e40a2f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Apr 3, 2024

  1. LNK-1547: Adding in basic versioning to metric entries in SQL databas… (

    #740)
    
    * LNK-1547: Adding in basic versioning to metric entries in SQL database so it's easier to determine which metrics pertain to which version of the generated report
    
    * LNK-1547: PR suggested changes
    ajagann1 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f91cbc5 View commit details
    Browse the repository at this point in the history
  2. Some minor cleanup.

    ajagann1 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    23ce5e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

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

    edward-miller-lcg committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    adf826c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Remove getFile and GetFileName function calls, use more specific io s…

    …o that we don't have to investigate file extensions.
    MontaltoNick committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d38df00 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Refactor

    MontaltoNick committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d718e9f View commit details
    Browse the repository at this point in the history
  2. rename for capitlization

    MontaltoNick committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    88b33c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75948c6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Tune DELETE queries

    smailliwcs committed May 2, 2024
    Configuration menu
    Copy the full SHA
    337dc12 View commit details
    Browse the repository at this point in the history
  2. Delete data on report regeneration

    Affected tables (including preexisting deletion logic):
    
      - `dbo.aggregate`
      - `dbo.patientMeasureReport`
      - `dbo.dataTrace`
      - `dbo.reportPatientData`
    smailliwcs committed May 2, 2024
    Configuration menu
    Copy the full SHA
    312b657 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Resolve foreign key conflict

    Nullify `dbo.patientData.dataTraceId` before attempting to delete the
    corresponding `dbo.dataTrace`.
    smailliwcs committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bd9ea4a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge pull request #746 from lantanagroup/LNK-2172

    LNK-2172: Remove dataTrace, aggregate and patientReport entries when re-generating report in MVP
    smailliwcs authored May 4, 2024
    Configuration menu
    Copy the full SHA
    2d97bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9233ef View commit details
    Browse the repository at this point in the history
  3. Remove custom appender

    MDC values are available in the `logging_event_property` table, so
    there's no need to explicitly inject them into the formatted message.
    smailliwcs committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c8ac29d View commit details
    Browse the repository at this point in the history
  4. Add tenant and version information to MDC

    Additionally, make this information available via the console and file
    appenders.
    smailliwcs committed May 4, 2024
    Configuration menu
    Copy the full SHA
    35129a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #744 from lantanagroup/LNK-2116-logging-improvements

    Lnk 2116 logging improvements
    smailliwcs authored May 4, 2024
    Configuration menu
    Copy the full SHA
    c61ad0f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. LNK-2263: Making it so cohort measures do not add a measureScore elem…

    …ent during LINK processing.
    ajagann1 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8d55b05 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    09188cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8633a2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be811a0 View commit details
    Browse the repository at this point in the history
  4. Add HTML structure

    smailliwcs committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d083eee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #747 from lantanagroup/LNK-2298

    LNK-2298: Get report insights (metrics and errors) by invoking API endpoint
    smailliwcs authored May 7, 2024
    Configuration menu
    Copy the full SHA
    aa4660c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #748 from lantanagroup/development

    LNK-2322: Bring in latest changes from development branch to rc_0.4.1 branch
    sdmcgeown authored May 7, 2024
    Configuration menu
    Copy the full SHA
    2daefe0 View commit details
    Browse the repository at this point in the history