aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add converged field to service list responseMartin Polden2018-06-045-70/+160
| |/ /
* / / compress access logs on configserverArne Juul2018-06-042-2/+1
|/ /
* | Test internalRedepoy persistenceJon Bratseth2018-06-011-2/+3
* | Test internalRedeploy from ApplicationMetaData -> ConfigResponseJon Bratseth2018-06-015-31/+53
* | Test internalRedeploy propagation in config responsesJon Bratseth2018-06-016-18/+27
* | Internal redeploy Depoyer.deployFromLocalActive -> ApplicationMetaDataJon Bratseth2018-06-012-2/+9
* | Merge with masterJon Bratseth2018-06-0134-164/+360
|\ \
| * | Only delete unused file references that was created more than 14 days agoHarald Musum2018-05-312-5/+30
| |/
| * Delete /vespa/config from zookeeper, has not been used for many yearsHarald Musum2018-05-312-0/+3
| * Build only the minimal set of models needed in testHarald Musum2018-05-311-1/+2
| * Use TemporaryFolder in more placesHarald Musum2018-05-313-10/+17
| * Use TemporaryFolder with @RuleHarald Musum2018-05-308-52/+76
| * Changes after review feedbackHarald Musum2018-05-302-8/+11
| * Add maintainer for deleting unused file references on diskHarald Musum2018-05-3018-64/+221
| * Refactor creation of ConfigServerDBHarald Musum2018-05-2911-56/+32
* | Separate internal redeploys from application package changesJon Bratseth2018-06-0128-98/+165
|/
* Minor refactoringHarald Musum2018-05-294-27/+8
* Add method to get all file references used by an applicationHarald Musum2018-05-282-4/+9
* Don't delete hosted vespa tenantHarald Musum2018-05-282-0/+6
* Minor refactoring of how we set interval for maintainersHarald Musum2018-05-281-8/+23
* Merge pull request #5934 from vespa-engine/hmusum/add-zookeeper-data-maintainerHarald Musum2018-05-256-16/+101
|\
| * Add zookeeper data maintainer (removes unused file distribution data)Harald Musum2018-05-246-16/+101
* | No need to nest try statementsHarald Musum2018-05-251-5/+3
* | Really take lock before running maintainerHarald Musum2018-05-251-2/+7
* | Fix component pathsHåkon Hallingstad2018-05-241-2/+2
|/
* Merge pull request #5927 from vespa-engine/hmusum/fix-maintainer-lock-pathHarald Musum2018-05-242-2/+54
|\
| * Run maintainer manuallyHarald Musum2018-05-241-2/+2
| * Use absolute path for lock and add testHarald Musum2018-05-242-2/+54
* | Merge pull request #5925 from vespa-engine/hmusum/cleanup-temp-dir-2Harald Musum2018-05-241-8/+20
|\ \ | |/ |/|
| * Use try-finally in caller to make sure temp dir is always deletedHarald Musum2018-05-241-6/+12
| * Cleanup properlyHarald Musum2018-05-241-8/+14
* | Timeout should not return invalid INVALID_APPLICATION_PACKAGE, return INTERNA...Harald Musum2018-05-231-1/+2
|/
* Merge pull request #5911 from vespa-engine/hmusum/use-thread-pool-4Henning Baldersheim2018-05-231-3/+4
|\
| * Use a shared thread pool instead of creating a new for every sessionHarald Musum2018-05-231-3/+4
* | Remove useless testHarald Musum2018-05-231-26/+0
|/
* Run maintainer with different interval in CD (at all, as the default interval...Harald Musum2018-05-231-3/+4
* Merge pull request #5900 from vespa-engine/hmusum/add-application-id-to-excep...Valerij Fredriksen2018-05-221-1/+1
|\
| * Add application id to exceptionHarald Musum2018-05-221-1/+1
* | Merge pull request #5897 from vespa-engine/mpolden/avoid-incidental-upgrade-o...Harald Musum2018-05-222-3/+33
|\ \
| * | Stop upgrading hosted-vespa applications in manually deployed environmentsMartin Polden2018-05-222-3/+33
| |/
* | Merge pull request #5878 from vespa-engine/bjorncs/proper-athenz-identity-pro...Bjørn Christian Seime2018-05-224-0/+25
|\ \ | |/ |/|
| * Add athenzDnsSuffix and ztsUrl to identity configBjørn Christian Seime2018-05-154-0/+25
* | SimplifyHarald Musum2018-05-221-9/+6
* | Delete temp dir when exception happensHarald Musum2018-05-221-7/+6
* | Add maintainer for deleting unused tenantsHarald Musum2018-05-209-73/+193
* | move perl complexity to simpler shell functionArne Juul2018-05-181-4/+13
* | Make test more robust, close unused tenant repoHarald Musum2018-05-161-1/+2
* | Stop using vespamallocdHarald Musum2018-05-161-1/+1
* | Merge pull request #5880 from vespa-engine/hmusum/use-thread-pool-2Henning Baldersheim2018-05-163-18/+11
|\ \
| * | Use a thread pool for wathcing for new sessionsHarald Musum2018-05-163-18/+11