aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/CodegenPlugin.scala
Commit message (Expand)AuthorAgeFilesLines
* Bump sbt-settings and run scalafmtZach Smith2018-02-011-5/+5
* prevent exception referencing undefined schema row importsStewart Stewart2017-10-121-0/+1
* use Driver linting/formatting/style settingsStewart Stewart2017-09-221-11/+11
* address warningsStewart Stewart2017-09-221-2/+0
* fix sbt setting name clashStewart Stewart2017-05-301-1/+1
* add parameter for row-file specific importsStewart Stewart2017-05-251-0/+5
* add codegen headerStewart Stewart2017-02-211-0/+6
* remove needless baseClass parameterStewart Stewart2017-02-151-7/+8
* Setting version to 0.8.3-SNAPSHOTZach Smith2017-02-141-34/+44
* add parameter for type replacements (decouple driver Time)Stewart Stewart2016-12-011-1/+7
* Fix default Id implementationStewart Stewart2016-11-221-1/+4
* add paramater for list of imports per schemaStewart Stewart2016-11-221-1/+7
* make codegenIdType optionalStewart Stewart2016-11-221-3/+3
* make Id type a codegen parameterStewart Stewart2016-11-221-1/+7
* add sbt-settings and lint/formatStewart Stewart2016-11-221-10/+20
* add parameter for schema super classStewart Stewart2016-11-211-1/+7
* Auto inject task and default settingsPetro Verkhogliad2016-11-171-17/+23
* add defaults for codegen parametersStewart Stewart2016-11-161-1/+7
* TM-251 refactor(codegen) Wrapped the whitelist in an optionTim Gushue2016-11-151-1/+1
* Output generated code into one file per schemaPetro Verkhogliad2016-09-221-8/+4
* 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-121-15/+17
* make manualForeignKeys a plugin parameterStewart Stewart2016-09-091-4/+11
* take schemas as a parameterStewart Stewart2016-09-091-3/+2
* move URI to SettingKeyStewart Stewart2016-09-091-1/+2
* Consolidate codegen file config to sbt Setting keysStewart Stewart2016-09-091-6/+5
* remove unused classloader/runnerStewart Stewart2016-09-091-6/+3
* update config uri with explicit file urlStewart Stewart2016-09-081-1/+1
* Expect URI with dbconfig rather than hardcodingStewart Stewart2016-09-061-8/+6
* fix compile errorStewart Stewart2016-09-051-1/+2
* Add `requires` overridePetro Verkhogliad2016-08-241-25/+2
* turn codegen into publish-able pluginStewart Stewart2016-08-231-32/+44
* Copied codegen source from LabDashStewart Stewart2016-08-221-0/+39