summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Move cluster controller metrics to a separate enum fileyngveaasheim2023-03-151-4/+5
* Allow XML fragments againJon Bratseth2023-03-131-17/+0
* Use equals when comparing versionsHarald Musum2023-03-092-2/+2
* Higher HTTP handler timeout for deploy, to account for reading requestjonmv2023-03-081-1/+1
* Merge pull request #26339 from vespa-engine/bjorncs/prepare-and-activateBjørn Christian Seime2023-03-071-0/+4
|\
| * Add application id to access logBjørn Christian Seime2023-03-071-0/+4
* | Merge pull request #26336 from vespa-engine/hmusum/add-property-requiredGener...Henning Baldersheim2023-03-077-16/+73
|\ \
| * | Add request property requiredGeneration to http get config requestsHarald Musum2023-03-077-16/+73
| |/
* / Wait longer for all users of barrier.Harald Musum2023-03-071-2/+3
|/
* Reapply "public athenz provider" (#26311)Morten Tokle2023-03-061-1/+0
* Log less or at a lower levelHarald Musum2023-03-063-13/+17
* Don't delay response if we resolve config a second timeHarald Musum2023-03-031-3/+3
* Resolve config when we discover a new config generation is activeHarald Musum2023-03-031-2/+2
* Merge pull request #26246 from vespa-engine/bratseth/cluster-infoValerij Fredriksen2023-03-013-2/+12
|\
| * Pass ClusterInfoJon Bratseth2023-03-013-2/+12
* | Set last modified time for file reference dir, not the files in itHarald Musum2023-03-011-1/+1
* | Use correct feature flag as sourceBjørn Christian Seime2023-03-011-1/+1
|/
* Merge pull request #26228 from vespa-engine/bjorncs/global-phase-feature-flagArne H Juul2023-02-281-0/+3
|\
| * Introduce feature flag to enable global phaseBjørn Christian Seime2023-02-281-0/+3
* | Set last modified timestamp for file reference to be usedHarald Musum2023-02-281-0/+3
|/
* Make code clearer by using a new record DelayedConfigHarald Musum2023-02-281-20/+20
* Add empty() method to GetConfigContextHarald Musum2023-02-283-2/+8
* Merge pull request #26142 from vespa-engine/hmusum/configserver-cleanup-2Håkon Hallingstad2023-02-278-70/+31
|\
| * Simplify use of HostRegistry and ConfigActivationListenerHarald Musum2023-02-227-50/+10
| * Cosmetic changesHarald Musum2023-02-223-24/+25
* | Rename methods and fields only, no functional changesHarald Musum2023-02-245-39/+40
* | Revert "Cleanup HostRegistry, no functional changes"Harald Musum2023-02-245-47/+59
* | Cleanup HostRegistry, no functional changesHarald Musum2023-02-235-59/+47
* | Merge pull request #26169 from vespa-engine/hmusum/configserver-cleanup-1aValerij Fredriksen2023-02-2323-180/+25
|\ \
| * | Remove unused fields and methodsHarald Musum2023-02-231-47/+0
| * | Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-2318-114/+16
| * | Cleanup and simplifyHarald Musum2023-02-238-23/+13
* | | Wait for resources in activate()Valerij Fredriksen2023-02-231-6/+6
* | | Use java supplierValerij Fredriksen2023-02-231-3/+4
|/ /
* / Revert "Hmusum/configserver cleanup 1"Harald Musum2023-02-2228-72/+239
|/
* Cleanup HostRegistry, no functional changesHarald Musum2023-02-225-59/+47
* Remove unused fields and methodsHarald Musum2023-02-211-47/+0
* Simplify by using host provisioner from TenantRepositoryHarald Musum2023-02-2118-114/+16
* Cleanup and simplifyHarald Musum2023-02-218-23/+13
* Reduce logging for acceptable exceptionjonmv2023-02-171-1/+4
* Exchange BCP info WIPJon Bratseth2023-02-151-0/+1
* Update test and fix bug in tester code where flag source was not usedHarald Musum2023-02-143-6/+19
* Add flag controlling config server session expiry timeHarald Musum2023-02-141-1/+1
* All deletion of more sessions for every runHarald Musum2023-02-141-1/+1
* Deprecate and stop using HostSpec constructor that should be removedHarald Musum2023-02-132-6/+3
* Merge pull request #25973 from vespa-engine/hmusum/ungenerify-HostValidatorHåkon Hallingstad2023-02-106-27/+19
|\
| * SimplifyHarald Musum2023-02-102-4/+1
| * No need for generics for HostValidator anymoreHarald Musum2023-02-105-24/+19
* | Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-5/+9
|/
* Add tenant name to log and repsonse when unable to parse multipartHarald Musum2023-02-071-2/+2