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

Issues 1921, 1923, and 2499 - whole-system search updates and related changes #2519

Merged
merged 34 commits into from
Jun 25, 2021

Commits on Jun 3, 2021

  1. issue 1921 - populate whole system search tables. Incl. 1923

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    18893ad View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. issue 1921 - populate whole system search tables. Incl. 1923. Added c…

    …anonical url parsing
    
    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    9b221f8 View commit details
    Browse the repository at this point in the history
  2. issue 1921 - populate whole system search tables. Incl. 1923. Add tags

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    d9b2cd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. issue 1921/1923 fixed migration and profile/tags persistence

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    adc5ade View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. issue 1921/1923 updated new query builder to use new profile and tag …

    …param tables
    
    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d08d958 View commit details
    Browse the repository at this point in the history
  2. issue 1921/1923 fixed check for when to add tag and profile data

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e708d61 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. issue-2499 - fix schema-name argument handling in fhir-bucket

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    0676ad4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. issue 2499 - use schema-name from fhir-bucket cli

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7e49bec View commit details
    Browse the repository at this point in the history
  2. issue 2155 - schema V0015 added parameter_hash to logical_resources

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    3d47a09 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. issue-1922 add dedicated tables for security search params

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    bf6b18a View commit details
    Browse the repository at this point in the history
  2. issue-1922 merged with main and fixed minor args error with issue-2211

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6c18b9b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. issue-2155 pass hash parameters to db2 stored procedure

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8f94bbd View commit details
    Browse the repository at this point in the history
  2. Issue #1922 - implement whole-system search in new query builder

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d5131be View commit details
    Browse the repository at this point in the history
  3. Issue #1922 - updates for old query builder to work with new tables

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1b06d61 View commit details
    Browse the repository at this point in the history
  4. Issue #1922 - add union support, implement whole-system with _type

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    2ccfb79 View commit details
    Browse the repository at this point in the history
  5. Issue #1922 - support _tag text and sort searches

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    44bd4b6 View commit details
    Browse the repository at this point in the history
  6. Issue #1922 - fix tag value search (:in, :not-in, :above, :below)

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    00dd116 View commit details
    Browse the repository at this point in the history
  7. Issue #1922 - updates after rebasing

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    19ca8d3 View commit details
    Browse the repository at this point in the history
  8. Issue #1922 - support _source parm, address review comments, add tests

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    ff2edf3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2490 from IBM/issue-1922

    Issue #1922 - implement whole-system search in new query builder
    punktilious authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5ff0b83 View commit details
    Browse the repository at this point in the history
  10. issue-1922 use common method for parameter table delete

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1498d61 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Issue #1922 - don't run reindex tests during search tests

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    39ffcfe View commit details
    Browse the repository at this point in the history
  2. Issue #1922 - fix reindex test

    Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
    michaelwschroeder committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ee4e10b View commit details
    Browse the repository at this point in the history
  3. Adding logging

    Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
    prb112 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e6ed1f0 View commit details
    Browse the repository at this point in the history
  4. Update

    Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
    prb112 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e1b7777 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Update

    Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
    prb112 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    2a326ba View commit details
    Browse the repository at this point in the history
  2. issues 2155 1922 address review comments

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    0e08b1d View commit details
    Browse the repository at this point in the history
  3. Update for SortingTest

    Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
    prb112 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    43868bf View commit details
    Browse the repository at this point in the history
  4. Update

    Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
    prb112 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a593928 View commit details
    Browse the repository at this point in the history
  5. update to turn down logging

    Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
    prb112 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6b62c97 View commit details
    Browse the repository at this point in the history
  6. issue 1922 review comment to tighten isWholeSystem to specific list o…

    …f parameter codes
    
    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    7c992d1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2552 from IBM/issue-1922b

    Issue #1922 - don't run reindex tests during search tests
    michaelwschroeder authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    3cf996c View commit details
    Browse the repository at this point in the history
  8. issue 1922 fixed javadoc per review comments

    Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
    punktilious committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    d6319c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac75a32 View commit details
    Browse the repository at this point in the history