summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Route tester API calls based on feature flagHarald Musum2020-01-203-8/+29
| | | | | |
* | | | | | Merge pull request #11863 from ↵Jon Bratseth2020-01-215-1/+42
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/bratseth/dont-add-attribute-types-across-document-types Add attribute types only to the profiles of the same search definition
| * | | | | Add attribute types only to the profiles of the same search definitionJon Bratseth2020-01-205-1/+42
| | | | | |
* | | | | | Merge pull request #11862 from ↵Andreas Eriksen2020-01-2027-491/+294
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-11842-andreer/endpoint-certificate-refactoring Revert "accept and store json endpoint cert metadata on deploy"
| * | | | | | Revert "accept and store json endpoint cert metadata on deploy"Jon Marius Venstad2020-01-2027-491/+294
|/ / / / / /
* | | | | | Merge pull request #11860 from ↵Jon Marius Venstad2020-01-201-4/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/jvenstad/log-ZK-connection-changes-in-configserver-and-controller Log curator state changes SUSPENDED, RECONNECTED and LOST
| * | | | | Update Curator.javaJon Marius Venstad2020-01-201-3/+2
| | | | | |
| * | | | | Log curator state changes SUSPENDED, RECONNECTED and LOSTJon Marius Venstad2020-01-201-1/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #11842 from ↵Andreas Eriksen2020-01-2027-294/+491
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/andreer/endpoint-certificate-refactoring accept and store json endpoint cert metadata on deploy
| * | | | | use valid cert/key in testandreer2020-01-201-8/+23
| | | | | |
| * | | | | use valid cert/key in testandreer2020-01-201-6/+21
| | | | | |
| * | | | | verify public key matches private keyandreer2020-01-204-0/+65
| | | | | |
| * | | | | accept and store json endpoint cert metadata on deployandreer2020-01-1725-292/+394
| | | | | | | | | | | | | | | | | | | | | | | | also refactor from tlsSecretKeys -> several "endpoint certificate" classes
* | | | | | Merge pull request #11858 from ↵Jon Marius Venstad2020-01-203-0/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/resume-jobs=in-application-v4 Resume jobs in application/v4 by deleting a pause
| * | | | | | Resume jobs in application/v4 by deleting a pauseJon Marius Venstad2020-01-203-0/+18
| | | | | | |
* | | | | | | Merge pull request #11857 from vespa-engine/jvenstad/optional-submission-dataJon Marius Venstad2020-01-202-2/+5
|\| | | | | | | | | | | | | | | | | | | | Require scheme and host as well
| * | | | | | Move verification to handler, only for explicit URLsJon Marius Venstad2020-01-202-5/+5
| | | | | | |
| * | | | | | Require scheme and host as wellJon Marius Venstad2020-01-201-1/+4
| | | | | | |
* | | | | | | Merge pull request #11854 from vespa-engine/bratseth/isBlocked-in-pongJon Bratseth2020-01-2011-59/+91
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Bratseth/is blocked in pong
| * | | | | | Fix comment typoJon Bratseth2020-01-201-1/+1
| | | | | | |
| * | | | | | Add and propagate isBlockingWrite fieldJon Bratseth2020-01-203-5/+9
| | | | | | |
| * | | | | | Add isBlockingWrites to pongJon Bratseth2020-01-209-54/+82
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | - Add isBlockingWrites to pong - Cleanup and deprecate unused complexity: There is just one node and one error
* | | | | | Merge pull request #11855 from vespa-engine/jvenstad/optional-submission-dataJon Marius Venstad2020-01-2010-72/+90
|\ \ \ \ \ \ | | |/ / / / | |/| | | | Jvenstad/optional submission data
| * | | | | Validate sourceUrl parametersJon Marius Venstad2020-01-201-0/+3
| | | | | |
| * | | | | Make ApplicationVersion id depend on number and commit, and make revision ↵Jon Marius Venstad2020-01-206-47/+48
| | | | | | | | | | | | | | | | | | | | | | | | optional
| * | | | | Make mojo send only specified data, and make it all optionalJon Marius Venstad2020-01-204-25/+39
| | |_|/ / | |/| | |
* | | | | Merge pull request #11840 from vespa-engine/gjoranv/node-infogjoranv2020-01-2010-42/+53
|\ \ \ \ \ | |/ / / / |/| | | | Gjoranv/node info
| * | | | Add back nodeId to config defgjoranv2020-01-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a default value because the model does not produce the value anymore. - This should not be necessary. The field can safely be removed because the config model of older versions always adds a value for this field.
| * | | | Add node's role to json output.gjoranv2020-01-175-2/+15
| | | | |
| * | | | Expose hostname, and rename nodeId -> role.gjoranv2020-01-1710-40/+35
| | | | |
| * | | | Propagate node to allow adding more node properties to json outputgjoranv2020-01-171-3/+3
| | | | |
* | | | | Merge pull request #11847 from vespa-engine/freva/filter-table-diffValerij Fredriksen2020-01-2039-119/+139
|\ \ \ \ \ | |_|_|_|/ |/| | | | Optimize filter table diff
| * | | | SimplifyValerij Fredriksen2020-01-201-1/+1
| | | | |
| * | | | Produce smaller diff in FilterTableLineEditorValerij Fredriksen2020-01-202-9/+62
| | | | |
| * | | | Minor fixesValerij Fredriksen2020-01-198-13/+8
| | | | |
| * | | | Use Optional::isEmptyValerij Fredriksen2020-01-196-10/+10
| | | | |
| * | | | Use new collections initializersValerij Fredriksen2020-01-1927-87/+59
| | | | |
* | | | | Merge pull request #11836 from ↵Harald Musum2020-01-208-11/+231
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-methods-for-tester-requests Add bindings for requests that should be sent to tester containers
| * | | | | Use httpsHarald Musum2020-01-181-2/+2
| | | | | |
| * | | | | Add bindings for requests that should be sent to tester containersHarald Musum2020-01-178-11/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add bindings to be able to send requests to /tester/v1 API on tester containers (not fully implemented yet)
* | | | | | Merge pull request #11850 from vespa-engine/mortent/remove-migrate-aws-hc-flagBjørn Christian Seime2020-01-201-6/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Remove feature flag migrate-aws-health-check
| * | | | | Remove feature flag migrate-aws-health-checkMorten Tokle2020-01-201-6/+0
| | | | | |
* | | | | | Merge pull request #11852 from ↵Jon Bratseth2020-01-202-7/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/searchCluaterTest-non-functional Close state in requireThatVipStatusIsDefaultDownButComesUpAfterPinging
| * | | | | | Close state in requireThatVipStatusIsDefaultDownButComesUpAfterPingingJon Bratseth2020-01-202-7/+15
| | | | | | |
* | | | | | | Merge pull request #11851 from vespa-engine/mortent/routing-l4-flagMorten Tokle2020-01-201-0/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Add flag to install L4 routing package
| * | | | | | Add flag to install L4 routing packageMorten Tokle2020-01-201-0/+6
| |/ / / / /
* | | | | | Merge pull request #11835 from ↵Håkon Hallingstad2020-01-2022-33/+229
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hakonhall/use-bucketspace-metric-in-retirement Use bucket_space metric in retirement
| * | | | | Test metric value for different dimensions, and moreHåkon Hallingstad2020-01-173-6/+13
| | | | | |
| * | | | | Use bucket_space metric in retirementHåkon Hallingstad2020-01-1722-33/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the Cluster Controller use the vds.datastored.bucket_space.buckets_total, dimension bucketSpace=default, to determine whether a content node manages zero buckets, and if so, will allow the node to go permanently down. This is used when a node is retiring, and it is to be removed from the application. The change is guarded by the use-bucket-space-metric, default true. If the new metric doesn't work as expected, we can revert to using the current/old metric by flipping the flag. The flag can be controlled per application.
* | | | | | Merge pull request #11848 from ↵Harald Musum2020-01-201-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/musum/add-flag-for-where-to-send-tester-api-calls Add flag for where to send tester api calls