aboutsummaryrefslogtreecommitdiffstats
path: root/config-lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Merge pull request #15521 from ↵Jon Bratseth2020-11-305-4/+144
| | | | | | | 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-295-144/+4
|
* Include configgenJon Bratseth2020-11-291-1/+0
|
* Revert "Merge pull request #15510 from ↵Jon Bratseth2020-11-295-4/+145
| | | | | | | 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-275-145/+4
|
* Import codegenJon Bratseth2020-11-271-0/+25
|
* Revert "Merge pull request #15495 from ↵Jon Bratseth2020-11-275-4/+120
| | | | | | | 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-265-120/+4
|
* Revert "Merge pull request #15492 from ↵Jon Bratseth2020-11-265-4/+120
| | | | | | | 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-265-120/+4
|
* Support marking configs as apply on restartJon Bratseth2020-11-245-4/+120
|
* Use full name in config definition file namesHarald Musum2020-09-108-0/+0
|
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-1/+1
| | | | | - Deprecate public methods using body struct. - Update expected generated config.
* Safeguard against adding disk bundles to allowed duplicates.gjoranv2020-04-021-5/+7
| | | | | | | | | | This should not be necessary, because disk bundles should be removed by getObsoleteFileReferences (as long as they are present in both the old and new set of bundles). However, there was an incident where all the model amender's bundles were added to the set of allowed duplicates. One possible explanation is that FileReference.equals or hashCode was broken, so an improved version is added by this commit.
* Add a basic test for struct builders.gjoranv2019-10-112-0/+35
| | | | + Delete unused .def file
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-8/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-2911-32/+11
| | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* Remove removed ctor in InnerNodeVector from abi spec.gjoranv2019-01-211-2/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove unused ctor in InnerNodeVectorgjoranv2019-01-211-5/+0
|
* Merge pull request #8051 from vespa-engine/bratseth/query-profile-fixesJon Bratseth2019-01-091-1/+1
|\ | | | | Include queryProfile as a regular parameter
| * Remove temporary lineJon Bratseth2019-01-081-1/+1
| |
* | Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+501
|/ | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-501/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Update ABI spec.Ilpo Ruotsalainen2018-12-181-2/+40
|
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+475
|
* Add url config typeLester Solbakken2018-12-188-4/+163
|
* Use full nameHarald Musum2018-10-038-8/+8
|
* Read fiel distribution file reference correctlyJon Bratseth2018-09-071-1/+0
|
* Merge with masterJon Bratseth2018-06-011-2/+3
|\
| * Delete /vespa/config from zookeeper, has not been used for many yearsHarald Musum2018-05-311-2/+1
| |
| * Require file reference to be non-nullHarald Musum2018-05-301-1/+3
| |
* | Separate internal redeploys from application package changesJon Bratseth2018-06-011-4/+7
|/ | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* 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 file distribution skeleton to config proxyHarald Musum2017-11-021-1/+1
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Add missing copyright headersgjoranv2017-08-181-0/+1
|
* Remove redundant def files.gjoranv2017-08-1715-182/+0
| | | | * They were probably copied to another module a long time ago.
* Add test for package and namespace.gjoranv2017-08-174-2/+46
|
* Remove LeafNode.initialize().gjoranv2017-07-201-13/+0
| | | | - package private, and seems unused.
* Minor cleanup: unnecessary annotation, use diamond operator.gjoranv2017-07-191-3/+2
|
* Declare helper methods static.gjoranv2017-07-191-9/+9
| | | | + bugfix: iterate over given list, not field 'vector'