-
Notifications
You must be signed in to change notification settings - Fork 330
CQL combo 2.0.0 Upgrade - Full PD$apply implementation #1603
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
Merged
Merged
Changes from all commits
Commits
Show all changes
87 commits
Select commit
Hold shift + click to select a range
e131ff4
Migrating to CQL Evaluator 2.0
vitorpamplona d147c35
Migrating HAPI to 6.0
vitorpamplona 3248a8a
Java 11 Migration
vitorpamplona 5569ed1
Moving workflow test files to a new module in order to share them wit…
vitorpamplona 2d5d674
Restructuring dependencies for the new Engine 2.0
vitorpamplona 0337ab7
Changing minSdk to 26
vitorpamplona aab0d31
Adjusting tests to not run with <26.
vitorpamplona 9907cd4
Ignoring ANCIND-based tests until CQF tooling with Translator 2.0
vitorpamplona 6e9bd62
Running tests on minSDK 26
vitorpamplona af028af
Removing desugaring
vitorpamplona a6b719a
Adding an XMLAssertion method
vitorpamplona 0c722ff
Tests must be done in the strict mode.
vitorpamplona 3b8fcda
Removing the translatorVersion from test assertions
vitorpamplona 67fa1a5
removing desugaring from the engine
vitorpamplona 64561a4
Fixing Base64 representations
vitorpamplona cdd086a
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona 9bf4175
Removing desugaring comments
vitorpamplona d01ead9
Improve Exception handling when compiling CQL in test cases.
vitorpamplona 88e8de6
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona a7e4228
Saving the results of the group measure as a json
vitorpamplona b6eb6ad
Removing the date of evaluation from the test case
vitorpamplona 0d6ad97
spotlessApply
vitorpamplona f9670ad
Updating ANCIND bundle with Translator 2.0 export (fixes annotation w…
vitorpamplona 9cf7f55
Fixes Group Measure.
vitorpamplona b2fe2e6
Adding the JSON result for Population Measure report and deleting har…
vitorpamplona 684e324
Updating the subject measure report to match SDE design changes on ht…
vitorpamplona 29445da
spotless apply
vitorpamplona 4745621
Static import of Assert.fail
vitorpamplona c63b30a
Using Truth in the XMLAssert
vitorpamplona 68a2412
spotlessApply
vitorpamplona 8c82c0b
avoid * imports
vitorpamplona deab541
Fluent CqlBuilder and Tester
vitorpamplona 1bca144
Turning PlanDefinition test interface into fluent
vitorpamplona 9f22ab6
Reorganizing package names
vitorpamplona 116050a
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona 69e86f1
Fixing FhirDal in Kotlin
vitorpamplona 10dba37
Minor refactoring
vitorpamplona 5e42a28
Removing unused method
vitorpamplona 4c59069
adding memory to the android device tests because of the new large te…
vitorpamplona 743dc98
Moving kokoro to minSDK 26
vitorpamplona ee4a77b
Fixing timezone to GMT for tests.
vitorpamplona 0340d49
Using static import
vitorpamplona 11fc5e2
testing a large heap for Android connected Tests
vitorpamplona 354358c
There shouldn't be a need for specific memory sizes here.
vitorpamplona 7b5c0cc
Removing desugaring libs import and removing jdk7 stdlib adaptations
vitorpamplona cde91ab
Adding additional documentation for the choice of minSDK 26
vitorpamplona 6f88e54
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona 158c302
spotless apply
vitorpamplona 30d39c7
Fixing the immunization Check test cases. (Wrong Context was causing …
vitorpamplona b9ba52a
Removing duplicated test resources
vitorpamplona 0cdae3f
Fixing documentation about Jackson -> Json
vitorpamplona a365c09
Fixing the null terminology provider inside the retrieve proviver
vitorpamplona 182c54a
Spotless Apply
vitorpamplona e52202e
Fixing resource files and activating the old GenerateCarePlan test
vitorpamplona 2091a4c
Making sure the terminology provider behaves just like the desktop ve…
vitorpamplona 10b2f3d
Finishing the Retrieve Provider:
vitorpamplona 51b1208
Spotless Apply
vitorpamplona 02c30e1
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona cd929b6
Forcing new version of JUnit on the datacapture
vitorpamplona 810d57e
Correctly triggering exceptions on unsupported valueSet resolving
vitorpamplona 5ce6f45
Adding a simple FhirPath test case to make sure functions are availab…
vitorpamplona 39323ec
Merge
vitorpamplona 3804ee5
Separating workflow's SDK from engine and SDC SDK
vitorpamplona cc8a9ef
Reactivating desugaring for the datacapture, catalog and engine modules.
vitorpamplona c41f5d8
Force compatibility with Java 1.8
vitorpamplona 8b3d8e4
Adding desugaring to the demo module
vitorpamplona b156364
Running tests on 24 for Engine and SDC and 26+ for the workflow.
vitorpamplona c6fcb55
Spotless apply
vitorpamplona 6410470
Updating kokoro to test engine+sdc on 24 and workflow on min 26.
vitorpamplona c98de32
Deleting println
vitorpamplona 542be15
Remove unnecessary import
vitorpamplona baa2607
Updating CQL Translator to 2.2
vitorpamplona 9841964
Removing the Translator's outdated module fhir-r4
vitorpamplona 4dacafa
Migrating FhirLibrarySourceProvider to the new package
vitorpamplona 0429a8e
Moving CQL Engine to 2.1
vitorpamplona 88b1312
Excluding the Engine 2.1's new XPP3 stack for the UCUM parser
vitorpamplona e549c40
Migrating Evaluator to 2.1
vitorpamplona b4a04eb
Removing unused QDM module
vitorpamplona da8603f
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona fb7c4b9
Merge branch 'master' into evaluator-2.0
dubdabasoduba 498cb0b
Merge branch 'master' into evaluator-2.0
vitorpamplona e6960bc
Applying the new version of Spotless
vitorpamplona 171b093
Everything passes locally. Triggering new tests on GitHub
vitorpamplona 948d90b
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona 97b5d9a
Reverting tests to run only against Android 9 Pie (API 28)
vitorpamplona 80e5d6c
Reverting spotless apply changes to copyright year
vitorpamplona 4a97915
Merge remote-tracking branch 'origin/HEAD' into evaluator-2.0
vitorpamplona File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| /* | ||
| * Copyright 2022 Google LLC | ||
| * | ||
| * Licensed under the Apache License, Version 2.0 (the "License"); | ||
| * you may not use this file except in compliance with the License. | ||
| * You may obtain a copy of the License at | ||
| * | ||
| * http://www.apache.org/licenses/LICENSE-2.0 | ||
| * | ||
| * Unless required by applicable law or agreed to in writing, software | ||
| * distributed under the License is distributed on an "AS IS" BASIS, | ||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| * See the License for the specific language governing permissions and | ||
| * limitations under the License. | ||
| */ | ||
|
|
||
| import org.gradle.api.JavaVersion | ||
|
|
||
| /* | ||
| * Copyright 2022 Google LLC | ||
| * | ||
| * Licensed under the Apache License, Version 2.0 (the "License"); | ||
| * you may not use this file except in compliance with the License. | ||
| * You may obtain a copy of the License at | ||
| * | ||
| * http://www.apache.org/licenses/LICENSE-2.0 | ||
| * | ||
| * Unless required by applicable law or agreed to in writing, software | ||
| * distributed under the License is distributed on an "AS IS" BASIS, | ||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| * See the License for the specific language governing permissions and | ||
| * limitations under the License. | ||
| */ | ||
|
|
||
| object Java { | ||
| val sourceCompatibility = JavaVersion.VERSION_1_8 | ||
| val targetCompatibility = JavaVersion.VERSION_1_8 | ||
| val kotlinJvmTarget = JavaVersion.VERSION_1_8 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.