aboutsummaryrefslogtreecommitdiff
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
* filter tables by generating a schema-only modelStewart Stewart2017-02-151-40/+51
|
* override tablesStewart Stewart2017-02-151-10/+10
|
* stop writing files as side effectStewart Stewart2017-02-151-33/+42
|
* use separate generator per schema fileStewart Stewart2017-02-151-62/+60
|
* Setting version to 0.8.3-SNAPSHOTZach Smith2017-02-141-34/+44
|
* Wrap in try finallyZach Smith2017-02-141-5/+7
|
* Close db connection after creating the modelZach Smith2017-02-141-0/+2
|
* consistent newlines between importsStewart Stewart2016-12-091-7/+4
|
* remove directive disabling scalafmtStewart Stewart2016-12-091-6/+4
|
* add ddl codeStewart Stewart2016-12-091-1/+20
|
* slick hlist syntax on by defaultStewart Stewart2016-12-091-7/+4
|
* scalafmtStewart Stewart2016-12-091-7/+9
|
* add parameter for type replacements (decouple driver Time)Stewart Stewart2016-12-012-12/+15
|
* Fix bug inferring `val profile: Nothing`Stewart Stewart2016-12-011-1/+1
|
* try early initializing jdbc driverStewart Stewart2016-11-291-0/+2
|
* compile errorStewart Stewart2016-11-291-2/+1
|
* remove unused typemapper codeStewart Stewart2016-11-231-3/+0
|
* decouple from driver.core.databaseStewart Stewart2016-11-221-5/+4
|
* Fix default Id implementationStewart Stewart2016-11-222-5/+14
|
* add paramater for list of imports per schemaStewart Stewart2016-11-222-11/+18
|
* make codegenIdType optionalStewart Stewart2016-11-222-8/+22
|
* make Id type a codegen parameterStewart Stewart2016-11-222-20/+26
|
* reintroduce side call that writes to fileStewart Stewart2016-11-221-0/+1
|
* add sbt-settings and lint/formatStewart Stewart2016-11-222-77/+149
|
* add parameter for schema super classStewart Stewart2016-11-212-6/+11
|
* use inherrited time column mappingStewart Stewart2016-11-211-2/+0
|
* Auto inject task and default settingsPetro Verkhogliad2016-11-171-17/+23
|
* add defaults for codegen parametersStewart Stewart2016-11-161-1/+7
|
* slight style refactorsStewart Stewart2016-11-151-14/+8
|
* TM-251 refactor(codegen) Wrapped the whitelist in an optionTim Gushue2016-11-152-11/+13
|
* TM-251 bug(no default table import) createModel will gen whole DB if ↵Tim Gushue2016-11-141-6/+10
| | | | codegenSchemaWhitelist is empty
* update domain used in importsStewart Stewart2016-10-211-6/+6
|
* Correct header and final case classesPetro Verkhogliad2016-09-271-2/+7
|
* Add package, turn off scalastyle/formatPetro Verkhogliad2016-09-271-3/+14
|
* Factor out import statemenets into a separate generatorPetro Verkhogliad2016-09-271-38/+43
|
* bugfix file write method callStewart Stewart2016-09-231-2/+2
|
* reuse built in file output helpersStewart Stewart2016-09-231-16/+5
|
* use StringGeneratorHelpersStewart Stewart2016-09-231-14/+3
|
* Output generated code into one file per schemaPetro Verkhogliad2016-09-222-213/+213
|
* remove dependence of rows package objectStewart Stewart2016-09-211-5/+4
|
* Merge branch 'master' into use-driver-core-ids-timeStewart Stewart2016-09-151-64/+40
|\
| * minor readability refactorsStewart Stewart2016-09-141-39/+33
| |
| * organize importsStewart Stewart2016-09-131-15/+9
| |
* | Use Id and Time from driver-corePetro Verkhogliad2016-09-141-25/+27
|/
* Add labels for codegen settingsPetro Verkhogliad2016-09-121-6/+6
|
* Give codegen task a namePetro Verkhogliad2016-09-121-1/+1
|
* implement some plugin best practicesStewart Stewart2016-09-122-17/+17
|
* make manualForeignKeys a plugin parameterStewart Stewart2016-09-092-21/+13
|
* take schemas as a parameterStewart Stewart2016-09-092-11/+6
|
* move URI to SettingKeyStewart Stewart2016-09-091-1/+2
|