aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/application
Commit message (Expand)AuthorAgeFilesLines
* Store and display reindexing causejonmv2022-12-072-8/+12
* Remove unused and undocumented support for permanent-services.xmlHarald Musum2022-12-031-37/+0
* qrserver -> container, part 2Harald Musum2022-08-091-4/+4
* Renaming: config reload => config activationHarald Musum2022-07-131-14/+11
* Use static create methods instead of having many public constructor only used...Henning Baldersheim2022-06-091-1/+1
* Remove test (toplevel application dir support has been removed)Harald Musum2022-06-081-29/+0
* Update testValerij Fredriksen2022-04-211-6/+3
* Proxy state/v1/ requests with hostjonmv2022-04-121-3/+41
* Pass query to status serviceJon Marius Venstad2022-04-071-3/+6
* Resolve conflictsJon Marius Venstad2022-04-071-1/+1
* Merge branch 'master' into jonmv/more-http-urlJon Marius Venstad2022-04-061-9/+16
|\
| * Use TemporaryFolder in testMartin Polden2022-04-051-9/+16
* | Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-2/+3
|/
* Close CompressedApplicationInputStream in testMartin Polden2022-04-051-14/+19
* Make max application package size configurableMartin Polden2022-04-051-3/+3
* Allow single-dot segments in configserverMartin Polden2022-04-041-1/+1
* Use ArchiveStreamReader in configserverMartin Polden2022-04-041-29/+33
* Use VersionCompatibility in configserver and controller, and testsJon Marius Venstad2022-03-141-1/+1
* Check wanted version instead of newest built modelJon Marius Venstad2022-03-111-12/+19
* Reject config request when major version is incompatibleMartin Polden2022-03-111-19/+58
* Handle services using restartOnDeploy when checking config convergenceHarald Musum2022-01-191-2/+2
* Move request url to http responseHarald Musum2022-01-161-3/+2
* Add converged field to ServiceListResponseHarald Musum2022-01-161-0/+3
* Use an intermediate representation for service convergenceHarald Musum2022-01-101-103/+40
* wire legacy overrides to the flag source usedArne H Juul2022-01-061-0/+68
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-213-36/+30
* Set speed: 1 for config change reindexing, and user-specified in (0, 10] from...Jon Marius Venstad2021-12-152-11/+8
* track namespace move (mainly just imports)Arne H Juul2021-12-021-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-074-5/+5
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
* Revert "Revert "Use both xxhash64 and md5 for config payload in requests and ...Harald Musum2021-09-091-4/+8
* Revert "Use both xxhash64 and md5 for config payload in requests and response...Harald Musum2021-09-091-8/+4
* Use both xxhash64 and md5 for config payload in requests and responsesHarald Musum2021-09-091-4/+8
* Follow changesHarald Musum2021-09-081-9/+10
* Stop sending hints about files that should be downloaded when doing prepareHarald Musum2021-08-161-8/+1
* searchdefinitions -> schemasHarald Musum2021-06-031-2/+2
* Remove unnecessary test constructorHarald Musum2021-03-251-19/+26
* Try to wait for all nodes to complete barrier when deleting applicationHarald Musum2021-03-241-0/+54
* Add copyright headersJon Bratseth2021-03-181-1/+2
* Remove GlobalComponentRegistry and implementationsHarald Musum2021-01-211-5/+0
* Move ReloadListener out of GlobalComponentRegistryHarald Musum2021-01-211-8/+16
* Move ModelFactoryRegistry out of GlobalComponentRegistryHarald Musum2021-01-211-1/+1
* Move Clock out of GlobalComponentRegistryHarald Musum2021-01-211-3/+5
* Move ConfigServerDB out of GlobalComponentRegistryHarald Musum2021-01-211-4/+5
* Move secret ConfigserverConfig out of GlobalComponentRegistryHarald Musum2021-01-201-3/+7
* Move secret store out of GlobalComponentRegistryHarald Musum2021-01-201-14/+5
* Remove zkCacheExecutor from GlobalComponentRegistryHarald Musum2021-01-201-1/+3
* Merge branch 'master' into hmusum/reduce-use-of-global-component-registryHarald Musum2021-01-203-37/+19
|\