summaryrefslogtreecommitdiffstats
path: root/configgen
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headersgjoranv2017-08-182-0/+2
|
* Remove redundant def parameters.gjoranv2017-08-171-10/+9
|
* Allow 'package' in def files to specify java package.gjoranv2017-08-176-18/+180
| | | | | | * For generating cpp, namespace is still required and package is ignored. * Generating java requires one of them, but both are allowed.
* Store default package prefix 'com.yahoo.' in a constant.gjoranv2017-08-162-4/+6
|
* Refactor tests to remove duplicate code.gjoranv2017-08-162-203/+65
|
* Imports only.gjoranv2017-08-161-1/+0
|
* Move namespace testing to separate class.gjoranv2017-08-162-116/+145
|
* Rename test to clarify intention.gjoranv2017-08-161-1/+1
|
* Split "number in namespace" tests to clarify intention.gjoranv2017-08-161-11/+18
|
* minor: remove 'require_that' prefix.gjoranv2017-08-161-3/+3
|
* minor: declare helpers private and update author.gjoranv2017-08-161-3/+3
|
* Configgen is not a bundleBjørn Christian Seime2017-07-252-10/+3
|
* Remove scala-compiler test dependencyBjørn Christian Seime2017-07-241-5/+0
|
* Revert "Configgen is not a bundle"Bjørn Christian Seime2017-07-242-3/+10
| | | | This reverts commit 77b22f35b96782bd3930d3c5671d3ca49b32d918.
* Configgen is not a bundleBjørn Christian Seime2017-07-242-10/+3
|
* Revert "Remove old manifest file"Arnstein Ressem2017-07-212-0/+14
|
* Remove old manifest fileBjørn Christian Seime2017-07-212-14/+0
|
* Remove default ctor for the outer config class.gjoranv2017-07-181-5/+7
| | | | + Make default ctor for arrays private.
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-7/+0
|
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-131-5/+6
|
* Move definition of packagePrefix to MakeConfigPropertiesBjørn Christian Seime2017-06-194-29/+35
|
* Refactor logic for generating config into separate methodBjørn Christian Seime2017-06-191-22/+29
|
* Add constructor to create config instance from constructor parametersBjørn Christian Seime2017-06-191-23/+28
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-172-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Close file to ensure content is written to diskBjørn Christian Seime2017-06-161-2/+7
|
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-2/+2
|
* Merge pull request #2781 from yahoo/bjorncs/update-maven-pluginsgjoranv2017-06-151-1/+3
|\ | | | | Upgrade maven-compiler-plugin to 3.6.1
| * Fix race condition in config maven pluginBjørn Christian Seime2017-06-151-1/+3
| | | | | | | | | | The race occur during Maven parallel build where multiple threads will race to create the output directory.
* | Update copyright headersJon Bratseth2017-06-1428-28/+28
| |
* | Revert "Update copyright headers"Jon Bratseth2017-06-1428-28/+28
| |
* | Update copyright headersJon Bratseth2017-06-1428-28/+28
|/
* Revert "Copyright header"Jon Bratseth2017-06-1328-28/+28
|
* Copyright headerJon Bratseth2017-06-1328-28/+28
|
* Set the default constructor on config classes private.gjoranv2017-06-121-1/+5
| | | | - Default constructors for arrays are still public.
* Revert "Set the default constructor on config classes private."Harald Musum2017-06-101-1/+1
|
* Merge pull request #2692 from yahoo/gjoranv/set-default-config-ctor-privategjoranv2017-06-091-1/+1
|\ | | | | Set the default constructor on config classes private.
| * Set the default constructor on config classes private.gjoranv2017-06-091-1/+1
| |
* | Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-091-0/+1
|\ \ | |/ |/| Balder/restart on messagebus port change
| * Include exceptions too.Henning Baldersheim2017-06-081-0/+1
| |
* | Revert "Revert "Revert "Gjoranv/remove default ctor4"""Harald Musum2017-06-081-9/+3
| |
* | Revert "Revert "Gjoranv/remove default ctor4""gjoranv2017-06-081-3/+9
| |
* | Revert "Gjoranv/remove default ctor4"Harald Musum2017-06-081-9/+3
|/
* Merge pull request #2445 from yahoo/gjoranv/remove-default-ctor4gjoranv2017-06-081-3/+9
|\ | | | | Gjoranv/remove default ctor4
| * Remove the default ctor for the generated config classes.gjoranv2017-05-101-3/+9
| | | | | | | | | | - Removed for all inner nodes that are not arrays, because InnerNodeVector might still need it.
* | Also forward declare slime::CursorHenning Baldersheim2017-06-061-0/+1
| |
* | Also forward declare slime::Inspector.Henning Baldersheim2017-06-061-0/+3
| |
* | Use forward declarations to reduce included footprintHenning Baldersheim2017-06-061-17/+24
|/
* Revert "Remove the default ctor for the generated config classes."gjoranv2017-05-101-9/+3
| | | | This reverts commit 380966af69d8d61ad7b9907282d2b648c4aba6db.
* Remove the default ctor for the generated config classes.gjoranv2017-05-091-3/+9
| | | | | - Removed for all inner nodes that are not arrays, because InnerNodeVector might still need it.
* Revert "Gjoranv/remove default ctor2"gjoranv2017-05-091-9/+3
|