summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13473 from vespa-engine/gjoranv/remove-LocalSessionLoaderHarald Musum2020-06-036-237/+198
|\
| * optimize importsgjoranv2020-06-031-5/+6
| * Declare helpers privategjoranv2020-06-031-2/+2
| * Remove TODO that is now fixedgjoranv2020-06-031-1/+0
| * Rename loadSession -> createSessionFromIdgjoranv2020-06-032-6/+5
| * minor: move private helpers downgjoranv2020-06-031-17/+16
| * Remove the SessionFactory interfacegjoranv2020-06-034-223/+191
| * Remove the LocalSessionLoader interfacegjoranv2020-06-036-23/+18
* | Merge pull request #13470 from vespa-engine/musum/configserver-refactoring-5Harald Musum2020-06-033-50/+16
|\ \ | |/ |/|
| * Move more methods up to Session classHarald Musum2020-06-033-50/+16
* | Merge pull request #13467 from vespa-engine/hmusum/stop-using-feature-flagHÃ¥kon Hallingstad2020-06-032-8/+3
|\ \ | |/ |/|
| * Remove feature flagHarald Musum2020-06-032-8/+3
* | Merge branch 'master' into musum/configserver-refactoring-5Harald Musum2020-06-034-8/+19
|\|
| * Use correct LocalSessionRepo constructorHarald Musum2020-06-033-8/+11
| * Get rid of TenantBuilderHarald Musum2020-06-0319-508/+233
| * Move some session method to superclassHarald Musum2020-06-023-14/+14
| * Revert "Config server refactoring, part 4"Harald Musum2020-06-0222-247/+522
| * Merge pull request #13448 from vespa-engine/balder/random-best-of-2-lbHenning Baldersheim2020-06-021-0/+8
| |\
| | * Control docproc loadbalancer type with feature flag.Henning Baldersheim2020-06-021-0/+8
* | | Get rid of RemoteSessionFactoryHarald Musum2020-06-0210-66/+30
|/ /
* | Get rid of TenantBuilderHarald Musum2020-06-0219-508/+233
* | Move some session method to superclassHarald Musum2020-06-023-14/+14
|/
* Remove unintended checkin of filesHarald Musum2020-06-021-604/+0
* SimplifyHarald Musum2020-06-013-145/+48
* Move two more tests and remove one that has been ignored for a long timeHarald Musum2020-06-013-54/+630
* Move and collapse two tests into oneHarald Musum2020-06-012-26/+22
* Stop subclassing SessionHandlerTestHarald Musum2020-05-301-11/+14
* Move two testsHarald Musum2020-05-303-27/+44
* Merge pull request #13429 from vespa-engine/balder/remove-slow-start-from-configHenning Baldersheim2020-05-291-7/+0
|\
| * Remove control of slow start. That was a blind alley.Henning Baldersheim2020-05-291-7/+0
* | Remove unused APIHarald Musum2020-05-295-65/+39
|/
* Get rid of SessionContextHarald Musum2020-05-2812-148/+94
* RefactoringHarald Musum2020-05-2812-69/+54
* Merge pull request #13411 from vespa-engine/hmusum/use-java-Files-for-creatin...gjoranv2020-05-2812-38/+51
|\
| * Use java Files class for creating temp dirHarald Musum2020-05-2812-38/+51
| * Store the file reference of the distributed app package in ZKgjoranv2020-05-276-6/+57
| * Don't use 'foo' as value for a property that is verified.gjoranv2020-05-272-3/+3
| * Mark methods static and add @Override annotation.gjoranv2020-05-272-4/+5
* | Store the file reference of the distributed app package in ZKgjoranv2020-05-286-6/+62
* | Don't use 'foo' as value for a property that is verified.gjoranv2020-05-282-3/+3
* | Mark methods static and add @Override annotation.gjoranv2020-05-282-4/+5
* | Remove configserver-unset-endpoints flagMartin Polden2020-05-272-41/+4
|/
* Use Instant instead of long and TimeUnitHarald Musum2020-05-2710-43/+31
* Merge branch 'master' into hmusum/make-zookeeper-session-cache-a-separate-classHarald Musum2020-05-271-15/+8
|\
| * Remove check for throwIfActiveSessionCannotBeLoadedHarald Musum2020-05-271-16/+8
* | Link to Session in javadocHarald Musum2020-05-271-1/+1
* | Remove useless testsHarald Musum2020-05-261-41/+0
* | Move the cache part of SessionRepo into its own classHarald Musum2020-05-267-36/+57
|/
* Merge pull request #13373 from vespa-engine/mpolden/flip-default-flag-valueMorten Tokle2020-05-267-33/+34
|\
| * Remove printlnMartin Polden2020-05-267-28/+26