-
Notifications
You must be signed in to change notification settings - Fork 157
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
Commits on Jun 3, 2021
-
issue 1921 - populate whole system search tables. Incl. 1923
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 18893ad - Browse repository at this point
Copy the full SHA 18893adView commit details
Commits on Jun 4, 2021
-
issue 1921 - populate whole system search tables. Incl. 1923. Added c…
…anonical url parsing Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 9b221f8 - Browse repository at this point
Copy the full SHA 9b221f8View commit details -
issue 1921 - populate whole system search tables. Incl. 1923. Add tags
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d9b2cd9 - Browse repository at this point
Copy the full SHA d9b2cd9View commit details
Commits on Jun 5, 2021
-
issue 1921/1923 fixed migration and profile/tags persistence
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for adc5ade - Browse repository at this point
Copy the full SHA adc5adeView commit details
Commits on Jun 7, 2021
-
issue 1921/1923 updated new query builder to use new profile and tag …
…param tables Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d08d958 - Browse repository at this point
Copy the full SHA d08d958View commit details -
issue 1921/1923 fixed check for when to add tag and profile data
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for e708d61 - Browse repository at this point
Copy the full SHA e708d61View commit details
Commits on Jun 11, 2021
-
issue-2499 - fix schema-name argument handling in fhir-bucket
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0676ad4 - Browse repository at this point
Copy the full SHA 0676ad4View commit details
Commits on Jun 17, 2021
-
issue 2499 - use schema-name from fhir-bucket cli
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7e49bec - Browse repository at this point
Copy the full SHA 7e49becView commit details -
issue 2155 - schema V0015 added parameter_hash to logical_resources
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 3d47a09 - Browse repository at this point
Copy the full SHA 3d47a09View commit details
Commits on Jun 21, 2021
-
issue-1922 add dedicated tables for security search params
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for bf6b18a - Browse repository at this point
Copy the full SHA bf6b18aView commit details -
issue-1922 merged with main and fixed minor args error with issue-2211
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 6c18b9b - Browse repository at this point
Copy the full SHA 6c18b9bView commit details
Commits on Jun 23, 2021
-
issue-2155 pass hash parameters to db2 stored procedure
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 8f94bbd - Browse repository at this point
Copy the full SHA 8f94bbdView commit details -
Issue #1922 - implement whole-system search in new query builder
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d5131be - Browse repository at this point
Copy the full SHA d5131beView commit details -
Issue #1922 - updates for old query builder to work with new tables
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1b06d61 - Browse repository at this point
Copy the full SHA 1b06d61View commit details -
Issue #1922 - add union support, implement whole-system with _type
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 2ccfb79 - Browse repository at this point
Copy the full SHA 2ccfb79View commit details -
Issue #1922 - support _tag text and sort searches
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 44bd4b6 - Browse repository at this point
Copy the full SHA 44bd4b6View commit details -
Issue #1922 - fix tag value search (:in, :not-in, :above, :below)
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 00dd116 - Browse repository at this point
Copy the full SHA 00dd116View commit details -
Issue #1922 - updates after rebasing
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 19ca8d3 - Browse repository at this point
Copy the full SHA 19ca8d3View commit details -
Issue #1922 - support _source parm, address review comments, add tests
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ff2edf3 - Browse repository at this point
Copy the full SHA ff2edf3View commit details -
Merge pull request #2490 from IBM/issue-1922
Issue #1922 - implement whole-system search in new query builder
Configuration menu - View commit details
-
Copy full SHA for 5ff0b83 - Browse repository at this point
Copy the full SHA 5ff0b83View commit details -
issue-1922 use common method for parameter table delete
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1498d61 - Browse repository at this point
Copy the full SHA 1498d61View commit details
Commits on Jun 24, 2021
-
Issue #1922 - don't run reindex tests during search tests
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 39ffcfe - Browse repository at this point
Copy the full SHA 39ffcfeView commit details -
Issue #1922 - fix reindex test
Signed-off-by: Mike Schroeder <mschroed@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ee4e10b - Browse repository at this point
Copy the full SHA ee4e10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ed1f0 - Browse repository at this point
Copy the full SHA e6ed1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b7777 - Browse repository at this point
Copy the full SHA e1b7777View commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2a326ba - Browse repository at this point
Copy the full SHA 2a326baView commit details -
issues 2155 1922 address review comments
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0e08b1d - Browse repository at this point
Copy the full SHA 0e08b1dView commit details -
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 43868bf - Browse repository at this point
Copy the full SHA 43868bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a593928 - Browse repository at this point
Copy the full SHA a593928View commit details -
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 6b62c97 - Browse repository at this point
Copy the full SHA 6b62c97View commit details -
issue 1922 review comment to tighten isWholeSystem to specific list o…
…f parameter codes Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7c992d1 - Browse repository at this point
Copy the full SHA 7c992d1View commit details -
Merge pull request #2552 from IBM/issue-1922b
Issue #1922 - don't run reindex tests during search tests
Configuration menu - View commit details
-
Copy full SHA for 3cf996c - Browse repository at this point
Copy the full SHA 3cf996cView commit details -
issue 1922 fixed javadoc per review comments
Signed-off-by: Robin Arnold <robin.arnold23@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d6319c4 - Browse repository at this point
Copy the full SHA d6319c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac75a32 - Browse repository at this point
Copy the full SHA ac75a32View commit details