aboutsummaryrefslogtreecommitdiffstats
path: root/configgen
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Merge pull request #15532 from ↵Jon Bratseth2020-11-303-18/+70
| | | | | | | vespa-engine/revert-15527-bratseth/apply-on-restart-take-5" This reverts commit d91c72c22cae12468103ed4c43729e745916943e, reversing changes made to 9b47661ae5682e87cd963c63bdc2717896f468db.
* Revert "Bratseth/apply on restart take 5"Jon Bratseth2020-11-303-70/+18
|
* Make configgen a bundleJon Bratseth2020-11-301-0/+32
|
* Revert "Merge pull request #15521 from ↵Jon Bratseth2020-11-302-18/+38
| | | | | | | vespa-engine/revert-15520-bratseth/apply-on-restart-take-4" This reverts commit 9e228790db5222124dd6a125a9937584bd1d4a4b, reversing changes made to a7cc1248bade10175a73a4602f8452ccda6a102a.
* Revert "Bratseth/apply on restart take 4"Jon Bratseth2020-11-292-38/+18
|
* Revert "Merge pull request #15510 from ↵Jon Bratseth2020-11-292-18/+38
| | | | | | | vespa-engine/revert-15508-bratseth/apply-on-restart-take-3" This reverts commit 3c95d11418e3ebffc1260207932b7e8f3955e1a0, reversing changes made to 7a1a70055770a82bf42bff668abaf011af3f6e55.
* Revert "Bratseth/apply on restart take 3"Jon Bratseth2020-11-272-38/+18
|
* Revert "Merge pull request #15495 from ↵Jon Bratseth2020-11-272-18/+38
| | | | | | | vespa-engine/revert-15494-bratseth/apply-on-restart-take-2" This reverts commit ef4ece0ae64a1f1ec8accb257168b2a08d6971b1, reversing changes made to 204eb6f5faf91a6159ba5c7e01d2d8b6f307e8bd.
* Revert "Bratseth/apply on restart take 2"Harald Musum2020-11-262-38/+18
|
* Revert "Merge pull request #15492 from ↵Jon Bratseth2020-11-262-18/+38
| | | | | | | vespa-engine/revert-15450-bratseth/apply-on-restart" This reverts commit ba62308f10b5d825d2de61ac2ea3de2c2dd067fc, reversing changes made to ffa40d46f1b0911dff10c98e5950117857474416.
* Revert "Support marking configs as apply on restart"Harald Musum2020-11-262-38/+18
|
* Support marking configs as apply on restartJon Bratseth2020-11-242-18/+38
|
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-312-17/+21
|
* Fix typoHarald Musum2020-09-111-1/+1
|
* Fix file namesHarald Musum2020-09-104-9/+9
|
* Use full name in config definition file namesHarald Musum2020-09-102-0/+0
|
* If you have decided that you need to build the config, you must do so and ↵Henning Baldersheim2020-04-211-9/+2
| | | | also write it, evevn if it was identical.
* Fail if reserved words are used for array names.gjoranv2019-11-132-8/+28
|
* Don't add findbugs annotations to generated config classes.gjoranv2019-08-223-8/+6
|
* Cleanup of config definition name and namespaceHarald Musum2019-08-142-18/+5
| | | | | Config definition name and namespace are mandatory, so no need to fallback to default namespace anymore
* Use enum class when generating c++ code.Tor Egge2019-07-301-5/+11
|
* Class and method used from ConfigGenMojo need to be publicHarald Musum2019-07-302-2/+4
|
* Constructor needs to be public, used by ConfigGenMojoHarald Musum2019-07-301-7/+8
|
* Cleanup MakeConfigHarald Musum2019-07-303-22/+19
| | | | | Languages 'cppng' and 'cpp' are identical now, remove use of 'cppng'. Remove unused property 'config.requireNamespace'.
* Merge pull request #10109 from vespa-engine/musum/add-TODOsHarald Musum2019-07-292-2/+1
|\ | | | | Add TODOs
| * Remove unused constantHarald Musum2019-07-291-1/+0
| |
| * Add TODOsHarald Musum2019-07-292-2/+2
| |
* | Remove unused scripts (used on older Vespa releases)Harald Musum2019-07-293-1253/+0
|/
* Emit proper forward declarations in config generator.Tor Egge2019-01-311-2/+2
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Add url config typeLester Solbakken2018-12-1810-10/+156
|
* Add build() method to config buildersJon Bratseth2018-11-3021-67/+119
|
* Add configgen to modules and clean up a bitHarald Musum2018-11-081-4/+1
|
* Minor fixesJon Bratseth2018-10-142-7/+9
|
* Scala code replaced with Java equivalentOlli Virtanen2018-05-2411-1091/+3065
|
* update bootstrapArne Juul2018-05-162-8/+14
|
* update perl bootstrapArne Juul2018-05-142-0/+4
|
* update bootstrap section of scriptsArne Juul2018-05-142-0/+24
|
* Remove the default ctor for generated inner arrays.gjoranv2018-03-011-29/+1
| | | | - An alternative ctor has been available since 6.128.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Remove scala-parser-combinators dependency.gjoranv2017-10-041-5/+0
|
* Remove ConfigGenerator.createClassName (scala)gjoranv2017-10-041-16/+0
| | | | - No longer used by any live config models.
* Exclude scala-xml from provided classpathgjoranv2017-09-081-1/+1
| | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
* Rewrite ConfigGenerator.createClassName to Java.gjoranv2017-09-054-9/+55
| | | | | | | | | - In new class ConfiggenUtil. - This will allow using the function without loading classes from scala-xml in the future. - Do not remove the original scala method, as it could still be used for a while by older config models. (By classes InstanceResolver and VespaModel.)
* Update test after removing version lineHarald Musum2017-08-301-2/+1
|