summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Remove XML schema for removed support for generic service clusterHarald Musum2022-06-083-33/+0
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-3/+1
| | | | Also remove some deprecated methods in ConfigGetter
* Cleanup 'access-control' for Vespa 8Bjørn Christian Seime2022-06-086-61/+15
| | | | | Always enable read/write protection. Warn on 'read'/'write' attributes. Update TODOs.
* Remove 'attribute: huge' which has no effect.Geir Storli2022-06-0811-33/+3
|
* Keep 'random' as synonym to 'adaptive' until Vespa 9Jon Bratseth2022-06-081-1/+1
|
* remove TemporaryStructuredDataTypeArne H Juul2022-06-083-10/+2
|
* stop using/testing deprecated APIArne H Juul2022-06-081-4/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-081-4/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-081-15/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-0817-500/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-083-7/+3
|
* Disallow on Vespa 8Jon Bratseth2022-06-081-3/+0
|
* Disallow on Vespa 8Jon Bratseth2022-06-084-20/+1
|
* Fail on Vespa 8Jon Bratseth2022-06-081-7/+3
|
* Remove on Vespa 8Jon Bratseth2022-06-082-33/+33
|
* Remove on Vespa 8Jon Bratseth2022-06-082-4/+2
|
* Don't put application into application/ when deploying with vespa-deployHarald Musum2022-06-081-1/+1
|
* Remove legacy headersBjørn Christian Seime2022-06-081-3/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-083-11/+3
|
* remove constructs with no effectArne H Juul2022-06-083-172/+1
|
* Remove support for jvmargs attribute in nodes element in services.xmlHarald Musum2022-06-087-92/+5
|
* Stop supporting top-level configserver element in services.xmlHarald Musum2022-06-082-8/+3
|
* Remove unused fieldsJon Bratseth2022-06-081-1/+0
|
* Remove support for 'aliases' elementMartin Polden2022-06-084-93/+1
|
* Stop using guava-testlib for simple tests.gjoranv2022-06-082-7/+1
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-0813-198/+2
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Revert "Revert "Rename 'qrs' to 'access'""Bjørn Meland2022-06-081-2/+2
|
* Revert "Rename 'qrs' to 'access'"gjoranv2022-06-081-2/+2
| | | | This reverts commit 22ed2d2102e356396444ed5461c8bbdc77e80c4e.
* Fix TODOs for Vespa 8.Yngve Aasheim2022-06-081-41/+1
|
* Rename 'qrs' to 'access'bjormel2022-06-081-2/+2
|
* Remove '.sum' form vds sum metrics.Henning Baldersheim2022-06-084-208/+185
| | | | | | | | Remove '.sum' from metric names for storage node and also remove the average metrics for the same. Remove '.sum' from distributor metrics set and remove distributor average metrics. GC '.sum' from distributor metric names. Remove '.alldisks' from metric names and update tests. GC '.alldisks' from filestor metrics.
* Remove deprecated http response metricsBjørn Christian Seime2022-06-081-2/+0
|
* GC deprecated statistics moduleHenning Baldersheim2022-06-085-51/+0
|
* Enable filtering 'strict-mode' by defaultBjørn Christian Seime2022-06-082-7/+45
|
* update unit testsArne H Juul2022-06-083-8/+8
|
* never use "qrserver" as service nameArne H Juul2022-06-081-1/+1
|
* Remove 'jetty' attribute from container elementBjørn Christian Seime2022-06-083-16/+4
|
* GC compression inside documentHenning Baldersheim2022-06-081-49/+1
|
* Remove unused test datajonmv2022-06-083-19/+0
|
* remove some cruftArne H Juul2022-05-3126-1237/+1
|
* Merge pull request #22800 from vespa-engine/bratseth/schema-info-take-2Henning Baldersheim2022-05-317-97/+79
|\ | | | | Bratseth/schema info take 2
| * Produce rank-config againJon Bratseth2022-05-311-0/+2
| |
| * Revert "Revert "Simplify""Jon Bratseth2022-05-317-98/+78
| | | | | | | | This reverts commit 66c06751d6aae347ce3bd2949ef83b1b8ce93054.
* | Output deployment warning on import of Jetty packagesBjørn Christian Seime2022-05-313-3/+10
| |
* | Merge pull request #22793 from vespa-engine/mpolden/reject-deprecated-elementMartin Polden2022-05-311-2/+2
|\ \ | |/ |/| Reject deployment spec using elements deprecated on previous major
| * Reject deployment spec using elements deprecated on previous majorMartin Polden2022-05-301-2/+2
| |
* | Merge pull request #22795 from vespa-engine/bratseth/grammar-fixesJon Bratseth2022-05-30133-160/+165
|\ \ | |/ |/| Bratseth/grammar fixes
| * Correct syntaxJon Bratseth2022-05-304-14/+14
| |
| * Use modern syntaxJon Bratseth2022-05-2936-39/+47
| |
| * Grammar fixesJon Bratseth2022-05-291-1/+1
| |