summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
...
* Install jar and symlink from config server appHarald Musum2019-03-261-0/+1
* Merge pull request #8876 from vespa-engine/gjoranv/metrics-proxy-containergjoranv2019-03-261-0/+6
|\
| * Add feature flag for ENABLE_METRICS_PROXY_CONTAINERgjoranv2019-03-221-0/+6
* | Do RPC call asynchronously and with higher timeoutHarald Musum2019-03-251-8/+16
* | Revert "Do RPC call asynchronously and with higher timeout "Harald Musum2019-03-221-8/+7
* | Merge pull request #8865 from vespa-engine/hmusum/do-rpc-call-asnychronously-...Harald Musum2019-03-221-7/+8
|\ \
| * | Do RPC call asynchronously and with higher timeoutHarald Musum2019-03-211-7/+8
* | | Use the new variablesValerij Fredriksen2019-03-211-1/+1
|/ /
* / Revert "Source container-environment"Valerij Fredriksen2019-03-201-8/+0
|/
* Check for both service types when getting container on logserver hostHarald Musum2019-03-191-1/+4
* Add feature flag for using a separate service type ('logserver-container') fo...Harald Musum2019-03-121-0/+7
* Revert "Set generation in empty sentinel config response"Harald Musum2019-03-122-3/+1
* Set generation in empty sentinel config responseHarald Musum2019-03-112-1/+3
* Add config for returning empty sentinel config when app is removedHarald Musum2019-03-115-138/+51
* Revert "Flavor interface"Valerij Fredriksen2019-03-102-26/+23
* update host registry which is used for config before asking for new configJon Marius Venstad2019-03-081-1/+1
* Follow API changeValerij Fredriksen2019-03-082-23/+26
* Do not close client before proxied response is returnedValerij Fredriksen2019-03-071-2/+4
* Set Content-Type and Content-EncodingValerij Fredriksen2019-03-073-83/+18
* Merge pull request #8684 from vespa-engine/freva/add-log-with-hostname-to-app...Valerij Fredriksen2019-03-063-27/+46
|\
| * Get logs from given hostname rather than logserver nodeValerij Fredriksen2019-03-053-27/+46
* | Merge pull request #8679 from vespa-engine/hmusum/do-not-set-application-name...Harald Musum2019-03-063-25/+2
|\ \
| * | Do not set application name when creating a sessionHarald Musum2019-03-053-25/+2
| |/
* | Merge pull request #8670 from vespa-engine/gjoranv/use-container-service-type_2gjoranv2019-03-0510-18/+34
|\ \ | |/ |/|
| * Use ContainerServiceType in configserver.gjoranv2019-03-0410-18/+34
* | Merge pull request #8676 from vespa-engine/hakonhall/use-list-instead-of-set-...Håkon Hallingstad2019-03-041-2/+2
|\ \
| * | Use List instead of Set for flags rules.conditions.valuesHåkon Hallingstad2019-03-041-2/+2
* | | Merge pull request #8667 from vespa-engine/hmusum/cleanup-config-server-testsHarald Musum2019-03-042-96/+24
|\ \ \ | |_|/ |/| |
| * | Fix assertHarald Musum2019-03-041-1/+1
| * | Move the one useful test, remove the restHarald Musum2019-03-043-97/+24
* | | Revert "Gjoranv/use container service type"gjoranv2019-03-0410-34/+18
|/ /
* | Merge pull request #8657 from vespa-engine/gjoranv/use-container-service-typegjoranv2019-03-0410-18/+34
|\ \ | |/ |/|
| * Use ContainerServiceType in configserver.gjoranv2019-03-0110-18/+34
* | Treat empty nodes as non-existentJon Marius Venstad2019-03-021-1/+3
* | Revert "Revert "Revert "Jvenstad/fix config model inconsitency"""Jon Marius Venstad2019-03-0128-363/+276
* | Revert "Revert "Jvenstad/fix config model inconsitency""Jon Marius Venstad2019-03-0128-276/+363
|/
* Revert "Jvenstad/fix config model inconsitency"Harald Musum2019-03-0128-363/+276
* Merge pull request #8645 from vespa-engine/jvenstad/fix-config-model-inconsit...Jon Marius Venstad2019-03-0128-276/+363
|\
| * Avoid exception in getDeployTimeJon Marius Venstad2019-03-012-3/+6
| * Create applications only during deployment, and abort activation of non-exist...Jon Marius Venstad2019-03-013-1/+4
| * Synchronise access to session status of an application, and eliminate some racesJon Marius Venstad2019-03-019-79/+140
| * Synchronise accesses to applicationSet in RemoteSession to avoid concurrent l...Jon Marius Venstad2019-03-011-3/+3
| * Let TenantRequestHandler own a TenantApplicationsJon Marius Venstad2019-02-283-9/+17
| * Optimise importsJon Marius Venstad2019-02-283-33/+48
| * Various cleanup, non-functionalJon Marius Venstad2019-02-289-31/+13
| * Register applications in TenantApplications before activating their sessionsJon Marius Venstad2019-02-289-29/+44
| * Minor refactoring, and some renamingJon Marius Venstad2019-02-2814-68/+74
| * Minor cleanupJon Marius Venstad2019-02-285-51/+45
* | Don't do request parsing on jrt transport threadBjørn Christian Seime2019-02-282-3/+5
|/
* Revert "Revert "Reduce heterogeneity by inlining TenantApplications, and some...Harald Musum2019-02-2719-381/+204