-
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
Add dryrun functionality to the fhir-persistence-schema Main #380
Labels
Comments
Closed
One challenge will be knowing what versions are already in place on the target db. It would be really cool if it connected to the actual database, read the version information from the FHIR_ADMIN.VERSION_HISTORY table and then printed out just the DDL it would actually run to "upgrade" that schema. |
prb112
added a commit
that referenced
this issue
Dec 30, 2019
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Dec 31, 2019
- Add DryRunConnection, DryRunJdbcConnectionProvider - Update the JdbcPropertyAdapter to make a method public - Refactor Main into a series of ISchemaAction - Add actions for the representative menu actions. Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 1, 2020
- change the default directories for actions Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 1, 2020
- Update Actions to be Stateless Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 3, 2020
- Update Actions to be Stateless - Refactor the ActionProcessor to encapsulate the CreateConnection, and DB access setup. - Added DryRunContainer to register calls and choose to execute a destructive call in each database-utils call - Test Run - DropSchemaAction - CreateSchemaAction - CheckCompatibilityAction - VersionHistoryServiceAction - Removed DryRunConnection/Provider/Statement Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 6, 2020
prb112
added a commit
that referenced
this issue
Jan 6, 2020
- Add Java Application mains to run/dryrun specific actions from the workspace without configuring specific Run/Run As Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 29, 2020
- Add dryrun functionality to the fhir-persistence-schema Main #380 - Document the schema migration process on the project wiki #270 - Update SearchNearTest to make sure it uses distinct IDs/Responses and clean up the debug output to limit the 'extra' output data - Fix LogFormatter invalid case when setting a filename - Enhance Test coverage for DerbyFhirDatabase - Remove unused build stored procedures method - Removed unused latlng type Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 29, 2020
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 29, 2020
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 29, 2020
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 29, 2020
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 29, 2020
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jan 29, 2020
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add dryrun functionality to the fhir-persistence-schema Main
Related to #371 and #159
The text was updated successfully, but these errors were encountered: