-
Notifications
You must be signed in to change notification settings - Fork 116
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
Full stack mysql test environment #321
Merged
Merged
Commits on Nov 24, 2020
-
Full Stack Mysql: setup build dependencies
added mysql test container dependencies
Configuration menu - View commit details
-
Copy full SHA for 7669b64 - Browse repository at this point
Copy the full SHA 7669b64View commit details -
TestContainers.scala: created container definition as part of the mysql project. We may want to move and merge this file with postgresql version in a common location. shop_schema.sql: called by TestContainer to bootstrap test data in docker instance.
Configuration menu - View commit details
-
Copy full SHA for e375f2c - Browse repository at this point
Copy the full SHA e375f2cView commit details
Commits on Nov 27, 2020
-
Full stack mysql test environment
Created mysql environment heavily insipred (copy/pasted) by the postgres module. MysqlModule.scala: performs the conversion of zio-sql functions into mysql compatible sql. Currently a copy/paste & rename of the postgres module. FunctionDefSpec.scala: module for testing mysql functions (lower, sin, etc.) MysqlModuleTest.scala: runs mysql tests, table selects, limits, offset, etc. MysqlRunnableSpec.scala: ShopSchema.scala: defines schema (loaded in test container definition)
Configuration menu - View commit details
-
Copy full SHA for 8b717f5 - Browse repository at this point
Copy the full SHA 8b717f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b86f61 - Browse repository at this point
Copy the full SHA 5b86f61View commit details -
GroupByHavingSpec: reformatted in order to fix sbt check failure
Configuration menu - View commit details
-
Copy full SHA for f585f2d - Browse repository at this point
Copy the full SHA f585f2dView commit details -
MysqlModule: added stubs for new renderUpdate/renderDelete methods that have been added to Jdbc. MysqlRunnableSpec: added DeleteExecutor to the jdbcTestEnvironment
Configuration menu - View commit details
-
Copy full SHA for 5d9d4b1 - Browse repository at this point
Copy the full SHA 5d9d4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93adede - Browse repository at this point
Copy the full SHA 93adedeView commit details
Commits on Nov 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5685224 - Browse repository at this point
Copy the full SHA 5685224View commit details
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.