summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Change to IllegalArgumentExceptionJon Bratseth2018-06-051-1/+1
* Merge pull request #6083 from vespa-engine/mpolden/add-converge-fieldHarald Musum2018-06-055-71/+176
|\
| * Handle unavailable servicesMartin Polden2018-06-051-8/+23
| * Add converged field to service list responseMartin Polden2018-06-055-70/+160
* | Merge pull request #6040 from vespa-engine/hmusum/run-tenantsmaintainer-in-te...Harald Musum2018-06-052-4/+8
|\ \
| * | Run TenantsMaintainer in test systems and delete unused files in CDHarald Musum2018-05-312-4/+8
* | | Delete unused file references in test environments tooHarald Musum2018-06-052-3/+5
| |/ |/|
* | Revert "Add converged field to service list response"Harald Musum2018-06-045-160/+70
* | Merge pull request #6071 from vespa-engine/hmusum/make-file-distribution-main...Harald Musum2018-06-041-7/+11
|\ \
| * | Actually delete unused file references (but only in CD for now)Harald Musum2018-06-041-7/+11
* | | Merge pull request #6070 from vespa-engine/hmusum/delete-tenants-only-if-unus...Martin Polden2018-06-044-16/+60
|\ \ \
| * | | Do not delete unused tenants that have been created last weekHarald Musum2018-06-044-16/+60
* | | | Merge pull request #6049 from vespa-engine/mpolden/add-converge-fieldMartin Polden2018-06-045-70/+160
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
|\