aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Don't require an existing model when preparingJon Bratseth2018-05-024-61/+43
* SimplifyHarald Musum2018-05-027-67/+27
* Cleanup of creation of tenants and tenant repoHarald Musum2018-04-3016-316/+254
* Cleanup of testsHarald Musum2018-04-291-72/+50
* Rename tenant repoHarald Musum2018-04-2756-327/+304
* Expect (re)deployment raceJon Bratseth2018-04-262-8/+10
* Temporarily disable unstable unit test in configserverBjørn Christian Seime2018-04-251-0/+3
* Explicitly add all sessions when initializing instead of relying on cacheHarald Musum2018-04-221-11/+19
* Merge pull request #5659 from vespa-engine/hmusum/remove-unused-methodsHarald Musum2018-04-223-40/+12
|\
| * Remove unused methodsHarald Musum2018-04-053-40/+12
* | Add directory cache listener before startingHarald Musum2018-04-201-1/+1
* | Merge pull request #5636 from vespa-engine/bratseth/load-models-in-use-only-i...Harald Musum2018-04-1911-33/+160
|\ \
| * | Load the minimal set of models needed in devJon Bratseth2018-04-1911-33/+160
* | | Only download file if needed (if it does not exist on disk already)Harald Musum2018-04-191-1/+1
|/ /
* | Merge pull request #5601 from vespa-engine/hmusum/reorder-and-arrange-methodsValerij Fredriksen2018-04-171-138/+131
|\ \
| * | Reorder and arrange methods by operations. No functional changesHarald Musum2018-04-171-138/+131
* | | Merge pull request #5591 from vespa-engine/arnej/handle-new-varname-for-confi...Arne H Juul2018-04-172-2/+2
|\ \ \ | |/ / |/| |
| * | handle VESPA_CONFIGSERVERSArne Juul2018-04-162-2/+2
* | | Remove code for getting errors in logs for config serverHarald Musum2018-04-145-165/+6
|/ /
* | Merge pull request #5555 from vespa-engine/hmusum/add-simpler-deploy-methodHarald Musum2018-04-124-11/+28
|\ \
| * | Add simpler deploy methodHarald Musum2018-04-124-11/+28
* | | Revert "Return empty string from grabLog()"Harald Musum2018-04-124-11/+132
|/ /
* | Return empty string from grabLog()Harald Musum2018-04-114-132/+11
* | Simplify and rename methodHarald Musum2018-04-113-17/+10
* | Add more debug loggingHarald Musum2018-04-111-0/+2
* | Handle destination dir existing but file not existingHarald Musum2018-04-101-5/+6
* | Merge pull request #5480 from vespa-engine/hmusum/add-path-for-POST-preparean...Harald Musum2018-04-061-0/+2
|\ \
| * | Add path for prepareandactivate POST (no session in that case)Harald Musum2018-04-061-0/+2
| |/
* | Revert "Revert "Balder/quick restart of slobrok""Henning Baldersheim2018-04-054-1/+96
* | Revert "Balder/quick restart of slobrok"Henning Baldersheim2018-04-054-96/+1
* | Merge pull request #5467 from vespa-engine/balder/quick-restart-of-slobrokHenning Baldersheim2018-04-054-1/+96
|\ \ | |/ |/|
| * Use application package that will guarantee restart.Henning Baldersheim2018-04-052-1/+10
| * Create application package that will guarantee restart.Henning Baldersheim2018-04-053-0/+86
* | Do not download only if another download for the same file reference is in pr...Harald Musum2018-04-051-1/+1
* | Compare hashes correctly and create hash from source fileHarald Musum2018-04-042-7/+16
|/
* No need to check if lock is heldHarald Musum2018-04-042-7/+2
* Fix commentHarald Musum2018-04-041-1/+1
* Handle adding file reference where existing dir has invalid contentHarald Musum2018-04-042-5/+55
* Revert "Revert "Only allow Zookeeper access for config servers in hosted Vespa""Harald Musum2018-04-031-1/+1
* Merge pull request #5351 from vespa-engine/gjoranv/validate-access-controlMorten Tokle2018-03-232-0/+12
|\
| * Fix unit tests.gjoranv2018-03-202-0/+12
* | Fix testHarald Musum2018-03-201-1/+2
* | Add guard for tenant not existingHarald Musum2018-03-191-1/+1
* | Try to avoid using up all resources handling requests for non-existing fileHarald Musum2018-03-172-13/+19
|/
* Minor adjustments to loggingHarald Musum2018-03-161-4/+5
* Prepare for removing some unused or noop methods from filedistribution APIHarald Musum2018-03-154-39/+13
* Catch exception and log and make sure to close any file dataHarald Musum2018-03-152-7/+13
* Merge pull request #5284 from vespa-engine/hmusum/do-not-set-health-status-up...Jon Bratseth2018-03-145-111/+150
|\
| * Ignore non-working test (needs fixing MockCurator.MockLock to work)Harald Musum2018-03-141-0/+3
| * Handle failing app redeployment at statup and do not set health status to 'up'Harald Musum2018-03-115-111/+147