aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Throw if file reference or vespa version not found for session in zk"Harald Musum2023-07-204-10/+13
* Merge pull request #27845 from vespa-engine/hmusum/remove-unused-methodHarald Musum2023-07-201-3/+0
|\
| * Remove methods, only used by Vespa 7 modelsHarald Musum2023-07-201-3/+0
* | Merge pull request #27828 from vespa-engine/hmusum/throw-if-not-found-in-zkHarald Musum2023-07-204-13/+10
|\ \ | |/ |/|
| * SimplifyHarald Musum2023-07-194-6/+5
| * Throw if file reference or vespa version not found for session in zkHarald Musum2023-07-191-7/+5
* | Log issues with invalid deploy request data at INFO levelHarald Musum2023-07-191-2/+2
|/
* Use Exceptions.toMessageString()Harald Musum2023-07-191-1/+4
* Don't throw InvalidApplicationException when there are node allocation issuesHarald Musum2023-07-191-0/+5
* Merge pull request #27774 from vespa-engine/jonmv/reconfiger-dispatch-selfsubJon Marius Venstad2023-07-141-0/+3
|\
| * Add flag for reconfigurable dispatcherjonmv2023-07-141-0/+3
* | Merge pull request #27766 from vespa-engine/jdk21-prep-2gjoranv2023-07-141-3/+0
|\ \
| * | Remove extraneous semicolongjoranv2023-07-131-3/+0
| |/
* / Allow missing expirationBjørn Christian Seime2023-07-131-1/+3
|/
* 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
* Log less and no need to include version in log message when it's identical to...Harald Musum2023-07-051-6/+10
* 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
|\
| * 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
|\
| * 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 vespa-engine/hmusum/log-or-fail-when-upgrading...Håkon Hallingstad2023-06-154-26/+181
|\
| * 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 a...Harald Musum2023-06-134-26/+137
* | 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 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 exc...Harald Musum2023-05-224-2/+35
* 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
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-2/+1
* Only check convergence before restart for services on hosts that should be re...Harald Musum2023-05-034-40/+51
* Update configserver/src/test/java/com/yahoo/vespa/config/server/deploy/Hosted...Harald Musum2023-05-021-1/+1
* Update configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deploy...Harald Musum2023-05-021-1/+1
* Add some more details when config is not convergingHarald Musum2023-05-023-25/+112
* Merge pull request #26898 from vespa-engine/jonmv/cloud-health-check-in-deplo...Valerij Fredriksen2023-05-025-12/+51
|\
| * 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