aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Add expiration concept to data plane tokensBjørn Christian Seime2023-07-123-5/+14
|
* Remove unused, stale stuff related to index-toHarald Musum2023-07-0812-21/+0
| | | | Mostly in schemas, support remove years ago, no funcation changes
* Log less and no need to include version in log message when it's identical ↵Harald Musum2023-07-051-6/+10
| | | | to the one we are building
* Merge pull request #27611 from vespa-engine/fail-on-embedded-provided-depsgjoranv2023-07-041-0/+2
|\ | | | | Fail on embedded provided deps
| * Do not use version for allowed embedded artifacts.gjoranv2023-07-041-2/+2
| | | | | | | | - Rename ArtifactInfo -> ArtifactId and simply ignore versions.
| * Depend on container-dev and allow embeddeding provided deps for now.gjoranv2023-07-031-0/+2
| |
* | Rename method to reflect better what it actually returnsHarald Musum2023-07-031-2/+2
|/
* Add feature falg control of new nested multivalue grouping.Henning Baldersheim2023-06-291-0/+3
|
* Merge pull request #27521 from vespa-engine/jonmv/misc-2Jon Marius Venstad2023-06-261-1/+1
|\ | | | | Tighten node repository locking
| * Return immutable, fix test code insteadjonmv2023-06-231-1/+1
| |
* | Handle feature flag assignment restricted to tenant name onlyBjørn Christian Seime2023-06-231-8/+2
|/
* Merge pull request #27489 from vespa-engine/jonmv/miscJon Marius Venstad2023-06-201-1/+1
|\ | | | | Jonmv/misc
| * Reduce log level for expected multipart failures during deployjonmv2023-06-201-1/+1
| |
* | Read dataplane tokens on redeployMorten Tokle2023-06-202-1/+3
|/
* Merge pull request #27394 from ↵Håkon Hallingstad2023-06-154-26/+181
|\ | | | | | | | | vespa-engine/hmusum/log-or-fail-when-upgrading-config-server-between-two-versions-too-far-apart Log or fail config server startup when upgrading between 2 versions t…
| * SKip upgrade checks if VESPA_SKIP_UPGRADE_CHECK is trueHarald Musum2023-06-153-33/+77
| |
| * Log or fail config server startup when upgrading between 2 versions too far ↵Harald Musum2023-06-134-26/+137
| | | | | | | | | | | | apart Fail on hosted, log on self serve Vespa
* | No functional changesJon Bratseth2023-06-141-13/+10
| |
* | value -> versionMorten Tokle2023-06-123-12/+12
| |
* | Persist tokens on deployMorten Tokle2023-06-1211-9/+180
|/
* Don't log stack traceHarald Musum2023-06-091-2/+2
|
* Merge pull request #27247 from vespa-engine/jonmv/move-health-checkerValerij Fredriksen2023-06-011-44/+3
|\ | | | | Move health container health checker to provision service
| * Move health container health checker to provision servicejonmv2023-05-311-44/+3
| |
* | Use supplier in for expensive log messageValerij Fredriksen2023-05-311-2/+2
|/
* Log more when parsing multipart deployment failsHarald Musum2023-05-251-4/+10
|
* Revert "Revert "Use another exception and error in response when quota is ↵Harald Musum2023-05-224-2/+35
| | | | exceed""
* Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-224-35/+2
|
* Use another exception and error in response when quota is exceedHarald Musum2023-05-224-2/+35
|
* Add dataplane proxy flagOla Aunronning2023-05-161-0/+3
|
* Classify missing node tag for cloud prod as illegal argumentJon Bratseth2023-05-161-1/+3
|
* Add feature flag for enabling conditional put/remove write repairTor Brede Vekterli2023-05-101-0/+3
| | | | | | | This maps to controlling the distributed condition probe feature of the content layer, which in turn controls whether a conditional put/remove to an inconsistent bucket triggers a write repair step on the distributor.
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-2/+1
|
* Only check convergence before restart for services on hosts that should be ↵Harald Musum2023-05-034-40/+51
| | | | | | restarted When checking config convergence for app always check all services as before
* Update ↵Harald Musum2023-05-021-1/+1
| | | | | configserver/src/test/java/com/yahoo/vespa/config/server/deploy/HostedDeployTest.java Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* Update ↵Harald Musum2023-05-021-1/+1
| | | | | configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* Add some more details when config is not convergingHarald Musum2023-05-023-25/+112
|
* Merge pull request #26898 from ↵Valerij Fredriksen2023-05-025-12/+51
|\ | | | | | | | | vespa-engine/jonmv/cloud-health-check-in-deployment-job Verify cloud endpoint health in deployment jobs
| * Add default provider for no node-repo, for health checkerjonmv2023-05-022-0/+20
| |
| * Verify cloud endpoint health in deployment jobsjonmv2023-04-273-12/+31
| |
* | Add feature flag to control connection TTLBjørn Christian Seime2023-04-261-0/+6
|/
* Reduce log levelHarald Musum2023-04-241-1/+1
|
* Use Files.move/() to move file referencesHarald Musum2023-04-241-11/+6
| | | | | | renameTo() is platform dependent and issue #26821 indicates that it fails when using mounted volumes and Docker. Use Files.move() instead and simplify accordingly
* GC undocumented env var that has been replaced by ↵Harald Musum2023-04-192-2/+2
| | | | VESPA_CONFIGSERVER_MULTITENANT a long time ago
* Use Predicate instead of ToIntFunctionHarald Musum2023-04-171-26/+10
|
* Add flag for allowing more than one content group downHarald Musum2023-04-171-2/+24
|
* Merge pull request #26715 from vespa-engine/hmusum/remove-unused-pathHarald Musum2023-04-121-2/+0
|\ | | | | Remove unused API path
| * Remove unused API pathHarald Musum2023-04-121-2/+0
| |
* | Minor cleanup of TenantApplications and testsHarald Musum2023-04-113-35/+20
|/
* Merge pull request #26637 from ↵Bjørn Meland2023-04-113-4/+4
|\ | | | | | | | | vespa-engine/bjormel/maintainer-success-factor-baseline maintainer success factor baseline deviation
| * update metric set with new successFactorDeviation metricbjormel2023-03-291-2/+2
| |